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": "431892c0-c06d-45f1-9346-a978791ec79c"
}

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": "8a690b17-94b9-499f-894d-8714fe55ad2f",
    "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": "fe91f5d2-fe71-4e40-bbd4-1d1f18c3c545",
      "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": "f3150497-17cf-459c-82ce-9582068c9ef3"
    },
    {
      "ProductID": 1,
      "PhotoUUID": "fe91f5d2-fe71-4e40-bbd4-1d1f18c3c545",
      "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": "f3150497-17cf-459c-82ce-9582068c9ef3"
    }
  ],
  "UserUUIDCur": "589f5943-fd5f-4b04-a200-681e2506a87c"
}