Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PartnerOrganisationView
Please create a React-JS view called "PartnerOrganisationView" for the fields of the PartnerOrganisation entity. The PartnerOrganisationView must contain the following fields: - name: Adresse type: Adresse - name: AnsprechpartnerName type: STRING - name: Email type: STRING - name: Name type: STRING - name: Organisationstyp type: STRING - name: Telefon type: STRING The data source for the [Adresse] select control should be loaded from the relative URL: "/AdresseService/adresse" (HTTP-GET) An existing PartnerOrganisation entity should be loaded from the relative URL: "/PartnerOrganisationService/partnerorganisation/{id}" (HTTP-GET) If a new PartnerOrganisation entity has been created, the new entity should be posted to the relative URL: "/PartnerOrganisationService/partnerorganisation" (HTTP-POST) If an existing PartnerOrganisation entity has been updated, the modified entity should be sent to the relative URL: "/PartnerOrganisationService/partnerorganisation/{id}" (HTTP-PUT) If an existing PartnerOrganisation entity has to be deleted, the following relative URL should be called: "/PartnerOrganisationService/partnerorganisation/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Kooperationsvereinbarung columns: - column: Notizen - column: PartnerOrganisation - column: VereinbarungsTyp - column: SpenderOrganisation - column: LokaleTafel - column: Bundesverband - column: Titel - column: BisDatum - column: VonDatum The table should have the title "Kooperationsvereinbarungs" und the data must be loaded from the server with the following relative URL: "/AdresseService/kooperationsvereinbarung/partnerorganisation/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum