{
"authorized_product": [
{
"tenant_code": "string",
"location_code": "string",
"code": "string",
"description": "string",
"item_code": "string",
"units_of_measure": "string",
"item_type_code": 0
}
]
}
curl --location --request POST 'https://testapi.com/api/xd/1.0/set_authorized_product' \
--header 'Content-Type: application/json' \
--data-raw '{
"authorized_product": [
{
"tenant_code": "string",
"location_code": "string",
"code": "string",
"description": "string",
"item_code": "string",
"units_of_measure": "string",
"item_type_code": 0
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "string",
"record_count": 0
}