Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GruppentreffenTeilnehmerView
Please create a React-JS view called "GruppentreffenTeilnehmerView" for the fields of the GruppentreffenTeilnehmer entity. The GruppentreffenTeilnehmerView must contain the following fields: - name: Bewohner type: Bewohner - name: Gruppentreffen type: Gruppentreffen - name: Rolle type: STRING The data source for the [Gruppentreffen] select control should be loaded from the relative URL: "/GruppentreffenService/gruppentreffen" (HTTP-GET) The data source for the [Bewohner] select control should be loaded from the relative URL: "/BewohnerService/bewohner" (HTTP-GET) An existing GruppentreffenTeilnehmer entity should be loaded from the relative URL: "/GruppentreffenService/gruppentreffenteilnehmer/{id}" (HTTP-GET) If a new GruppentreffenTeilnehmer entity has been created, the new entity should be posted to the relative URL: "/GruppentreffenService/gruppentreffenteilnehmer" (HTTP-POST) If an existing GruppentreffenTeilnehmer entity has been updated, the modified entity should be sent to the relative URL: "/GruppentreffenService/gruppentreffenteilnehmer/{id}" (HTTP-PUT) If an existing GruppentreffenTeilnehmer entity has to be deleted, the following relative URL should be called: "/GruppentreffenService/gruppentreffenteilnehmer/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum