Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
DienstView
Please create a React-JS view called "DienstView" for the fields of the Dienst entity. The DienstView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Dienst entity should be loaded from the relative URL: "/DienstService/dienst/{id}" (HTTP-GET) If a new Dienst entity has been created, the new entity should be posted to the relative URL: "/DienstService/dienst" (HTTP-POST) If an existing Dienst entity has been updated, the modified entity should be sent to the relative URL: "/DienstService/dienst/{id}" (HTTP-PUT) If an existing Dienst entity has to be deleted, the following relative URL should be called: "/DienstService/dienst/{id}" (HTTP-DELETE) Add a HTML table to the view with the following LeitstelleDienst columns: - column: Dienst - column: BesondereAufgaben - column: Leitstelle The table should have the title "LeitstelleDiensts" und the data must be loaded from the server with the following relative URL: "/LeitstelleService/leitstelledienst/dienst/{id}" Add a HTML table to the view with the following Einsatzmittel columns: - column: Kennung - column: Organisation - column: StandortGebiet - column: Aktiv - column: Dienst The table should have the title "Einsatzmittels" und the data must be loaded from the server with the following relative URL: "/DienstService/einsatzmittel/dienst/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum