POST api/v1/transfer/web
Request Information
URI Parameters
None.
Body Parameters
m_transfer_apiName | Description | Type | Additional information |
---|---|---|---|
to_bank_id | string |
Required String length: inclusive between 0 and 3 |
|
to_bank_account_no | string |
Required String length: inclusive between 0 and 20 |
|
amount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "to_bank_id": "sample string 1", "to_bank_account_no": "sample string 2", "amount": 3.0 }
application/xml, text/xml
Sample:
<m_transfer_api xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Project.Features.Models"> <amount>3</amount> <to_bank_account_no>sample string 2</to_bank_account_no> <to_bank_id>sample string 1</to_bank_id> </m_transfer_api>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.