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: Code type: STRING - name: GueltigBis type: DATE - name: GueltigVon type: DATE - name: Titel type: STRING An existing Rechtsgrundlage entity should be loaded from the relative URL: "/RechtsgrundlageService/rechtsgrundlage/{id}" (HTTP-GET) If a new Rechtsgrundlage entity has been created, the new entity should be posted to the relative URL: "/RechtsgrundlageService/rechtsgrundlage" (HTTP-POST) If an existing Rechtsgrundlage entity has been updated, the modified entity should be sent to the relative URL: "/RechtsgrundlageService/rechtsgrundlage/{id}" (HTTP-PUT) If an existing Rechtsgrundlage entity has to be deleted, the following relative URL should be called: "/RechtsgrundlageService/rechtsgrundlage/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Entgeltbestandteil columns: - column: Code - column: Rechtsgrundlage - column: Name - column: Beschreibung The table should have the title "Entgeltbestandteils" und the data must be loaded from the server with the following relative URL: "/RechtsgrundlageService/entgeltbestandteil/rechtsgrundlage/{id}" Add a HTML table to the view with the following Leistungsart columns: - column: Code - column: Beschreibung - column: Name - column: Rechtsgrundlage The table should have the title "Leistungsarts" und the data must be loaded from the server with the following relative URL: "/RechtsgrundlageService/leistungsart/rechtsgrundlage/{id}" Add a HTML table to the view with the following Werkstatt columns: - column: Beschreibung - column: Name - column: Rechtsgrundlage - column: MitgliedEaspd - column: Kurzname - column: Land - column: Bundesland - column: Haupttraeger - column: MitgliedBagWfbm - column: Gruendungsjahr The table should have the title "Werkstatts" und the data must be loaded from the server with the following relative URL: "/WerkstattService/werkstatt/rechtsgrundlage/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum