Request
Body Params application/json
{
"tenant_code": "string",
"route_type": 0,
"route_class": "string",
"category_code_1": "string",
"start_date_time": "2019-08-24T14:15:22Z",
"end_date_time": "2019-08-24T14:15:22Z",
"page_number": 0
}
Request Code Samples
curl --location --request POST 'https://testapi.com/api/xc/1.0/get_route' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenant_code": "string",
"route_type": 0,
"route_class": "string",
"category_code_1": "string",
"start_date_time": "2019-08-24T14:15:22Z",
"end_date_time": "2019-08-24T14:15:22Z",
"page_number": 0
}'
Responses
application/json [
{
"tenant_code": "string",
"distributor_code": "string",
"territory_hierarchy": "string",
"route_code": "string",
"route_name": "string",
"salesman_code": "string",
"salesman_name": "string",
"is_active": 1,
"route_type": 4,
"category_code_1": "string",
"route_class": "I",
"route_parameter_1": 0,
"authorized_item_code": "string",
"organization_hierarchy": "string",
"last_modified_date_time": "2019-08-24T14:15:22Z"
}
]
Modified atĀ 2023-12-05 05:41:41