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