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