4006.Get 4S Store Price via OE Number
Brief Summary:- Retrieve the 4S store price corresponding to a specific OE number (Original Equipment Number).
http://api.17vin.com:8080/?action=price&partnumber={partnumber}&user={username}&token={token}
- GET or POST
| Parameter | Required | Type | Description |
|---|---|---|---|
| action | Yes | string | price |
| partnumber | Yes | string | |
| user | Yes | string | user name |
| token | Yes | string | MD5(concat(MD5('myusername'),MD5('mypassword'),'/?action=price&partnumber=xxxxxx')) |
{
"code":1,
"msg":"success",
"data":[
{
"Partnumber_Original":"000 098 713 A",
"Partnumber":"000098713A",
"Price":"401.06",
"Brand":"上汽大众",
"Factory":"上汽大众",
"Group_Id":"2"
},
{
"Partnumber_Original":"000 098 713 A",
"Partnumber":"000098713A",
"Price":"398.2",
"Brand":"上汽大众斯柯达",
"Factory":"上汽大众斯柯达",
"Group_Id":"2"
},
{
"Partnumber_Original":"000 098 713 A",
"Partnumber":"000098713A",
"Price":"289.78",
"Brand":"奥迪",
"Factory":"奥迪(进口)",
"Group_Id":"2"
}
]
}
Response description
| Parameter | Type | Description | |
|---|---|---|---|
| Partnumber_Original | string | ||
| Partnumber | string | ||
| Price | string | ||
| Brand | string | ||
| Factory | string | ||
| Group_Id | string |