{
"summary_route_id": "b3a280e5-195e-4381-afbf-904b1c2f17c8",
"planned_route_id": "237b4661-ddbe-4fb8-85d6-bc1588f0c0d1",
"route_date": "2020-01-01",
"plate_number": "ABC-1234",
"driver_identification": "string",
"start_hour": "00:00",
"end_hour": "00:00",
"dead_start_hour": "00:00",
"dead_end_hour": "00:00",
"vehicle_id": 0,
"driver_id": 0,
"update_points": false
}
curl --location --request PUT 'https://cgv-prd-trackings-api.contele.io/api/v1/edit-realized-routes' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"summary_route_id": "b3a280e5-195e-4381-afbf-904b1c2f17c8",
"planned_route_id": "237b4661-ddbe-4fb8-85d6-bc1588f0c0d1",
"route_date": "2020-01-01",
"plate_number": "ABC-1234",
"driver_identification": "string",
"start_hour": "00:00",
"end_hour": "00:00",
"dead_start_hour": "00:00",
"dead_end_hour": "00:00",
"vehicle_id": 0,
"driver_id": 0,
"update_points": false
}'
{}