Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KontaktpersonView
Please create a React-JS view called "KontaktpersonView" for the fields of the Kontaktperson entity. The KontaktpersonView must contain the following fields: - name: Betreuter type: Betreuter - name: Email type: STRING - name: Notizen type: STRING - name: Organisation type: STRING - name: Person type: Person - name: Rolle type: STRING - name: Telefonnummer type: STRING The data source for the [Betreuter] select control should be loaded from the relative URL: "/BetreuterService/betreuter" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/BetreuterService/person" (HTTP-GET) An existing Kontaktperson entity should be loaded from the relative URL: "/BetreuterService/kontaktperson/{id}" (HTTP-GET) If a new Kontaktperson entity has been created, the new entity should be posted to the relative URL: "/BetreuterService/kontaktperson" (HTTP-POST) If an existing Kontaktperson entity has been updated, the modified entity should be sent to the relative URL: "/BetreuterService/kontaktperson/{id}" (HTTP-PUT) If an existing Kontaktperson entity has to be deleted, the following relative URL should be called: "/BetreuterService/kontaktperson/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum