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