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