4002.Search Part EPC Illustration via OE Number
Brief Summary:- This interface only returns results for OE numbers (no output for aftermarket brand part numbers). It searches for the part illustration (i.e., exploded view diagram) associated with a specific OE number. After obtaining the illustration ID, you may further call interface 4005 to retrieve all part details within the diagram. If the EPC for the OE number is unknown, use interface 4001 to obtain it first.
http://api.17vin.com:8080/{epc}?action=search_illustration&query_part_number={query_part_number}&user={username}&token={token}
- GET or POST
| Parameter | Required | Type | Description |
|---|---|---|---|
| epc | Yes | string | The EPC to which this OE number belongs can be obtained via interface 4001 |
| action | Yes | string | search_illustration |
| query_part_number | Yes | string | |
| user | Yes | string | user name |
| token | Yes | string | MD5(concat(MD5('myusername'),MD5('mypassword'),'/xxxxxx?action=search_illustration&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":null,
"begin_date":null,
"end_date":null,
"replacement":null,
"remark_en":null,
"remark_zh":null,
"sort":null,
"is_fit_for_this_vin":1
},
{
"cata_level":"2",
"cata_name_en":"STANDARD TOOL",
"cata_name_zh":"标准工具",
"illustration_img_address":"090179E.png",
"callout":"09114",
"cata_code":"0901_090179E-0001",
"partnumber_original":"091140G010",
"partnumber":"091140G010",
"name_en":"SUNCONJUNTO DE EXTENSION, MANIVELA DEL GATO",
"name_zh":"千斤顶把手加长杆分总成",
"std_name_en":null,
"std_name_zh":"",
"qty":null,
"begin_date":null,
"end_date":null,
"replacement":null,
"remark_en":null,
"remark_zh":null,
"sort":null,
"is_fit_for_this_vin":1
}
]
}
}
Response description
| Parameter | Type | Description | |
|---|---|---|---|
| cata_level | string | last cata level | |
| cata_name_en | string | ||
| cata_name_zh | string | ||
| cata_code | string | ||
| callout | string | ||
| qty | string | ||
| replacement | string | ||
| partnumber | string | Remove special character encoding | |
| 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/090179E.png | |
| begin_date | string | ||
| end_date | string | ||
| remark_en | string | ||
| remark_zh | string | ||
| is_fit_for_this_vin | int | Whether the current VIN is applicable: 1 = applicable, 0 = not applicable. | |
| sort | int |