销售订单审核通过
前提条件
事件明细
事件名称 | salesOrder_audit_approved |
---|---|
事件分类 | 销售订单 |
事件类型 | 后端事件 |
推送方式 | Webhook |
事件头示例
{
"headers":{
"TENANT_ID":[
"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
]
"STAFF_ID":[
"123123"
]
"x-nct-time":[
"1750351569887"
]
"business-type":[
"3005"
]
}
事件体示例
{
"requestId": "31f5d59e-05ce-4731-9244-b98b9b62ab1f",
"businessType": 3005,
"data": {
"id": 11324986,
"code": "O-250624-002",
"orderStatus": null,
"staffCode": "261",
"director": "zhurui05",
"createTime": 1750752727000,
"customerCode": "1748340343917",
"customerName": "1748340343917222",
"addressLabel": null,
"orderDeliveryAddressView": null,
"dueDate": 1750694400000,
"currency": "CNY",
"exchangeRate": 1,
"comments": "",
"orderProcess": null,
"cpsExtendFieldDTOList": null,
"baseExtendFieldDTOList": null,
"records": [
{
"id": null,
"sort": 0,
"itemCode": "test-检验物料",
"itemName": "test-检验物料",
"saleUnit": "片",
"quantity": 1,
"price": 0,
"taxRate": 10,
"deadline": 1750694400000,
"comment": "",
"cpsExtendFieldDTOList": null,
"baseExtendFieldDTOList": null,
"orderCpsExtendField": []
}
]
}
}
修改于 2025-06-25 02:58:45