大货BOM接口
方法名称:large_bom_detail
请求地址:https://open.patpat.com/api/large_bom_detail
支持请求方式: GET
系统级输入参数:
| 名称 | 类型 | 是否必须 | 描述 |
| _timestamp | string | 否 | 请求时间戳 |
| _signature | String | 是 | 请求签名 |
| access_token | String | 是 | 用户授权令牌 |
应用级输入参数:
| 名称 | 类型 | 是否必须 | 描述 | 示例值 |
| design_style_code | string | 是 | 设计款号编码 | RSQ2100009 |
接口返回结果:
| 字段 | 参考值 | 类型 | 描述 |
| status | 200 | Integer | 返回状态码 |
| msg | success | String | 接口返回信息 |
| content | 接口返回内容 |
数据返回示例:
{
"status": 200,
"msg": "success",
"content": {
"design_style_code": "RSQ2100009",
"bom_detail": [{
"bom_id": 44878,
"bom_name": "女装-浅军绿",
"bom_color": "浅军绿",
"bom_materials": [{
"material_item_archives_name": "面料A",
"material_code": "MZ100029500",
"material_archives_name": "印花成品布",
"material_specification": "33*33",
"location_name": "上衣",
"unit_use": "1.00",
"match_size_data": [],
"sup_name": "永兴纺织(印花)",
"sup_address": "广州市海珠区中大纺织交易园A区A四街1229-1230档",
"sup_mobile": "020-84125976",
"secondary_process": "test3",
"secondary_process_sup_name": ""
},
{
"material_item_archives_name": "面料B",
"material_code": "EQ010625329",
"material_archives_name": "水印",
"material_specification": "61*12.7",
"location_name": "裤子",
"unit_use": "1.00",
"match_size_data": [],
"sup_name": "德锦布业",
"sup_address": "潮安区兴城市铁西888号",
"sup_mobile": "",
"secondary_process": "胶印+烫金",
"secondary_process_sup_name": ""
}
}
]
}
}