POST api/AppOrder/AppSaveCartProduct
AppSaveCartProduct
Request Information
URI Parameters
None.
Body Parameters
AppSaveCartProduct| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProductID": 1,
"UserUUIDCur": "e15ee0b4-51fb-477b-9c80-e23530a1ab40"
}
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": "891793dd-1b65-4eb5-986b-01ccd461ad10",
"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": "da040ea7-af0f-4d0e-a455-63ac0513fb95",
"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": "5fd36b8c-5871-4731-ab4e-2bffbf011969"
},
{
"ProductID": 1,
"PhotoUUID": "da040ea7-af0f-4d0e-a455-63ac0513fb95",
"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": "5fd36b8c-5871-4731-ab4e-2bffbf011969"
}
],
"UserUUIDCur": "84919f39-98b3-457d-b10d-8ca07f0fb73b"
}