{
"tenant_code": "string",
"distributor_code": "string",
"route_type": 0,
"route_class": "string",
"from_date": "2024-06-05T07:02:21.117Z",
"to_date": "2024-06-05T07:02:21.117Z",
"page_number": 0
}
curl --location --request POST 'https://testapi.com/api/xc/1.0/get_journey_plan' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenant_code": "string",
"distributor_code": "string",
"route_type": 0,
"route_class": "string",
"from_date": "2024-06-05T07:02:21.117Z",
"to_date": "2024-06-05T07:02:21.117Z",
"page_number": 0
}'
[
{
"tenant_code": "string",
"territory_hierarchy": "string",
"distributor_code": "string",
"route_code": "string",
"outlet_code": "string",
"sequence_day": 0,
"route_type": 0,
"route_class": "string",
"last_modified_date_time": "2024-06-05T07:02:21.119Z"
}
]