Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RohwasserqualitaetsmessungView
Please create a React-JS view called "RohwasserqualitaetsmessungView" for the fields of the Rohwasserqualitaetsmessung entity. The RohwasserqualitaetsmessungView must contain the following fields: - name: Kommentar type: STRING - name: Messzeitpunkt type: DATE - name: Rohwasserfassung type: Rohwasserfassung The data source for the [Rohwasserfassung] select control should be loaded from the relative URL: "/RohwasserfassungService/rohwasserfassung" (HTTP-GET) An existing Rohwasserqualitaetsmessung entity should be loaded from the relative URL: "/RohwasserqualitaetsmessungService/rohwasserqualitaetsmessung/{id}" (HTTP-GET) If a new Rohwasserqualitaetsmessung entity has been created, the new entity should be posted to the relative URL: "/RohwasserqualitaetsmessungService/rohwasserqualitaetsmessung" (HTTP-POST) If an existing Rohwasserqualitaetsmessung entity has been updated, the modified entity should be sent to the relative URL: "/RohwasserqualitaetsmessungService/rohwasserqualitaetsmessung/{id}" (HTTP-PUT) If an existing Rohwasserqualitaetsmessung entity has to be deleted, the following relative URL should be called: "/RohwasserqualitaetsmessungService/rohwasserqualitaetsmessung/{id}" (HTTP-DELETE) 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/rohwasserqualitaetsmessung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum