委外采购单创建
前提条件
事件明细
事件名称 | outsourcingOrder_created |
---|---|
事件分类 | 委外采购单 |
事件类型 | 后端事 件 |
推送方式 | Webhook |
事件头示例
{
"headers":{
"TENANT_ID":[
"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
]
"STAFF_ID":[
"123123"
]
"x-nct-time":[
"1750351569887"
]
"business-type":[
"3000"
]
}
事件体示例
{
"requestId": "6a1204aa-d9b5-44f4-b9b8-3a1d7ea6cf68",
"businessType": 3000,
"data": {
"id": 11324987,
"code": "O-250624-001",
"orderStatus": null,
"staffCode": "551",
"director": "551",
"createTime": 1750753136000,
"customerCode": "C-250620-001",
"customerName": "西码市敬阳建设股份有限公司",
"addressLabel": null,
"orderDeliveryAddressView": null,
"dueDate": 1753286400000,
"currency": "CNY",
"exchangeRate": 1,
"comments": "",
"orderProcess": null,
"cpsExtendFieldDTOList": null,
"baseExtendFieldDTOList": null,
"records": [
{
"id": null,
"sort": 0,
"itemCode": "1750388135",
"itemName": "贼好用的新鲜键盘",
"saleUnit": "D",
"quantity": 100,
"price": 1000,
"taxRate": 13,
"deadline": 1753286400000,
"comment": "",
"cpsExtendFieldDTOList": null,
"baseExtendFieldDTOList": null,
"orderCpsExtendField": []
}
]
}
}
修改于 2025-06-25 02:38:20