GET api/catalog/brandlines/groups/{id}
Метод для получения информации о "Группе линеек брендов"
Полный URL-адрес запроса: https://sfa-api.ddapp.biz/api/catalog/brandlines/groups/{id}
Для этого метода требуется авторизация
Информация о запросе
URL параметры
Название | Описание | Тип данных | Дополнительная информация |
---|---|---|---|
id |
Уникальный идентификатор "Группы линеек бренда" |
string |
Required |
fields |
Список дополнительных полей, которые необходимо вернуть |
string |
Нет |
Тело запроса
Нет параметров в теле запроса
Информация об ответе
BrandlineGroupModel
Название | Описание | Тип данных | Дополнительная информация |
---|---|---|---|
Id | globally unique identifier |
Нет |
|
VendorId | string |
Нет |
|
Name | string |
Поддерживает сортировку |
|
HasImage | boolean |
Нет |
|
Brandlines | Collection of BrandlineModel |
Дополнительное поле |
Форматы ответа
{ "id": "b083bad3-2c51-497a-ac1d-694c10911c6a", "vendorId": "sample string 2", "name": "sample string 3", "hasImage": true, "brandlines": [ { "id": "890e4fa4-a1ad-434f-a3a5-5e69c36f841a", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "43883427-2e1d-429a-a0de-fe014e214d88", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "7562ec2d-868b-4b3b-94dd-14c9936a7850", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "b3b7d6f1-b39e-491d-ad01-aedfcac4ea72", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "b3b7d6f1-b39e-491d-ad01-aedfcac4ea72", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, { "id": "890e4fa4-a1ad-434f-a3a5-5e69c36f841a", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "43883427-2e1d-429a-a0de-fe014e214d88", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "7562ec2d-868b-4b3b-94dd-14c9936a7850", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "b3b7d6f1-b39e-491d-ad01-aedfcac4ea72", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "b3b7d6f1-b39e-491d-ad01-aedfcac4ea72", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" } ] }
Sample not available.
Sample not available.