Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RohwasserqualitaetswertView
Please create a React-JS view called "RohwasserqualitaetswertView" for the fields of the Rohwasserqualitaetswert entity. The RohwasserqualitaetswertView must contain the following fields: - name: Kommentar type: STRING - name: Rohwasserqualitaetsmessung type: Rohwasserqualitaetsmessung - name: Wasserparameter type: Wasserparameter - name: Wert type: DOUBLE The data source for the [Wasserparameter] select control should be loaded from the relative URL: "/WasserparameterService/wasserparameter" (HTTP-GET) The data source for the [Rohwasserqualitaetsmessung] select control should be loaded from the relative URL: "/RohwasserqualitaetsmessungService/rohwasserqualitaetsmessung" (HTTP-GET) An existing Rohwasserqualitaetswert entity should be loaded from the relative URL: "/RohwasserqualitaetsmessungService/rohwasserqualitaetswert/{id}" (HTTP-GET) If a new Rohwasserqualitaetswert entity has been created, the new entity should be posted to the relative URL: "/RohwasserqualitaetsmessungService/rohwasserqualitaetswert" (HTTP-POST) If an existing Rohwasserqualitaetswert entity has been updated, the modified entity should be sent to the relative URL: "/RohwasserqualitaetsmessungService/rohwasserqualitaetswert/{id}" (HTTP-PUT) If an existing Rohwasserqualitaetswert entity has to be deleted, the following relative URL should be called: "/RohwasserqualitaetsmessungService/rohwasserqualitaetswert/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum