Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PppVertragView
Please create a React-JS view called "PppVertragView" for the fields of the PppVertrag entity. The PppVertragView must contain the following fields: - name: BeinhaltetBau type: BOOL - name: BeinhaltetWartung type: BOOL - name: Beschreibung type: STRING - name: Einnahmemodell type: STRING - name: Enddatum type: DATE - name: Gemeinde type: Gemeinde - name: Notizen type: STRING - name: PrivaterPartner type: Organisation - name: Startdatum type: DATE The data source for the [Gemeinde] select control should be loaded from the relative URL: "/GemeindeService/gemeinde" (HTTP-GET) The data source for the [PrivaterPartner] select control should be loaded from the relative URL: "/OrganisationService/organisation" (HTTP-GET) An existing PppVertrag entity should be loaded from the relative URL: "/GemeindeService/pppvertrag/{id}" (HTTP-GET) If a new PppVertrag entity has been created, the new entity should be posted to the relative URL: "/GemeindeService/pppvertrag" (HTTP-POST) If an existing PppVertrag entity has been updated, the modified entity should be sent to the relative URL: "/GemeindeService/pppvertrag/{id}" (HTTP-PUT) If an existing PppVertrag entity has to be deleted, the following relative URL should be called: "/GemeindeService/pppvertrag/{id}" (HTTP-DELETE) Add a HTML table to the view with the following PppVertragMoebel columns: - column: Rolle - column: Stadtmoebel - column: PppVertrag The table should have the title "PppVertragMoebels" und the data must be loaded from the server with the following relative URL: "/MaterialService/pppvertragmoebel/pppvertrag/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum