Overview
Summary
Contact
Donate
Imprint
Prompt for the
ReelViewView
Please create a React-JS view called "ReelViewView" for the fields of the ReelView entity. The ReelViewView must contain the following fields: - name: Reel type: Reel - name: UserAccount type: UserAccount - name: ViewDurationSeconds type: LONG - name: ViewedAt type: DATE The data source for the [Reel] select control should be loaded from the relative URL: "/ReelService/reel" (HTTP-GET) The data source for the [UserAccount] select control should be loaded from the relative URL: "/UserAccountService/useraccount" (HTTP-GET) An existing ReelView entity should be loaded from the relative URL: "/ReelService/reelview/{id}" (HTTP-GET) If a new ReelView entity has been created, the new entity should be posted to the relative URL: "/ReelService/reelview" (HTTP-POST) If an existing ReelView entity has been updated, the modified entity should be sent to the relative URL: "/ReelService/reelview/{id}" (HTTP-PUT) If an existing ReelView entity has to be deleted, the following relative URL should be called: "/ReelService/reelview/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint