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