删除虚拟部门通知
消息说明:当删除虚拟部门时,触发此消息通知
参数说明:
参数 | 类型 | 必传(Y/N) | 说明 |
---|---|---|---|
messageId | String | Y | 唯一标识一条消息 |
type | String | Y | 消息类型,固定为virtual_department_delete |
sendtime | Long | Y | 消息推送时间戳(精确到秒) |
departmentId | String | Y | 部门ID |
code | String | Y | 部门编码 |
消息样例:
{
"messageId": "uuid",
"type": "virtual_department_delete",
"sendtime": "1515986177",
"departmentId": "departmentUUID",
"code": "001"
}
返回:
{
"message": "success" //不返回 success,一律为失败,失败不重试
}