Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BetreuungAufgabenkreisView
Please create a React-JS view called "BetreuungAufgabenkreisView" for the fields of the BetreuungAufgabenkreis entity. The BetreuungAufgabenkreisView must contain the following fields: - name: Aufgabenkreis type: Aufgabenkreis - name: Betreuung type: Betreuung - name: BisDatum type: DATE - name: IstEinschraenkung type: BOOL - name: Notizen type: STRING - name: VonDatum type: DATE The data source for the [Betreuung] select control should be loaded from the relative URL: "/BetreuungService/betreuung" (HTTP-GET) The data source for the [Aufgabenkreis] select control should be loaded from the relative URL: "/AufgabenkreisService/aufgabenkreis" (HTTP-GET) An existing BetreuungAufgabenkreis entity should be loaded from the relative URL: "/AufgabenkreisService/betreuungaufgabenkreis/{id}" (HTTP-GET) If a new BetreuungAufgabenkreis entity has been created, the new entity should be posted to the relative URL: "/AufgabenkreisService/betreuungaufgabenkreis" (HTTP-POST) If an existing BetreuungAufgabenkreis entity has been updated, the modified entity should be sent to the relative URL: "/AufgabenkreisService/betreuungaufgabenkreis/{id}" (HTTP-PUT) If an existing BetreuungAufgabenkreis entity has to be deleted, the following relative URL should be called: "/AufgabenkreisService/betreuungaufgabenkreis/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum