Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LeistungsartView
Please create a React-JS view called "LeistungsartView" for the fields of the Leistungsart entity. The LeistungsartView must contain the following fields: - name: Beschreibung type: STRING - name: Code type: STRING - name: Name type: STRING - name: Rechtsgrundlage type: Rechtsgrundlage The data source for the [Rechtsgrundlage] select control should be loaded from the relative URL: "/RechtsgrundlageService/rechtsgrundlage" (HTTP-GET) An existing Leistungsart entity should be loaded from the relative URL: "/RechtsgrundlageService/leistungsart/{id}" (HTTP-GET) If a new Leistungsart entity has been created, the new entity should be posted to the relative URL: "/RechtsgrundlageService/leistungsart" (HTTP-POST) If an existing Leistungsart entity has been updated, the modified entity should be sent to the relative URL: "/RechtsgrundlageService/leistungsart/{id}" (HTTP-PUT) If an existing Leistungsart entity has to be deleted, the following relative URL should be called: "/RechtsgrundlageService/leistungsart/{id}" (HTTP-DELETE) Add a HTML table to the view with the following TeilnehmendePersonFinanzierung columns: - column: Leistungstraeger - column: TeilnehmendePerson - column: Leistungsart - column: VonDatum - column: Bewilligungsnummer - column: BisDatum The table should have the title "TeilnehmendePersonFinanzierungs" und the data must be loaded from the server with the following relative URL: "/RechtsgrundlageService/teilnehmendepersonfinanzierung/leistungsart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum