POST api/VehicleReports/GetVehicleReport
Documentation for 'GetVehicleReport'.
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:
{
"deviceId": "sample string 1",
"minIdleDuration": 2,
"speedLimit": 3
}
application/xml, text/xml
Sample:
<VehicleReportsController.VehicleRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DQWebAPI.Controllers"> <deviceId>sample string 1</deviceId> <minIdleDuration>2</minIdleDuration> <speedLimit>3</speedLimit> </VehicleReportsController.VehicleRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
Sample not available.