POST AlphaTransferAmount

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
alphaTransferAmountModel
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "accountNumber": "sample string 1",
  "transferAmount": 1,
  "AccountDebRef": "sample string 2",
  "FingerId": "sample string 3"
}

text/xml

Sample:
<AlphaTransferAmountModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChamBankWebservice.Models">
  <AccountDebRef>sample string 2</AccountDebRef>
  <FingerId>sample string 3</FingerId>
  <accountNumber>sample string 1</accountNumber>
  <transferAmount>1</transferAmount>
</AlphaTransferAmountModel>

application/x-www-form-urlencoded

Sample:

Sample not available.