POST api/BOS/DomesticPayment
Request Information
URI Parameters
None.
Body Parameters
DomesticPaymentRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| address | string |
None. |
|
| amount | decimal number |
None. |
|
| bankaccountkey | string |
None. |
|
| beneficiaryAccNo | string |
None. |
|
| beneficiaryIfscCode | string |
None. |
|
| beneficiaryName | string |
None. |
|
| emailAddress | string |
None. |
|
| merchantTrxnRefId | string |
None. |
|
| mobileNumber | string |
None. |
|
| otp | string |
None. |
|
| transferType | string |
None. |
|
| trxnNote | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"address": "sample string 1",
"amount": 2.0,
"bankaccountkey": "sample string 3",
"beneficiaryAccNo": "sample string 4",
"beneficiaryIfscCode": "sample string 5",
"beneficiaryName": "sample string 6",
"emailAddress": "sample string 7",
"merchantTrxnRefId": "sample string 8",
"mobileNumber": "sample string 9",
"otp": "sample string 10",
"transferType": "sample string 11",
"trxnNote": "sample string 12"
}
text/xml
Sample:
<DomesticPaymentRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOSApiIntegration.Models"> <address>sample string 1</address> <amount>2</amount> <bankaccountkey>sample string 3</bankaccountkey> <beneficiaryAccNo>sample string 4</beneficiaryAccNo> <beneficiaryIfscCode>sample string 5</beneficiaryIfscCode> <beneficiaryName>sample string 6</beneficiaryName> <emailAddress>sample string 7</emailAddress> <merchantTrxnRefId>sample string 8</merchantTrxnRefId> <mobileNumber>sample string 9</mobileNumber> <otp>sample string 10</otp> <transferType>sample string 11</transferType> <trxnNote>sample string 12</trxnNote> </DomesticPaymentRequestModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.