Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LeistungstraegerView
Please create a React-JS view called "LeistungstraegerView" for the fields of the Leistungstraeger entity. The LeistungstraegerView must contain the following fields: - name: Adresse1 type: STRING - name: Adresse2 type: STRING - name: Bundesland type: Bundesland - name: Land type: Land - name: Name type: STRING - name: Ort type: STRING - name: Postleitzahl type: STRING - name: Traegertyp type: STRING The data source for the [Bundesland] select control should be loaded from the relative URL: "/LandService/bundesland" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Leistungstraeger entity should be loaded from the relative URL: "/LandService/leistungstraeger/{id}" (HTTP-GET) If a new Leistungstraeger entity has been created, the new entity should be posted to the relative URL: "/LandService/leistungstraeger" (HTTP-POST) If an existing Leistungstraeger entity has been updated, the modified entity should be sent to the relative URL: "/LandService/leistungstraeger/{id}" (HTTP-PUT) If an existing Leistungstraeger entity has to be deleted, the following relative URL should be called: "/LandService/leistungstraeger/{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/leistungstraeger/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum