{
"territoryRouteBooks": [
{
"principle_code": "string",
"territory_hierarchy_code": "string",
"effective_date": "2025-05-27T07:27:51.855Z",
"customer_hierarchy_code": "string",
"product_hierarchy_code": "string",
"norm_codes": "string",
"suggested_order": 0,
"inventory_goal": 0,
"inventory_check_flag": 0,
"item_code": "string"
}
]
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/set_territory_route_book' \
--header 'Content-Type: application/json' \
--data-raw '{
"territoryRouteBooks": [
{
"principle_code": "string",
"territory_hierarchy_code": "string",
"effective_date": "2025-05-27T07:27:51.855Z",
"customer_hierarchy_code": "string",
"product_hierarchy_code": "string",
"norm_codes": "string",
"suggested_order": 0,
"inventory_goal": 0,
"inventory_check_flag": 0,
"item_code": "string"
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"record_count": 0
}