ScheduledRoutes
schedulePoints object[]nullable
Array [
sequence integer<int32>
schedulePointId stringnullable
schedulePointDataType stringnullable
schedulePointDataId stringnullable
averageSpeed number<double>
plannedArrival integer<int64>
plannedTimeAtLocation integer<int64>
plannedDeparture integer<int64>
actualAverageSpeed number<double>
actualArrival integer<int64>
actualTimeAtLocation integer<int64>
actualDeparture integer<int64>
schedulePointStatus stringnullable
routeFromPoint stringnullable
schedulePointLongLat stringnullable
schedulePointPolyLongLat stringnullable
]
tenantId stringnullable
id string<uuid>
documentType stringnullable
assignedAssetId stringnullable
assignedOperatorId string<uuid>
schedulePlannedStartDateTime integer<int64>
schedulePlannedEndDateTime integer<int64>
scheduleActualStartDateTime integer<int64>
scheduleActualEndDateTime integer<int64>
averageSpeed number<double>
startLocationType stringnullable
startLocationId stringnullable
startLocationName stringnullable
startLocationLongLat stringnullable
endLocationType stringnullable
endLocationId stringnullable
endLocationName stringnullable
endLocationLongLat stringnullable
endOn stringnullable
scheduleStatus stringnullable
scheduleOptimization stringnullable
scheduleToleranceMinutes integer<int64>
estimateOffsetMinutes integer<int64>
ScheduledRoutes
{
"schedulePoints": [
{
"sequence": 0,
"schedulePointId": "string",
"schedulePointDataType": "string",
"schedulePointDataId": "string",
"averageSpeed": 0,
"plannedArrival": 0,
"plannedTimeAtLocation": 0,
"plannedDeparture": 0,
"actualAverageSpeed": 0,
"actualArrival": 0,
"actualTimeAtLocation": 0,
"actualDeparture": 0,
"schedulePointStatus": "string",
"routeFromPoint": "string",
"schedulePointLongLat": "string",
"schedulePointPolyLongLat": "string"
}
],
"tenantId": "string",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"documentType": "string",
"assignedAssetId": "string",
"assignedOperatorId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"schedulePlannedStartDateTime": 0,
"schedulePlannedEndDateTime": 0,
"scheduleActualStartDateTime": 0,
"scheduleActualEndDateTime": 0,
"averageSpeed": 0,
"startLocationType": "string",
"startLocationId": "string",
"startLocationName": "string",
"startLocationLongLat": "string",
"endLocationType": "string",
"endLocationId": "string",
"endLocationName": "string",
"endLocationLongLat": "string",
"endOn": "string",
"scheduleStatus": "string",
"scheduleOptimization": "string",
"scheduleToleranceMinutes": 0,
"estimateOffsetMinutes": 0
}