Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TaetigkeitsuntersagungView
Please create a React-JS view called "TaetigkeitsuntersagungView" for the fields of the Taetigkeitsuntersagung entity. The TaetigkeitsuntersagungView must contain the following fields: - name: BetroffenePerson type: Person - name: Datum type: DATE - name: Einrichtung type: Einrichtung - name: Grund 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) The data source for the [BetroffenePerson] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) The data source for the [Einrichtung] select control should be loaded from the relative URL: "/EinrichtungService/einrichtung" (HTTP-GET) An existing Taetigkeitsuntersagung entity should be loaded from the relative URL: "/PflegepersonService/taetigkeitsuntersagung/{id}" (HTTP-GET) If a new Taetigkeitsuntersagung entity has been created, the new entity should be posted to the relative URL: "/PflegepersonService/taetigkeitsuntersagung" (HTTP-POST) If an existing Taetigkeitsuntersagung entity has been updated, the modified entity should be sent to the relative URL: "/PflegepersonService/taetigkeitsuntersagung/{id}" (HTTP-PUT) If an existing Taetigkeitsuntersagung entity has to be deleted, the following relative URL should be called: "/PflegepersonService/taetigkeitsuntersagung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum