{
"organization_hierarchy": [
{
"tenant_code": "string",
"hierarchy_code": "string",
"hierarchy_name": "string",
"employee_name": "string",
"hierarchy_level": 0,
"parent_code": "string",
"parent_hierarchy": "string",
"user_code": "string",
"mobile": "string",
"email": "string",
"is_active": "0"
}
]
}
curl --location --request POST 'https://testapi.com/api/xc/1.0/set_organization_hierarchy' \
--header 'Content-Type: application/json' \
--data-raw '{
"organization_hierarchy": [
{
"tenant_code": "string",
"hierarchy_code": "string",
"hierarchy_name": "string",
"employee_name": "string",
"hierarchy_level": 0,
"parent_code": "string",
"parent_hierarchy": "string",
"user_code": "string",
"mobile": "string",
"email": "string",
"is_active": "0"
}
]
}'
{
"status": 0,
"message": "string",
"transaction_id": "0fec1e58-b197-4052-99cf-2218496c5482",
"record_count": 0
}