POST api/v1/CartProductsDisplay
Request Information
URI Parameters
None.
Body Parameters
CartOrderViewtInput| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Mode | 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. |
|
| LocID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"Mode": "sample string 2",
"SessionID": "sample string 3",
"ProdID": 4,
"ProdSizeID": 5,
"TaxonomyID": 6,
"PINCode": "sample string 7",
"MRP": 8.0,
"SplDiscID": 9,
"SplDiscPer": 10.0,
"LocID": 11
}
application/xml, text/xml
Sample:
<CartOrderViewtInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <ID>1</ID> <LocID>11</LocID> <MRP>8</MRP> <Mode>sample string 2</Mode> <PINCode>sample string 7</PINCode> <ProdID>4</ProdID> <ProdSizeID>5</ProdSizeID> <SessionID>sample string 3</SessionID> <SplDiscID>9</SplDiscID> <SplDiscPer>10</SplDiscPer> <TaxonomyID>6</TaxonomyID> </CartOrderViewtInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |