Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BetreuungsvereinView
Please create a React-JS view called "BetreuungsvereinView" for the fields of the Betreuungsverein entity. The BetreuungsvereinView must contain the following fields: - name: AdresseLand type: STRING - name: AdresseOrt type: STRING - name: AdressePlz type: STRING - name: AdresseStrasse type: STRING - name: Anerkennungsdatum type: DATE - name: Email type: STRING - name: IstKirchlich type: BOOL - name: IstWohlfahrtsverband type: BOOL - name: Name type: STRING - name: Telefonnummer type: STRING - name: Traeger type: STRING An existing Betreuungsverein entity should be loaded from the relative URL: "/BetreuungsbehoerdeService/betreuungsverein/{id}" (HTTP-GET) If a new Betreuungsverein entity has been created, the new entity should be posted to the relative URL: "/BetreuungsbehoerdeService/betreuungsverein" (HTTP-POST) If an existing Betreuungsverein entity has been updated, the modified entity should be sent to the relative URL: "/BetreuungsbehoerdeService/betreuungsverein/{id}" (HTTP-PUT) If an existing Betreuungsverein entity has to be deleted, the following relative URL should be called: "/BetreuungsbehoerdeService/betreuungsverein/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BetreuerVereinMitgliedschaft columns: - column: VonDatum - column: BisDatum - column: Rolle - column: Betreuungsverein - column: Betreuer - column: Notizen The table should have the title "BetreuerVereinMitgliedschafts" und the data must be loaded from the server with the following relative URL: "/BetreuerService/betreuervereinmitgliedschaft/betreuungsverein/{id}" Add a HTML table to the view with the following Schulung columns: - column: DauerStunden - column: Beschreibung - column: Betreuungsverein - column: IstPflicht - column: Rechtsgrundlage - column: Betreuungsbehoerde - column: Titel - column: AnbieterArt The table should have the title "Schulungs" und the data must be loaded from the server with the following relative URL: "/BetreuungsbehoerdeService/schulung/betreuungsverein/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum