POST api/{apiVersion}/CustomerAccount/GetCustomerAccountStatement

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiVersion

string

None.

Body Parameters

CustomerAccountStatementRequest
NameDescriptionTypeAdditional information
AccountId

globally unique identifier

None.

BeginDate

date

None.

EndDate

date

None.

IsLastTen

boolean

None.

OperationTypeId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountId": "93e8dd5a-e15e-4e1f-8dc5-ea933f34b884",
  "BeginDate": "2024-11-14T07:27:15.0020461+03:00",
  "EndDate": "2024-11-14T07:27:15.0020461+03:00",
  "IsLastTen": true,
  "OperationTypeId": "73e8b726-56bd-45f3-ba38-e1d10162871a"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponseOfListOfCustomerAccountStatement
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

Collection of CustomerAccountStatement

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": [
    {
      "RecordId": "6a108473-3793-4caa-a5ec-581c6c3368e1",
      "CreatedOn": "2024-11-14T07:27:15.0020461+03:00",
      "Description": "sample string 3",
      "Amount": 4.0,
      "AmountCurrency": "sample string 5",
      "Balance": 6.0,
      "OperationDescription": "sample string 7",
      "Channel": "sample string 8",
      "MobileOperationTypeName": "sample string 9",
      "GamePin": {
        "PinCode": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "GamePinQuantity": 10,
      "IsGamePinTransaction": true,
      "PageCount": 11,
      "TakeInToYourAccountSenderFullname": "sample string 12",
      "TransactionTypeCode": "sample string 13",
      "MobilOperationNameNoneLabel": "sample string 14",
      "Reference": "sample string 15",
      "SenderName": "sample string 16",
      "ReceiverName": "sample string 17",
      "AmountPayableToBuyer": 18.0,
      "CustomerDescription": "sample string 19",
      "ReceivingCountry": "sample string 20",
      "SenderAccountNumber": "sample string 21",
      "RecipientIban": "sample string 22",
      "RecipientBankName": "sample string 23",
      "ReceiverAccountIdName": "sample string 24",
      "ReceiverGsmNo": "sample string 25",
      "MerchantName": "sample string 26",
      "WalletOperator": "sample string 27",
      "IsPaidViaCorpRefNo": true,
      "CorrespondentNo": "sample string 29",
      "TlAmount": 1.0,
      "Parity": 1.0,
      "ApplicationNumber": "sample string 30"
    },
    {
      "RecordId": "6a108473-3793-4caa-a5ec-581c6c3368e1",
      "CreatedOn": "2024-11-14T07:27:15.0020461+03:00",
      "Description": "sample string 3",
      "Amount": 4.0,
      "AmountCurrency": "sample string 5",
      "Balance": 6.0,
      "OperationDescription": "sample string 7",
      "Channel": "sample string 8",
      "MobileOperationTypeName": "sample string 9",
      "GamePin": {
        "PinCode": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "GamePinQuantity": 10,
      "IsGamePinTransaction": true,
      "PageCount": 11,
      "TakeInToYourAccountSenderFullname": "sample string 12",
      "TransactionTypeCode": "sample string 13",
      "MobilOperationNameNoneLabel": "sample string 14",
      "Reference": "sample string 15",
      "SenderName": "sample string 16",
      "ReceiverName": "sample string 17",
      "AmountPayableToBuyer": 18.0,
      "CustomerDescription": "sample string 19",
      "ReceivingCountry": "sample string 20",
      "SenderAccountNumber": "sample string 21",
      "RecipientIban": "sample string 22",
      "RecipientBankName": "sample string 23",
      "ReceiverAccountIdName": "sample string 24",
      "ReceiverGsmNo": "sample string 25",
      "MerchantName": "sample string 26",
      "WalletOperator": "sample string 27",
      "IsPaidViaCorpRefNo": true,
      "CorrespondentNo": "sample string 29",
      "TlAmount": 1.0,
      "Parity": 1.0,
      "ApplicationNumber": "sample string 30"
    }
  ],
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}