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