Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AnlagenBehandlungsfaehigkeitView
Please create a React-JS view called "AnlagenBehandlungsfaehigkeitView" for the fields of the AnlagenBehandlungsfaehigkeit entity. The AnlagenBehandlungsfaehigkeitView must contain the following fields: - name: Abfallart type: Abfallart - name: Abfallfraktion type: Abfallfraktion - name: Anlage type: Anlage - name: Behandlungsart type: Behandlungsart - name: KapazitaetTonnenProJahr type: STRING The data source for the [Abfallfraktion] select control should be loaded from the relative URL: "/AbfallfraktionService/abfallfraktion" (HTTP-GET) The data source for the [Anlage] select control should be loaded from the relative URL: "/GemeindeService/anlage" (HTTP-GET) The data source for the [Abfallart] select control should be loaded from the relative URL: "/AbfallartService/abfallart" (HTTP-GET) The data source for the [Behandlungsart] select control should be loaded from the relative URL: "/BehandlungsartService/behandlungsart" (HTTP-GET) An existing AnlagenBehandlungsfaehigkeit entity should be loaded from the relative URL: "/AbfallartService/anlagenbehandlungsfaehigkeit/{id}" (HTTP-GET) If a new AnlagenBehandlungsfaehigkeit entity has been created, the new entity should be posted to the relative URL: "/AbfallartService/anlagenbehandlungsfaehigkeit" (HTTP-POST) If an existing AnlagenBehandlungsfaehigkeit entity has been updated, the modified entity should be sent to the relative URL: "/AbfallartService/anlagenbehandlungsfaehigkeit/{id}" (HTTP-PUT) If an existing AnlagenBehandlungsfaehigkeit entity has to be deleted, the following relative URL should be called: "/AbfallartService/anlagenbehandlungsfaehigkeit/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum