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": "0d59bcd3-1392-40a9-84e9-48f0d1115117"
}

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": "4f8a744e-dffb-42b7-9fba-25a86ce9bf8b",
    "ConfirmButtonChar": "sample string 4",
    "CurrencyCode": "sample string 5",
    "LanguageCode": "sample string 6",
    "Description": "sample string 7"
  },
  "products": [
    {
      "ProductID": 1,
      "PhotoUUID": "0e99804b-4236-4427-bd6d-08217684ff56",
      "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": "87f491df-8bc7-4d13-a8e5-ee01aa3ce424"
    },
    {
      "ProductID": 1,
      "PhotoUUID": "0e99804b-4236-4427-bd6d-08217684ff56",
      "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": "87f491df-8bc7-4d13-a8e5-ee01aa3ce424"
    }
  ],
  "UserUUIDCur": "47547974-e545-40e5-b1b3-2395e98c843f"
}