Skip to main content

MovementReportResponse

totalDistance number<double>
totalEvents integer<int32>
totalPositions integer<int32>
maxSpeed number<double>
tripList object[]nullable
  • Array [
  • id stringnullable
    vehicleId stringnullable
    vehicleName stringnullable
    driverId stringnullable
    driverName stringnullable
    position stringnullable
    speed number<double>
    streetLimit number<double>
    runningOdo number<double>
    status stringnullable
    statusId integer<int32>
    eventDate stringnullable
    startDate stringnullable
    startTime stringnullable
    locationAddress stringnullable
    currentBPFlag stringnullable
    locationId stringnullable
    speedLimit number<double>
  • ]
  • MovementReportResponse
    {
    "totalDistance": 0,
    "totalEvents": 0,
    "totalPositions": 0,
    "maxSpeed": 0,
    "tripList": [
    {
    "id": "string",
    "vehicleId": "string",
    "vehicleName": "string",
    "driverId": "string",
    "driverName": "string",
    "position": "string",
    "speed": 0,
    "streetLimit": 0,
    "runningOdo": 0,
    "status": "string",
    "statusId": 0,
    "eventDate": "string",
    "startDate": "string",
    "startTime": "string",
    "locationAddress": "string",
    "currentBPFlag": "string",
    "locationId": "string",
    "speedLimit": 0
    }
    ]
    }