Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BehandlungsartView
Please create a React-JS view called "BehandlungsartView" for the fields of the Behandlungsart entity. The BehandlungsartView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING - name: VerwertungFlag type: BOOL An existing Behandlungsart entity should be loaded from the relative URL: "/BehandlungsartService/behandlungsart/{id}" (HTTP-GET) If a new Behandlungsart entity has been created, the new entity should be posted to the relative URL: "/BehandlungsartService/behandlungsart" (HTTP-POST) If an existing Behandlungsart entity has been updated, the modified entity should be sent to the relative URL: "/BehandlungsartService/behandlungsart/{id}" (HTTP-PUT) If an existing Behandlungsart entity has to be deleted, the following relative URL should be called: "/BehandlungsartService/behandlungsart/{id}" (HTTP-DELETE) Add a HTML table to the view with the following AnlagenBehandlungsfaehigkeit columns: - column: Anlage - column: Behandlungsart - column: Abfallart - column: Abfallfraktion - column: KapazitaetTonnenProJahr The table should have the title "AnlagenBehandlungsfaehigkeits" und the data must be loaded from the server with the following relative URL: "/AbfallartService/anlagenbehandlungsfaehigkeit/behandlungsart/{id}" Add a HTML table to the view with the following Behandlungsvorgang columns: - column: EnergieRueckgewinnungMWh - column: Behandlungsart - column: VorgangsDatum - column: AusgangsmengeTonnen - column: Abfallstrom - column: EingangsmengeTonnen - column: Anlage The table should have the title "Behandlungsvorgangs" und the data must be loaded from the server with the following relative URL: "/BehandlungsartService/behandlungsvorgang/behandlungsart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum