Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ProgrammTeilnahmeView
Please create a React-JS view called "ProgrammTeilnahmeView" for the fields of the ProgrammTeilnahme entity. The ProgrammTeilnahmeView must contain the following fields: - name: AustrittDatum type: DATE - name: BeitrittDatum type: DATE - name: LokaleTafel type: LokaleTafel - name: Programm type: Programm - name: Status type: STRING The data source for the [Programm] select control should be loaded from the relative URL: "/ProgrammService/programm" (HTTP-GET) The data source for the [LokaleTafel] select control should be loaded from the relative URL: "/LokaleTafelService/lokaletafel" (HTTP-GET) An existing ProgrammTeilnahme entity should be loaded from the relative URL: "/ProgrammService/programmteilnahme/{id}" (HTTP-GET) If a new ProgrammTeilnahme entity has been created, the new entity should be posted to the relative URL: "/ProgrammService/programmteilnahme" (HTTP-POST) If an existing ProgrammTeilnahme entity has been updated, the modified entity should be sent to the relative URL: "/ProgrammService/programmteilnahme/{id}" (HTTP-PUT) If an existing ProgrammTeilnahme entity has to be deleted, the following relative URL should be called: "/ProgrammService/programmteilnahme/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum