Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PppVertragMoebelView
Please create a React-JS view called "PppVertragMoebelView" for the fields of the PppVertragMoebel entity. The PppVertragMoebelView must contain the following fields: - name: PppVertrag type: PppVertrag - name: Rolle type: STRING - name: Stadtmoebel type: Stadtmoebel The data source for the [PppVertrag] select control should be loaded from the relative URL: "/GemeindeService/pppvertrag" (HTTP-GET) The data source for the [Stadtmoebel] select control should be loaded from the relative URL: "/StadtmoebelService/stadtmoebel" (HTTP-GET) An existing PppVertragMoebel entity should be loaded from the relative URL: "/MaterialService/pppvertragmoebel/{id}" (HTTP-GET) If a new PppVertragMoebel entity has been created, the new entity should be posted to the relative URL: "/MaterialService/pppvertragmoebel" (HTTP-POST) If an existing PppVertragMoebel entity has been updated, the modified entity should be sent to the relative URL: "/MaterialService/pppvertragmoebel/{id}" (HTTP-PUT) If an existing PppVertragMoebel entity has to be deleted, the following relative URL should be called: "/MaterialService/pppvertragmoebel/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum