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": "7f03e115-8c0e-4d4b-b601-08ad6f8fbda4", "vendorId": "sample string 2", "name": "sample string 3", "hasImage": true, "brandlines": [ { "id": "3c9ff2c7-0e5a-494a-8f4c-4feac8685c15", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "0a8bbd6f-586b-498d-8d05-a81307b127b0", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "e68c563e-1516-4ec3-ab7f-156f089e5ccc", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "07990f61-211d-4332-8c7a-5f733165472a", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "07990f61-211d-4332-8c7a-5f733165472a", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } } ], "imageUrl": "sample string 4", "switcherUrl": "sample string 5" }, { "id": "3c9ff2c7-0e5a-494a-8f4c-4feac8685c15", "vendorId": "sample string 2", "name": "sample string 3", "brand": { "id": "0a8bbd6f-586b-498d-8d05-a81307b127b0", "vendorId": "sample string 2", "name": "sample string 3" }, "priceByProperty": { "id": "e68c563e-1516-4ec3-ab7f-156f089e5ccc", "vendorId": "sample string 2", "name": "sample string 3", "entityDataType": "string", "valueLookup": "contacts", "required": true }, "groups": [ { "id": "07990f61-211d-4332-8c7a-5f733165472a", "vendorId": "sample string 2", "name": "sample string 3", "hierarchy": { "level": 1, "path": "sample string 2" } }, { "id": "07990f61-211d-4332-8c7a-5f733165472a", "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.