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": "e6564807-ba87-4c2b-96b0-742bc681626b", "CustomerAccountNumber": "sample string 2", "CustomerAccountCurrencyName": "sample string 3", "TransferId": "3467357b-22f4-418d-a491-71c5a2eb411f", "ReferenceNo": "sample string 5", "CorrespondentNo": "sample string 6", "CreatedOn": "2024-11-14T07:26:58.5569289+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 }, { "CustomerAccontId": "e6564807-ba87-4c2b-96b0-742bc681626b", "CustomerAccountNumber": "sample string 2", "CustomerAccountCurrencyName": "sample string 3", "TransferId": "3467357b-22f4-418d-a491-71c5a2eb411f", "ReferenceNo": "sample string 5", "CorrespondentNo": "sample string 6", "CreatedOn": "2024-11-14T07:26:58.5569289+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 } ], "IsShowMessage": true, "IsShowRateAndReview": true }