Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EinsatzView
Please create a React-JS view called "EinsatzView" for the fields of the Einsatz entity. The EinsatzView must contain the following fields: - name: Beginn type: DATE - name: Beschreibung type: STRING - name: Ende type: DATE - name: Name type: STRING - name: Ort type: STRING - name: Typ type: STRING An existing Einsatz entity should be loaded from the relative URL: "/LageService/einsatz/{id}" (HTTP-GET) If a new Einsatz entity has been created, the new entity should be posted to the relative URL: "/LageService/einsatz" (HTTP-POST) If an existing Einsatz entity has been updated, the modified entity should be sent to the relative URL: "/LageService/einsatz/{id}" (HTTP-PUT) If an existing Einsatz entity has to be deleted, the following relative URL should be called: "/LageService/einsatz/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Lage columns: - column: Beschreibung - column: Ende - column: Einsatz - column: Beginn - column: Status - column: Titel The table should have the title "Lages" und the data must be loaded from the server with the following relative URL: "/LageService/lage/einsatz/{id}" Add a HTML table to the view with the following LagezentrumEinsatz columns: - column: Kommentar - column: Lagezentrum - column: Rolle - column: Einsatz The table should have the title "LagezentrumEinsatzs" und the data must be loaded from the server with the following relative URL: "/LagezentrumService/lagezentrumeinsatz/einsatz/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum