Webservice Pegasus - China

To update...

Query URL

https://api.tecalliance.cn/data/api/tecdoc

Query parameter

Name Type Required Example Description
articleCountry String Yes CN Auto part nation or region
lang String No EN Languages

JSON Input

{
  "getAmBrands": {
    "articleCountry": "CN",
    "lang": "EN"
  }
}               
                

RESPONSE

A successful request returns the HTTP 200 OK status code and a JSON response with following parameter.

Name Type Example Description
brandId Integer 2 Brand number
brandLogoID String 200001 Brand logo number
brandName String HELLA Brand name

JSON Output

{
    "data": {
        "array": [
            {
                "brandId": 2,
                "brandLogoID": "200001",
                "brandName": "HELLA"
            },
            {
                "brandId": 4,
                "brandLogoID": "499999",
                "brandName": "MANN-FILTER"
            },
            {
                "brandId": 5,
                "brandLogoID": "500000",
                "brandName": "PIERBURG"
            },
        ]
    },
    "status": 200
}