Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RollenartView
Please create a React-JS view called "RollenartView" for the fields of the Rollenart entity. The RollenartView must contain the following fields: - name: Beschreibung type: STRING - name: Ebene type: STRING - name: Name type: STRING An existing Rollenart entity should be loaded from the relative URL: "/PersonService/rollenart/{id}" (HTTP-GET) If a new Rollenart entity has been created, the new entity should be posted to the relative URL: "/PersonService/rollenart" (HTTP-POST) If an existing Rollenart entity has been updated, the modified entity should be sent to the relative URL: "/PersonService/rollenart/{id}" (HTTP-PUT) If an existing Rollenart entity has to be deleted, the following relative URL should be called: "/PersonService/rollenart/{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/rollenart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum