POST api/AppOrder/AppSaveCartDiscount
AppSaveCartDiscount
Request Information
URI Parameters
None.
Body Parameters
SaveCartDiscount_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| CartUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| ProductID | integer |
None. |
|
| ProductValue | decimal number |
None. |
|
| ProductQ | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"CartUUID": "16d696fd-4c04-426b-91c0-47393a1fe4d0",
"UserUUIDCur": "e4214dfc-988a-4aa2-9c0a-d6c4453b5ced",
"ProductID": 2,
"ProductValue": 3.1,
"ProductQ": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetCartDiscount_Response| Name | 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": "3b91e7d1-94ed-4f8c-b70f-3b2efbed80a4",
"ConfirmButtonChar": "sample string 4",
"CurrencyCode": "sample string 5",
"LanguageCode": "sample string 6",
"Description": "sample string 7"
},
"products": [
{
"ProductID": 1,
"PhotoUUID": "e7cb24b8-ee59-4478-847b-54b0d91f2de1",
"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": "e945c8f4-c2de-4045-9eae-c29c3241f23d"
},
{
"ProductID": 1,
"PhotoUUID": "e7cb24b8-ee59-4478-847b-54b0d91f2de1",
"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": "e945c8f4-c2de-4045-9eae-c29c3241f23d"
}
],
"UserUUIDCur": "0346143e-f4b5-4172-847a-8820845b234e"
}