Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FeuerwehrAufgabeView
Please create a React-JS view called "FeuerwehrAufgabeView" for the fields of the FeuerwehrAufgabe entity. The FeuerwehrAufgabeView must contain the following fields: - name: Aufgabe type: Aufgabe - name: Feuerwehr type: Feuerwehr The data source for the [Aufgabe] select control should be loaded from the relative URL: "/AufgabeService/aufgabe" (HTTP-GET) The data source for the [Feuerwehr] select control should be loaded from the relative URL: "/FeuerwehrService/feuerwehr" (HTTP-GET) An existing FeuerwehrAufgabe entity should be loaded from the relative URL: "/AufgabeService/feuerwehraufgabe/{id}" (HTTP-GET) If a new FeuerwehrAufgabe entity has been created, the new entity should be posted to the relative URL: "/AufgabeService/feuerwehraufgabe" (HTTP-POST) If an existing FeuerwehrAufgabe entity has been updated, the modified entity should be sent to the relative URL: "/AufgabeService/feuerwehraufgabe/{id}" (HTTP-PUT) If an existing FeuerwehrAufgabe entity has to be deleted, the following relative URL should be called: "/AufgabeService/feuerwehraufgabe/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum