{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"page_number": 0,
"posting_date": "2024-06-11T08:44:20.176Z",
"start_date_time": "2024-06-11T08:44:20.176Z",
"end_date_time": "2024-06-11T08:44:20.176Z"
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/get_journey_plan' \
--header 'Content-Type: application/json' \
--data-raw '{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"page_number": 0,
"posting_date": "2024-06-11T08:44:20.176Z",
"start_date_time": "2024-06-11T08:44:20.176Z",
"end_date_time": "2024-06-11T08:44:20.176Z"
}'
[
{
"principle_code": "string",
"tenant_code": "string",
"location_code": "string",
"journey_plan_code": "string",
"journey_plan_description": "string",
"customer_code": "string",
"sequence_week": 0,
"sequence_day": 0,
"sequence_number": 0,
"beat_code": "string",
"working_day": 0
}
]