Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KommunalerTraegerView
Please create a React-JS view called "KommunalerTraegerView" for the fields of the KommunalerTraeger entity. The KommunalerTraegerView must contain the following fields: - name: Bundesland type: STRING - name: Name type: STRING - name: TraegerTyp type: STRING An existing KommunalerTraeger entity should be loaded from the relative URL: "/GerichtlichesVerfahrenService/kommunalertraeger/{id}" (HTTP-GET) If a new KommunalerTraeger entity has been created, the new entity should be posted to the relative URL: "/GerichtlichesVerfahrenService/kommunalertraeger" (HTTP-POST) If an existing KommunalerTraeger entity has been updated, the modified entity should be sent to the relative URL: "/GerichtlichesVerfahrenService/kommunalertraeger/{id}" (HTTP-PUT) If an existing KommunalerTraeger entity has to be deleted, the following relative URL should be called: "/GerichtlichesVerfahrenService/kommunalertraeger/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Jugendamt columns: - column: Bezeichnung - column: IstLandesjugendamt - column: Name - column: Ort - column: AktivSeit - column: TraegerArt - column: IstOertlicherTraeger - column: KommunalerTraeger - column: AktivBis - column: Bundesland The table should have the title "Jugendamts" und the data must be loaded from the server with the following relative URL: "/JugendamtService/jugendamt/kommunalertraeger/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum