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": "3d3cc8c1-60aa-4e09-9d1c-c73f4afb4938"
}

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": "61ad9fb7-4510-46e2-a70e-df6fb7e5d80f",
    "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": "3eeda08d-f355-44ec-b466-b1ac0051fbe8",
      "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": "4522c1ab-83c6-4be1-a9b2-bd35529740b4"
    },
    {
      "ProductID": 1,
      "PhotoUUID": "3eeda08d-f355-44ec-b466-b1ac0051fbe8",
      "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": "4522c1ab-83c6-4be1-a9b2-bd35529740b4"
    }
  ],
  "UserUUIDCur": "e6550a35-35bf-4749-8567-16a1b0771954"
}