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