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