Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KursteilnahmeView
Please create a React-JS view called "KursteilnahmeView" for the fields of the Kursteilnahme entity. The KursteilnahmeView must contain the following fields: - name: Beginn type: DATE - name: Ende type: DATE - name: Erfolgsstatus type: STRING - name: Hund type: Hund - name: Kurs type: Kurs - name: Notizen type: STRING The data source for the [Hund] select control should be loaded from the relative URL: "/HundService/hund" (HTTP-GET) The data source for the [Kurs] select control should be loaded from the relative URL: "/KursService/kurs" (HTTP-GET) An existing Kursteilnahme entity should be loaded from the relative URL: "/UmweltreizService/kursteilnahme/{id}" (HTTP-GET) If a new Kursteilnahme entity has been created, the new entity should be posted to the relative URL: "/UmweltreizService/kursteilnahme" (HTTP-POST) If an existing Kursteilnahme entity has been updated, the modified entity should be sent to the relative URL: "/UmweltreizService/kursteilnahme/{id}" (HTTP-PUT) If an existing Kursteilnahme entity has to be deleted, the following relative URL should be called: "/UmweltreizService/kursteilnahme/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum