POST api/{apiVersion}/AccountTransfer/GetAccountTransferPoolForCommonPool

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

AccountTransferPoolForCommonPoolRequest
NameDescriptionTypeAdditional information
PoolType

PoolType

None.

BeginDate

date

None.

EndDate

date

None.

IsLastTen

boolean

None.

operationTypeId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "PoolType": 0,
  "BeginDate": "2024-11-14T07:31:10.700603+03:00",
  "EndDate": "2024-11-14T07:31:10.700603+03:00",
  "IsLastTen": true,
  "operationTypeId": "c0fcfeaa-250e-4e58-a0ed-986f1a3c65e4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

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": "6dafe80a-1efb-4d7c-b2fc-f6c231c6f5cf",
      "CustomerAccountNumber": "sample string 2",
      "CustomerAccountCurrencyName": "sample string 3",
      "TransferId": "a206b6ee-a617-4c29-80b1-ac149ea5c4ae",
      "ReferenceNo": "sample string 5",
      "CorrespondentNo": "sample string 6",
      "CreatedOn": "2024-11-14T07:31:10.700603+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": "6dafe80a-1efb-4d7c-b2fc-f6c231c6f5cf",
      "CustomerAccountNumber": "sample string 2",
      "CustomerAccountCurrencyName": "sample string 3",
      "TransferId": "a206b6ee-a617-4c29-80b1-ac149ea5c4ae",
      "ReferenceNo": "sample string 5",
      "CorrespondentNo": "sample string 6",
      "CreatedOn": "2024-11-14T07:31:10.700603+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
}