Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WasserparameterView
Please create a React-JS view called "WasserparameterView" for the fields of the Wasserparameter entity. The WasserparameterView must contain the following fields: - name: Beschreibung type: STRING - name: Einheit type: STRING - name: Name type: STRING An existing Wasserparameter entity should be loaded from the relative URL: "/WasserparameterService/wasserparameter/{id}" (HTTP-GET) If a new Wasserparameter entity has been created, the new entity should be posted to the relative URL: "/WasserparameterService/wasserparameter" (HTTP-POST) If an existing Wasserparameter entity has been updated, the modified entity should be sent to the relative URL: "/WasserparameterService/wasserparameter/{id}" (HTTP-PUT) If an existing Wasserparameter entity has to be deleted, the following relative URL should be called: "/WasserparameterService/wasserparameter/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Reinwasserqualitaetswert columns: - column: Wasserparameter - column: Wert - column: Reinwasserqualitaetsmessung - column: Kommentar The table should have the title "Reinwasserqualitaetswerts" und the data must be loaded from the server with the following relative URL: "/ReinwasserqualitaetsmessungService/reinwasserqualitaetswert/wasserparameter/{id}" Add a HTML table to the view with the following Rohwasserqualitaetswert columns: - column: Wert - column: Wasserparameter - column: Kommentar - column: Rohwasserqualitaetsmessung The table should have the title "Rohwasserqualitaetswerts" und the data must be loaded from the server with the following relative URL: "/RohwasserqualitaetsmessungService/rohwasserqualitaetswert/wasserparameter/{id}" 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/wasserparameter/{id}" Add a HTML table to the view with the following Grenzwert columns: - column: Grenzwertwert - column: Grenzwerttyp - column: Regelwerk - column: Nutzungsart - column: Kommentar - column: Wasserparameter The table should have the title "Grenzwerts" und the data must be loaded from the server with the following relative URL: "/WasserparameterService/grenzwert/wasserparameter/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum