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