物料创建
前提条件
事件明细
事件名称 | material_created |
---|---|
事件分类 | 物料 |
事件类型 | 后端事件 |
推送方式 | Webhook |
事件头示例
{
"headers":{
"TENANT_ID":[
"aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"
]
"STAFF_ID":[
"123123"
]
"x-nct-time":[
"1750351569887"
]
"business-type":[
"9100"
]
}
事件体示例
{
"requestId": "5518cd77-80c2-43c2-bf40-2f557f97465b",
"businessType": 9100,
"data": {
"rootItemId": 7333702146790187000,
"code": "1750241060",
"name": "regional",
"category": {
"code": "00",
"name": "整机产品",
"inventoryCycle": 90,
"parentCode": "",
"parentName": ""
},
"unit": "片",
"type": "产品",
"allowProduction": 1,
"allowPurchase": 0,
"allowSale": 1,
"allowOutsource": 0,
"status": "TO_BE_ENABLE",
"auditStatus": "TO_BE_SUBMIT",
"attributes": [],
"supplyChain": {
"procurementPriceType": 1,
"procurementPrice": 0,
"procurementTax": 0,
"overReceiveRate": 0,
"salePriceType": 1,
"salePrice": 0,
"saleTax": 0,
"overDeliveryRate": 0,
"isConfigurable": 0,
"purchaser": 0
},
"inventory": {
"useBatch": true,
"batchType": "SYSTEM",
"useSN": 1,
"snType": 0,
"useKey": true,
"shelfLife": 999,
"useOverdueMessage": 0,
"useSafetyInventory": false,
"maxInventory": 0,
"safetyInventory": 0,
"minInventory": 0,
"rePurchasePoint": 0,
"defaultWarehouseCode": "tyck",
"defaultWarehouseName": "通用仓库",
"defaultWarehouseBinName": null,
"abcCategory": 0,
"materialStatus": 1,
"cost": 0,
"realCostPrice": 0,
"minPackQuantity": 0,
"useLockInventory": false,
"inventoryAccountType": 1,
"enableInteger": 0,
"integerWay": 0,
"useBomVersion": false,
"fifo": 0,
"fifoRule": 1,
"fifoScanCheck": 0
},
"itemSpecificationConfigs": [],
"itemAssistUnits": null,
"itemUnitDTO": {
"itemIdOriginal": "7333702146790187008",
"baseUnit": {
"id": 10017349,
"name": "片",
"defaultProductUnit": 0,
"defaultMaterialUnit": 0,
"defaultSemiProductUnit": 0,
"unitRelations": [],
"updateTime": 1665664490000,
"deleted": 0
},
"inventoryUnit": {
"id": 10017349,
"name": "片",
"defaultProductUnit": 0,
"defaultMaterialUnit": 0,
"defaultSemiProductUnit": 0,
"unitRelations": [],
"updateTime": 1665664490000,
"deleted": 0
},
"inventoryToBaseQuantity": 1,
"baseToInventoryQuantity": 1,
"productionUnit": {
"id": 10017349,
"name": "片",
"defaultProductUnit": 0,
"defaultMaterialUnit": 0,
"defaultSemiProductUnit": 0,
"unitRelations": [],
"updateTime": 1665664490000,
"deleted": 0
},
"productionToBaseQuantity": 1,
"baseToProductionQuantity": 1,
"jbkUnit": {
"id": 10017349,
"name": "片",
"defaultProductUnit": 0,
"defaultMaterialUnit": 0,
"defaultSemiProductUnit": 0,
"unitRelations": [],
"updateTime": 1665664490000,
"deleted": 0
},
"productionToJbkQuantity": 1,
"jbkToProductionQuantity": 1,
"saleUnit": {
"id": 10017349,
"name": "片",
"defaultProductUnit": 0,
"defaultMaterialUnit": 0,
"defaultSemiProductUnit": 0,
"unitRelations": [],
"updateTime": 1665664490000,
"deleted": 0
},
"saleToBaseQuantity": 1,
"baseToSaleQuantity": 1,
"purchaseUnit": {
"id": 10017349,
"name": "片",
"defaultProductUnit": 0,
"defaultMaterialUnit": 0,
"defaultSemiProductUnit": 0,
"unitRelations": [],
"updateTime": 1665664490000,
"deleted": 0
},
"purchaseToBaseQuantity": 1,
"baseToPurchaseQuantity": 1
},
"attachment": {
"album": [],
"blueprint": [],
"attachment": [],
"comments": ""
},
"itemSpecifications": [],
"productionAndPlan": {
"dailyProduction": 0,
"defectiveRate": 0,
"planStrategy": 2,
"planBatchSize": 0,
"batchSize": 0,
"incrementSize": 0,
"enableInteger": 0,
"integerWay": 0
},
"qualityInspection": {
"useProcurementInspect": false,
"useInventoryInspect": false,
"inspectionMethod": "NIL",
"procurementInspectDetail": null
},
"itemPurchaseInformationDTO": null,
"itemCustomizeFields": {
"倒冲料": "否"
},
"id": 7333702146790187000
}
}
修改于 2025-06-24 03:03:27