Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ProzesswasserqualitaetsmessungView
Please create a React-JS view called "ProzesswasserqualitaetsmessungView" for the fields of the Prozesswasserqualitaetsmessung entity. The ProzesswasserqualitaetsmessungView must contain the following fields: - name: Aufbereitungsprozess type: Aufbereitungsprozess - name: Kommentar type: STRING - name: Messstelle type: STRING - name: Messzeitpunkt type: DATE The data source for the [Aufbereitungsprozess] select control should be loaded from the relative URL: "/AufbereitungsanlageService/aufbereitungsprozess" (HTTP-GET) An existing Prozesswasserqualitaetsmessung entity should be loaded from the relative URL: "/ReinwasserqualitaetsmessungService/prozesswasserqualitaetsmessung/{id}" (HTTP-GET) If a new Prozesswasserqualitaetsmessung entity has been created, the new entity should be posted to the relative URL: "/ReinwasserqualitaetsmessungService/prozesswasserqualitaetsmessung" (HTTP-POST) If an existing Prozesswasserqualitaetsmessung entity has been updated, the modified entity should be sent to the relative URL: "/ReinwasserqualitaetsmessungService/prozesswasserqualitaetsmessung/{id}" (HTTP-PUT) If an existing Prozesswasserqualitaetsmessung entity has to be deleted, the following relative URL should be called: "/ReinwasserqualitaetsmessungService/prozesswasserqualitaetsmessung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Prozesswasserqualitaetswert columns: - column: Wasserparameter - column: Wert - column: Prozesswasserqualitaetsmessung - column: Kommentar The table should have the title "Prozesswasserqualitaetswerts" und the data must be loaded from the server with the following relative URL: "/WasserparameterService/prozesswasserqualitaetswert/prozesswasserqualitaetsmessung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum