Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
DienstleistungsvertragView
Please create a React-JS view called "DienstleistungsvertragView" for the fields of the Dienstleistungsvertrag entity. The DienstleistungsvertragView must contain the following fields: - name: AuftraggeberAkteur type: Akteur - name: DienstleisterAkteur type: Akteur - name: Gemeinde type: Gemeinde - name: Kostenmodell type: STRING - name: Leistungsbeschreibung type: STRING - name: Vertragsbeginn type: DATE - name: Vertragsende type: DATE The data source for the [DienstleisterAkteur] select control should be loaded from the relative URL: "/AkteurService/akteur" (HTTP-GET) The data source for the [Gemeinde] select control should be loaded from the relative URL: "/GemeindeService/gemeinde" (HTTP-GET) The data source for the [AuftraggeberAkteur] select control should be loaded from the relative URL: "/AkteurService/akteur" (HTTP-GET) An existing Dienstleistungsvertrag entity should be loaded from the relative URL: "/AbfallfraktionService/dienstleistungsvertrag/{id}" (HTTP-GET) If a new Dienstleistungsvertrag entity has been created, the new entity should be posted to the relative URL: "/AbfallfraktionService/dienstleistungsvertrag" (HTTP-POST) If an existing Dienstleistungsvertrag entity has been updated, the modified entity should be sent to the relative URL: "/AbfallfraktionService/dienstleistungsvertrag/{id}" (HTTP-PUT) If an existing Dienstleistungsvertrag entity has to be deleted, the following relative URL should be called: "/AbfallfraktionService/dienstleistungsvertrag/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum