GET api/{apiVersion}/AccountTransfer/GetAccountTransferPool?poolType={poolType}&channel={channel}&beginDate={beginDate}&endDate={endDate}&isLastTen={isLastTen}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
poolType | PoolType |
Required |
|
channel | TransferMobileChannel |
Required |
|
beginDate | date |
Required |
|
endDate | date |
Required |
|
isLastTen | boolean |
Default value is False |
|
apiVersion | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfListOfAccountTransferPoolName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Collection of AccountTransferPool |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": [ { "CustomerAccontId": "496bc466-832f-42bc-8696-4dcaf80cac28", "CustomerAccountNumber": "sample string 2", "CustomerAccountCurrencyName": "sample string 3", "TransferId": "7b3980fb-58ff-4ff4-b88e-baf113908918", "ReferenceNo": "sample string 5", "CorrespondentNo": "sample string 6", "CreatedOn": "2025-07-08T15:50:53.2567782+03:00", "Amount": 8.0, "AmountCurrency": "sample string 9", "ConfirmStatusName": "sample string 10", "RecipientFullName": "sample string 11", "ExpenseAmount": 12.0, "ExpenseAmountCurrency": "sample string 13", "Parity": 14.1, "ReceivedAmount": 15.0, "ReceivedAmountCurrency": "sample string 16", "ReceivedPaymentAmount": 17.0, "ReceivedPaymentAmountCurrency": "sample string 18", "RecipientIban": "sample string 19", "BankName": "sample string 20", "Explanation": "sample string 21", "TransactionTargetOptionCode": "sample string 22", "RefundAmount": 23.0, "RefundAmountCurrencyName": "sample string 24", "PoolType": 0, "RecipientCorporationName": "sample string 25", "OperationTypeName": "sample string 26", "HasCancelRequest": true, "TransactionTypeCode": "sample string 28", "RecipientBankName": "sample string 29", "WalletOperator": "sample string 30", "IsPaidViaCorpRefNo": true, "InformationOfRefund": "sample string 32" }, { "CustomerAccontId": "496bc466-832f-42bc-8696-4dcaf80cac28", "CustomerAccountNumber": "sample string 2", "CustomerAccountCurrencyName": "sample string 3", "TransferId": "7b3980fb-58ff-4ff4-b88e-baf113908918", "ReferenceNo": "sample string 5", "CorrespondentNo": "sample string 6", "CreatedOn": "2025-07-08T15:50:53.2567782+03:00", "Amount": 8.0, "AmountCurrency": "sample string 9", "ConfirmStatusName": "sample string 10", "RecipientFullName": "sample string 11", "ExpenseAmount": 12.0, "ExpenseAmountCurrency": "sample string 13", "Parity": 14.1, "ReceivedAmount": 15.0, "ReceivedAmountCurrency": "sample string 16", "ReceivedPaymentAmount": 17.0, "ReceivedPaymentAmountCurrency": "sample string 18", "RecipientIban": "sample string 19", "BankName": "sample string 20", "Explanation": "sample string 21", "TransactionTargetOptionCode": "sample string 22", "RefundAmount": 23.0, "RefundAmountCurrencyName": "sample string 24", "PoolType": 0, "RecipientCorporationName": "sample string 25", "OperationTypeName": "sample string 26", "HasCancelRequest": true, "TransactionTypeCode": "sample string 28", "RecipientBankName": "sample string 29", "WalletOperator": "sample string 30", "IsPaidViaCorpRefNo": true, "InformationOfRefund": "sample string 32" } ], "IsShowMessage": true, "IsShowRateAndReview": true }