销售订单更新
前提条件
事件明细
事件名称 | salesOrder_updated |
---|---|
事件分类 | 销售订单 |
事件类型 | 后端事件 |
推送方式 | Webhook |
事件头示例
{
"headers":{
"TENANT_ID":[
"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
]
"STAFF_ID":[
"123123"
]
"x-nct-time":[
"1750351569887"
]
"business-type":[
"3003"
]
}
事件体示例
{
"requestId": "11d4ad79-f44a-4b99-b64b-4c453c7aea3e",
"businessType": 3003,
"data": {
"id": 11324989,
"code": "",
"orderStatus": null,
"staffCode": "261",
"director": "zhurui02",
"createTime": 1750757245000,
"customerCode": "1748413104358",
"customerName": "1748413104358222",
"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": 100,
"price": 3454,
"taxRate": 10,
"deadline": 1750694400000,
"comment": "",
"cpsExtendFieldDTOList": null,
"baseExtendFieldDTOList": null,
"orderCpsExtendField": []
}
]
}
}
修改于 2025-06-25 02:58:07