Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AusschussMitgliedView
Please create a React-JS view called "AusschussMitgliedView" for the fields of the AusschussMitglied entity. The AusschussMitgliedView must contain the following fields: - name: BisDatum type: DATE - name: EntsendedurchOrganisation type: STRING - name: Jugendhilfeausschuss type: Jugendhilfeausschuss - name: Mitgliedsrolle type: STRING - name: Person type: Person - name: VonDatum type: DATE The data source for the [Jugendhilfeausschuss] select control should be loaded from the relative URL: "/JugendamtService/jugendhilfeausschuss" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing AusschussMitglied entity should be loaded from the relative URL: "/NetzwerkFrueheHilfenService/ausschussmitglied/{id}" (HTTP-GET) If a new AusschussMitglied entity has been created, the new entity should be posted to the relative URL: "/NetzwerkFrueheHilfenService/ausschussmitglied" (HTTP-POST) If an existing AusschussMitglied entity has been updated, the modified entity should be sent to the relative URL: "/NetzwerkFrueheHilfenService/ausschussmitglied/{id}" (HTTP-PUT) If an existing AusschussMitglied entity has to be deleted, the following relative URL should be called: "/NetzwerkFrueheHilfenService/ausschussmitglied/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum