Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WasserquelleView
Please create a React-JS view called "WasserquelleView" for the fields of the Wasserquelle entity. The WasserquelleView must contain the following fields: - name: Breitengrad type: STRING - name: Gemeinde type: Gemeinde - name: Hinweise type: STRING - name: Laengengrad type: STRING - name: MaxFoerderungM3ProTag type: STRING - name: Quellenname type: STRING - name: Quellentyp type: STRING - name: RohwasserQualitaetBeschreibung type: STRING - name: Wasserversorger type: Wasserversorger The data source for the [Wasserversorger] select control should be loaded from the relative URL: "/WasserversorgerService/wasserversorger" (HTTP-GET) The data source for the [Gemeinde] select control should be loaded from the relative URL: "/VerteilnetzService/gemeinde" (HTTP-GET) An existing Wasserquelle entity should be loaded from the relative URL: "/WasserquelleService/wasserquelle/{id}" (HTTP-GET) If a new Wasserquelle entity has been created, the new entity should be posted to the relative URL: "/WasserquelleService/wasserquelle" (HTTP-POST) If an existing Wasserquelle entity has been updated, the modified entity should be sent to the relative URL: "/WasserquelleService/wasserquelle/{id}" (HTTP-PUT) If an existing Wasserquelle entity has to be deleted, the following relative URL should be called: "/WasserquelleService/wasserquelle/{id}" (HTTP-DELETE) Add a HTML table to the view with the following QuelleAufbereitungVerbindung columns: - column: Wasserquelle - column: Hinweise - column: MaxDurchflussM3ProTag - column: Wasseraufbereitungsanlage The table should have the title "QuelleAufbereitungVerbindungs" und the data must be loaded from the server with the following relative URL: "/WasserquelleService/quelleaufbereitungverbindung/wasserquelle/{id}" Add a HTML table to the view with the following Wasserqualitaetsmessstelle columns: - column: Hinweise - column: Wasserquelle - column: Laengengrad - column: Speicherbehaelter - column: Wasserversorger - column: Standortbeschreibung - column: Messstellenname - column: Breitengrad - column: Verteilnetz The table should have the title "Wasserqualitaetsmessstelles" und the data must be loaded from the server with the following relative URL: "/WasserqualitaetsprobeService/wasserqualitaetsmessstelle/wasserquelle/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum