Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WasserqualitaetsmessstelleView
Please create a React-JS view called "WasserqualitaetsmessstelleView" for the fields of the Wasserqualitaetsmessstelle entity. The WasserqualitaetsmessstelleView must contain the following fields: - name: Breitengrad type: STRING - name: Hinweise type: STRING - name: Laengengrad type: STRING - name: Messstellenname type: STRING - name: Speicherbehaelter type: Speicherbehaelter - name: Standortbeschreibung type: STRING - name: Verteilnetz type: Verteilnetz - name: Wasserquelle type: Wasserquelle - name: Wasserversorger type: Wasserversorger The data source for the [Speicherbehaelter] select control should be loaded from the relative URL: "/WasserversorgerService/speicherbehaelter" (HTTP-GET) 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) The data source for the [Wasserquelle] select control should be loaded from the relative URL: "/WasserquelleService/wasserquelle" (HTTP-GET) An existing Wasserqualitaetsmessstelle entity should be loaded from the relative URL: "/WasserqualitaetsprobeService/wasserqualitaetsmessstelle/{id}" (HTTP-GET) If a new Wasserqualitaetsmessstelle entity has been created, the new entity should be posted to the relative URL: "/WasserqualitaetsprobeService/wasserqualitaetsmessstelle" (HTTP-POST) If an existing Wasserqualitaetsmessstelle entity has been updated, the modified entity should be sent to the relative URL: "/WasserqualitaetsprobeService/wasserqualitaetsmessstelle/{id}" (HTTP-PUT) If an existing Wasserqualitaetsmessstelle entity has to be deleted, the following relative URL should be called: "/WasserqualitaetsprobeService/wasserqualitaetsmessstelle/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Wasserqualitaetsprobe columns: - column: EntnommenVon - column: Wasserqualitaetsmessstelle - column: TruebungFtu - column: LeitfaehigkeitUsProCm - column: TemperaturC - column: Probenzeitpunkt - column: PhWert - column: Hinweise The table should have the title "Wasserqualitaetsprobes" und the data must be loaded from the server with the following relative URL: "/WasserqualitaetsprobeService/wasserqualitaetsprobe/wasserqualitaetsmessstelle/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum