POST api/AppOrder/AppGetCartDiscount

AppGetCartDiscount

Request Information

URI Parameters

None.

Body Parameters

GetCartDiscount_Request
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "ad10a855-bc03-4f15-b30a-5fd4e77f01d3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetCartDiscount_Response
NameDescriptionTypeAdditional information
discountParams

DiscountParams

None.

products

Collection of DiscountProducts

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "discountParams": {
    "MinCartDiscount": 1.1,
    "MinCartValue": 1.1,
    "MaxCartDiscount": 1.1,
    "Value": 1.1,
    "CartDateEnable": true,
    "ValueUSD": 1.1,
    "ValueEUR": 1.1,
    "ValueRUB": 1.1,
    "CartWholeValue": 1.1,
    "MaxCartValue": 1.1,
    "MaxCartDiscount2": 1.1,
    "MinCartValue2": 1.1,
    "Quantity": 1,
    "CurrencyName": "sample string 1",
    "Descr": "sample string 2",
    "Descr2": "sample string 3",
    "VIPLevelID": 1,
    "PaymentUUID": "942d9040-fd4e-4cf1-87c4-bff415b0a432",
    "ConfirmButtonChar": "sample string 4",
    "CurrencyCode": "sample string 5",
    "LanguageCode": "sample string 6",
    "Description": "sample string 7"
  },
  "products": [
    {
      "ProductID": 1,
      "PhotoUUID": "efcd460a-ecee-45f4-ae2c-fd9d26a39a24",
      "ProductName": "sample string 2",
      "ProductLevelDiscount": 3.1,
      "MinProductValue": 4.1,
      "MaxProductValue": 5.1,
      "MinProductValue2": 6.1,
      "Quantity": 7,
      "i": 1,
      "CurrencyName": "sample string 8",
      "ChainR": true,
      "ChainL": true,
      "Promo": true,
      "UserUUIDCur": "e61ff866-099e-40ee-8053-4b79409372ab"
    },
    {
      "ProductID": 1,
      "PhotoUUID": "efcd460a-ecee-45f4-ae2c-fd9d26a39a24",
      "ProductName": "sample string 2",
      "ProductLevelDiscount": 3.1,
      "MinProductValue": 4.1,
      "MaxProductValue": 5.1,
      "MinProductValue2": 6.1,
      "Quantity": 7,
      "i": 1,
      "CurrencyName": "sample string 8",
      "ChainR": true,
      "ChainL": true,
      "Promo": true,
      "UserUUIDCur": "e61ff866-099e-40ee-8053-4b79409372ab"
    }
  ],
  "UserUUIDCur": "0514d8ce-a102-45a2-8e6a-2c7dc26c4ae1"
}