Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KlientKontaktpersonView
Please create a React-JS view called "KlientKontaktpersonView" for the fields of the KlientKontaktperson entity. The KlientKontaktpersonView must contain the following fields: - name: Beziehung type: STRING - name: IstNotfallkontakt type: BOOL - name: Klient type: Klient - name: Person type: Person The data source for the [Klient] select control should be loaded from the relative URL: "/PflegedienstService/klient" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/MitarbeiterService/person" (HTTP-GET) An existing KlientKontaktperson entity should be loaded from the relative URL: "/MitarbeiterService/klientkontaktperson/{id}" (HTTP-GET) If a new KlientKontaktperson entity has been created, the new entity should be posted to the relative URL: "/MitarbeiterService/klientkontaktperson" (HTTP-POST) If an existing KlientKontaktperson entity has been updated, the modified entity should be sent to the relative URL: "/MitarbeiterService/klientkontaktperson/{id}" (HTTP-PUT) If an existing KlientKontaktperson entity has to be deleted, the following relative URL should be called: "/MitarbeiterService/klientkontaktperson/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum