Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AndereAufgabeView
Please create a React-JS view called "AndereAufgabeView" for the fields of the AndereAufgabe entity. The AndereAufgabeView must contain the following fields: - name: Aufgabenart type: STRING - name: Beschreibung type: STRING - name: Jugendamt type: Jugendamt - name: RechtsgrundlageParagraf type: STRING The data source for the [Jugendamt] select control should be loaded from the relative URL: "/JugendamtService/jugendamt" (HTTP-GET) An existing AndereAufgabe entity should be loaded from the relative URL: "/HilfeplanService/andereaufgabe/{id}" (HTTP-GET) If a new AndereAufgabe entity has been created, the new entity should be posted to the relative URL: "/HilfeplanService/andereaufgabe" (HTTP-POST) If an existing AndereAufgabe entity has been updated, the modified entity should be sent to the relative URL: "/HilfeplanService/andereaufgabe/{id}" (HTTP-PUT) If an existing AndereAufgabe entity has to be deleted, the following relative URL should be called: "/HilfeplanService/andereaufgabe/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum