Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StandrohrEinsatzView
Please create a React-JS view called "StandrohrEinsatzView" for the fields of the StandrohrEinsatz entity. The StandrohrEinsatzView must contain the following fields: - name: Ereignis type: Ereignis - name: Hydrant type: Hydrant - name: Standrohr type: Standrohr - name: WasserMengeM3 type: STRING The data source for the [Hydrant] select control should be loaded from the relative URL: "/WasserNetzService/hydrant" (HTTP-GET) The data source for the [Ereignis] select control should be loaded from the relative URL: "/EreignisTypeService/ereignis" (HTTP-GET) The data source for the [Standrohr] select control should be loaded from the relative URL: "/StandrohrTypeService/standrohr" (HTTP-GET) An existing StandrohrEinsatz entity should be loaded from the relative URL: "/EreignisTypeService/standrohreinsatz/{id}" (HTTP-GET) If a new StandrohrEinsatz entity has been created, the new entity should be posted to the relative URL: "/EreignisTypeService/standrohreinsatz" (HTTP-POST) If an existing StandrohrEinsatz entity has been updated, the modified entity should be sent to the relative URL: "/EreignisTypeService/standrohreinsatz/{id}" (HTTP-PUT) If an existing StandrohrEinsatz entity has to be deleted, the following relative URL should be called: "/EreignisTypeService/standrohreinsatz/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum