Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BeschlussView
Please create a React-JS view called "BeschlussView" for the fields of the Beschluss entity. The BeschlussView must contain the following fields: - name: Antrag type: Antrag - name: BeschlussArt type: STRING - name: Betreuung type: Betreuung - name: Entscheidungsdatum type: DATE - name: Ergebnis type: STRING - name: Gericht type: Betreuungsgericht - name: Rechtsgrundlage type: Rechtsgrundlage - name: Zusammenfassung type: STRING The data source for the [Betreuung] select control should be loaded from the relative URL: "/BetreuungService/betreuung" (HTTP-GET) The data source for the [Gericht] select control should be loaded from the relative URL: "/BetreuungService/betreuungsgericht" (HTTP-GET) The data source for the [Rechtsgrundlage] select control should be loaded from the relative URL: "/BetreuerService/rechtsgrundlage" (HTTP-GET) The data source for the [Antrag] select control should be loaded from the relative URL: "/BetreuterService/antrag" (HTTP-GET) An existing Beschluss entity should be loaded from the relative URL: "/BetreuungService/beschluss/{id}" (HTTP-GET) If a new Beschluss entity has been created, the new entity should be posted to the relative URL: "/BetreuungService/beschluss" (HTTP-POST) If an existing Beschluss entity has been updated, the modified entity should be sent to the relative URL: "/BetreuungService/beschluss/{id}" (HTTP-PUT) If an existing Beschluss entity has to be deleted, the following relative URL should be called: "/BetreuungService/beschluss/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum