Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TeilnahmeView
Please create a React-JS view called "TeilnahmeView" for the fields of the Teilnahme entity. The TeilnahmeView must contain the following fields: - name: BisDatum type: DATE - name: Ergebnis type: STRING - name: Massnahme type: Massnahme - name: TeilnehmendePerson type: TeilnehmendePerson - name: VonDatum type: DATE The data source for the [Massnahme] select control should be loaded from the relative URL: "/WerkstattService/massnahme" (HTTP-GET) The data source for the [TeilnehmendePerson] select control should be loaded from the relative URL: "/TeilnehmendePersonService/teilnehmendeperson" (HTTP-GET) An existing Teilnahme entity should be loaded from the relative URL: "/TeilnehmendePersonService/teilnahme/{id}" (HTTP-GET) If a new Teilnahme entity has been created, the new entity should be posted to the relative URL: "/TeilnehmendePersonService/teilnahme" (HTTP-POST) If an existing Teilnahme entity has been updated, the modified entity should be sent to the relative URL: "/TeilnehmendePersonService/teilnahme/{id}" (HTTP-PUT) If an existing Teilnahme entity has to be deleted, the following relative URL should be called: "/TeilnehmendePersonService/teilnahme/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum