Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KooperationTeilnehmerView
Please create a React-JS view called "KooperationTeilnehmerView" for the fields of the KooperationTeilnehmer entity. The KooperationTeilnehmerView must contain the following fields: - name: Kooperation type: Kooperation - name: Lagezentrum type: Lagezentrum The data source for the [Kooperation] select control should be loaded from the relative URL: "/OrganisationService/kooperation" (HTTP-GET) The data source for the [Lagezentrum] select control should be loaded from the relative URL: "/LagezentrumService/lagezentrum" (HTTP-GET) An existing KooperationTeilnehmer entity should be loaded from the relative URL: "/LagezentrumService/kooperationteilnehmer/{id}" (HTTP-GET) If a new KooperationTeilnehmer entity has been created, the new entity should be posted to the relative URL: "/LagezentrumService/kooperationteilnehmer" (HTTP-POST) If an existing KooperationTeilnehmer entity has been updated, the modified entity should be sent to the relative URL: "/LagezentrumService/kooperationteilnehmer/{id}" (HTTP-PUT) If an existing KooperationTeilnehmer entity has to be deleted, the following relative URL should be called: "/LagezentrumService/kooperationteilnehmer/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum