VIN Search (AmParts PC) - China
Updating...
Query URL
http://api.tecalliance.cn/data/pc/vin/oe
Query parameter
Name | Type | Required | Example | Description |
---|---|---|---|---|
vin | String | Yes | LE4FTM8Y67L008240 | Put here a valid 17 digits VIN number. |
gaId | Integer | Yes | 402 | Shows results only related to the input production line or General Assembly ID (gaId). |
sourceId | Integer | Yes | 1 | Please input the sourceId with the provided account information from TecAlliance support team. |
brandId | Integer | Yes | 39 | Shows results only related to the input brandId. |
oeId | Integer | Yes | 4 | Original Equipment (OE) number type. Please input according to your actual request. |
JSON Input
{
"vin": "LE4FTM8Y67L008240",
"gaId": 402,
"sourceId": 1,
"brandId": 39,
"oeId": 4
}
RESPONSE
A successful request returns the status code 200 and a JSON response with following parameter.
Name | Type | Example | Description |
---|---|---|---|
brandId | Integer | 39 | TecDoc Data Supplier ID. |
brandName | String | TEXTAR | TecDoc Data Supplier name. |
partNumber | String | 2374303 | TecDoc part number |
oeNumber | String | A0044208720 | Original Equipment (OE) number of the requested VIN under request gaId and brandId |
JSON Output
{
"total" : 4,
"parts" : [
{
"brandId": 39,
"brandName": "TEXTAR",
"partNumber": "2374303",
"oeNumber": "A0044208720"
},
{
"brandId": 39,
"brandName": "TEXTAR",
"partNumber": "2374309",
"oeNumber": "A0044208720"
},
{
"brandId": 39,
"brandName": "TEXTAR",
"partNumber": "2333406",
"oeNumber": "A0074201020"
},
{
"brandId": 39,
"brandName": "TEXTAR",
"partNumber": "2333403",
"oeNumber": "A0074201020"
}
]
}