LiveTrack FleetTask
Live Tracking FleetTask
Path Parameters
id string required
Encoded Id
Responses
- 200
- 400
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- Array [
- ]
- ]
- Array [
- Array [
- ]
- Array [
- ]
- ]
- Array [
- ]
data object
actual_arrival_on string
actual_departure_on string
autocomplete_source string
canceled_reason string
created_by string
created_on string
delivery_order object[]
customer object
name string
id string
number string
status object
color string
name string
raw_type string
driver_user object
id integer
name string
end_address object
id integer
name string
estimated_arrival_on string
expected_arrival_on string
expected_departure_on string
history object[]
created_on string
description string
properties object[]
key string
value string
title string
id string
is_autocomplete_on boolean
is_from_vendor_request boolean
number string
planned_trip string[]
sequence object[]
activities object[]
completed_on string
delivery_order object
customer object
name string
id string
number string
total_volume number
total_weight number
id string
movements string[]
status object
color string
name string
raw_type string
type string
address object
full_name string
geolocation object
coordinate object
latitude number
longitude number
polygon object[]
latitude number
longitude number
radius number
type string
id integer
name string
completed_on string
distance number
estimated_arrival_on string
estimated_departure_on string
id string
label object
point_content object
color object
background string
text string
value string
service_time string
status string
type string
start_address object
id integer
name string
status object
color string
name string
raw_type string
visited_statuses string[]
total_volume number
total_weight number
updated_by string
updated_on string
vehicle object
id integer
license_plate string
type_name string
vendor object
id string
name string
errors object
property name* string[]
string
{
"data": {
"actual_arrival_on": "string",
"actual_departure_on": "string",
"autocomplete_source": "string",
"canceled_reason": "string",
"created_by": "string",
"created_on": "string",
"delivery_order": [
{
"customer": {
"name": "string"
},
"id": "string",
"number": "string",
"status": {
"color": "string",
"name": "string",
"raw_type": "string"
}
}
],
"driver_user": {
"id": 0,
"name": "string"
},
"end_address": {
"id": 0,
"name": "string"
},
"estimated_arrival_on": "string",
"expected_arrival_on": "string",
"expected_departure_on": "string",
"history": [
{
"created_on": "string",
"description": "string",
"properties": [
{
"key": "string",
"value": "string"
}
],
"title": "string"
}
],
"id": "string",
"is_autocomplete_on": true,
"is_from_vendor_request": true,
"number": "string",
"planned_trip": [
"string"
],
"sequence": [
{
"activities": [
{
"completed_on": "string",
"delivery_order": {
"customer": {
"name": "string"
},
"id": "string",
"number": "string",
"total_volume": 0,
"total_weight": 0
},
"id": "string",
"movements": [
"string"
],
"status": {
"color": "string",
"name": "string",
"raw_type": "string"
},
"type": "string"
}
],
"address": {
"full_name": "string",
"geolocation": {
"coordinate": {
"latitude": 0,
"longitude": 0
},
"polygon": [
{
"latitude": 0,
"longitude": 0
}
],
"radius": 0,
"type": "string"
},
"id": 0,
"name": "string"
},
"completed_on": "string",
"distance": 0,
"estimated_arrival_on": "string",
"estimated_departure_on": "string",
"id": "string",
"label": {
"point_content": {
"color": {
"background": "string",
"text": "string"
},
"value": "string"
}
},
"service_time": "string",
"status": "string",
"type": "string"
}
],
"start_address": {
"id": 0,
"name": "string"
},
"status": {
"color": "string",
"name": "string",
"raw_type": "string",
"visited_statuses": [
"string"
]
},
"total_volume": 0,
"total_weight": 0,
"updated_by": "string",
"updated_on": "string",
"vehicle": {
"id": 0,
"license_plate": "string",
"type_name": "string"
},
"vendor": {
"id": "string",
"name": "string"
}
},
"errors": {}
}
Bad Request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors
errors_v2 object
formatted object
issues object[]
code string
expected
message string
path string[]
received
message string
{
"errors": {},
"errors_v2": {
"formatted": {},
"issues": [
{
"code": "string",
"expected": {},
"message": "string",
"path": [
"string"
],
"received": {}
}
]
},
"message": "string"
}
Not Found
Loading...