4005.Get Part List for Illustration in EPC

Brief Summary: Request URL: Request example: Request method: Parameters:

ParameterRequiredTypeDescription
epcYesstring
actionYesstringillustration
cata_codeYesstringGet cata_code from 4002
userYesstringuser name
tokenYesstringMD5(concat(MD5(‘myusername’),MD5(‘mypassword’),’/toyota?action=illustration&cata_code=XXXXXX’))

Response example
{

"code": 1,

"msg": "success",

"data": {

"partlist": [{

"illustration_img_address": "090347.png",

"callout": "09150",

"cata_code": "0901_090347-001",

"partnumber_original": "091510H010",

"partnumber": "091510H010",

"name_en": "LLAVE DE TUBOS, BUJIAS",

"name_zh": "轮毂螺母扳手",

"std_name_en": null,

"std_name_zh": "",

"qty": "01",

"begin_date": "200502",

"end_date": "200812",

"replacement": null,

"remark_en": "",

"remark_zh": null,

"sort": null,

"is_fit_for_this_vin": 1

},

...

{

"illustration_img_address": "090347.png",

"callout": "09126",

"cata_code": "0901_090347-001",

"partnumber_original": "091260H011",

"partnumber": "091260H011",

"name_en": "CAJA, GATO",

"name_zh": "千斤顶盒",

"std_name_en": null,

"std_name_zh": "",

"qty": "01",

"begin_date": "201202",

"end_date": "999999",

"replacement": null,

"remark_en": "",

"remark_zh": null,

"sort": null,

"is_fit_for_this_vin": 1

}],

"imgaddress": "090347.png",

"all_img_hotspots": [{

"img_hotspots": {

"img_name": "090347.png",

"img_width": 760,

"img_height": 1112,

"img_format": "image/png",

"hotspots": [{

"callout": "09150",

"topleft_x": 189,

"topleft_y": 586

},

...

{

"callout": "09126",

"topleft_x": 541,

"topleft_y": 414

}]

}

}]

}

}

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/090347.png
begin_datestring
end_datestring
remark_enstring
remark_zhstring
is_fit_for_this_vinint
sortint

Response all_img_hotspots

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

Remark