POST api/Devices/SearchDevice
Documentation for 'SearchDevice'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| requestJson | Documentation for 'requestJson'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"userId": "sample string 1",
"locationIds": "sample string 2",
"searchString": "sample string 3"
}
application/xml, text/xml
Sample:
<DevicesController.DeviceSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DQWebAPI.Controllers"> <locationIds>sample string 2</locationIds> <searchString>sample string 3</searchString> <userId>sample string 1</userId> </DevicesController.DeviceSearch>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.