Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ProjektZooPartnerView
Please create a React-JS view called "ProjektZooPartnerView" for the fields of the ProjektZooPartner entity. The ProjektZooPartnerView must contain the following fields: - name: Auswilderungsprojekt type: Auswilderungsprojekt - name: BeitragBeschreibung type: STRING - name: Rolle type: STRING - name: Zoo type: Zoo The data source for the [Auswilderungsprojekt] select control should be loaded from the relative URL: "/AuswilderungsprojektService/auswilderungsprojekt" (HTTP-GET) The data source for the [Zoo] select control should be loaded from the relative URL: "/ZooService/zoo" (HTTP-GET) An existing ProjektZooPartner entity should be loaded from the relative URL: "/AuswilderungsprojektService/projektzoopartner/{id}" (HTTP-GET) If a new ProjektZooPartner entity has been created, the new entity should be posted to the relative URL: "/AuswilderungsprojektService/projektzoopartner" (HTTP-POST) If an existing ProjektZooPartner entity has been updated, the modified entity should be sent to the relative URL: "/AuswilderungsprojektService/projektzoopartner/{id}" (HTTP-PUT) If an existing ProjektZooPartner entity has to be deleted, the following relative URL should be called: "/AuswilderungsprojektService/projektzoopartner/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum