{
"ids": [
"string"
],
"employeeIds": [
"string"
],
"employeeOrgType": "string",
"pathOrderType": "string"
}
curl --location --request POST '/api/hrm/restful/department_link_allpath/getData' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
],
"employeeIds": [
"string"
],
"employeeOrgType": "string",
"pathOrderType": "string"
}'
{
"code": 200,
"msg": "接口返回成功",
"status": true,
"data": {
"992805583600967681": [
{
"subcompanyid": "922786458314588161",
"code": "0000",
"name": "泛微",
"id": "922786458314588161",
"fullname": "泛微(全黎)",
"disporder": -99
}
],
"4261500958268885673": [
{
"subcompanyid": "922786458314588161",
"code": "0000",
"name": "泛微",
"id": "922786458314588161",
"fullname": "泛微(全黎)",
"disporder": -99
},
{
"subcompanyid": "922786458314588161",
"code": "DEPT003",
"name": "需求分析部",
"id": "4261500958227885672",
"disporder": 1000001
}
]
},
"fail": false
}