POST Api/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": [
    "3bbb9f1c-37e7-46c0-8488-d52cf8884cc5",
    "f097dee8-a2b5-48cf-8cd4-5d50ddf495a5"
  ]
}

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": {}
}