Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BetreuerSchulungView
Please create a React-JS view called "BetreuerSchulungView" for the fields of the BetreuerSchulung entity. The BetreuerSchulungView must contain the following fields: - name: AbschlussDatum type: DATE - name: Betreuer type: Betreuer - name: Notizen type: STRING - name: Schulung type: Schulung - name: Zertifikat type: BOOL - name: ZertifikatNummer type: STRING The data source for the [Betreuer] select control should be loaded from the relative URL: "/BetreuerService/betreuer" (HTTP-GET) The data source for the [Schulung] select control should be loaded from the relative URL: "/BetreuungsbehoerdeService/schulung" (HTTP-GET) An existing BetreuerSchulung entity should be loaded from the relative URL: "/BetreuungsbehoerdeService/betreuerschulung/{id}" (HTTP-GET) If a new BetreuerSchulung entity has been created, the new entity should be posted to the relative URL: "/BetreuungsbehoerdeService/betreuerschulung" (HTTP-POST) If an existing BetreuerSchulung entity has been updated, the modified entity should be sent to the relative URL: "/BetreuungsbehoerdeService/betreuerschulung/{id}" (HTTP-PUT) If an existing BetreuerSchulung entity has to be deleted, the following relative URL should be called: "/BetreuungsbehoerdeService/betreuerschulung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum