4004.Retrieve Replacement Numbers via Brand Part Number/OE Number
Brief Summary:- Retrieve the replacement number list for a specified part number (brand part number/OE number). The group_id parameter can be obtained from interface 4001.
http://api.17vin.com:8080/?action=get_interchange_from_part_number_and_group_id_plus_zh&part_number={part_number}&group_id={group_id}&user={user}&token=b3b65534b4db88a52c8bbab5a30f7a1f
- GET or POST
| Parameter | Required | Type | Description |
|---|---|---|---|
| action | Yes | string | get_interchange_from_part_number_and_group_id_plus_zh |
| part_number | Yes | string | |
| group_id | Yes | string | |
| user | Yes | string | user name |
| token | Yes | string | MD5(concat(MD5(‘myusername’),MD5(‘mypassword’),’/?action=get_interchange_from_part_number_and_group_id_plus_zh&part_number=xxxxxx&group_id=xx')) |
{
"code":1,
"data":{
"PartInfo":{
"Part_id":100084863,
"Part_number":"6RD615301",
"Part_number_original":"6RD615301",
"Brand_name_zh":"奥迪,大众,斯柯达,西雅特,布加迪",
"Brand_name_en":"AUDI,VW,SKODA,SEAT,Bugatti",
"Part_name_en":"",
"Part_name_zh":"前制动盘(左),前制动盘(右)",
"Group_id":2,
"Group_name":"audi_vw_group",
"Image_address":"",
"Attribute_en":"",
"Attribute_zh":""
},
"ModelListStd":null,
"InterchangeInfo":{
"PartInfo":{
"Part_id":100084863,
"Part_number":"6RD615301",
"Part_number_original":"6RD615301",
"Brand_name_zh":"奥迪,大众,斯柯达,西雅特,布加迪",
"Brand_name_en":"AUDI,VW,SKODA,SEAT,Bugatti",
"Part_name_en":"",
"Part_name_zh":"前制动盘(左),前制动盘(右)",
"Group_id":2,
"Group_name":"audi_vw_group",
"Image_address":"",
"Attribute_en":"",
"Attribute_zh":""
},
"TotalRecords":50,
"OeInterchangeRecords":12,
"FactoryInterchangeRecords":38,
"OeInterchange":[
{
"Part_id":100084863,
"Replacement_part_id":100084422,
"Part_number":"6R0615301",
"Part_number_original":"6R0 615 301",
"Brand_name_zh":"奥迪,大众,斯柯达,西雅特,布加迪",
"Brand_name_en":"AUDI,VW,SKODA,SEAT,Bugatti",
"Part_name_en":"",
"Part_name_zh":"前制动盘(左),前制动盘(右)",
"Group_id":2,
"Group_name":"audi_vw_group",
"Image_address":"audivw\26974.jpg",
"Similarity_degree":36,
"Distance":1,
"Weight":10000036,
"Is_oe_interchange":true
},
{
"Part_id":100084863,
"Replacement_part_id":107344427,
"Part_number":"3496025",
"Part_number_original":"3496025",
"Brand_name_zh":"华晨",
"Brand_name_en":"HUACHEN",
"Part_name_en":"",
"Part_name_zh":"前制动盘(左),前制动盘(右)",
"Group_id":1022,
"Group_name":"huachen_group",
"Image_address":"",
"Similarity_degree":14,
"Distance":2,
"Weight":2000014,
"Is_oe_interchange":false
}
],
"FactoryInterchange":[
{
"Part_id":100084863,
"Replacement_part_id":2497126,
"Part_number":"DF2803",
"Part_number_original":"DF2803",
"Brand_name_zh":"天合",
"Brand_name_en":"TRW",
"Part_name_en":"Brake Disc",
"Part_name_zh":"制动盘",
"Group_id":595,
"Group_name":"trw_group",
"Image_address":"",
"Similarity_degree":5,
"Distance":1,
"Weight":10000005,
"Is_oe_interchange":false
},
{
"Part_id":100084863,
"Replacement_part_id":6155572,
"Part_number":"15830C",
"Part_number_original":"15830C",
"Brand_name_zh":"",
"Brand_name_en":"MAPCO",
"Part_name_en":"Brake Disc",
"Part_name_zh":"制动盘",
"Group_id":433,
"Group_name":"mapco_group",
"Image_address":"",
"Similarity_degree":4,
"Distance":2,
"Weight":2000004,
"Is_oe_interchange":false
}
]
}
,
"TotalModelListStdRecords":137
},
"msg":"success"
}
Response PartInfo and InterchangeInfo>PartInfo
| Parameter | Type | Description |
|---|---|---|
| Part_id | int | |
| Part_number | string | |
| Part_number_original | string | |
| Brand_name_zh | string | |
| Brand_name_en | string | |
| Part_name_en | string | |
| Part_name_zh | string | |
| Group_id | int | |
| Group_name | string | |
| Image_address | string | |
| Attribute_en | string | |
| Attribute_zh | string |
| Parameter | Type | Description |
|---|---|---|
| Id | int | JS_ID |
| Isshowdata | int | |
| Epc | string | |
| Epc_id | string | |
| Detail | string | |
| Factory | string | |
| Brand | string | |
| Model | string | |
| Series | string | |
| Model_year | string | |
| Sales_version | string | |
| Cc | string | |
| Engine_no | string | |
| Fuel_type | string | |
| Air_intake | string | |
| KW | string | 功率 |
| Transmission_detail | string | |
| Gear_num | string | |
| Door_num | string | |
| Seat_num | string | |
| Body_type | string | |
| Driven_model | string | |
| Date_begin | string | |
| Date_end | string | |
| Price | string | |
| Autohome_id | string |
| Parameter | Type | Description |
|---|---|---|
| PartInfo | string | |
| TotalRecords | int | |
| OeInterchangeRecords | int | |
| FactoryInterchangeRecords | int | |
| OeInterchange | string | |
| FactoryInterchange | string |
| Parameter | Type | Description |
|---|---|---|
| Part_id | int | |
| Replacement_part_id | int | |
| Part_number | string | |
| Part_number_original | string | |
| Brand_name_zh | string | |
| Brand_name_en | string | |
| Part_name_en | string | |
| Part_name_zh | string | |
| Group_id | int | |
| Group_name | string | |
| Image_address | string | |
| Similarity_degree | int | - |
| Distance | int | - |
| Weight | int | - |
| Is_oe_interchange | bool |