40073.Private Query: Get Basic Part Information and Aftermarket Applicable Vehicle Models via Part Number
Brief Summary:- This private query combines interfaces 40071 and 40072 into a single call to reduce request count. Only exact matching is supported. Billing is calculated as interface 40071 + interface 40072.
http://api.17vin.com:8080/?action=aftermarket_private_get_part_info_and_modellist&part_number={part_number}&&manufacturer_brand={manufacturer_brand}&user={user}&token={token}
- GET or POST
| Parameter | Required | Type | Description |
|---|---|---|---|
| action | Yes | string | aftermarket_private_get_part_info_and_modellist |
| part_number | Yes | string | |
| manufacturer_brand | Yes | string | |
| user | Yes | string | user name |
| token | Yes | string | MD5(concat(MD5('myusername'),MD5('mypassword'),'/?action=aftermarket_private_get_part_info_and_modellist&part_number=xxxxxx&manufacturer_brand=xxxxxx')) |
{
"code":1,
"data":{
"Supplier_part_info":{
"Partnumber":"JS-B-00001",
"Brand_name_zh":"精时",
"Part_name_zh":"前刹车片",
"Part_feature_zh":"",
"Category":"刹车片",
"Customer_category_name":"前刹车片",
"Part_img":"精时/JSB00001-0.png",
"Attribute_zh":"",
"Attribute_zh_v2":null, "Oe_and_factory_no":"GDB1488,0986AB1149,2301805,2301802,2301881,FDB1717OES,FDB1717,FDB1668,FSL1717,FDB1717D,P85085N,P85085,P85051,05P1119,ZK01001",
"Weight":"",
"Unit":"",
"Detail":""
},
"Modelstd_aftermarket_by_engine":[
{
"epc":"audi_vw",
"brand_alias":"奥迪(一汽奥迪)",
"factory":"一汽奥迪",
"brand":"奥迪",
"series":"A4",
"model":"A4",
"cc":"1.8T",
"model_years":"2003-2008",
"model_ids":"29029,29030,29031,29032,29033,29034,29035,29263,29264,29265,300458,300459,300460,300461,300462,300463,300464,301730,301743,301750,301753,301756,301758,31576,31577,31578,49919,50016,500178,50049,50064,50088,50114,50120,50121,81,82,83,84,87,88,89,90,92,94,96,97",
"engine_nos":"BFB,BKB"
}
...
]
},
"msg":"success"
}
Response description
| Parameter | Type | Description | |
|---|---|---|---|
| Partnumber | string | ||
| Brand_name_zh | string | ||
| Part_name_zh | string | ||
| Part_feature_zh | string | ||
| Category | string | ||
| Customer_category_name | string | ||
| Part_img | string | ||
| Attribute_zh | string | ||
| Attribute_zh | string | ||
| Attribute_zh_v2 | string | ||
| Oe_and_factory_no | string | ||
| Weight | string | ||
| Unit | string | ||
| Detail | string | ||
| Modelstd_aftermarket_by_engine>epc | string | ||
| Modelstd_aftermarket_by_engine>brand_alias | string | ||
| Modelstd_aftermarket_by_engine>factory | string | ||
| Modelstd_aftermarket_by_engine>brand | string | ||
| Modelstd_aftermarket_by_engine>series | string | ||
| Modelstd_aftermarket_by_engine>model | string | ||
| Modelstd_aftermarket_by_engine>cc | string | ||
| Modelstd_aftermarket_by_engine>model | string | ||
| Modelstd_aftermarket_by_engine>model_years | string | ||
| Modelstd_aftermarket_by_engine>model_ids | string | js_ids | |
| Modelstd_aftermarket_by_engine>engine_nos | string |