Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PersonenrolleView
Please create a React-JS view called "PersonenrolleView" for the fields of the Personenrolle entity. The PersonenrolleView must contain the following fields: - name: Ausbildungszentrum type: Ausbildungszentrum - name: BisDatum type: DATE - name: IstAktuell type: BOOL - name: Landesverband type: Landesverband - name: Logistikzentrum type: Logistikzentrum - name: Ortsverband type: Ortsverband - name: Person type: Person - name: Regionalstelle type: Regionalstelle - name: Rollenart type: Rollenart - name: TechnischerZug type: LONG - name: VonDatum type: DATE The data source for the [Rollenart] select control should be loaded from the relative URL: "/PersonService/rollenart" (HTTP-GET) The data source for the [Landesverband] select control should be loaded from the relative URL: "/LandesverbandService/landesverband" (HTTP-GET) The data source for the [Regionalstelle] select control should be loaded from the relative URL: "/PersonService/regionalstelle" (HTTP-GET) The data source for the [Ortsverband] select control should be loaded from the relative URL: "/OrtsverbandService/ortsverband" (HTTP-GET) The data source for the [Ausbildungszentrum] select control should be loaded from the relative URL: "/TechnischesHilfswerkService/ausbildungszentrum" (HTTP-GET) The data source for the [Logistikzentrum] select control should be loaded from the relative URL: "/TechnischesHilfswerkService/logistikzentrum" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing Personenrolle entity should be loaded from the relative URL: "/PersonService/personenrolle/{id}" (HTTP-GET) If a new Personenrolle entity has been created, the new entity should be posted to the relative URL: "/PersonService/personenrolle" (HTTP-POST) If an existing Personenrolle entity has been updated, the modified entity should be sent to the relative URL: "/PersonService/personenrolle/{id}" (HTTP-PUT) If an existing Personenrolle entity has to be deleted, the following relative URL should be called: "/PersonService/personenrolle/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum