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