POST api/userpreferences/savesearchforuser
Request Information
URI Parameters
None.
Body Parameters
UserSavedSearchesDataName | Description | Type | Additional information |
---|---|---|---|
UserSavedDataID | integer |
None. |
|
SavedDataTitle | string |
None. |
|
SavedDataDetails | string |
None. |
|
UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserSavedDataID": 1, "SavedDataTitle": "sample string 2", "SavedDataDetails": "sample string 3", "UserName": "sample string 4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1