Overview
Summary
Contact
Donate
Imprint
Prompt for the
BlockedUserView
Please create a React-JS view called "BlockedUserView" for the fields of the BlockedUser entity. The BlockedUserView must contain the following fields: - name: BlockedUser type: User - name: BlockerUser type: User - name: CreatedAt type: DATE The data source for the [BlockerUser] select control should be loaded from the relative URL: "/UserService/user" (HTTP-GET) The data source for the [BlockedUser] select control should be loaded from the relative URL: "/UserService/user" (HTTP-GET) An existing BlockedUser entity should be loaded from the relative URL: "/LiveStreamService/blockeduser/{id}" (HTTP-GET) If a new BlockedUser entity has been created, the new entity should be posted to the relative URL: "/LiveStreamService/blockeduser" (HTTP-POST) If an existing BlockedUser entity has been updated, the modified entity should be sent to the relative URL: "/LiveStreamService/blockeduser/{id}" (HTTP-PUT) If an existing BlockedUser entity has to be deleted, the following relative URL should be called: "/LiveStreamService/blockeduser/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint