Overview
Summary
Contact
Donate
Imprint
Prompt for the
ReelLikeView
Please create a React-JS view called "ReelLikeView" for the fields of the ReelLike entity. The ReelLikeView must contain the following fields: - name: CreatedAt type: DATE - name: Reel type: Reel - name: UserAccount type: UserAccount 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 ReelLike entity should be loaded from the relative URL: "/UserAccountService/reellike/{id}" (HTTP-GET) If a new ReelLike entity has been created, the new entity should be posted to the relative URL: "/UserAccountService/reellike" (HTTP-POST) If an existing ReelLike entity has been updated, the modified entity should be sent to the relative URL: "/UserAccountService/reellike/{id}" (HTTP-PUT) If an existing ReelLike entity has to be deleted, the following relative URL should be called: "/UserAccountService/reellike/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint