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