POST api/ShoppingCart/UpdateShoppingCartItemsPart2data

Request Information

URI Parameters

None.

Body Parameters

Shopping_CartItems
NameDescriptionTypeAdditional information
TokenID

string

None.

ShoppingCartItems

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TokenID": "sample string 1",
  "ShoppingCartItems": "sample string 2"
}

application/xml, text/xml

Sample:
<ShoppingCartModel.Shopping_CartItems xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnjoleeAPI.Models">
  <ShoppingCartItems>sample string 2</ShoppingCartItems>
  <TokenID>sample string 1</TokenID>
</ShoppingCartModel.Shopping_CartItems>

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 'Shopping_CartItems'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.