POST api/Search/SetResultViewed
Request Information
URI Parameters
None.
Body Parameters
SearchLogInfoName | Description | Type | Additional information |
---|---|---|---|
SearchLogId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "searchLogId": "ae2cefe6-1d1b-4677-af22-314c073c480c" }
application/xml, text/xml
Sample:
<SearchLogInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIService.Models.Public.Search"> <SearchLogId>ae2cefe6-1d1b-4677-af22-314c073c480c</SearchLogId> </SearchLogInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.