GET api/Akb/Get?userGuid={userGuid}&apiKey={apiKey}
Возвращает все аккумуляторы в наличии
Информация о запросе
URI параметры
Имя | Описание | Тип | Дополнительная информация |
---|---|---|---|
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": "95e79c30-db2c-411a-bc7b-ecd0e99eeecc", "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": "a21adee1-aa59-4025-8d8d-b587c46601b9", "QuantityInPackage": 2, "Quantity": 3, "Unit": "sample string 4", "AvailableQuantity": 5, "Price": 6.0, "PriceWithoutDiscount": 7.0, "BasePrice": 8.0, "WarehouseId": "c96c10ce-d8c3-4978-a372-04b49ddccedf", "WarehouseName": "sample string 10", "DeliveryTime": "sample string 11", "ExpectedDelivaryTime": 12, "GuaranteedDelivaryTime": 13, "IsDiscontinued": true, "SectorId": "eaf6745a-ef18-49ce-b945-11b11c5c9c38", "DateOfSale": "2025-07-19T05:18:50.4456287+05:00", "PrepaymentDiscount": 16.0, "TotalDiscount": 17.0, "PointsForBrand": 18.0 }, { "DetailId": "a21adee1-aa59-4025-8d8d-b587c46601b9", "QuantityInPackage": 2, "Quantity": 3, "Unit": "sample string 4", "AvailableQuantity": 5, "Price": 6.0, "PriceWithoutDiscount": 7.0, "BasePrice": 8.0, "WarehouseId": "c96c10ce-d8c3-4978-a372-04b49ddccedf", "WarehouseName": "sample string 10", "DeliveryTime": "sample string 11", "ExpectedDelivaryTime": 12, "GuaranteedDelivaryTime": 13, "IsDiscontinued": true, "SectorId": "eaf6745a-ef18-49ce-b945-11b11c5c9c38", "DateOfSale": "2025-07-19T05:18:50.4456287+05:00", "PrepaymentDiscount": 16.0, "TotalDiscount": 17.0, "PointsForBrand": 18.0 } ] }, { "Id": "95e79c30-db2c-411a-bc7b-ecd0e99eeecc", "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": "a21adee1-aa59-4025-8d8d-b587c46601b9", "QuantityInPackage": 2, "Quantity": 3, "Unit": "sample string 4", "AvailableQuantity": 5, "Price": 6.0, "PriceWithoutDiscount": 7.0, "BasePrice": 8.0, "WarehouseId": "c96c10ce-d8c3-4978-a372-04b49ddccedf", "WarehouseName": "sample string 10", "DeliveryTime": "sample string 11", "ExpectedDelivaryTime": 12, "GuaranteedDelivaryTime": 13, "IsDiscontinued": true, "SectorId": "eaf6745a-ef18-49ce-b945-11b11c5c9c38", "DateOfSale": "2025-07-19T05:18:50.4456287+05:00", "PrepaymentDiscount": 16.0, "TotalDiscount": 17.0, "PointsForBrand": 18.0 }, { "DetailId": "a21adee1-aa59-4025-8d8d-b587c46601b9", "QuantityInPackage": 2, "Quantity": 3, "Unit": "sample string 4", "AvailableQuantity": 5, "Price": 6.0, "PriceWithoutDiscount": 7.0, "BasePrice": 8.0, "WarehouseId": "c96c10ce-d8c3-4978-a372-04b49ddccedf", "WarehouseName": "sample string 10", "DeliveryTime": "sample string 11", "ExpectedDelivaryTime": 12, "GuaranteedDelivaryTime": 13, "IsDiscontinued": true, "SectorId": "eaf6745a-ef18-49ce-b945-11b11c5c9c38", "DateOfSale": "2025-07-19T05:18:50.4456287+05:00", "PrepaymentDiscount": 16.0, "TotalDiscount": 17.0, "PointsForBrand": 18.0 } ] } ]
multipart/form-data
Пример:
[{"Id":"95e79c30-db2c-411a-bc7b-ecd0e99eeecc","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":"a21adee1-aa59-4025-8d8d-b587c46601b9","QuantityInPackage":2,"Quantity":3,"Unit":"sample string 4","AvailableQuantity":5,"Price":6.0,"PriceWithoutDiscount":7.0,"BasePrice":8.0,"WarehouseId":"c96c10ce-d8c3-4978-a372-04b49ddccedf","WarehouseName":"sample string 10","DeliveryTime":"sample string 11","ExpectedDelivaryTime":12,"GuaranteedDelivaryTime":13,"IsDiscontinued":true,"SectorId":"eaf6745a-ef18-49ce-b945-11b11c5c9c38","DateOfSale":"2025-07-19T05:18:50.4456287+05:00","PrepaymentDiscount":16.0,"TotalDiscount":17.0,"PointsForBrand":18.0},{"DetailId":"a21adee1-aa59-4025-8d8d-b587c46601b9","QuantityInPackage":2,"Quantity":3,"Unit":"sample string 4","AvailableQuantity":5,"Price":6.0,"PriceWithoutDiscount":7.0,"BasePrice":8.0,"WarehouseId":"c96c10ce-d8c3-4978-a372-04b49ddccedf","WarehouseName":"sample string 10","DeliveryTime":"sample string 11","ExpectedDelivaryTime":12,"GuaranteedDelivaryTime":13,"IsDiscontinued":true,"SectorId":"eaf6745a-ef18-49ce-b945-11b11c5c9c38","DateOfSale":"2025-07-19T05:18:50.4456287+05:00","PrepaymentDiscount":16.0,"TotalDiscount":17.0,"PointsForBrand":18.0}]},{"Id":"95e79c30-db2c-411a-bc7b-ecd0e99eeecc","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":"a21adee1-aa59-4025-8d8d-b587c46601b9","QuantityInPackage":2,"Quantity":3,"Unit":"sample string 4","AvailableQuantity":5,"Price":6.0,"PriceWithoutDiscount":7.0,"BasePrice":8.0,"WarehouseId":"c96c10ce-d8c3-4978-a372-04b49ddccedf","WarehouseName":"sample string 10","DeliveryTime":"sample string 11","ExpectedDelivaryTime":12,"GuaranteedDelivaryTime":13,"IsDiscontinued":true,"SectorId":"eaf6745a-ef18-49ce-b945-11b11c5c9c38","DateOfSale":"2025-07-19T05:18:50.4456287+05:00","PrepaymentDiscount":16.0,"TotalDiscount":17.0,"PointsForBrand":18.0},{"DetailId":"a21adee1-aa59-4025-8d8d-b587c46601b9","QuantityInPackage":2,"Quantity":3,"Unit":"sample string 4","AvailableQuantity":5,"Price":6.0,"PriceWithoutDiscount":7.0,"BasePrice":8.0,"WarehouseId":"c96c10ce-d8c3-4978-a372-04b49ddccedf","WarehouseName":"sample string 10","DeliveryTime":"sample string 11","ExpectedDelivaryTime":12,"GuaranteedDelivaryTime":13,"IsDiscontinued":true,"SectorId":"eaf6745a-ef18-49ce-b945-11b11c5c9c38","DateOfSale":"2025-07-19T05:18:50.4456287+05:00","PrepaymentDiscount":16.0,"TotalDiscount":17.0,"PointsForBrand":18.0}]}]