POST api/AppOrder/AppGetCartDiscount
AppGetCartDiscount
Request Information
URI Parameters
None.
Body Parameters
GetCartDiscount_RequestName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "282ab30f-87af-4d99-81d8-b45d6e0d6d7f" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetCartDiscount_ResponseName | Description | Type | Additional 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": "5393f613-7425-4b5e-82d6-9f0bf946b361", "ConfirmButtonChar": "sample string 4", "CurrencyCode": "sample string 5", "LanguageCode": "sample string 6", "Description": "sample string 7" }, "products": [ { "ProductID": 1, "PhotoUUID": "7b7005f5-54a6-4a02-9b26-c280db247bd5", "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": "481972e5-d33a-4e78-bc5c-a6027a4fcc03" }, { "ProductID": 1, "PhotoUUID": "7b7005f5-54a6-4a02-9b26-c280db247bd5", "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": "481972e5-d33a-4e78-bc5c-a6027a4fcc03" } ], "UserUUIDCur": "ea484bee-2128-48cf-92ee-7385fd583c4b" }