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