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