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: BlockedUserAccount type: UserAccount - name: CreatedAt type: DATE - name: UserAccount type: UserAccount The data source for the [BlockedUserAccount] select control should be loaded from the relative URL: "/UserAccountService/useraccount" (HTTP-GET) The data source for the [UserAccount] select control should be loaded from the relative URL: "/UserAccountService/useraccount" (HTTP-GET) An existing BlockedUser entity should be loaded from the relative URL: "/CommunitySpaceService/blockeduser/{id}" (HTTP-GET) If a new BlockedUser entity has been created, the new entity should be posted to the relative URL: "/CommunitySpaceService/blockeduser" (HTTP-POST) If an existing BlockedUser entity has been updated, the modified entity should be sent to the relative URL: "/CommunitySpaceService/blockeduser/{id}" (HTTP-PUT) If an existing BlockedUser entity has to be deleted, the following relative URL should be called: "/CommunitySpaceService/blockeduser/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint