POST Api/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": [
    "f56e195d-a2de-4306-809a-1cd892ca21d3",
    "647e6d6b-c04e-4d93-8a7c-9595b16899fc"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

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