Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HydrantView
Please create a React-JS view called "HydrantView" for the fields of the Hydrant entity. The HydrantView must contain the following fields: - name: Breitengrad type: STRING - name: DurchmesserMm type: LONG - name: Gemeinde type: Gemeinde - name: Hinweise type: STRING - name: Hydrantentyp type: STRING - name: HydrantKennung type: STRING - name: Installationsjahr type: LONG - name: Laengengrad type: STRING - name: MaxDurchflussLProSekunde type: STRING - name: Verteilnetz type: Verteilnetz The data source for the [Verteilnetz] select control should be loaded from the relative URL: "/VerteilnetzService/verteilnetz" (HTTP-GET) The data source for the [Gemeinde] select control should be loaded from the relative URL: "/VerteilnetzService/gemeinde" (HTTP-GET) An existing Hydrant entity should be loaded from the relative URL: "/VerteilnetzService/hydrant/{id}" (HTTP-GET) If a new Hydrant entity has been created, the new entity should be posted to the relative URL: "/VerteilnetzService/hydrant" (HTTP-POST) If an existing Hydrant entity has been updated, the modified entity should be sent to the relative URL: "/VerteilnetzService/hydrant/{id}" (HTTP-PUT) If an existing Hydrant entity has to be deleted, the following relative URL should be called: "/VerteilnetzService/hydrant/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum