POST api/v1/AddUpdateCartWOAuth
Request Information
URI Parameters
None.
Body Parameters
ManageCarttInputName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Mode | string |
None. |
|
ProdID | integer |
None. |
|
ProdSizeID | integer |
None. |
|
TaxonomyID | integer |
None. |
|
PackQty | integer |
None. |
|
UOM | string |
None. |
|
SessionID | string |
None. |
|
Qty | decimal number |
None. |
|
SellingRate | decimal number |
None. |
|
PINCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "Mode": "sample string 2", "ProdID": 3, "ProdSizeID": 4, "TaxonomyID": 5, "PackQty": 6, "UOM": "sample string 7", "SessionID": "sample string 8", "Qty": 9.0, "SellingRate": 10.0, "PINCode": "sample string 11" }
application/xml, text/xml
Sample:
<ManageCarttInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <ID>1</ID> <Mode>sample string 2</Mode> <PINCode>sample string 11</PINCode> <PackQty>6</PackQty> <ProdID>3</ProdID> <ProdSizeID>4</ProdSizeID> <Qty>9</Qty> <SellingRate>10</SellingRate> <SessionID>sample string 8</SessionID> <TaxonomyID>5</TaxonomyID> <UOM>sample string 7</UOM> </ManageCarttInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |