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