Brand
This service is used to list brands based on the subCategoryId. Providing the subCategoryId is mandatory when using this service.
see: Sub Category
Info
The ID values in the entire category system are fixed and do not change based on the integrating companies. You can perform operations using these ID values. You have the option to either save the necessary ones in your own database or use them in every request.
Warning
An example is provided in the Response section. Please note that this example data may not include all fields and is intended for illustrative purposes only.
Warning
If the brand you are looking for is not listed, please contact us at info@egaranti.com!
Request
curl --location --request GET '<BASE_URL>/sub-category-brands'
--header 'Content-Type: application/json'
--header 'Authorization: Basic ZGVtbzpwQDU1dzByZA=='
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
subCategoryId | Integer | Yes | Used to list brands by subcategory ID. |
Response
[
{
"id": 494,
"name": "Arçelik",
"subCategoryId": 1
},
{
"id": 492,
"name": "Arnica",
"subCategoryId": 1
},
{
"id": 490,
"name": "Arzum",
"subCategoryId": 1
},
{
"id": 497,
"name": "Beko",
"subCategoryId": 1
},
{
"id": 495,
"name": "Bosch",
"subCategoryId": 1
},
{
"id": 500,
"name": "CONTİ",
"subCategoryId": 1
},
{
"id": 486,
"name": "Electrolux",
"subCategoryId": 1
},
{
"id": 487,
"name": "Fakir",
"subCategoryId": 1
},
{
"id": 493,
"name": "FANTOM",
"subCategoryId": 1
},
{
"id": 499,
"name": "GoldMaster",
"subCategoryId": 1
},
{
"id": 489,
"name": "Karcher",
"subCategoryId": 1
},
{
"id": 488,
"name": "Nilfisk",
"subCategoryId": 1
},
{
"id": 491,
"name": "Philips",
"subCategoryId": 1
},
{
"id": 503,
"name": "Profilo",
"subCategoryId": 1
},
{
"id": 504,
"name": "Rowenta",
"subCategoryId": 1
},
{
"id": 502,
"name": "Siemens",
"subCategoryId": 1
},
{
"id": 496,
"name": "Stilevs",
"subCategoryId": 1
},
{
"id": 501,
"name": "TEFAL",
"subCategoryId": 1
},
{
"id": 498,
"name": "VESTEL",
"subCategoryId": 1
}
]