Overview
Summary
Contact
Donate
Imprint
Prompt for the
VideoTagView
Please create a React-JS view called "VideoTagView" for the fields of the VideoTag entity. The VideoTagView must contain the following fields: - name: Tag type: Tag - name: Video type: Video The data source for the [Video] select control should be loaded from the relative URL: "/VideoService/video" (HTTP-GET) The data source for the [Tag] select control should be loaded from the relative URL: "/VideoService/tag" (HTTP-GET) An existing VideoTag entity should be loaded from the relative URL: "/VideoService/videotag/{id}" (HTTP-GET) If a new VideoTag entity has been created, the new entity should be posted to the relative URL: "/VideoService/videotag" (HTTP-POST) If an existing VideoTag entity has been updated, the modified entity should be sent to the relative URL: "/VideoService/videotag/{id}" (HTTP-PUT) If an existing VideoTag entity has to be deleted, the following relative URL should be called: "/VideoService/videotag/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint