Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
InobhutnahmeFallView
Please create a React-JS view called "InobhutnahmeFallView" for the fields of the InobhutnahmeFall entity. The InobhutnahmeFallView must contain the following fields: - name: Beginn type: DATE - name: BetroffenePerson type: Person - name: Einrichtung type: Einrichtung - name: Ende type: DATE - name: Familie type: Familie - name: GegenWillenSorgeberechtigter type: BOOL - name: GerichtlicheEntscheidung type: STRING - name: GerichtlicheEntscheidungErforderlich type: BOOL - name: Grund type: STRING - name: Jugendamt type: Jugendamt - name: Pflegeperson type: Pflegeperson - name: Unterbringungsart 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 [Pflegeperson] select control should be loaded from the relative URL: "/PflegepersonService/pflegeperson" (HTTP-GET) The data source for the [Familie] select control should be loaded from the relative URL: "/FamilieService/familie" (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 InobhutnahmeFall entity should be loaded from the relative URL: "/FreierTraegerService/inobhutnahmefall/{id}" (HTTP-GET) If a new InobhutnahmeFall entity has been created, the new entity should be posted to the relative URL: "/FreierTraegerService/inobhutnahmefall" (HTTP-POST) If an existing InobhutnahmeFall entity has been updated, the modified entity should be sent to the relative URL: "/FreierTraegerService/inobhutnahmefall/{id}" (HTTP-PUT) If an existing InobhutnahmeFall entity has to be deleted, the following relative URL should be called: "/FreierTraegerService/inobhutnahmefall/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum