Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TeilnehmendePersonFinanzierungView
Please create a React-JS view called "TeilnehmendePersonFinanzierungView" for the fields of the TeilnehmendePersonFinanzierung entity. The TeilnehmendePersonFinanzierungView must contain the following fields: - name: Bewilligungsnummer type: STRING - name: BisDatum type: DATE - name: Leistungsart type: Leistungsart - name: Leistungstraeger type: Leistungstraeger - name: TeilnehmendePerson type: TeilnehmendePerson - name: VonDatum type: DATE The data source for the [Leistungsart] select control should be loaded from the relative URL: "/RechtsgrundlageService/leistungsart" (HTTP-GET) The data source for the [TeilnehmendePerson] select control should be loaded from the relative URL: "/TeilnehmendePersonService/teilnehmendeperson" (HTTP-GET) The data source for the [Leistungstraeger] select control should be loaded from the relative URL: "/LandService/leistungstraeger" (HTTP-GET) An existing TeilnehmendePersonFinanzierung entity should be loaded from the relative URL: "/RechtsgrundlageService/teilnehmendepersonfinanzierung/{id}" (HTTP-GET) If a new TeilnehmendePersonFinanzierung entity has been created, the new entity should be posted to the relative URL: "/RechtsgrundlageService/teilnehmendepersonfinanzierung" (HTTP-POST) If an existing TeilnehmendePersonFinanzierung entity has been updated, the modified entity should be sent to the relative URL: "/RechtsgrundlageService/teilnehmendepersonfinanzierung/{id}" (HTTP-PUT) If an existing TeilnehmendePersonFinanzierung entity has to be deleted, the following relative URL should be called: "/RechtsgrundlageService/teilnehmendepersonfinanzierung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum