POST api/GetIMEIDataServicesByIMEIAndLevel
Request Information
URI Parameters
None.
Body Parameters
cIMEIDataServicesName | Description | Type | Additional information |
---|---|---|---|
IMEI | string |
None. |
|
CompanyID | integer |
None. |
|
LevelSerialNumber | string |
None. |
|
oIMEIDataServicesResult | cIMEIDataServicesResult |
None. |
Request Formats
application/json, text/json
Sample:
{ "IMEI": "sample string 1", "CompanyID": 2, "LevelSerialNumber": "sample string 3", "oIMEIDataServicesResult": { "IMEI": "sample string 1", "VehicleID": "sample string 2", "CompanyID": 3 } }
application/xml, text/xml
Sample:
<cIMEIDataServices xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FleetSAPAPI.Models"> <CompanyID>2</CompanyID> <IMEI>sample string 1</IMEI> <LevelSerialNumber>sample string 3</LevelSerialNumber> <oIMEIDataServicesResult> <CompanyID>3</CompanyID> <IMEI>sample string 1</IMEI> <VehicleID>sample string 2</VehicleID> </oIMEIDataServicesResult> </cIMEIDataServices>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
cIMEIDataServicesResultName | Description | Type | Additional information |
---|---|---|---|
IMEI | string |
None. |
|
VehicleID | string |
None. |
|
CompanyID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "IMEI": "sample string 1", "VehicleID": "sample string 2", "CompanyID": 3 }
application/xml, text/xml
Sample:
<cIMEIDataServicesResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FleetSAPAPI.Models"> <CompanyID>3</CompanyID> <IMEI>sample string 1</IMEI> <VehicleID>sample string 2</VehicleID> </cIMEIDataServicesResult>