{
"journey_plan": [
{
"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
}
]
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/set_journey_plan' \
--header 'Content-Type: application/json' \
--data-raw '{
"journey_plan": [
{
"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
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "string",
"record_count": 0
}