POST api/bnsearchStats
Request Information
URI Parameters
None.
Body Parameters
SearchStat| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceID | string |
None. |
|
| SearchTerm | string |
None. |
|
| ResultsCount | integer |
None. |
|
| Country | string |
None. |
|
| OS | string |
None. |
|
| DateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceID": "sample string 1",
"SearchTerm": "sample string 2",
"ResultsCount": 3,
"Country": "sample string 4",
"OS": "sample string 5",
"DateTime": "2025-12-11T06:14:08.5216093-08:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.