{
"customer_category": [
{
"principle_code": "string",
"tenant_code": "string",
"category_type": 0,
"category_code": "string",
"category_description": "string",
"isActive": 0
}
]
}curl --location --request POST 'https://testapi.com/api/xd/1.0/set_customer_category' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_category": [
{
"principle_code": "string",
"tenant_code": "string",
"category_type": 0,
"category_code": "string",
"category_description": "string",
"isActive": 0
}
]
}'{
"status": 0,
"message": "string",
"transaction_id": "string",
"record_count": 0
}