Brands

Use this call to get all available brands in your API call. The brandId and datasupplierIds are equal in all API calls. Contact support if you need more brands. TecDoc supports more than 700 brands.

Query URL

https://onedb.tecalliance.cn/api/common/getBrands

RESPONSE

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

JSON Output

{
    "data": [
        {
            "brandId": 30,
            "BrandName": "BOSCH"
        },
        {
            "brandId": 2,
            "BrandName": "HELLA"
        }
    ]
}