Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TeilnehmendePersonBehinderungView
Please create a React-JS view called "TeilnehmendePersonBehinderungView" for the fields of the TeilnehmendePersonBehinderung entity. The TeilnehmendePersonBehinderungView must contain the following fields: - name: Behinderungsart type: Behinderungsart - name: Beschreibung type: STRING - name: Primaer type: BOOL - name: TeilnehmendePerson type: TeilnehmendePerson The data source for the [Behinderungsart] select control should be loaded from the relative URL: "/BehinderungsartService/behinderungsart" (HTTP-GET) The data source for the [TeilnehmendePerson] select control should be loaded from the relative URL: "/TeilnehmendePersonService/teilnehmendeperson" (HTTP-GET) An existing TeilnehmendePersonBehinderung entity should be loaded from the relative URL: "/BehinderungsartService/teilnehmendepersonbehinderung/{id}" (HTTP-GET) If a new TeilnehmendePersonBehinderung entity has been created, the new entity should be posted to the relative URL: "/BehinderungsartService/teilnehmendepersonbehinderung" (HTTP-POST) If an existing TeilnehmendePersonBehinderung entity has been updated, the modified entity should be sent to the relative URL: "/BehinderungsartService/teilnehmendepersonbehinderung/{id}" (HTTP-PUT) If an existing TeilnehmendePersonBehinderung entity has to be deleted, the following relative URL should be called: "/BehinderungsartService/teilnehmendepersonbehinderung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum