Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GerichtlichesVerfahrenView
Please create a React-JS view called "GerichtlichesVerfahrenView" for the fields of the GerichtlichesVerfahren entity. The GerichtlichesVerfahrenView must contain the following fields: - name: Aktenzeichen type: STRING - name: Beginn type: DATE - name: Beschreibung type: STRING - name: Ende type: DATE - name: Ergebnis type: STRING - name: Gericht type: Gericht - name: Verfahrenstyp type: STRING The data source for the [Gericht] select control should be loaded from the relative URL: "/GerichtlichesVerfahrenService/gericht" (HTTP-GET) An existing GerichtlichesVerfahren entity should be loaded from the relative URL: "/GerichtlichesVerfahrenService/gerichtlichesverfahren/{id}" (HTTP-GET) If a new GerichtlichesVerfahren entity has been created, the new entity should be posted to the relative URL: "/GerichtlichesVerfahrenService/gerichtlichesverfahren" (HTTP-POST) If an existing GerichtlichesVerfahren entity has been updated, the modified entity should be sent to the relative URL: "/GerichtlichesVerfahrenService/gerichtlichesverfahren/{id}" (HTTP-PUT) If an existing GerichtlichesVerfahren entity has to be deleted, the following relative URL should be called: "/GerichtlichesVerfahrenService/gerichtlichesverfahren/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Verfahrensbeteiligter columns: - column: Rolle - column: Person - column: GerichtlichesVerfahren The table should have the title "Verfahrensbeteiligters" und the data must be loaded from the server with the following relative URL: "/KindeswohlgefaehrdungsHinweisService/verfahrensbeteiligter/gerichtlichesverfahren/{id}" Add a HTML table to the view with the following MitwirkungJugendamtVerfahren columns: - column: BerichtErstellt - column: GerichtlichesVerfahren - column: Jugendamt - column: Beginn - column: Mitwirkungsart - column: Ende The table should have the title "MitwirkungJugendamtVerfahrens" und the data must be loaded from the server with the following relative URL: "/EinrichtungService/mitwirkungjugendamtverfahren/gerichtlichesverfahren/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum