{
"datas": [
{
"id": 5112383319480688410
}
]
}
curl --location --request POST '/api/hrm/restful/disableDepartment' \
--header 'Content-Type: application/json' \
--data-raw '{
"datas": [
{
"id": 5112383319480688410
}
]
}'
{
"message": {
"errcode": "0",
"errmsg": "success"
},
"data": [
{
"keyValue": "759510033760010240",
"id": 759510033760010200,
"operate": "UPDATE",
"status": "ERROR",
"errcode": "存在下级组织,不支持停用",
"needRepush": false
}
]
}