POST api/AppOrder/AppGetCart

AppGetCart

Request Information

URI Parameters

None.

Body Parameters

AppGetCart_Request
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "d20b4afa-07fb-46c5-8b64-a836a2245ebe"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AppGetCart_Response
NameDescriptionTypeAdditional information
Cart

CartInfo

None.

Products

Collection of Product

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "Cart": {
    "CartUUID": "100ee9a6-c8a5-4242-a440-ca422b6452cc",
    "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": "1eeb5955-0b4a-4415-896a-aa35830de1c4",
      "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": "72bab37a-9120-44f0-ba54-115fdf93414b"
    },
    {
      "ProductID": 1,
      "PhotoUUID": "1eeb5955-0b4a-4415-896a-aa35830de1c4",
      "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": "72bab37a-9120-44f0-ba54-115fdf93414b"
    }
  ],
  "UserUUIDCur": "bbf43a1c-9803-44c0-82a2-ad6e4b08f9b7"
}