{
"datas": [
{
"id": 5112383319480688410
},
{
"id": 5112383319480688411
},
{
"id": 5112383319480688412
}
]
}
curl --location --request POST '/api/hrm/restful/enableDepartment' \
--header 'Content-Type: application/json' \
--data-raw '{
"datas": [
{
"id": 5112383319480688410
},
{
"id": 5112383319480688411
},
{
"id": 5112383319480688412
}
]
}'
{
"message": {
"errcode": "0",
"errmsg": "success"
},
"data": [
{
"keyValue": "759510033760010240",
"id": 759510033760010200,
"operate": "UPDATE",
"status": "SUCCESS",
"errcode": "SUCCESS",
"needRepush": false
}
]
}