{
"journey_plan": [
{
"tenant_code": "string",
"distributor_code": "string",
"journey_plan_code": "string",
"journey_plan_name": "string",
"beat_code": "string",
"beat_name": "string",
"outlet_code": "string",
"schedule_code": "string",
"start_time": "2019-08-24T14:15:22Z",
"end_time": "2019-08-24T14:15:22Z",
"service_time": 0
}
]
}
curl --location --request POST 'https://testapi.com/api/xc/1.0/set_journey_plan' \
--header 'Content-Type: application/json' \
--data-raw '{
"journey_plan": [
{
"tenant_code": "string",
"distributor_code": "string",
"journey_plan_code": "string",
"journey_plan_name": "string",
"beat_code": "string",
"beat_name": "string",
"outlet_code": "string",
"schedule_code": "string",
"start_time": "2019-08-24T14:15:22Z",
"end_time": "2019-08-24T14:15:22Z",
"service_time": 0
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "0fec1e58-b197-4052-99cf-2218496c5482",
"record_count": 0
}