Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KampagnenBehaelterView
Please create a React-JS view called "KampagnenBehaelterView" for the fields of the KampagnenBehaelter entity. The KampagnenBehaelterView must contain the following fields: - name: Abfallbehaelter type: Abfallbehaelter - name: IstGebrandet type: BOOL - name: OeffentlicheKampagne type: OeffentlicheKampagne - name: SloganVariante type: STRING The data source for the [Abfallbehaelter] select control should be loaded from the relative URL: "/AbfallbehaelterService/abfallbehaelter" (HTTP-GET) The data source for the [OeffentlicheKampagne] select control should be loaded from the relative URL: "/OeffentlicheKampagneService/oeffentlichekampagne" (HTTP-GET) An existing KampagnenBehaelter entity should be loaded from the relative URL: "/AbfallbehaelterService/kampagnenbehaelter/{id}" (HTTP-GET) If a new KampagnenBehaelter entity has been created, the new entity should be posted to the relative URL: "/AbfallbehaelterService/kampagnenbehaelter" (HTTP-POST) If an existing KampagnenBehaelter entity has been updated, the modified entity should be sent to the relative URL: "/AbfallbehaelterService/kampagnenbehaelter/{id}" (HTTP-PUT) If an existing KampagnenBehaelter entity has to be deleted, the following relative URL should be called: "/AbfallbehaelterService/kampagnenbehaelter/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum