事件名称 | warehouse_updated |
---|---|
事件分类 | 仓库 |
事件类型 | 后端事件 |
推送方式 | Webhook |
{
"headers":{
// 租户ID
"TENANT_ID":[
"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
]
// 人员ID
"STAFF_ID":[
"123123"
]
// 时间戳
"x-nct-time":[
"1750351569887"
]
// 业务类型代码
"business-type":[
"9201"
]
}
{
"requestId": "6ebca2b0-c971-44b2-bd5d-56d6486da46f", // 更新请求唯一标识
"businessType": 9201, // 业务类型:仓库更新
"data": {
"id": 7284513223037157376, // 仓库唯一ID(长整型)
"code": "射手座", // 仓库业务编码(特殊名称)
"name": "解45", // 仓库名称(更新值)
"staffs": [ // 仓库管理人员列表
{
"id": null, // 人员ID(未指定)
"code": "551", // 人员工号
"name": "杨志强", // 人员姓名
"tenantId": null, // 租户ID(空值)
"account": null, // 系统账号(空值)
"mobilePhone": null, // 手机号(空值)
"active": null, // 激活状态(空值)
"shortName": null, // 人员简称(空值)
"gender": null, // 性别(空值)
"phone": null, // 联系电话(空值)
"employeeId": null, // 员工ID(空值)
"employedDate": null, // 入职日期(空值)
"dateOfBirth": null, // 出生日期(空值)
"homeAddress": null, // 家庭住址(空值)
"headPortrait": null, // 头像URL(空值)
"position": null, // 职位(空值)
"staffRank": null, // 职级(空值)
"email": null, // 邮箱(空值)
"directSuperiorId": null, // 直属上级ID(空值)
"directSuperiorAccount": null, // 直属上级账号(空值)
"quitDate": null, // 离职日期(空值)
"department": null, // 所属部门(空值)
"workingCondition": null, // 在职状态(空值)
"emergencyContactPerson": null, // 紧急联系人(空值)
"emergencyContactNumber": null, // 紧急联系电话(空值)
"comment": null, // 备注(空值)
"invitationCode": null, // 邀请码(空值)
"permissionIds": null, // 权限ID(空值)
"updateTime": null, // 更新时间(空值)
"deleted": null, // 删除标记(空值)
"inCharge": null, // 负责状态(空值)
"identityNumber": null, // 身份证号(空值)
"serviceStatus": null, // 服务状态(空值)
"bindStatus": null, // 绑定状态(空值)
"staffDepartments": [] // 部门关系(空数组)
}
],
"warehouseType": 1, // 仓库类型(整型标识)
"isSystemDefault": 0, // 是否系统默认仓库(0=否)
"comments": "" // 仓库备注(空值)
}
}
枚举名 | 枚举值 | 描述 |
---|---|---|
ON | 1 | 是 |
OFF | 0 | 否 |
枚举名 | 枚举值 | 描述 |
---|---|---|
ON | 1 | 是 |
OFF | 0 | 否 |