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