相关接口
Description:发送数据至ODM
业务数据说明
| 参数名称 | 必填 | 参数类型 | 长度 | 参数格式 | 描述 |
|---|---|---|---|---|---|
| flag | N | String | 8 | ||
| fcst_version | N | String | 10 | --- | |
| odm | N | String | 10 | ||
| commodity | N | String | 100 | ||
| sbb | N | String | 3000 | ||
| family | N | String | 4000 | ||
| odmPn | N | String | 20 | ||
| pn_description | N | String | 100 | ||
| supplier_name | N | String | 50 | ||
| mfg_pn | N | String | 20 | ||
| lenovo_pn | N | String | 50 | ||
| usage | N | String | 10 | ||
| liability_window | N | String | 10 | ||
| unit_price_fgi | N | String | 13 | ||
| unit_price_sfg | N | String | 13 | ||
| unit_price_raw | N | String | 13 | ||
| lead_time | N | String | 20 | ||
| moq | N | String | 10 | ||
| alternative | N | String | 1000 | ||
| tt_comb_group | N | String | 20 | ||
| first_highlight_week | N | DATE | 10 | ||
| odm_plant_stock | N | number | 20 | ||
| non_cancelable_po | N | number | 20 | ||
| vendor_fg | N | number | 10 | ||
| vendor_semi_fg | N | number | 10 | ||
| vendor_raw_materials | N | number | 10 | ||
| material_type | N | String | 15 | ||
| actual_mwd_qty | N | number | 10 | ||
| eol | N | String | 2 | ||
| remark | N | String | 200 | ||
| reason | N | String | 10 | ||
| true_qty | N | number | 10 | ||
| false_qty | N | number | 10 | ||
| final_should_be | N | number | 10 |
请求示例
JSON
{
"batchId":"",
"data":[{
"flag": "simu",
"fcst_version": "20250213",
"odm": "AAAA",
"commodity": "keyboard",
"sbb": "sbb123",
"family": "ips5 15irh9",
"odm_pn": "pn_aa",
"pn_description": "kb **** cny ",
"supplier_name": "supplier_1",
"mfg_pn": "",
"lenovo_pn": "pn_aa",
"usage": "1",
"liability_window": "13",
"unit_price_fgi": "0.00",
"unit_price_sfg": "",
"unit_price_raw": "",
"lead_time": "13",
"moq": "120",
"alternative": "a0000004bb",
"tt_comb_group": "",
"first_highlight_week": "2025-02-01",
"odm_plant_stock": 0,
"non_cancelable_po": 1,
"vendor_fg": 1,
"vendor_semi_fg": 1,
"vendor_raw_materials": 1,
"material_type": "ds",
"actual_mwd_qty": 2,
"eol": "n",
"remark": "mtm",
"reason": "",
"true_qty": 1,
"false_qty": 1,
"final_should_be": 1
}]
}