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