Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FeuerwacheView
Please create a React-JS view called "FeuerwacheView" for the fields of the Feuerwache entity. The FeuerwacheView must contain the following fields: - name: HydrantStandort type: HydrantStandort - name: Name type: STRING - name: Organisation type: Organisation The data source for the [Organisation] select control should be loaded from the relative URL: "/StadtService/organisation" (HTTP-GET) The data source for the [HydrantStandort] select control should be loaded from the relative URL: "/HydrantStandortService/hydrantstandort" (HTTP-GET) An existing Feuerwache entity should be loaded from the relative URL: "/StadtService/feuerwache/{id}" (HTTP-GET) If a new Feuerwache entity has been created, the new entity should be posted to the relative URL: "/StadtService/feuerwache" (HTTP-POST) If an existing Feuerwache entity has been updated, the modified entity should be sent to the relative URL: "/StadtService/feuerwache/{id}" (HTTP-PUT) If an existing Feuerwache entity has to be deleted, the following relative URL should be called: "/StadtService/feuerwache/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum