5108.Search Standard Part Name via VIN

Brief Summary:

Language Restriction:

This interface supports Chinese only and is not applicable for international users.

Request URL: Request example: Parameters:

ParameterRequiredTypeDescription
epcYesstringGet epc from 3001
actionYesstringsearch_std_part_name
vinYesstring
query_match_typeYesstringexact,inexact
query_part_nameYesstring
query_part_name_is_safebase64Noint1: encrypted, 0: not encrypted (default value: 1)
If query_part_name_is_safebase64=1,query_part_name=part_name.Base64.Replace("/", "_").Replace("+", "-")
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=search_std_part_name&vin=xxxxxxxxxxxxxxxxx&query_match_type=exact&query_part_name=xxxxxxx&query_part_name_is_safebase64=1’))

exact Response
{

"code":1,

"msg":"success",

"data":{

"searchlist":[

{

"cata_level":"2",

"cata_name_en":"STANDARD TOOL",

"cata_name_zh":"标准工具",

"illustration_img_address":"090562C.png",

"callout":"09120A",

"cata_code":"0901_090562C-0001",

"partnumber_original":"091200G020",

"partnumber":"091200G020",

"name_en":"CAJA, HERRAMIENTA",

"name_zh":"工具箱",

"std_name_en":null,

"std_name_zh":"工具箱",

"qty":"01",

"begin_date":"201005",

"end_date":"201311",

"replacement":null,

"remark_en":"",

"remark_zh":null,

"sort":null,

"is_fit_for_this_vin":1

}

]

}

}

Response searchlist

ParameterTypeDescription
cata_levelstring
cata_name_enstring
cata_name_zhstring
cata_codestring
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