5101.Get Primary Category List via VIN

Brief Summary:

If the is_last field in the response is 0, proceed to request the next-level category. If is_last is 1, use interface 5105 to retrieve the part list.

Request URL: Request example: Request method: Parameters:

ParameterRequiredTypeDescription
epcYesstringGet epc from 3001
vinYesstring
actionYesstringcata1
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=cata1&vin=xxxxxxxxxxxxxxxxx'))

Response example
{

"code": 1,

"msg": "success",

"data": {

"catalist": [{

"cata_level": 1,

"is_last": 0,

"cata_index": "1",

"cata_code": "1",

"name_en": "Tool/Engine/Fuel System",

"name_zh": "工具、引擎及燃油系统",

"remark_en": "",

"remark_zh": "",

"begin_date": "",

"end_date": "",

"illustration_img_address": "",

"Is_fit_for_this_vin": 1

},

...

{

"cata_level": 1,

"is_last": 0,

"cata_index": "4",

"cata_code": "4",

"name_en": "Electrical System",

"name_zh": "电气系统",

"remark_en": "",

"remark_zh": "",

"begin_date": "",

"end_date": "",

"illustration_img_address": "",

"Is_fit_for_this_vin": 1

}]

}

}

Response description

ParameterTypeDescription
cata_levelint
is_lastintWhether it is the final level directory: 1 = yes, 0 = no.
cata_indexstring
cata_codestring
name_enstring
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

remark

If is_last is 1, the next step is to call interface 5105 to retrieve the parts list.