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