POST api/pointtocashimps/convert
Request Information
URI Parameters
None.
Body Parameters
PointToCashIMPSRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| MobileNo | string |
None. |
|
| NoOfPointsConverted | decimal number |
None. |
|
| AccountHolderName | string |
None. |
|
| BankAccountNumber | string |
None. |
|
| ConfirmBankAccountNumber | string |
None. |
|
| IFSCCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"MobileNo": "sample string 1",
"NoOfPointsConverted": 2.0,
"AccountHolderName": "sample string 3",
"BankAccountNumber": "sample string 4",
"ConfirmBankAccountNumber": "sample string 5",
"IFSCCode": "sample string 6"
}
application/xml, text/xml
Sample:
<PointToCashIMPSRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AliviraAPI.Controllers"> <AccountHolderName>sample string 3</AccountHolderName> <BankAccountNumber>sample string 4</BankAccountNumber> <ConfirmBankAccountNumber>sample string 5</ConfirmBankAccountNumber> <IFSCCode>sample string 6</IFSCCode> <MobileNo>sample string 1</MobileNo> <NoOfPointsConverted>2</NoOfPointsConverted> </PointToCashIMPSRequest>
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. |