Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RechtsgrundlageView
Please create a React-JS view called "RechtsgrundlageView" for the fields of the Rechtsgrundlage entity. The RechtsgrundlageView must contain the following fields: - name: Beschreibung type: STRING - name: Gesetz type: STRING - name: Paragraph type: STRING - name: Titel type: STRING An existing Rechtsgrundlage entity should be loaded from the relative URL: "/BetreuerService/rechtsgrundlage/{id}" (HTTP-GET) If a new Rechtsgrundlage entity has been created, the new entity should be posted to the relative URL: "/BetreuerService/rechtsgrundlage" (HTTP-POST) If an existing Rechtsgrundlage entity has been updated, the modified entity should be sent to the relative URL: "/BetreuerService/rechtsgrundlage/{id}" (HTTP-PUT) If an existing Rechtsgrundlage entity has to be deleted, the following relative URL should be called: "/BetreuerService/rechtsgrundlage/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Verguetung columns: - column: Entscheidungsdatum - column: IstEhrenamtspauschale - column: ZeitraumBis - column: Rechtsgrundlage - column: Betrag - column: Waehrung - column: ZeitraumVon - column: GerichtGenehmigt - column: Betreuung - column: Notizen - column: BasisArt The table should have the title "Verguetungs" und the data must be loaded from the server with the following relative URL: "/AufgabenkreisService/verguetung/rechtsgrundlage/{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/rechtsgrundlage/{id}" Add a HTML table to the view with the following Schulung columns: - column: DauerStunden - column: Beschreibung - column: Betreuungsverein - column: IstPflicht - column: Rechtsgrundlage - column: Betreuungsbehoerde - column: Titel - column: AnbieterArt The table should have the title "Schulungs" und the data must be loaded from the server with the following relative URL: "/BetreuungsbehoerdeService/schulung/rechtsgrundlage/{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/rechtsgrundlage/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum