Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KlientVersicherungView
Please create a React-JS view called "KlientVersicherungView" for the fields of the KlientVersicherung entity. The KlientVersicherungView must contain the following fields: - name: GueltigBis type: DATE - name: GueltigVon type: DATE - name: IstPrimaer type: BOOL - name: Klient type: Klient - name: Versicherung type: Versicherung - name: Versicherungsart type: Versicherung - name: Versicherungsnummer type: Versicherung The data source for the [Versicherung] select control should be loaded from the relative URL: "/VersicherungService/versicherung" (HTTP-GET) The data source for the [Versicherungsart] select control should be loaded from the relative URL: "/VersicherungService/versicherung" (HTTP-GET) The data source for the [Klient] select control should be loaded from the relative URL: "/PflegedienstService/klient" (HTTP-GET) The data source for the [Versicherungsnummer] select control should be loaded from the relative URL: "/VersicherungService/versicherung" (HTTP-GET) An existing KlientVersicherung entity should be loaded from the relative URL: "/RechtsformService/klientversicherung/{id}" (HTTP-GET) If a new KlientVersicherung entity has been created, the new entity should be posted to the relative URL: "/RechtsformService/klientversicherung" (HTTP-POST) If an existing KlientVersicherung entity has been updated, the modified entity should be sent to the relative URL: "/RechtsformService/klientversicherung/{id}" (HTTP-PUT) If an existing KlientVersicherung entity has to be deleted, the following relative URL should be called: "/RechtsformService/klientversicherung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum