删除成本中心通知
消息说明:当删除成本中心时,推送此类消息
参数说明:
参数 | 类型 | 必传(Y/N) | 说明 |
---|---|---|---|
messageId | String | Y | 唯一标识一条消息 |
type | String | Y | 消息类型,固定为cost_center_delete |
sendtime | Long | Y | 消息推送时间戳(精确到秒) |
data | CostCenterDeletePushMsg | Y | 推送消息 |
CostCenterDeletePushMsg
参数 | 类型 | 必传(Y/N) | 说明 |
---|---|---|---|
costId | String | Y | 成本中心id |
消息样例:
{
"messageId":"1b7793ed066445cb929e50d3b492b28e",
"type":"cost_center_delete",
"data":{
"costId":"51b52fe9b8a64b73aa420bfe73ac4a85"
},
"sendtime":1643194500
}