POST AdminApi/ShoppingCart/RemoveItem

Request Information

URI Parameters

None.

Body Parameters

ShopCartItem
NameDescriptionTypeAdditional information
Id

Collection of globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": [
    "b532a628-7431-415f-aece-01d04bf2dce5",
    "a38a2eef-5461-463d-af03-b72fca57f68a"
  ]
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ShopCartItem'.

Response Information

Resource Description

SystemResult
NameDescriptionTypeAdditional information
Succeeded

boolean

None.

Message

string

None.

ReturnValue

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeeded": true,
  "Message": "sample string 2",
  "ReturnValue": {}
}