POST api/v1/ProdDeleteFromCart

Request Information

URI Parameters

None.

Body Parameters

CartOrderViewtInput
NameDescriptionTypeAdditional information
ID

integer

None.

Mode

string

None.

CalledFrom

string

None.

Barcode

string

None.

SessionID

string

None.

ProdID

integer

None.

ProdSizeID

integer

None.

TaxonomyID

integer

None.

PINCode

string

None.

MRP

decimal number

None.

SplDiscID

integer

None.

SplDiscPer

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Mode": "sample string 2",
  "CalledFrom": "sample string 3",
  "Barcode": "sample string 4",
  "SessionID": "sample string 5",
  "ProdID": 6,
  "ProdSizeID": 7,
  "TaxonomyID": 8,
  "PINCode": "sample string 9",
  "MRP": 10.0,
  "SplDiscID": 11,
  "SplDiscPer": 12.0
}

application/xml, text/xml

Sample:
<CartOrderViewtInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <Barcode>sample string 4</Barcode>
  <CalledFrom>sample string 3</CalledFrom>
  <ID>1</ID>
  <MRP>10</MRP>
  <Mode>sample string 2</Mode>
  <PINCode>sample string 9</PINCode>
  <ProdID>6</ProdID>
  <ProdSizeID>7</ProdSizeID>
  <SessionID>sample string 5</SessionID>
  <SplDiscID>11</SplDiscID>
  <SplDiscPer>12</SplDiscPer>
  <TaxonomyID>8</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.