POST api/VehicleType/SearchDevice
Request Information
URI Parameters
None.
Body Parameters
SearchCriteriaName | Description | Type | Additional information |
---|---|---|---|
DeviceIMEI | string |
None. |
|
Limit | integer |
None. |
|
Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "DeviceIMEI": "sample string 1", "Limit": 2, "Id": 3 }
text/html
Sample:
{"DeviceIMEI":"sample string 1","Limit":2,"Id":3}
application/xml, text/xml
Sample:
<SearchCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GpsTrackingSystem.Models"> <DeviceIMEI>sample string 1</DeviceIMEI> <Id>3</Id> <Limit>2</Limit> </SearchCriteria>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.