Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AuslandseinheitView
Please create a React-JS view called "AuslandseinheitView" for the fields of the Auslandseinheit entity. The AuslandseinheitView must contain the following fields: - name: AuslandseinheitArt type: AuslandseinheitArt - name: BasisLand type: STRING - name: BasisStadt type: STRING - name: Name type: STRING - name: TechnischesHilfswerk type: TechnischesHilfswerk The data source for the [TechnischesHilfswerk] select control should be loaded from the relative URL: "/TechnischesHilfswerkService/technischeshilfswerk" (HTTP-GET) The data source for the [AuslandseinheitArt] select control should be loaded from the relative URL: "/LandesverbandService/auslandseinheitart" (HTTP-GET) An existing Auslandseinheit entity should be loaded from the relative URL: "/TechnischesHilfswerkService/auslandseinheit/{id}" (HTTP-GET) If a new Auslandseinheit entity has been created, the new entity should be posted to the relative URL: "/TechnischesHilfswerkService/auslandseinheit" (HTTP-POST) If an existing Auslandseinheit entity has been updated, the modified entity should be sent to the relative URL: "/TechnischesHilfswerkService/auslandseinheit/{id}" (HTTP-PUT) If an existing Auslandseinheit entity has to be deleted, the following relative URL should be called: "/TechnischesHilfswerkService/auslandseinheit/{id}" (HTTP-DELETE) Add a HTML table to the view with the following EinsatzBeteiligteEinheit columns: - column: Ortsverband - column: Auslandseinheit - column: TechnischerZug - column: Einsatz - column: Rollenbeschreibung - column: Fachgruppe - column: Bergungsgruppe The table should have the title "EinsatzBeteiligteEinheits" und the data must be loaded from the server with the following relative URL: "/OrtsverbandService/einsatzbeteiligteeinheit/auslandseinheit/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum