{ "dept_id": 1995, "attributeVOS": [ { "field_code": "deptLevel", "field_value": "2" } ] }
curl --location --request POST 'http://127.0.0.1/topapi/smartwork/hrm/organization/dept/update?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "dept_id": 1995, "attributeVOS": [ { "field_code": "deptLevel", "field_value": "2" } ] }'
{ "success": true, "errcode": 0, "errmsg": "string", "request_id": "string" }