GET api/Akb/GetByModification2/{id}?userGuid={userGuid}&apiKey={apiKey}

Возвращает аккумуляторы подходящие данной модификации авто, разделенные по группам: подходящие и вероятно подходящие

Информация о запросе

URI параметры

ИмяОписаниеТипДополнительная информация
id

Id модификации

integer

Required

userGuid

Ваш UserGuid

globally unique identifier

Нет.

apiKey

Ваш ApiKey

string

Нет.

Параметры тела запроса

Нет.

Информация об ответе

Описание ресурсов

AkbListViewModel
ИмяОписаниеТипДополнительная информация
WillFit

Подходящие аккумуляторы

Коллекция AkbItem

Нет.

MayFit

Аккумуляторы, которые вероятно могут подойти (с некоторой погрешностью, например меньший развер или пусковой ток, другая полярность)

Коллекция AkbItem

Нет.

Форматы ответа

application/json, text/json

Пример:
{
  "WillFit": [
    {
      "Id": "601966ae-27d4-4eb2-a4c5-0f98a93aeae7",
      "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": "4eaeb95d-af5e-4e73-b748-72b5904a9136",
          "QuantityInPackage": 2,
          "Quantity": 3,
          "Unit": "sample string 4",
          "AvailableQuantity": 5,
          "Price": 6.0,
          "PriceWithoutDiscount": 7.0,
          "BasePrice": 8.0,
          "WarehouseId": "facd0d62-29ee-4361-8e27-bc267e648bd2",
          "WarehouseName": "sample string 10",
          "DeliveryTime": "sample string 11",
          "ExpectedDelivaryTime": 12,
          "GuaranteedDelivaryTime": 13,
          "IsDiscontinued": true,
          "SectorId": "22e18d69-c6a2-4fcc-b499-21ba55494c9e",
          "DateOfSale": "2024-04-26T06:04:44.2906131+05:00",
          "PrepaymentDiscount": 16.0,
          "TotalDiscount": 17.0,
          "PointsForBrand": 18.0
        },
        {
          "DetailId": "4eaeb95d-af5e-4e73-b748-72b5904a9136",
          "QuantityInPackage": 2,
          "Quantity": 3,
          "Unit": "sample string 4",
          "AvailableQuantity": 5,
          "Price": 6.0,
          "PriceWithoutDiscount": 7.0,
          "BasePrice": 8.0,
          "WarehouseId": "facd0d62-29ee-4361-8e27-bc267e648bd2",
          "WarehouseName": "sample string 10",
          "DeliveryTime": "sample string 11",
          "ExpectedDelivaryTime": 12,
          "GuaranteedDelivaryTime": 13,
          "IsDiscontinued": true,
          "SectorId": "22e18d69-c6a2-4fcc-b499-21ba55494c9e",
          "DateOfSale": "2024-04-26T06:04:44.2906131+05:00",
          "PrepaymentDiscount": 16.0,
          "TotalDiscount": 17.0,
          "PointsForBrand": 18.0
        }
      ]
    },
    {
      "Id": "601966ae-27d4-4eb2-a4c5-0f98a93aeae7",
      "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": "4eaeb95d-af5e-4e73-b748-72b5904a9136",
          "QuantityInPackage": 2,
          "Quantity": 3,
          "Unit": "sample string 4",
          "AvailableQuantity": 5,
          "Price": 6.0,
          "PriceWithoutDiscount": 7.0,
          "BasePrice": 8.0,
          "WarehouseId": "facd0d62-29ee-4361-8e27-bc267e648bd2",
          "WarehouseName": "sample string 10",
          "DeliveryTime": "sample string 11",
          "ExpectedDelivaryTime": 12,
          "GuaranteedDelivaryTime": 13,
          "IsDiscontinued": true,
          "SectorId": "22e18d69-c6a2-4fcc-b499-21ba55494c9e",
          "DateOfSale": "2024-04-26T06:04:44.2906131+05:00",
          "PrepaymentDiscount": 16.0,
          "TotalDiscount": 17.0,
          "PointsForBrand": 18.0
        },
        {
          "DetailId": "4eaeb95d-af5e-4e73-b748-72b5904a9136",
          "QuantityInPackage": 2,
          "Quantity": 3,
          "Unit": "sample string 4",
          "AvailableQuantity": 5,
          "Price": 6.0,
          "PriceWithoutDiscount": 7.0,
          "BasePrice": 8.0,
          "WarehouseId": "facd0d62-29ee-4361-8e27-bc267e648bd2",
          "WarehouseName": "sample string 10",
          "DeliveryTime": "sample string 11",
          "ExpectedDelivaryTime": 12,
          "GuaranteedDelivaryTime": 13,
          "IsDiscontinued": true,
          "SectorId": "22e18d69-c6a2-4fcc-b499-21ba55494c9e",
          "DateOfSale": "2024-04-26T06:04:44.2906131+05:00",
          "PrepaymentDiscount": 16.0,
          "TotalDiscount": 17.0,
          "PointsForBrand": 18.0
        }
      ]
    }
  ],
  "MayFit": [
    {
      "Id": "601966ae-27d4-4eb2-a4c5-0f98a93aeae7",
      "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": "4eaeb95d-af5e-4e73-b748-72b5904a9136",
          "QuantityInPackage": 2,
          "Quantity": 3,
          "Unit": "sample string 4",
          "AvailableQuantity": 5,
          "Price": 6.0,
          "PriceWithoutDiscount": 7.0,
          "BasePrice": 8.0,
          "WarehouseId": "facd0d62-29ee-4361-8e27-bc267e648bd2",
          "WarehouseName": "sample string 10",
          "DeliveryTime": "sample string 11",
          "ExpectedDelivaryTime": 12,
          "GuaranteedDelivaryTime": 13,
          "IsDiscontinued": true,
          "SectorId": "22e18d69-c6a2-4fcc-b499-21ba55494c9e",
          "DateOfSale": "2024-04-26T06:04:44.2906131+05:00",
          "PrepaymentDiscount": 16.0,
          "TotalDiscount": 17.0,
          "PointsForBrand": 18.0
        },
        {
          "DetailId": "4eaeb95d-af5e-4e73-b748-72b5904a9136",
          "QuantityInPackage": 2,
          "Quantity": 3,
          "Unit": "sample string 4",
          "AvailableQuantity": 5,
          "Price": 6.0,
          "PriceWithoutDiscount": 7.0,
          "BasePrice": 8.0,
          "WarehouseId": "facd0d62-29ee-4361-8e27-bc267e648bd2",
          "WarehouseName": "sample string 10",
          "DeliveryTime": "sample string 11",
          "ExpectedDelivaryTime": 12,
          "GuaranteedDelivaryTime": 13,
          "IsDiscontinued": true,
          "SectorId": "22e18d69-c6a2-4fcc-b499-21ba55494c9e",
          "DateOfSale": "2024-04-26T06:04:44.2906131+05:00",
          "PrepaymentDiscount": 16.0,
          "TotalDiscount": 17.0,
          "PointsForBrand": 18.0
        }
      ]
    },
    {
      "Id": "601966ae-27d4-4eb2-a4c5-0f98a93aeae7",
      "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": "4eaeb95d-af5e-4e73-b748-72b5904a9136",
          "QuantityInPackage": 2,
          "Quantity": 3,
          "Unit": "sample string 4",
          "AvailableQuantity": 5,
          "Price": 6.0,
          "PriceWithoutDiscount": 7.0,
          "BasePrice": 8.0,
          "WarehouseId": "facd0d62-29ee-4361-8e27-bc267e648bd2",
          "WarehouseName": "sample string 10",
          "DeliveryTime": "sample string 11",
          "ExpectedDelivaryTime": 12,
          "GuaranteedDelivaryTime": 13,
          "IsDiscontinued": true,
          "SectorId": "22e18d69-c6a2-4fcc-b499-21ba55494c9e",
          "DateOfSale": "2024-04-26T06:04:44.2906131+05:00",
          "PrepaymentDiscount": 16.0,
          "TotalDiscount": 17.0,
          "PointsForBrand": 18.0
        },
        {
          "DetailId": "4eaeb95d-af5e-4e73-b748-72b5904a9136",
          "QuantityInPackage": 2,
          "Quantity": 3,
          "Unit": "sample string 4",
          "AvailableQuantity": 5,
          "Price": 6.0,
          "PriceWithoutDiscount": 7.0,
          "BasePrice": 8.0,
          "WarehouseId": "facd0d62-29ee-4361-8e27-bc267e648bd2",
          "WarehouseName": "sample string 10",
          "DeliveryTime": "sample string 11",
          "ExpectedDelivaryTime": 12,
          "GuaranteedDelivaryTime": 13,
          "IsDiscontinued": true,
          "SectorId": "22e18d69-c6a2-4fcc-b499-21ba55494c9e",
          "DateOfSale": "2024-04-26T06:04:44.2906131+05:00",
          "PrepaymentDiscount": 16.0,
          "TotalDiscount": 17.0,
          "PointsForBrand": 18.0
        }
      ]
    }
  ]
}

multipart/form-data

Пример:
{"WillFit":[{"Id":"601966ae-27d4-4eb2-a4c5-0f98a93aeae7","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":"4eaeb95d-af5e-4e73-b748-72b5904a9136","QuantityInPackage":2,"Quantity":3,"Unit":"sample string 4","AvailableQuantity":5,"Price":6.0,"PriceWithoutDiscount":7.0,"BasePrice":8.0,"WarehouseId":"facd0d62-29ee-4361-8e27-bc267e648bd2","WarehouseName":"sample string 10","DeliveryTime":"sample string 11","ExpectedDelivaryTime":12,"GuaranteedDelivaryTime":13,"IsDiscontinued":true,"SectorId":"22e18d69-c6a2-4fcc-b499-21ba55494c9e","DateOfSale":"2024-04-26T06:04:44.2906131+05:00","PrepaymentDiscount":16.0,"TotalDiscount":17.0,"PointsForBrand":18.0},{"DetailId":"4eaeb95d-af5e-4e73-b748-72b5904a9136","QuantityInPackage":2,"Quantity":3,"Unit":"sample string 4","AvailableQuantity":5,"Price":6.0,"PriceWithoutDiscount":7.0,"BasePrice":8.0,"WarehouseId":"facd0d62-29ee-4361-8e27-bc267e648bd2","WarehouseName":"sample string 10","DeliveryTime":"sample string 11","ExpectedDelivaryTime":12,"GuaranteedDelivaryTime":13,"IsDiscontinued":true,"SectorId":"22e18d69-c6a2-4fcc-b499-21ba55494c9e","DateOfSale":"2024-04-26T06:04:44.2906131+05:00","PrepaymentDiscount":16.0,"TotalDiscount":17.0,"PointsForBrand":18.0}]},{"Id":"601966ae-27d4-4eb2-a4c5-0f98a93aeae7","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":"4eaeb95d-af5e-4e73-b748-72b5904a9136","QuantityInPackage":2,"Quantity":3,"Unit":"sample string 4","AvailableQuantity":5,"Price":6.0,"PriceWithoutDiscount":7.0,"BasePrice":8.0,"WarehouseId":"facd0d62-29ee-4361-8e27-bc267e648bd2","WarehouseName":"sample string 10","DeliveryTime":"sample string 11","ExpectedDelivaryTime":12,"GuaranteedDelivaryTime":13,"IsDiscontinued":true,"SectorId":"22e18d69-c6a2-4fcc-b499-21ba55494c9e","DateOfSale":"2024-04-26T06:04:44.2906131+05:00","PrepaymentDiscount":16.0,"TotalDiscount":17.0,"PointsForBrand":18.0},{"DetailId":"4eaeb95d-af5e-4e73-b748-72b5904a9136","QuantityInPackage":2,"Quantity":3,"Unit":"sample string 4","AvailableQuantity":5,"Price":6.0,"PriceWithoutDiscount":7.0,"BasePrice":8.0,"WarehouseId":"facd0d62-29ee-4361-8e27-bc267e648bd2","WarehouseName":"sample string 10","DeliveryTime":"sample string 11","ExpectedDelivaryTime":12,"GuaranteedDelivaryTime":13,"IsDiscontinued":true,"SectorId":"22e18d69-c6a2-4fcc-b499-21ba55494c9e","DateOfSale":"2024-04-26T06:04:44.2906131+05:00","PrepaymentDiscount":16.0,"TotalDiscount":17.0,"PointsForBrand":18.0}]}],"MayFit":[{"Id":"601966ae-27d4-4eb2-a4c5-0f98a93aeae7","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":"4eaeb95d-af5e-4e73-b748-72b5904a9136","QuantityInPackage":2,"Quantity":3,"Unit":"sample string 4","AvailableQuantity":5,"Price":6.0,"PriceWithoutDiscount":7.0,"BasePrice":8.0,"WarehouseId":"facd0d62-29ee-4361-8e27-bc267e648bd2","WarehouseName":"sample string 10","DeliveryTime":"sample string 11","ExpectedDelivaryTime":12,"GuaranteedDelivaryTime":13,"IsDiscontinued":true,"SectorId":"22e18d69-c6a2-4fcc-b499-21ba55494c9e","DateOfSale":"2024-04-26T06:04:44.2906131+05:00","PrepaymentDiscount":16.0,"TotalDiscount":17.0,"PointsForBrand":18.0},{"DetailId":"4eaeb95d-af5e-4e73-b748-72b5904a9136","QuantityInPackage":2,"Quantity":3,"Unit":"sample string 4","AvailableQuantity":5,"Price":6.0,"PriceWithoutDiscount":7.0,"BasePrice":8.0,"WarehouseId":"facd0d62-29ee-4361-8e27-bc267e648bd2","WarehouseName":"sample string 10","DeliveryTime":"sample string 11","ExpectedDelivaryTime":12,"GuaranteedDelivaryTime":13,"IsDiscontinued":true,"SectorId":"22e18d69-c6a2-4fcc-b499-21ba55494c9e","DateOfSale":"2024-04-26T06:04:44.2906131+05:00","PrepaymentDiscount":16.0,"TotalDiscount":17.0,"PointsForBrand":18.0}]},{"Id":"601966ae-27d4-4eb2-a4c5-0f98a93aeae7","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":"4eaeb95d-af5e-4e73-b748-72b5904a9136","QuantityInPackage":2,"Quantity":3,"Unit":"sample string 4","AvailableQuantity":5,"Price":6.0,"PriceWithoutDiscount":7.0,"BasePrice":8.0,"WarehouseId":"facd0d62-29ee-4361-8e27-bc267e648bd2","WarehouseName":"sample string 10","DeliveryTime":"sample string 11","ExpectedDelivaryTime":12,"GuaranteedDelivaryTime":13,"IsDiscontinued":true,"SectorId":"22e18d69-c6a2-4fcc-b499-21ba55494c9e","DateOfSale":"2024-04-26T06:04:44.2906131+05:00","PrepaymentDiscount":16.0,"TotalDiscount":17.0,"PointsForBrand":18.0},{"DetailId":"4eaeb95d-af5e-4e73-b748-72b5904a9136","QuantityInPackage":2,"Quantity":3,"Unit":"sample string 4","AvailableQuantity":5,"Price":6.0,"PriceWithoutDiscount":7.0,"BasePrice":8.0,"WarehouseId":"facd0d62-29ee-4361-8e27-bc267e648bd2","WarehouseName":"sample string 10","DeliveryTime":"sample string 11","ExpectedDelivaryTime":12,"GuaranteedDelivaryTime":13,"IsDiscontinued":true,"SectorId":"22e18d69-c6a2-4fcc-b499-21ba55494c9e","DateOfSale":"2024-04-26T06:04:44.2906131+05:00","PrepaymentDiscount":16.0,"TotalDiscount":17.0,"PointsForBrand":18.0}]}]}