POST api/Search/SetResultViewed
Request Information
URI Parameters
None.
Body Parameters
SearchLogInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchLogId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"searchLogId": "a35064e9-8edf-4528-bed7-4aacb3565fe0"
}
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>a35064e9-8edf-4528-bed7-4aacb3565fe0</SearchLogId> </SearchLogInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.