Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BetreuungsgerichtView
Please create a React-JS view called "BetreuungsgerichtView" for the fields of the Betreuungsgericht entity. The BetreuungsgerichtView must contain the following fields: - name: AdresseLand type: STRING - name: AdresseOrt type: STRING - name: AdressePlz type: STRING - name: AdresseStrasse type: STRING - name: Email type: STRING - name: GerichtArt type: STRING - name: Name type: STRING - name: Telefonnummer type: STRING - name: Zustaendigkeitsbereich type: STRING An existing Betreuungsgericht entity should be loaded from the relative URL: "/BetreuungService/betreuungsgericht/{id}" (HTTP-GET) If a new Betreuungsgericht entity has been created, the new entity should be posted to the relative URL: "/BetreuungService/betreuungsgericht" (HTTP-POST) If an existing Betreuungsgericht entity has been updated, the modified entity should be sent to the relative URL: "/BetreuungService/betreuungsgericht/{id}" (HTTP-PUT) If an existing Betreuungsgericht entity has to be deleted, the following relative URL should be called: "/BetreuungService/betreuungsgericht/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Antrag columns: - column: Betreuung - column: EingereichtVonBetreuter - column: EingereichtVonPerson - column: Notizen - column: AntragArt - column: EingereichtVonBehoerde - column: EingereichtVonBetreuer - column: Gericht - column: Status - column: Eingangsdatum The table should have the title "Antrags" und the data must be loaded from the server with the following relative URL: "/BetreuterService/antrag/gericht/{id}" Add a HTML table to the view with the following Betreuung columns: - column: Beendigungsgrund - column: Betreuter - column: Betreuer - column: AufgabenBeschreibung - column: EndeDatum - column: Betreuungsgericht - column: Betreuungsbehoerde - column: BeginnDatum - column: IstEhrenamtlich - column: IstUmfassend - column: AngelegtAm - column: Notizen The table should have the title "Betreuungs" und the data must be loaded from the server with the following relative URL: "/BetreuungService/betreuung/betreuungsgericht/{id}" Add a HTML table to the view with the following Beschluss columns: - column: Zusammenfassung - column: Antrag - column: Gericht - column: Rechtsgrundlage - column: Ergebnis - column: BeschlussArt - column: Entscheidungsdatum - column: Betreuung The table should have the title "Beschlusss" und the data must be loaded from the server with the following relative URL: "/BetreuungService/beschluss/gericht/{id}" Add a HTML table to the view with the following Aufwendungsentschaedigung columns: - column: Rechtsgrundlage - column: Notizen - column: Jahr - column: Waehrung - column: Gericht - column: Betreuer - column: Steuerpflichtig - column: GewaehrtAm - column: Pauschale The table should have the title "Aufwendungsentschaedigungs" und the data must be loaded from the server with the following relative URL: "/BetreuerService/aufwendungsentschaedigung/gericht/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum