Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RegionalstelleView
Please create a React-JS view called "RegionalstelleView" for the fields of the Regionalstelle entity. The RegionalstelleView must contain the following fields: - name: Landesverband type: Landesverband - name: Name type: STRING - name: SitzBundesland type: STRING - name: SitzStadt type: STRING The data source for the [Landesverband] select control should be loaded from the relative URL: "/LandesverbandService/landesverband" (HTTP-GET) An existing Regionalstelle entity should be loaded from the relative URL: "/PersonService/regionalstelle/{id}" (HTTP-GET) If a new Regionalstelle entity has been created, the new entity should be posted to the relative URL: "/PersonService/regionalstelle" (HTTP-POST) If an existing Regionalstelle entity has been updated, the modified entity should be sent to the relative URL: "/PersonService/regionalstelle/{id}" (HTTP-PUT) If an existing Regionalstelle entity has to be deleted, the following relative URL should be called: "/PersonService/regionalstelle/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Personenrolle columns: - column: Regionalstelle - column: Ausbildungszentrum - column: Landesverband - column: Person - column: Rollenart - column: TechnischerZug - column: VonDatum - column: Ortsverband - column: BisDatum - column: Logistikzentrum - column: IstAktuell The table should have the title "Personenrolles" und the data must be loaded from the server with the following relative URL: "/PersonService/personenrolle/regionalstelle/{id}" Add a HTML table to the view with the following Ortsverband columns: - column: StandortStadt - column: Name - column: StandortBundesland - column: Regionalstelle The table should have the title "Ortsverbands" und the data must be loaded from the server with the following relative URL: "/OrtsverbandService/ortsverband/regionalstelle/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum