5105.Get Part List via VIN

Brief Summary:

The epc parameter must be obtained from interfaces 3001, 3002, or 3003.

last_cata_code and last_cata_code_level must be retrieved from interfaces 5101, 5102, or 5103 based on the hierarchy:

If the final-level category is primary (5101), set last_cata_code_level=1.

If the final-level category is secondary (5102), set last_cata_code_level=2.

If the final-level category is tertiary (5103), set last_cata_code_level=3.

Request URL: Request example: Request method: Parameters:

ParameterRequiredTypeDescription
epcYesstringGet epc from 3001
vinYesstring
actionYesstringpart
last_cata_codeYesstringThe cata_code value for the final level directory varies depending on the EPC and may be retrieved from interfaces 5101, 5102, or 5103.
last_cata_code_levelYesstringThe final level directory varies depending on the EPC and may be retrieved from interfaces 5101, 5102, or 5103.
is_vin_filter_openNostringEnable VIN-based part filtering: 1 = enabled, 0 = disabled (default: 1)
userYesstringuser name
epc_idNostring
js_idNostring
tokenYesstringMD5(concat(MD5(‘myusername’),MD5(‘mypassword’),’/xxx?action=part&vin=xxxxxxxxxxxxxxxxx&last_cata_code=xxxxxx&last_cata_code_level=x’))

Response example
{

"code": 1,

"msg": "success",

"data": {

"partlist": [{

"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": "",

"remark_en": "NO.2",

"remark_zh": null,

"sort": null,

"is_fit_for_this_vin": 1

},

...

{

"illustration_img_address": "090562C.png",

"callout": "81604",

"cata_code": "0901_090562C-0001",

"partnumber_original": "8160402030",

"partnumber": "8160402030",

"name_en": "JUEGO REFLECTOR, TRIANGULO",

"name_zh": "三角形反光器组件",

"std_name_en": null,

"std_name_zh": "安全警示牌",

"qty": "01",

"begin_date": "201005",

"end_date": "201311",

"replacement": "",

"remark_en": "",

"remark_zh": null,

"sort": null,

"is_fit_for_this_vin": 1

}],

"imgaddress": "090562C.png",

"all_img_hotspots": [{

"img_hotspots": {

"img_name": "090562C.png",

"img_width": 760,

"img_height": 1112,

"img_format": "image/png",

"hotspots": [{

"callout": "09114",

"topleft_x": 486,

"topleft_y": 109

}, {

"callout": "09115",

"topleft_x": 391,

"topleft_y": 64

},

...

{

"callout": "091Y9",

"topleft_x": 175,

"topleft_y": 683

}]

}

}]

}

}

Response partlist

ParameterTypeDescription
calloutstring
qtystring
replacementstring
partnumberstring
partnumber_originalstring
name_enstring
name_zhstring
std_name_enstring
std_name_zhstring
illustration_img_addressstringhttp://resource.17vin.com/img/{epc}/{illustration_img_address} :http://resource.17vin.com/img/toyota/090562C.png
begin_datestring
end_datestring
remark_enstring
remark_zhstring
is_fit_for_this_vinintApplicable to current VIN: 1 = applicable, 0 = not applicable
sortint

Response all_img_hotspots

ParameterTypeDescription
img_namestringhttp://resource.17vin.com/img/{epc}/{illustration_img_address} http://resource.17vin.com/img/toyota/090562C.png
img_widthint
img_heightstring
img_formatstring
hotspotsstring
hotspots>calloutstring
hotspots>topleft_xstring
hotspots>topleft_ystring