{
"employeeId": 346200626692175,
"employeeCode": "",
"folk": "",
"relationships": [
{
"roleId": null,
"roleCode": "8",
"organizeId": null,
"organizeCode": "1",
"isDefault": 1
},
{
"roleId": null,
"roleCode": "8",
"organizeId": null,
"organizeCode": "1510",
"isDefault": 0
},
{
"roleId": null,
"roleCode": "8",
"organizeId": null,
"organizeCode": "2884",
"isDefault": 0
}
],
"employeeName": "钟测试",
"phone": "13125664523",
"certCode": "",
"currentlyPlace": "",
"birthday": "1989-10-18",
"deptName": "",
"dingUserId": "",
"entryDate": "2018-07-16",
"sex": "1",
"registerdPlace": "地址"
}
curl --location -g --request POST '/{{route}}/md/open/companyEmployee/updateCompanyEmployee?version=1&version=' \
--header 'Authorization;' \
--header 'ent;' \
--header 'ent;' \
--header 'Content-Type: application/json' \
--data-raw '{
"employeeId": 346200626692175,
"employeeCode": "",
"folk": "",
"relationships": [
{
"roleId": null,
"roleCode": "8",
"organizeId": null,
"organizeCode": "1",
"isDefault": 1
},
{
"roleId": null,
"roleCode": "8",
"organizeId": null,
"organizeCode": "1510",
"isDefault": 0
},
{
"roleId": null,
"roleCode": "8",
"organizeId": null,
"organizeCode": "2884",
"isDefault": 0
}
],
"employeeName": "钟测试",
"phone": "13125664523",
"certCode": "",
"currentlyPlace": "",
"birthday": "1989-10-18",
"deptName": "",
"dingUserId": "",
"entryDate": "2018-07-16",
"sex": "1",
"registerdPlace": "地址"
}'
{
"message": "编辑成功!",
"status": 0
}