Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WassersystemView
Please create a React-JS view called "WassersystemView" for the fields of the Wassersystem entity. The WassersystemView must contain the following fields: - name: Beschreibung type: STRING - name: BetreiberName type: STRING - name: InbetriebnahmeDatum type: DATE - name: Name type: STRING An existing Wassersystem entity should be loaded from the relative URL: "/WassersystemService/wassersystem/{id}" (HTTP-GET) If a new Wassersystem entity has been created, the new entity should be posted to the relative URL: "/WassersystemService/wassersystem" (HTTP-POST) If an existing Wassersystem entity has been updated, the modified entity should be sent to the relative URL: "/WassersystemService/wassersystem/{id}" (HTTP-PUT) If an existing Wassersystem entity has to be deleted, the following relative URL should be called: "/WassersystemService/wassersystem/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Wasserquelle columns: - column: HoeheM - column: QuellenTyp - column: Laengengrad - column: Gemeinde - column: Wassersystem - column: Breitengrad - column: Name The table should have the title "Wasserquelles" und the data must be loaded from the server with the following relative URL: "/WassersystemService/wasserquelle/wassersystem/{id}" Add a HTML table to the view with the following SystemGemeinde columns: - column: Wassersystem - column: Gemeinde The table should have the title "SystemGemeindes" und the data must be loaded from the server with the following relative URL: "/WassersystemService/systemgemeinde/wassersystem/{id}" Add a HTML table to the view with the following Wasserleitung columns: - column: Name - column: InbetriebnahmeDatum - column: Wassersystem - column: Leitungsart - column: IstOffenesGerinne - column: Beschreibung - column: AuslegungsdruckBar - column: AuslegungstemperaturC The table should have the title "Wasserleitungs" und the data must be loaded from the server with the following relative URL: "/WasserleitungService/wasserleitung/wassersystem/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum