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