POST Redeem/PayTMRedeem
Request Information
URI Parameters
None.
Body Parameters
PayTMRedeem| Name | Description | Type | Additional information |
|---|---|---|---|
| ReferId | string |
None. |
|
| Amount | string |
None. |
|
| PaytmNo | string |
None. |
|
| Username | string |
None. |
|
| IsArmyAllow | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ReferId": "sample string 1",
"Amount": "sample string 2",
"PaytmNo": "sample string 3",
"Username": "sample string 4",
"IsArmyAllow": "sample string 5"
}
application/xml, text/xml
Sample:
<PayTMRedeem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/champ2cash.Models"> <Amount>sample string 2</Amount> <IsArmyAllow>sample string 5</IsArmyAllow> <PaytmNo>sample string 3</PaytmNo> <ReferId>sample string 1</ReferId> <Username>sample string 4</Username> </PayTMRedeem>
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. |