5110.Get All EPC OEM Part Names via VIN
Brief Summary:- Retrieve all EPC OEM part names (Original Equipment Manufacturer) for a specific VIN. This interface returns the complete list of factory-standard part names associated with the vehicle. Currently supports Chinese only (international users should use 5109 + local database for non-Chinese names).
http://api.17vin.com:8080/{epc}?action=all_epc_part_name&vin={vin}&user={username}&token={token}
- GET or POST
| Parameter | Required | Type | Description |
|---|---|---|---|
| epc | Yes | string | Get epc from 3001 |
| action | Yes | string | all_epc_part_name |
| is_vin_filter_open | No | string | Enable VIN-based part filtering: 1 = enabled, 0 = disabled (default: 1) |
| vin | Yes | string | |
| user | Yes | string | user name |
| epc_id | No | string | |
| js_id | No | string | |
| token | Yes | string | MD5(concat(MD5('myusername'),MD5('mypassword'),'/xxx?action=all_epc_part_name&vin=xxxxxxxxxxxxxxxxx')) |
{
"code":1,
"msg":"success",
"data":"千斤顶把手加长杆分总成@千斤顶把手杆分总成@千斤顶把手杆@螺丝刀......"
}
Response description
| Parameter | Type | Description |
|---|---|---|
| code | string | 1 (Success), 0 (Failure) |
| msg | string | success or err msg |
| data | string | split by @ |