POST AdminApi/ShoppingCart/SaveSelectedAsync

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": [
    "72d34ffe-39cb-412f-9a00-c83645fc9474",
    "7f2d7b37-89f5-45d0-b67f-c9e4daf4d09c"
  ]
}

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