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