POST api/AppOrder/AppSaveCartProductDel
AppSaveCartProductDel
Request Information
URI Parameters
None.
Body Parameters
AppDelCart| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"UserUUIDCur": "b9ae8198-4bb1-452f-bc03-35ce92f686c4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AppGetCart_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Cart | CartInfo |
None. |
|
| Products | Collection of Product |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Cart": {
"CartUUID": "f6d01c17-0fe6-437f-b8e5-4f7db47880ef",
"CartValueChar": "sample string 1",
"WholeQuantity": 2,
"ConfirmButtonChar": "sample string 3",
"ProductIDList": "sample string 4",
"ValueUSD": 1.1,
"ValueEUR": 1.1,
"ValueRUB": 1.1
},
"Products": [
{
"ProductID": 1,
"PhotoUUID": "b14197b9-e988-467a-9e9c-9745bc288f38",
"Quantity": 2,
"ProductIDMain": 1,
"i": 1,
"ProductName": "sample string 3",
"ProductValueChar": "sample string 4",
"ChainL": true,
"ChainR": true,
"Promo": true,
"ProductValueUSD": 1.1,
"ProductValueEUR": 1.1,
"ProductValueRUB": 1.1,
"UserUUIDCur": "428cca32-f5b1-4312-91fa-8c482e4885f7"
},
{
"ProductID": 1,
"PhotoUUID": "b14197b9-e988-467a-9e9c-9745bc288f38",
"Quantity": 2,
"ProductIDMain": 1,
"i": 1,
"ProductName": "sample string 3",
"ProductValueChar": "sample string 4",
"ChainL": true,
"ChainR": true,
"Promo": true,
"ProductValueUSD": 1.1,
"ProductValueEUR": 1.1,
"ProductValueRUB": 1.1,
"UserUUIDCur": "428cca32-f5b1-4312-91fa-8c482e4885f7"
}
],
"UserUUIDCur": "32a984cb-7d69-4fc5-9663-ddaa36a6bb8b"
}