Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PumpwerkView
Please create a React-JS view called "PumpwerkView" for the fields of the Pumpwerk entity. The PumpwerkView must contain the following fields: - name: Breitengrad type: STRING - name: Hinweise type: STRING - name: Inbetriebnahmedatum type: DATE - name: KapazitaetM3ProStunde type: STRING - name: Laengengrad type: STRING - name: Pumpwerksname type: STRING - name: Pumpwerkstyp type: STRING - name: Verteilnetz type: Verteilnetz - name: Wasserversorger type: Wasserversorger The data source for the [Verteilnetz] select control should be loaded from the relative URL: "/VerteilnetzService/verteilnetz" (HTTP-GET) The data source for the [Wasserversorger] select control should be loaded from the relative URL: "/WasserversorgerService/wasserversorger" (HTTP-GET) An existing Pumpwerk entity should be loaded from the relative URL: "/WasserversorgerService/pumpwerk/{id}" (HTTP-GET) If a new Pumpwerk entity has been created, the new entity should be posted to the relative URL: "/WasserversorgerService/pumpwerk" (HTTP-POST) If an existing Pumpwerk entity has been updated, the modified entity should be sent to the relative URL: "/WasserversorgerService/pumpwerk/{id}" (HTTP-PUT) If an existing Pumpwerk entity has to be deleted, the following relative URL should be called: "/WasserversorgerService/pumpwerk/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum