GET api/Akb/Get/{id}?userGuid={userGuid}&apiKey={apiKey}
Возвращает аккумулятор с заданым ID
Информация о запросе
URI параметры
Имя | Описание | Тип | Дополнительная информация |
---|---|---|---|
id |
ID аккумулятора |
globally unique identifier |
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": "a22140cd-ac60-45c8-8b60-366f79523082", "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": "e53ca3e6-06c1-4551-af4c-ccf9bed439a6", "QuantityInPackage": 2, "Quantity": 3, "Unit": "sample string 4", "AvailableQuantity": 5, "Price": 6.0, "PriceWithoutDiscount": 7.0, "BasePrice": 8.0, "WarehouseId": "09d18563-d6b0-4cb3-a87a-bfa7e5a8af7c", "WarehouseName": "sample string 10", "DeliveryTime": "sample string 11", "ExpectedDelivaryTime": 12, "GuaranteedDelivaryTime": 13, "IsDiscontinued": true, "SectorId": "390b75f8-deab-4557-a7e8-2e8a9eaed9c4", "DateOfSale": "2025-04-04T02:58:52.1695407+05:00", "PrepaymentDiscount": 16.0, "TotalDiscount": 17.0, "PointsForBrand": 18.0 }, { "DetailId": "e53ca3e6-06c1-4551-af4c-ccf9bed439a6", "QuantityInPackage": 2, "Quantity": 3, "Unit": "sample string 4", "AvailableQuantity": 5, "Price": 6.0, "PriceWithoutDiscount": 7.0, "BasePrice": 8.0, "WarehouseId": "09d18563-d6b0-4cb3-a87a-bfa7e5a8af7c", "WarehouseName": "sample string 10", "DeliveryTime": "sample string 11", "ExpectedDelivaryTime": 12, "GuaranteedDelivaryTime": 13, "IsDiscontinued": true, "SectorId": "390b75f8-deab-4557-a7e8-2e8a9eaed9c4", "DateOfSale": "2025-04-04T02:58:52.1695407+05:00", "PrepaymentDiscount": 16.0, "TotalDiscount": 17.0, "PointsForBrand": 18.0 } ] }
multipart/form-data
Пример:
{"Id":"a22140cd-ac60-45c8-8b60-366f79523082","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":"e53ca3e6-06c1-4551-af4c-ccf9bed439a6","QuantityInPackage":2,"Quantity":3,"Unit":"sample string 4","AvailableQuantity":5,"Price":6.0,"PriceWithoutDiscount":7.0,"BasePrice":8.0,"WarehouseId":"09d18563-d6b0-4cb3-a87a-bfa7e5a8af7c","WarehouseName":"sample string 10","DeliveryTime":"sample string 11","ExpectedDelivaryTime":12,"GuaranteedDelivaryTime":13,"IsDiscontinued":true,"SectorId":"390b75f8-deab-4557-a7e8-2e8a9eaed9c4","DateOfSale":"2025-04-04T02:58:52.1695407+05:00","PrepaymentDiscount":16.0,"TotalDiscount":17.0,"PointsForBrand":18.0},{"DetailId":"e53ca3e6-06c1-4551-af4c-ccf9bed439a6","QuantityInPackage":2,"Quantity":3,"Unit":"sample string 4","AvailableQuantity":5,"Price":6.0,"PriceWithoutDiscount":7.0,"BasePrice":8.0,"WarehouseId":"09d18563-d6b0-4cb3-a87a-bfa7e5a8af7c","WarehouseName":"sample string 10","DeliveryTime":"sample string 11","ExpectedDelivaryTime":12,"GuaranteedDelivaryTime":13,"IsDiscontinued":true,"SectorId":"390b75f8-deab-4557-a7e8-2e8a9eaed9c4","DateOfSale":"2025-04-04T02:58:52.1695407+05:00","PrepaymentDiscount":16.0,"TotalDiscount":17.0,"PointsForBrand":18.0}]}