{
"planned_route_id": "string",
"route_name": "string",
"calculated_header": {
"dead_distance_route_in_meters": 0,
"dead_time_route_in_seconds": 0,
"total_distance_route_in_meters": 0,
"total_time_route_in_seconds": 0,
"dead_start_distance_route_in_meters": 0,
"dead_start_time_route_in_seconds": 0,
"dead_end_time_route_in_seconds": 0,
"dead_end_distance_route_in_meters": 0
},
"bound_configurations": {
"selected_vehicle": 0,
"selected_driver": 0
},
"route_configurations": {
"includes_initial_and_final_stop": true,
"stop_points": [
{
"stop_point_name": "string",
"stop_point_type": "string",
"stop_point_order": 0,
"place_holder": "string",
"stop_point_full_address_name": "string",
"stop_point_hour": "string",
"stop_point_latitude": 0,
"stop_point_longitude": 0
}
],
"dead_start_route_linestring": [
{
"lat": 0,
"lng": 0
}
],
"dead_end_route_linestring": [
{
"lat": 0,
"lng": 0
}
],
"productive_route_linestring": [
{
"lat": 0,
"lng": 0
}
]
}
}
curl --location --request PUT 'https://cgv-prd-trackings-api.contele.io/api/v1/update-planned-route' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"planned_route_id": "string",
"route_name": "string",
"calculated_header": {
"dead_distance_route_in_meters": 0,
"dead_time_route_in_seconds": 0,
"total_distance_route_in_meters": 0,
"total_time_route_in_seconds": 0,
"dead_start_distance_route_in_meters": 0,
"dead_start_time_route_in_seconds": 0,
"dead_end_time_route_in_seconds": 0,
"dead_end_distance_route_in_meters": 0
},
"bound_configurations": {
"selected_vehicle": 0,
"selected_driver": 0
},
"route_configurations": {
"includes_initial_and_final_stop": true,
"stop_points": [
{
"stop_point_name": "string",
"stop_point_type": "string",
"stop_point_order": 0,
"place_holder": "string",
"stop_point_full_address_name": "string",
"stop_point_hour": "string",
"stop_point_latitude": 0,
"stop_point_longitude": 0
}
],
"dead_start_route_linestring": [
{
"lat": 0,
"lng": 0
}
],
"dead_end_route_linestring": [
{
"lat": 0,
"lng": 0
}
],
"productive_route_linestring": [
{
"lat": 0,
"lng": 0
}
]
}
}'
{}