5106.Search Part Number via VIN
Brief Summary:- Search for basic category information using a part number. This interface supports exact matching only. Before using this interface, first retrieve all OE numbers for the VIN via interface 5109. For fuzzy search functionality, we recommend implementing it client-side after retrieving OE numbers via 5109. This allows greater flexibility and enables users to customize their own fuzzy search algorithms.
http://api.17vin.com:8080/{epc}?action=search_part_number&vin={vin}&query_match_type={query_match_type}&query_part_number={query_part_number}&user={username}&token={token}
- Exact Search
- Fuzzy Search (deprecated and no longer maintained)
- GET or POST
| Parameter | Required | Type | Description |
|---|---|---|---|
| epc | Yes | string | Get epc from 3001 |
| action | Yes | string | search_part_number |
| vin | Yes | string | |
| query_match_type | Yes | string | exact,inexact |
| query_part_number | Yes | string | |
| is_vin_filter_open | No | string | Enable VIN-based part filtering: 1 = enabled, 0 = disabled (default: 1) |
| user | Yes | string | user name |
| epc_id | No | string | |
| js_id | No | string | |
| token | Yes | string | MD5(concat(MD5(‘myusername’),MD5(‘mypassword’),’/xxx?action=search_part_number&vin=xxxxxxxxxxxxxxxxx&query_match_type=exact&query_part_number=xxxxxx’)) |
{
"code":1,
"msg":"success",
"data":{
"searchlist":[
{
"cata_level":"2",
"cata_name_en":"STANDARD TOOL",
"cata_name_zh":"标准工具",
"illustration_img_address":"090562C.png",
"callout":"09114",
"cata_code":"0901_090562C-0001",
"partnumber_original":"091140G010",
"partnumber":"091140G010",
"name_en":"SUNCONJUNTO DE EXTENSION, MANIVELA DEL GATO",
"name_zh":"千斤顶把手加长杆分总成",
"std_name_en":null,
"std_name_zh":"",
"qty":"01",
"begin_date":"201005",
"end_date":"201311",
"replacement":null,
"remark_en":"NO.2",
"remark_zh":null,
"sort":null,
"is_fit_for_this_vin":1
}
]
}
}
Response searchlist
| Parameter | Type | Description | |
|---|---|---|---|
| cata_level | string | ||
| cata_name_en | string | ||
| cata_name_zh | string | ||
| cata_code | string | ||
| callout | string | ||
| qty | string | ||
| replacement | string | ||
| partnumber | string | ||
| partnumber_original | string | ||
| name_en | string | ||
| name_zh | string | ||
| std_name_en | string | ||
| std_name_zh | string | ||
| illustration_img_address | string | http://resource.17vin.com/img/{epc}/{illustration_img_address} http://resource.17vin.com/img/toyota/090562C.png | |
| begin_date | string | ||
| end_date | string | ||
| remark_en | string | ||
| remark_zh | string | ||
| is_fit_for_this_vin | int | Applicable to current VIN: 1 = applicable, 0 = not applicable | |
| sort | int |