GET BankStatementTransaction/Get

Retrieves a collection of Bank Statement Transactions.

Request Information

This method supports OData queries.

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

This collection is wrapped in a paging response object.

Paging response of Bank Statement Transaction
NameTypeAdditional informationDescription
TotalResults integer

None.

ReturnedResults integer

None.

Results Collection of Bank Statement Transaction

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalResults": 1,
  "ReturnedResults": 2,
  "Results": [
    {
      "ID": 1,
      "Date": "2024-03-29T00:00:00+10:00",
      "BankAccountId": 3,
      "BankAccount": {
        "Name": "sample string 2",
        "BankName": "sample string 3",
        "AccountNumber": "sample string 4",
        "BranchName": "sample string 5",
        "BranchNumber": "sample string 6",
        "Category": {
          "Description": "sample string 1",
          "ID": 2,
          "Modified": "2024-03-29T00:00:00+10:00",
          "Created": "2024-03-29T00:00:00+10:00"
        },
        "Active": true,
        "Default": true,
        "Balance": 9.0,
        "Description": "sample string 10",
        "BankFeedAccount": {
          "ID": 1,
          "BankFeedAccountGroupId": 2,
          "BankFeedAccountGroup": {
            "ID": 1,
            "BankFeedProviderId": 2,
            "BankFeedProviderTypeId": 3,
            "Description": "sample string 4",
            "Identifier": "sample string 5",
            "RequiresAdditionalAuthentication": true,
            "LastRefreshStatusId": 7
          },
          "Description": "sample string 3",
          "Identifier": "sample string 4",
          "LastRefreshDate": "2024-03-29T00:00:00+10:00",
          "FirstImportDate": "2024-03-29T00:00:00+10:00",
          "Balance": 1.0,
          "BankAccountId": 1,
          "BankAccountName": "sample string 5",
          "LastRefreshStatusId": 6
        },
        "LastTransactionDate": "2024-03-29T00:00:00+10:00",
        "LastImportDate": "2024-03-29T00:00:00+10:00",
        "HasTransactionsWaitingForReview": true,
        "HasActivity": true,
        "DefaultPaymentMethodId": 1,
        "PaymentMethod": 1,
        "Modified": "2024-03-29T00:00:00+10:00",
        "Created": "2024-03-29T00:00:00+10:00",
        "CurrencyId": 1,
        "ID": 13
      },
      "Selection": {
        "ID": 1
      },
      "Reference": "sample string 4",
      "Description": "sample string 5",
      "Tax": 6.0,
      "Total": 7.0,
      "BankUniqueIdentifier": "sample string 8",
      "MatchedBankTransactionID": 1
    },
    {
      "ID": 1,
      "Date": "2024-03-29T00:00:00+10:00",
      "BankAccountId": 3,
      "BankAccount": {
        "Name": "sample string 2",
        "BankName": "sample string 3",
        "AccountNumber": "sample string 4",
        "BranchName": "sample string 5",
        "BranchNumber": "sample string 6",
        "Category": {
          "Description": "sample string 1",
          "ID": 2,
          "Modified": "2024-03-29T00:00:00+10:00",
          "Created": "2024-03-29T00:00:00+10:00"
        },
        "Active": true,
        "Default": true,
        "Balance": 9.0,
        "Description": "sample string 10",
        "BankFeedAccount": {
          "ID": 1,
          "BankFeedAccountGroupId": 2,
          "BankFeedAccountGroup": {
            "ID": 1,
            "BankFeedProviderId": 2,
            "BankFeedProviderTypeId": 3,
            "Description": "sample string 4",
            "Identifier": "sample string 5",
            "RequiresAdditionalAuthentication": true,
            "LastRefreshStatusId": 7
          },
          "Description": "sample string 3",
          "Identifier": "sample string 4",
          "LastRefreshDate": "2024-03-29T00:00:00+10:00",
          "FirstImportDate": "2024-03-29T00:00:00+10:00",
          "Balance": 1.0,
          "BankAccountId": 1,
          "BankAccountName": "sample string 5",
          "LastRefreshStatusId": 6
        },
        "LastTransactionDate": "2024-03-29T00:00:00+10:00",
        "LastImportDate": "2024-03-29T00:00:00+10:00",
        "HasTransactionsWaitingForReview": true,
        "HasActivity": true,
        "DefaultPaymentMethodId": 1,
        "PaymentMethod": 1,
        "Modified": "2024-03-29T00:00:00+10:00",
        "Created": "2024-03-29T00:00:00+10:00",
        "CurrencyId": 1,
        "ID": 13
      },
      "Selection": {
        "ID": 1
      },
      "Reference": "sample string 4",
      "Description": "sample string 5",
      "Tax": 6.0,
      "Total": 7.0,
      "BankUniqueIdentifier": "sample string 8",
      "MatchedBankTransactionID": 1
    }
  ]
}