POST api/v1/CartProductsDisplayWOAuth

Request Information

URI Parameters

None.

Body Parameters

CartOrderViewtInput
NameDescriptionTypeAdditional information
Mode

string

None.

SessionID

string

None.

ProdID

integer

None.

ProdSizeID

integer

None.

TaxonomyID

integer

None.

PINCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Mode": "sample string 1",
  "SessionID": "sample string 2",
  "ProdID": 3,
  "ProdSizeID": 4,
  "TaxonomyID": 5,
  "PINCode": "sample string 6"
}

application/xml, text/xml

Sample:
<CartOrderViewtInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <Mode>sample string 1</Mode>
  <PINCode>sample string 6</PINCode>
  <ProdID>3</ProdID>
  <ProdSizeID>4</ProdSizeID>
  <SessionID>sample string 2</SessionID>
  <TaxonomyID>5</TaxonomyID>
</CartOrderViewtInput>

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

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.