GET BankTransaction/Get

Gets a list of Bank 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 Base Bank Transaction
NameTypeAdditional informationDescription
TotalResults integer

None.

ReturnedResults integer

None.

Results Collection of Base Bank Transaction

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalResults": 1,
  "ReturnedResults": 2,
  "Results": [
    {
      "ID": 2,
      "ParentId": 1,
      "Description": "sample string 4",
      "BankUniqueIdentifier": "sample string 5",
      "Editable": true,
      "SplitTransactions": [],
      "Duplicate": true,
      "Matched": true,
      "HasAllocations": true,
      "ImportTypeId": 1,
      "ImportActionDate": "2024-04-23",
      "HasManualDiscountAllocations": true,
      "DiscountAllocationChanged": true,
      "SelectionId": 1,
      "SelectionName": "sample string 14",
      "Selection_CurrencyId": 1,
      "Selection_ExchangeRate": 1.0,
      "SelectionIsObfuscated": true,
      "$TrackingCode": "sample string 16",
      "ParentTrackingCode": "sample string 17",
      "Type": 1,
      "TaxTypeId": 1,
      "TaxPeriodId": 1,
      "Payee": "sample string 18",
      "Reconciled": true,
      "Accepted": true,
      "AnalysisCategoryId1": 1,
      "AnalysisCategoryId2": 1,
      "AnalysisCategoryId3": 1,
      "BankAccountId": 1,
      "Date": "2024-04-23",
      "Memo": "sample string 23",
      "DocumentNumber": "sample string 24",
      "Reference": "sample string 25",
      "Link_CurrencyId": 1,
      "Link_ExchangeRate": 1.0,
      "HasAttachments": true,
      "Discount": 1.0,
      "DiscountPercentage": 1.1,
      "Rounding": 1.0,
      "Exclusive": 30.0,
      "Tax": 31.0,
      "Total": 32.0,
      "BankAccount_CurrencyId": 1,
      "BankAccount_ExchangeRate": 1.0,
      "PaymentMethodId": 1,
      "StatusId": 1,
      "BankImportMappingId": 1,
      "$dirty": true,
      "Locked": true,
      "TimeTrackingProjectId": 1,
      "TimeTrackingExpenseId": 1,
      "BillingMethodId": 1,
      "Recharge": 1.0,
      "MarkupPercentage": 1.1,
      "DocumentHeaderLinkTypeId": 1
    },
    {
      "ID": 2,
      "ParentId": 1,
      "Description": "sample string 4",
      "BankUniqueIdentifier": "sample string 5",
      "Editable": true,
      "SplitTransactions": [],
      "Duplicate": true,
      "Matched": true,
      "HasAllocations": true,
      "ImportTypeId": 1,
      "ImportActionDate": "2024-04-23",
      "HasManualDiscountAllocations": true,
      "DiscountAllocationChanged": true,
      "SelectionId": 1,
      "SelectionName": "sample string 14",
      "Selection_CurrencyId": 1,
      "Selection_ExchangeRate": 1.0,
      "SelectionIsObfuscated": true,
      "$TrackingCode": "sample string 16",
      "ParentTrackingCode": "sample string 17",
      "Type": 1,
      "TaxTypeId": 1,
      "TaxPeriodId": 1,
      "Payee": "sample string 18",
      "Reconciled": true,
      "Accepted": true,
      "AnalysisCategoryId1": 1,
      "AnalysisCategoryId2": 1,
      "AnalysisCategoryId3": 1,
      "BankAccountId": 1,
      "Date": "2024-04-23",
      "Memo": "sample string 23",
      "DocumentNumber": "sample string 24",
      "Reference": "sample string 25",
      "Link_CurrencyId": 1,
      "Link_ExchangeRate": 1.0,
      "HasAttachments": true,
      "Discount": 1.0,
      "DiscountPercentage": 1.1,
      "Rounding": 1.0,
      "Exclusive": 30.0,
      "Tax": 31.0,
      "Total": 32.0,
      "BankAccount_CurrencyId": 1,
      "BankAccount_ExchangeRate": 1.0,
      "PaymentMethodId": 1,
      "StatusId": 1,
      "BankImportMappingId": 1,
      "$dirty": true,
      "Locked": true,
      "TimeTrackingProjectId": 1,
      "TimeTrackingExpenseId": 1,
      "BillingMethodId": 1,
      "Recharge": 1.0,
      "MarkupPercentage": 1.1,
      "DocumentHeaderLinkTypeId": 1
    }
  ]
}