40072.Private Query: Get Aftermarket Applicable Vehicle Models via Part Number
Brief Summary:- This private query retrieves the standard applicable vehicle models (i.e., vehicle models compatible with the part) for a specified part number under a brand. Access is restricted to brand owners or authorized users only. The response format matches interface 40032. Only exact matching is supported.
http://api.17vin.com:8080/?action=aftermarket_private_get_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_part_search |
| 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_modellist&part_number=xxxxxx&manufacturer_brand=xxxxxx')) |
{
"code":1,
"data":[
{
"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 | |
|---|---|---|---|
| epc | string | ||
| brand_alias | string | ||
| factory | string | ||
| brand | string | ||
| series | string | ||
| model | string | ||
| cc | string | ||
| model | string | ||
| model_years | string | ||
| model_ids | string | js_ids | |
| engine_nos | string |