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