REST API - saveUserSettings
The table summarizes the REST API - saveUserSettings.
Request
Format | PUT <baseurl>/usersettings/<storagekey>/<settingname> |
Path parameters |
|
Query parameters |
|
Response
JSON | If successful, returns 200 OK in the response header, and an empty response body. |
XML | If successful, returns 200 OK in the response header, and an empty response body. |
Example
Request | PUT <baseurl>/usersettings/claims/motor?make=Honda&model=Accord&year=2010 |