Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EinsatzBeteiligteEinheitView
Please create a React-JS view called "EinsatzBeteiligteEinheitView" for the fields of the EinsatzBeteiligteEinheit entity. The EinsatzBeteiligteEinheitView must contain the following fields: - name: Auslandseinheit type: Auslandseinheit - name: Bergungsgruppe type: Bergungsgruppe - name: Einsatz type: Einsatz - name: Fachgruppe type: Fachgruppe - name: Ortsverband type: Ortsverband - name: Rollenbeschreibung type: STRING - name: TechnischerZug type: TechnischerZug The data source for the [Einsatz] select control should be loaded from the relative URL: "/EinsatzartService/einsatz" (HTTP-GET) The data source for the [Auslandseinheit] select control should be loaded from the relative URL: "/TechnischesHilfswerkService/auslandseinheit" (HTTP-GET) The data source for the [Fachgruppe] select control should be loaded from the relative URL: "/TechnischerZugService/fachgruppe" (HTTP-GET) The data source for the [Bergungsgruppe] select control should be loaded from the relative URL: "/TechnischerZugService/bergungsgruppe" (HTTP-GET) The data source for the [TechnischerZug] select control should be loaded from the relative URL: "/TechnischerZugService/technischerzug" (HTTP-GET) The data source for the [Ortsverband] select control should be loaded from the relative URL: "/OrtsverbandService/ortsverband" (HTTP-GET) An existing EinsatzBeteiligteEinheit entity should be loaded from the relative URL: "/OrtsverbandService/einsatzbeteiligteeinheit/{id}" (HTTP-GET) If a new EinsatzBeteiligteEinheit entity has been created, the new entity should be posted to the relative URL: "/OrtsverbandService/einsatzbeteiligteeinheit" (HTTP-POST) If an existing EinsatzBeteiligteEinheit entity has been updated, the modified entity should be sent to the relative URL: "/OrtsverbandService/einsatzbeteiligteeinheit/{id}" (HTTP-PUT) If an existing EinsatzBeteiligteEinheit entity has to be deleted, the following relative URL should be called: "/OrtsverbandService/einsatzbeteiligteeinheit/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum