{
"body": {
"conditions": [ // 查询条件数组
{
"rootItemId": "PROD-GEARBOX-V2", // 根物料ID(变速箱V2版)
"bomVersion": "BOM-2025Q2" // BOM版本(2025年第二季度版)
}
]
}
}curl --location --request POST 'https://c2.xinheyun.com/api/open/v4/boms/query' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"conditions": [ // 查询条件数组
{
"rootItemId": "PROD-GEARBOX-V2", // 根物料ID(变速箱V2版)
"bomVersion": "BOM-2025Q2" // BOM版本(2025年第二季度版)
}
]
}
}'{
"code": 0,
"message": "",
"data": {
"list": [
{
"parentItem": {
"itemId": "",
"rootItemId": "",
"code": "",
"name": "",
"type": "",
"category": "",
"itemSpecs": [
{
"specName": "",
"specValue": ""
}
],
"itemUnit": {
"baseUnit": "",
"inventoryUnit": "",
"inventoryToBaseQuantity": 0.0,
"baseToInventoryQuantity": 0.0,
"productionUnit": "",
"productionToBaseQuantity": 0.0,
"baseToProductionQuantity": 0.0,
"jbkUnit": "",
"productionToJbkQuantity": 0.0,
"jbkToProductionQuantity": 0.0,
"saleUnit": "",
"saleToBaseQuantity": 0.0,
"baseToSaleQuantity": 0.0,
"purchaseUnit": "",
"purchaseToBaseQuantity": 0.0,
"baseToPurchaseQuantity": 0.0
}
},
"bomVersion": "",
"bomComponents": [
{
"componentItem": {
"itemId": "",
"rootItemId": "",
"code": "",
"name": "",
"type": "",
"category": "",
"itemSpecs": [
{
"specName": "",
"specValue": ""
}
],
"itemUnit": {
"baseUnit": "",
"inventoryUnit": "",
"inventoryToBaseQuantity": 0.0,
"baseToInventoryQuantity": 0.0,
"productionUnit": "",
"productionToBaseQuantity": 0.0,
"baseToProductionQuantity": 0.0,
"jbkUnit": "",
"productionToJbkQuantity": 0.0,
"jbkToProductionQuantity": 0.0,
"saleUnit": "",
"saleToBaseQuantity": 0.0,
"baseToSaleQuantity": 0.0,
"purchaseUnit": "",
"purchaseToBaseQuantity": 0.0,
"baseToPurchaseQuantity": 0.0
}
},
"parentRateQty": 0.0,
"componentRateQty": 0.0,
"attritionRate": 0.0,
"bottom": ""
}
]
}
]
}
}