待入职员工简历淘汰消息
消息说明:当待入职员工的简历淘汰(包含定时淘汰或者管理员手动放弃)时,推送此类消息
参数说明:
参数 | 类型 | 必传(Y/N) | 说明 |
---|---|---|---|
messageId | String | Y | 唯一标识一条消息 |
type | String | Y | 消息类型,固定为recruiment_pre_entry_eliminate |
sendtime | Long | Y | 消息推送时间戳(精确到秒) |
data | RecruitmentPreEntryEliminatePushMsg | Y | 推送消息 |
RecruitmentPreEntryEliminatePushMsg
参数 | 类型 | 必传(Y/N) | 说明 |
---|---|---|---|
employeeIds | List<String> | Y | 待入职员工的员工id列表 |
消息样例:
{
"messageId": "a947289a217f4d50aec893529048f724",
"type": "recruiment_pre_entry_eliminate",
"data": {
"employeeIds": [
"9c9363f5d69e403392ff036d054e1e8d",
"ea391ba02d7a4c469b74b41a8871c6d9"
]
},
"sendtime": 1718176952
}