Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SignalgeraetStandardView
Please create a React-JS view called "SignalgeraetStandardView" for the fields of the SignalgeraetStandard entity. The SignalgeraetStandardView must contain the following fields: - name: Beschreibung type: STRING - name: Signalgeraet type: Signalgeraet - name: Standard type: Standard The data source for the [Signalgeraet] select control should be loaded from the relative URL: "/SignalSystemService/signalgeraet" (HTTP-GET) The data source for the [Standard] select control should be loaded from the relative URL: "/StandardService/standard" (HTTP-GET) An existing SignalgeraetStandard entity should be loaded from the relative URL: "/StandardService/signalgeraetstandard/{id}" (HTTP-GET) If a new SignalgeraetStandard entity has been created, the new entity should be posted to the relative URL: "/StandardService/signalgeraetstandard" (HTTP-POST) If an existing SignalgeraetStandard entity has been updated, the modified entity should be sent to the relative URL: "/StandardService/signalgeraetstandard/{id}" (HTTP-PUT) If an existing SignalgeraetStandard entity has to be deleted, the following relative URL should be called: "/StandardService/signalgeraetstandard/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum