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