POST TransferConfirm
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| transferOtpModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"TransId": 1,
"OTP": "sample string 2",
"FingerId": "sample string 3",
"isDone": true,
"ErrorAr": "sample string 5",
"ErrorEn": "sample string 6",
"MobileTransferOtpId": 7,
"OtpTime": 8,
"OtpResendTime": 9,
"OtpSubtractionTime": 10,
"OtpAllowedTrials": 11
}
text/xml
Sample:
<TransferOtpModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChamBankWebservice.Models"> <ErrorAr>sample string 5</ErrorAr> <ErrorEn>sample string 6</ErrorEn> <FingerId>sample string 3</FingerId> <MobileTransferOtpId>7</MobileTransferOtpId> <OTP>sample string 2</OTP> <OtpAllowedTrials>11</OtpAllowedTrials> <OtpResendTime>9</OtpResendTime> <OtpSubtractionTime>10</OtpSubtractionTime> <OtpTime>8</OtpTime> <TransId>1</TransId> <isDone>true</isDone> </TransferOtpModel>
application/x-www-form-urlencoded
Sample:
Sample not available.