Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AnlageAnwendungsbereichView
Please create a React-JS view called "AnlageAnwendungsbereichView" for the fields of the AnlageAnwendungsbereich entity. The AnlageAnwendungsbereichView must contain the following fields: - name: Anwendungsbereich type: Anwendungsbereich - name: Entsalzungsanlage type: Entsalzungsanlage - name: Prioritaet type: LONG The data source for the [Entsalzungsanlage] select control should be loaded from the relative URL: "/EntsalzungsanlageService/entsalzungsanlage" (HTTP-GET) The data source for the [Anwendungsbereich] select control should be loaded from the relative URL: "/AnwendungsbereichService/anwendungsbereich" (HTTP-GET) An existing AnlageAnwendungsbereich entity should be loaded from the relative URL: "/EntsalzungsanlageService/anlageanwendungsbereich/{id}" (HTTP-GET) If a new AnlageAnwendungsbereich entity has been created, the new entity should be posted to the relative URL: "/EntsalzungsanlageService/anlageanwendungsbereich" (HTTP-POST) If an existing AnlageAnwendungsbereich entity has been updated, the modified entity should be sent to the relative URL: "/EntsalzungsanlageService/anlageanwendungsbereich/{id}" (HTTP-PUT) If an existing AnlageAnwendungsbereich entity has to be deleted, the following relative URL should be called: "/EntsalzungsanlageService/anlageanwendungsbereich/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum