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