Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PlanZielView
Please create a React-JS view called "PlanZielView" for the fields of the PlanZiel entity. The PlanZielView must contain the following fields: - name: Abfallart type: Abfallart - name: Abfallfraktion type: Abfallfraktion - name: Abfallwirtschaftsplan type: Abfallwirtschaftsplan - name: ZielBeschreibung type: STRING - name: ZielEinheit type: STRING - name: ZielJahr type: LONG - name: ZielWert 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 [Abfallwirtschaftsplan] select control should be loaded from the relative URL: "/RegionService/abfallwirtschaftsplan" (HTTP-GET) The data source for the [Abfallart] select control should be loaded from the relative URL: "/AbfallartService/abfallart" (HTTP-GET) An existing PlanZiel entity should be loaded from the relative URL: "/AbfallfraktionService/planziel/{id}" (HTTP-GET) If a new PlanZiel entity has been created, the new entity should be posted to the relative URL: "/AbfallfraktionService/planziel" (HTTP-POST) If an existing PlanZiel entity has been updated, the modified entity should be sent to the relative URL: "/AbfallfraktionService/planziel/{id}" (HTTP-PUT) If an existing PlanZiel entity has to be deleted, the following relative URL should be called: "/AbfallfraktionService/planziel/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum