Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EinsatzartView
Please create a React-JS view called "EinsatzartView" for the fields of the Einsatzart entity. The EinsatzartView must contain the following fields: - name: Beschreibung type: STRING - name: IstInternational type: BOOL - name: Name type: STRING An existing Einsatzart entity should be loaded from the relative URL: "/EinsatzartService/einsatzart/{id}" (HTTP-GET) If a new Einsatzart entity has been created, the new entity should be posted to the relative URL: "/EinsatzartService/einsatzart" (HTTP-POST) If an existing Einsatzart entity has been updated, the modified entity should be sent to the relative URL: "/EinsatzartService/einsatzart/{id}" (HTTP-PUT) If an existing Einsatzart entity has to be deleted, the following relative URL should be called: "/EinsatzartService/einsatzart/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Einsatz columns: - column: Beschreibung - column: IstZivilschutz - column: Einsatzart - column: StartDatum - column: Land - column: IstKatastrophenschutz - column: EndDatum - column: Titel - column: Bundesland - column: IstAuslandseinsatz - column: Stadt The table should have the title "Einsatzs" und the data must be loaded from the server with the following relative URL: "/EinsatzartService/einsatz/einsatzart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum