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