Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BehandlungsvorgangView
Please create a React-JS view called "BehandlungsvorgangView" for the fields of the Behandlungsvorgang entity. The BehandlungsvorgangView must contain the following fields: - name: Abfallstrom type: Abfallstrom - name: Anlage type: Anlage - name: AusgangsmengeTonnen type: STRING - name: Behandlungsart type: Behandlungsart - name: EingangsmengeTonnen type: STRING - name: EnergieRueckgewinnungMWh type: STRING - name: VorgangsDatum type: DATE The data source for the [Anlage] select control should be loaded from the relative URL: "/GemeindeService/anlage" (HTTP-GET) The data source for the [Behandlungsart] select control should be loaded from the relative URL: "/BehandlungsartService/behandlungsart" (HTTP-GET) The data source for the [Abfallstrom] select control should be loaded from the relative URL: "/AbfallstromService/abfallstrom" (HTTP-GET) An existing Behandlungsvorgang entity should be loaded from the relative URL: "/BehandlungsartService/behandlungsvorgang/{id}" (HTTP-GET) If a new Behandlungsvorgang entity has been created, the new entity should be posted to the relative URL: "/BehandlungsartService/behandlungsvorgang" (HTTP-POST) If an existing Behandlungsvorgang entity has been updated, the modified entity should be sent to the relative URL: "/BehandlungsartService/behandlungsvorgang/{id}" (HTTP-PUT) If an existing Behandlungsvorgang entity has to be deleted, the following relative URL should be called: "/BehandlungsartService/behandlungsvorgang/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum