员工更新
前提条件
事件明细
事件名称 | staff_updated |
---|---|
事件分类 | 员工 |
事件类型 | 后端事件 |
推送方式 | Webhook |
事件头示例
{
"headers":{
"TENANT_ID":[
"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
]
"STAFF_ID":[
"123123"
]
"x-nct-time":[
"1750351569887"
]
"business-type":[
"9402"
]
}
事件体示例
{
"requestId": "ec164801-7569-4ff1-9c78-2a19a1a70450",
"businessType": 9402,
"data": {
"id": 10092204,
"code": null,
"name": "毓国珍",
"tenantId": "2628d428-ba7c-4214-8763-49821f77cf49",
"account": "",
"mobilePhone": "",
"active": 0,
"shortName": "",
"gender": "保密",
"phone": "",
"employeeId": "zr002",
"employedDate": null,
"dateOfBirth": null,
"homeAddress": "",
"headPortrait": "",
"position": "",
"staffRank": "",
"email": "",
"directSuperiorId": 0,
"directSuperiorAccount": "",
"quitDate": null,
"department": null,
"workingCondition": "",
"emergencyContactPerson": "",
"emergencyContactNumber": "",
"comment": "",
"invitationCode": "14154315",
"permissionIds": null,
"updateTime": 1750244095000,
"deleted": 0,
"inCharge": 0,
"identityNumber": "",
"serviceStatus": 1,
"bindStatus": null,
"staffDepartments": null
}
}
修改于 2025-06-24 03:46:18