Show Result
Show Result of Route Optimization
Path Parameters
id uuid required
Route Optimization UUID
Responses
- 200
- 404
OK
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- Array [
- ]
- Array [
- ]
- ]
- ]
data object
distance number
expected_arrival_on string
expected_departure_on string
id string
number string
status object
color string
name string
raw_type string
vehicle_count integer
vehicles object[]
color string
distance number
fleet_task_id string
id string
is_error boolean
is_late object
is_overtime object
license_plate string
order_count integer
polylines string[]
timelines object[]
activities object[]
delivery_order object
customer object
id string
name string
id string
is_error boolean
number string
total_volume number
total_weight number
id string
movements string[]
type string
address object
full_name string
geolocation object
coordinate object
latitude number
longitude number
polygon object[]
latitude number
longitude number
radius number
id integer
name string
distance number
estimated_arrival_on string
estimated_departure_on string
is_error boolean
point_id string
service_time string
type string
{
"data": {
"distance": 0,
"expected_arrival_on": "string",
"expected_departure_on": "string",
"id": "string",
"number": "string",
"status": {
"color": "string",
"name": "string",
"raw_type": "string"
},
"vehicle_count": 0,
"vehicles": [
{
"color": "string",
"distance": 0,
"fleet_task_id": "string",
"id": "string",
"is_error": true,
"is_late": {},
"is_overtime": {},
"license_plate": "string",
"order_count": 0,
"polylines": [
"string"
],
"timelines": [
{
"activities": [
{
"delivery_order": {
"customer": {
"id": "string",
"name": "string"
},
"id": "string",
"is_error": true,
"number": "string",
"total_volume": 0,
"total_weight": 0
},
"id": "string",
"movements": [
"string"
],
"type": "string"
}
],
"address": {
"full_name": "string",
"geolocation": {
"coordinate": {
"latitude": 0,
"longitude": 0
},
"polygon": [
{
"latitude": 0,
"longitude": 0
}
],
"radius": 0
},
"id": 0,
"name": "string"
},
"distance": 0,
"estimated_arrival_on": "string",
"estimated_departure_on": "string",
"is_error": true,
"point_id": "string",
"service_time": "string",
"type": "string"
}
]
}
]
}
}
Not Found
Loading...