Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MitwirkungJugendamtVerfahrenView
Please create a React-JS view called "MitwirkungJugendamtVerfahrenView" for the fields of the MitwirkungJugendamtVerfahren entity. The MitwirkungJugendamtVerfahrenView must contain the following fields: - name: Beginn type: DATE - name: BerichtErstellt type: BOOL - name: Ende type: DATE - name: GerichtlichesVerfahren type: GerichtlichesVerfahren - name: Jugendamt type: Jugendamt - name: Mitwirkungsart 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 [GerichtlichesVerfahren] select control should be loaded from the relative URL: "/GerichtlichesVerfahrenService/gerichtlichesverfahren" (HTTP-GET) An existing MitwirkungJugendamtVerfahren entity should be loaded from the relative URL: "/EinrichtungService/mitwirkungjugendamtverfahren/{id}" (HTTP-GET) If a new MitwirkungJugendamtVerfahren entity has been created, the new entity should be posted to the relative URL: "/EinrichtungService/mitwirkungjugendamtverfahren" (HTTP-POST) If an existing MitwirkungJugendamtVerfahren entity has been updated, the modified entity should be sent to the relative URL: "/EinrichtungService/mitwirkungjugendamtverfahren/{id}" (HTTP-PUT) If an existing MitwirkungJugendamtVerfahren entity has to be deleted, the following relative URL should be called: "/EinrichtungService/mitwirkungjugendamtverfahren/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum