Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WasserqualitaetsprobeView
Please create a React-JS view called "WasserqualitaetsprobeView" for the fields of the Wasserqualitaetsprobe entity. The WasserqualitaetsprobeView must contain the following fields: - name: EntnommenVon type: STRING - name: Hinweise type: STRING - name: LeitfaehigkeitUsProCm type: STRING - name: PhWert type: STRING - name: Probenzeitpunkt type: STRING - name: TemperaturC type: STRING - name: TruebungFtu type: STRING - name: Wasserqualitaetsmessstelle type: Wasserqualitaetsmessstelle The data source for the [Wasserqualitaetsmessstelle] select control should be loaded from the relative URL: "/WasserqualitaetsprobeService/wasserqualitaetsmessstelle" (HTTP-GET) An existing Wasserqualitaetsprobe entity should be loaded from the relative URL: "/WasserqualitaetsprobeService/wasserqualitaetsprobe/{id}" (HTTP-GET) If a new Wasserqualitaetsprobe entity has been created, the new entity should be posted to the relative URL: "/WasserqualitaetsprobeService/wasserqualitaetsprobe" (HTTP-POST) If an existing Wasserqualitaetsprobe entity has been updated, the modified entity should be sent to the relative URL: "/WasserqualitaetsprobeService/wasserqualitaetsprobe/{id}" (HTTP-PUT) If an existing Wasserqualitaetsprobe entity has to be deleted, the following relative URL should be called: "/WasserqualitaetsprobeService/wasserqualitaetsprobe/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Wasserqualitaetsparameter columns: - column: Wasserqualitaetsprobe - column: IstKonform - column: Einheit - column: Parametername - column: Messwert - column: Grenzwert The table should have the title "Wasserqualitaetsparameters" und the data must be loaded from the server with the following relative URL: "/WasserqualitaetsprobeService/wasserqualitaetsparameter/wasserqualitaetsprobe/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum