{
"employeeId": null,
"employeeCode": "DR05",
"relationships": [
{
"organizeId": 1,
"organizeCode": "",
"roleId": null,
"roleCode": "8",
"isDefault": 1
}
]
}
curl --location -g --request POST '/{{route}}/md/open/companyEmployee/comReinstated?version=1&version=' \
--header 'Authorization: {{Authorization}}' \
--header 'ent: {{ent}}' \
--header 'ent;' \
--header 'Content-Type: application/json' \
--data-raw '{
"employeeId": null,
"employeeCode": "DR05",
"relationships": [
{
"organizeId": 1,
"organizeCode": "",
"roleId": null,
"roleCode": "8",
"isDefault": 1
}
]
}'
{
"message": "复职成功!",
"status": 0
}