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": [
    "1c3dbcb0-8d23-45d7-8e4f-cc2f5bd61e41",
    "ca8cf743-4d4e-41a3-bacb-91614f64a79f"
  ]
}

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