Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KooperationsvereinbarungView
Please create a React-JS view called "KooperationsvereinbarungView" for the fields of the Kooperationsvereinbarung entity. The KooperationsvereinbarungView must contain the following fields: - name: BisDatum type: DATE - name: Bundesverband type: Bundesverband - name: LokaleTafel type: LokaleTafel - name: Notizen type: STRING - name: PartnerOrganisation type: PartnerOrganisation - name: SpenderOrganisation type: SpenderOrganisation - name: Titel type: STRING - name: VereinbarungsTyp type: STRING - name: VonDatum type: DATE The data source for the [Bundesverband] select control should be loaded from the relative URL: "/BundesverbandService/bundesverband" (HTTP-GET) The data source for the [PartnerOrganisation] select control should be loaded from the relative URL: "/PartnerOrganisationService/partnerorganisation" (HTTP-GET) The data source for the [SpenderOrganisation] select control should be loaded from the relative URL: "/AdresseService/spenderorganisation" (HTTP-GET) The data source for the [LokaleTafel] select control should be loaded from the relative URL: "/LokaleTafelService/lokaletafel" (HTTP-GET) An existing Kooperationsvereinbarung entity should be loaded from the relative URL: "/AdresseService/kooperationsvereinbarung/{id}" (HTTP-GET) If a new Kooperationsvereinbarung entity has been created, the new entity should be posted to the relative URL: "/AdresseService/kooperationsvereinbarung" (HTTP-POST) If an existing Kooperationsvereinbarung entity has been updated, the modified entity should be sent to the relative URL: "/AdresseService/kooperationsvereinbarung/{id}" (HTTP-PUT) If an existing Kooperationsvereinbarung entity has to be deleted, the following relative URL should be called: "/AdresseService/kooperationsvereinbarung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum