删除BOM
DELETE
/msService/BatchInter/productBom/deletes
批次7.0(对内)Batch对接Batch封装公用接口
[
{
"batchId": “1333075047600020006“,
"outSystemCodes": ["serviceUrl/003"]
}
]
{
"code": 200,
"data": {
"success": [
{
"batchId": 1333075047600020006,
"code": "tjctest23060904",
"name": "tjctest23060904",
"version": "1.0",
"norsize": 10.0,
"unit": "kg",
"feedingMode": 1,
"remark": null,
"outSystemCode": "serviceUrl/003",
"productBomMaterials": [
{
"matCode": "tjctest230607001material",
"matName": "tjctest230607001material",
"matOrder": null,
"matAmount": 10.0,
"matIoType": 1,
"matUnit": "kg"
},
{
"matCode": "tjctest230607002material",
"matName": "tjctest230607002material",
"matOrder": null,
"matAmount": 10.0,
"matIoType": 1,
"matUnit": "kg"
}
],
"message": null
}
],
"fail": [
{
"batchId": null,
"code": "tjctest23060903",
"name": "tjctest23060903",
"version": "1.0",
"norsize": 10.0,
"unit": "kg",
"feedingMode": 1,
"remark": null,
"outSystemCode": "serviceUrl/003",
"productBomMaterials": [
{
"matCode": "tjctest230607001material",
"matName": "tjctest230607001material",
"matOrder": null,
"matAmount": 10.0,
"matIoType": 1,
"matUnit": "kg"
},
{
"matCode": "tjctest230607002material",
"matName": "tjctest230607002material",
"matOrder": null,
"matAmount": 10.0,
"matIoType": 1,
"matUnit": "kg"
}
],
"message": "Sdk_AddProduct: Check code and version failed."
}
]
},
"message": "处理成功!"
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
Body 参数application/json
示例代码
返回响应
修改于 2025-02-26 06:11:59