POST api/VerifyCoupenCode
Request Information
URI Parameters
None.
Body Parameters
VerifyCoupenCode| Name | Description | Type | Additional information |
|---|---|---|---|
| COUPEN_CODE | string |
None. |
|
| TYPE | string |
None. |
|
| ORDER_AMT | string |
None. |
|
| EXTRA | string |
None. |
|
| EXTRA1 | string |
None. |
|
| USER_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"COUPEN_CODE": "sample string 1",
"TYPE": "sample string 2",
"ORDER_AMT": "sample string 3",
"EXTRA": "sample string 4",
"EXTRA1": "sample string 5",
"USER_ID": "sample string 6"
}
application/xml, text/xml
Sample:
<VerifyCoupenCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiAgroMart.Models"><COUPEN_CODE>sample string 1</COUPEN_CODE><EXTRA>sample string 4</EXTRA><EXTRA1>sample string 5</EXTRA1><ORDER_AMT>sample string 3</ORDER_AMT><TYPE>sample string 2</TYPE><USER_ID>sample string 6</USER_ID></VerifyCoupenCode>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |