GET api/v1/AccountTransfer/GetAccountTransferPool?poolType={poolType}&channel={channel}&beginDate={beginDate}&endDate={endDate}&isLastTen={isLastTen}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
poolType

PoolType

Required

channel

TransferMobileChannel

Required

beginDate

date

Required

endDate

date

Required

isLastTen

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

ServiceResponseOfListOfAccountTransferPool
NameDescriptionTypeAdditional 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": "f2c55879-18b6-436a-b3ad-492c8b36def8",
      "CustomerAccountNumber": "sample string 2",
      "CustomerAccountCurrencyName": "sample string 3",
      "TransferId": "d1cad242-b6fd-444a-aa20-f9e4bcfc29c4",
      "ReferenceNo": "sample string 5",
      "CorrespondentNo": "sample string 6",
      "CreatedOn": "2024-11-14T07:25:55.5325721+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": "f2c55879-18b6-436a-b3ad-492c8b36def8",
      "CustomerAccountNumber": "sample string 2",
      "CustomerAccountCurrencyName": "sample string 3",
      "TransferId": "d1cad242-b6fd-444a-aa20-f9e4bcfc29c4",
      "ReferenceNo": "sample string 5",
      "CorrespondentNo": "sample string 6",
      "CreatedOn": "2024-11-14T07:25:55.5325721+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
}