POST api/v1/CalculateCartGST
Request Information
URI Parameters
None.
Body Parameters
CartOrderViewtInput| Name | Description | Type | Additional 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:
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. |