Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
InteressenvertretungView
Please create a React-JS view called "InteressenvertretungView" for the fields of the Interessenvertretung entity. The InteressenvertretungView must contain the following fields: - name: Amtsbeginn type: DATE - name: Amtsende type: DATE - name: Gremiumstyp type: STRING - name: Werkstatt type: Werkstatt The data source for the [Werkstatt] select control should be loaded from the relative URL: "/WerkstattService/werkstatt" (HTTP-GET) An existing Interessenvertretung entity should be loaded from the relative URL: "/PersonService/interessenvertretung/{id}" (HTTP-GET) If a new Interessenvertretung entity has been created, the new entity should be posted to the relative URL: "/PersonService/interessenvertretung" (HTTP-POST) If an existing Interessenvertretung entity has been updated, the modified entity should be sent to the relative URL: "/PersonService/interessenvertretung/{id}" (HTTP-PUT) If an existing Interessenvertretung entity has to be deleted, the following relative URL should be called: "/PersonService/interessenvertretung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Interessenvertretungsmitglied columns: - column: TeilnehmendePerson - column: Interessenvertretung - column: Rolle The table should have the title "Interessenvertretungsmitglieds" und the data must be loaded from the server with the following relative URL: "/TeilnehmendePersonService/interessenvertretungsmitglied/interessenvertretung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum