Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BahnuebergangSignalView
Please create a React-JS view called "BahnuebergangSignalView" for the fields of the BahnuebergangSignal entity. The BahnuebergangSignalView must contain the following fields: - name: BahnSignal type: BOOL - name: Bahnuebergang type: Bahnuebergang - name: Signalart type: Signalart - name: StrassenSignal type: BOOL The data source for the [Signalart] select control should be loaded from the relative URL: "/LandService/signalart" (HTTP-GET) The data source for the [Bahnuebergang] select control should be loaded from the relative URL: "/BahnuebergangService/bahnuebergang" (HTTP-GET) An existing BahnuebergangSignal entity should be loaded from the relative URL: "/GesetzService/bahnuebergangsignal/{id}" (HTTP-GET) If a new BahnuebergangSignal entity has been created, the new entity should be posted to the relative URL: "/GesetzService/bahnuebergangsignal" (HTTP-POST) If an existing BahnuebergangSignal entity has been updated, the modified entity should be sent to the relative URL: "/GesetzService/bahnuebergangsignal/{id}" (HTTP-PUT) If an existing BahnuebergangSignal entity has to be deleted, the following relative URL should be called: "/GesetzService/bahnuebergangsignal/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum