{
"iq_data": [
{
"tenant_code": "string",
"location_code": "string",
"effective_date": "2024-06-26T05:09:12.050Z",
"iQ_details": [
{
"customer_code": "string",
"customer_hierarchy_code": "string",
"item_code": "string",
"product_hierarchy_code": "string",
"norm_codes": "string",
"suggested_order": 0,
"min_order_qty": 0,
"inventory_goal": 0,
"inventory_check_flag": 0
}
]
}
]
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/set_iq_data' \
--header 'Content-Type: application/json' \
--data-raw '{
"iq_data": [
{
"tenant_code": "string",
"location_code": "string",
"effective_date": "2024-06-26T05:09:12.050Z",
"iQ_details": [
{
"customer_code": "string",
"customer_hierarchy_code": "string",
"item_code": "string",
"product_hierarchy_code": "string",
"norm_codes": "string",
"suggested_order": 0,
"min_order_qty": 0,
"inventory_goal": 0,
"inventory_check_flag": 0
}
]
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"record_count": 0
}