POST api/AppOrder/AppSaveCartProductDel

AppSaveCartProductDel

Request Information

URI Parameters

None.

Body Parameters

AppDelCart
NameDescriptionTypeAdditional information
ProductID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductID": 1,
  "UserUUIDCur": "2c763cb6-b69e-4f73-b4ae-9ef26ddc349b"
}

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": "79813bc9-2cfe-46bd-a278-f656843655bf",
    "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": "519b802f-9e93-4ce0-a305-b1a02ad7608c",
      "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": "6ffffda0-75ce-436e-b6f6-9df8a5f35a51"
    },
    {
      "ProductID": 1,
      "PhotoUUID": "519b802f-9e93-4ce0-a305-b1a02ad7608c",
      "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": "6ffffda0-75ce-436e-b6f6-9df8a5f35a51"
    }
  ],
  "UserUUIDCur": "5c91be4e-54d4-438f-bb06-7de8d6f150cc"
}