Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HydrantNutzungView
Please create a React-JS view called "HydrantNutzungView" for the fields of the HydrantNutzung entity. The HydrantNutzungView must contain the following fields: - name: Beschreibung type: STRING - name: GeschaetztesVolumenM3 type: STRING - name: Hydrant type: Hydrant - name: NutzungsArt type: STRING - name: NutzungsDatum type: DATE - 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 [Hydrant] select control should be loaded from the relative URL: "/WasserNetzService/hydrant" (HTTP-GET) An existing HydrantNutzung entity should be loaded from the relative URL: "/StandrohrTypeService/hydrantnutzung/{id}" (HTTP-GET) If a new HydrantNutzung entity has been created, the new entity should be posted to the relative URL: "/StandrohrTypeService/hydrantnutzung" (HTTP-POST) If an existing HydrantNutzung entity has been updated, the modified entity should be sent to the relative URL: "/StandrohrTypeService/hydrantnutzung/{id}" (HTTP-PUT) If an existing HydrantNutzung entity has to be deleted, the following relative URL should be called: "/StandrohrTypeService/hydrantnutzung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum