GET api/Akb/GetSuitable/{id}?userGuid={userGuid}&apiKey={apiKey}
Возвращает параметры аккумуляторов подходящие данной модификации авто
Информация о запросе
URI параметры
| Имя | Описание | Тип | Дополнительная информация |
|---|---|---|---|
| id |
Id модификации |
integer |
Required |
| userGuid |
Ваш UserGuid |
globally unique identifier |
Нет. |
| apiKey |
Ваш ApiKey |
string |
Нет. |
Параметры тела запроса
Нет.
Информация об ответе
Описание ресурсов
Массив аккумуляторов
AkbItem| Имя | Описание | Тип | Дополнительная информация |
|---|---|---|---|
| Id |
GUID запчасти |
globally unique identifier |
Нет. |
| Title |
Заголовок (наименование) |
string |
Нет. |
| Article |
Артикул |
string |
Нет. |
| Brand |
Бренд |
string |
Нет. |
| Capacity |
Емкость |
integer |
Нет. |
| Starting |
Ток холодного пуска |
integer |
Нет. |
| Polarity |
Полярность |
AkbPolarity |
Нет. |
| Width |
Ширина (длина) |
integer |
Нет. |
| Height |
Высота |
integer |
Нет. |
| Depth |
Глубина (длина) |
integer |
Нет. |
| Nomenclatures |
Наличие по складам |
Коллекция Nomenclature |
Нет. |
Форматы ответа
application/json, text/json
Пример:
{
"Id": "adfe813a-f728-414c-a2aa-8070729d1dfa",
"Title": "sample string 2",
"Article": "sample string 3",
"Brand": "sample string 4",
"Capacity": 5,
"Starting": 6,
"Polarity": 0,
"Width": 7,
"Height": 8,
"Depth": 9,
"Nomenclatures": [
{
"DetailId": "c5f4df9c-e44f-4fbe-aa42-4d813b1bffc8",
"QuantityInPackage": 2,
"Quantity": 3,
"Unit": "sample string 4",
"AvailableQuantity": 5,
"Price": 6.0,
"PriceWithoutDiscount": 7.0,
"BasePrice": 8.0,
"WarehouseId": "a11d16fe-9cc9-4a8a-b456-a8694cfd93ad",
"WarehouseName": "sample string 10",
"DeliveryTime": "sample string 11",
"ExpectedDelivaryTime": 12,
"GuaranteedDelivaryTime": 13,
"IsDiscontinued": true,
"SectorId": "7c7070d0-de79-4379-a01a-22d60f9a7c44",
"DateOfSale": "2025-11-07T11:17:31.7507294+05:00",
"PrepaymentDiscount": 16.0,
"TotalDiscount": 17.0,
"PointsForBrand": 18.0
},
{
"DetailId": "c5f4df9c-e44f-4fbe-aa42-4d813b1bffc8",
"QuantityInPackage": 2,
"Quantity": 3,
"Unit": "sample string 4",
"AvailableQuantity": 5,
"Price": 6.0,
"PriceWithoutDiscount": 7.0,
"BasePrice": 8.0,
"WarehouseId": "a11d16fe-9cc9-4a8a-b456-a8694cfd93ad",
"WarehouseName": "sample string 10",
"DeliveryTime": "sample string 11",
"ExpectedDelivaryTime": 12,
"GuaranteedDelivaryTime": 13,
"IsDiscontinued": true,
"SectorId": "7c7070d0-de79-4379-a01a-22d60f9a7c44",
"DateOfSale": "2025-11-07T11:17:31.7507294+05:00",
"PrepaymentDiscount": 16.0,
"TotalDiscount": 17.0,
"PointsForBrand": 18.0
}
]
}
multipart/form-data
Пример:
{"Id":"adfe813a-f728-414c-a2aa-8070729d1dfa","Title":"sample string 2","Article":"sample string 3","Brand":"sample string 4","Capacity":5,"Starting":6,"Polarity":0,"Width":7,"Height":8,"Depth":9,"Nomenclatures":[{"DetailId":"c5f4df9c-e44f-4fbe-aa42-4d813b1bffc8","QuantityInPackage":2,"Quantity":3,"Unit":"sample string 4","AvailableQuantity":5,"Price":6.0,"PriceWithoutDiscount":7.0,"BasePrice":8.0,"WarehouseId":"a11d16fe-9cc9-4a8a-b456-a8694cfd93ad","WarehouseName":"sample string 10","DeliveryTime":"sample string 11","ExpectedDelivaryTime":12,"GuaranteedDelivaryTime":13,"IsDiscontinued":true,"SectorId":"7c7070d0-de79-4379-a01a-22d60f9a7c44","DateOfSale":"2025-11-07T11:17:31.7507294+05:00","PrepaymentDiscount":16.0,"TotalDiscount":17.0,"PointsForBrand":18.0},{"DetailId":"c5f4df9c-e44f-4fbe-aa42-4d813b1bffc8","QuantityInPackage":2,"Quantity":3,"Unit":"sample string 4","AvailableQuantity":5,"Price":6.0,"PriceWithoutDiscount":7.0,"BasePrice":8.0,"WarehouseId":"a11d16fe-9cc9-4a8a-b456-a8694cfd93ad","WarehouseName":"sample string 10","DeliveryTime":"sample string 11","ExpectedDelivaryTime":12,"GuaranteedDelivaryTime":13,"IsDiscontinued":true,"SectorId":"7c7070d0-de79-4379-a01a-22d60f9a7c44","DateOfSale":"2025-11-07T11:17:31.7507294+05:00","PrepaymentDiscount":16.0,"TotalDiscount":17.0,"PointsForBrand":18.0}]}