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