Skip to main content

ScheduledRoutes

schedulePoints object[]nullable
  • Array [
  • sequence int32
    schedulePointId stringnullable
    schedulePointDataType stringnullable
    schedulePointDataId stringnullable
    averageSpeed double
    plannedArrival int64
    plannedTimeAtLocation int64
    plannedDeparture int64
    actualAverageSpeed double
    actualArrival int64
    actualTimeAtLocation int64
    actualDeparture int64
    schedulePointStatus stringnullable
    routeFromPoint stringnullable
    schedulePointLongLat stringnullable
    schedulePointPolyLongLat stringnullable
  • ]
  • tenantId stringnullable
    id uuid
    documentType stringnullable
    assignedAssetId stringnullable
    assignedOperatorId uuid
    schedulePlannedStartDateTime int64
    schedulePlannedEndDateTime int64
    scheduleActualStartDateTime int64
    scheduleActualEndDateTime int64
    averageSpeed double
    startLocationType stringnullable
    startLocationId stringnullable
    startLocationName stringnullable
    startLocationLongLat stringnullable
    endLocationType stringnullable
    endLocationId stringnullable
    endLocationName stringnullable
    endLocationLongLat stringnullable
    endOn stringnullable
    scheduleStatus stringnullable
    scheduleOptimization stringnullable
    scheduleToleranceMinutes int64
    estimateOffsetMinutes 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
    }