Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AusbildungszentrumView
Please create a React-JS view called "AusbildungszentrumView" for the fields of the Ausbildungszentrum entity. The AusbildungszentrumView must contain the following fields: - name: Name type: STRING - name: Schwerpunkt type: STRING - name: StandortBundesland type: STRING - name: StandortStadt type: STRING - name: TechnischesHilfswerk type: TechnischesHilfswerk The data source for the [TechnischesHilfswerk] select control should be loaded from the relative URL: "/TechnischesHilfswerkService/technischeshilfswerk" (HTTP-GET) An existing Ausbildungszentrum entity should be loaded from the relative URL: "/TechnischesHilfswerkService/ausbildungszentrum/{id}" (HTTP-GET) If a new Ausbildungszentrum entity has been created, the new entity should be posted to the relative URL: "/TechnischesHilfswerkService/ausbildungszentrum" (HTTP-POST) If an existing Ausbildungszentrum entity has been updated, the modified entity should be sent to the relative URL: "/TechnischesHilfswerkService/ausbildungszentrum/{id}" (HTTP-PUT) If an existing Ausbildungszentrum entity has to be deleted, the following relative URL should be called: "/TechnischesHilfswerkService/ausbildungszentrum/{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/ausbildungszentrum/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum