GET AccountReceipt/Get

Gets a list of Account Receipts.

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 Account Receipt
NameTypeAdditional informationDescription
TotalResults integer

None.

ReturnedResults integer

None.

Results Collection of Account Receipt

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalResults": 1,
  "ReturnedResults": 2,
  "Results": [
    {
      "ID": 1,
      "AccountId": 2,
      "Date": "2024-03-28",
      "Payee": "sample string 4",
      "Description": "sample string 5",
      "Reference": "sample string 6",
      "TaxTypeId": 7,
      "Comments": "sample string 8",
      "Exclusive": 9.0,
      "Tax": 10.0,
      "Total": 11.0,
      "Reconciled": true,
      "BankAccountId": 13,
      "AnalysisCategoryId1": 1,
      "AnalysisCategoryId2": 1,
      "AnalysisCategoryId3": 1,
      "ParentId": 1,
      "Accepted": true,
      "BankUniqueIdentifier": "sample string 15",
      "ImportTypeId": 1,
      "BankImportMappingId": 1,
      "BankAccount_CurrencyId": 1,
      "BankAccount_ExchangeRate": 1.0,
      "Modified": "2024-03-28",
      "Created": "2024-03-28",
      "$TrackingCode": "sample string 17"
    },
    {
      "ID": 1,
      "AccountId": 2,
      "Date": "2024-03-28",
      "Payee": "sample string 4",
      "Description": "sample string 5",
      "Reference": "sample string 6",
      "TaxTypeId": 7,
      "Comments": "sample string 8",
      "Exclusive": 9.0,
      "Tax": 10.0,
      "Total": 11.0,
      "Reconciled": true,
      "BankAccountId": 13,
      "AnalysisCategoryId1": 1,
      "AnalysisCategoryId2": 1,
      "AnalysisCategoryId3": 1,
      "ParentId": 1,
      "Accepted": true,
      "BankUniqueIdentifier": "sample string 15",
      "ImportTypeId": 1,
      "BankImportMappingId": 1,
      "BankAccount_CurrencyId": 1,
      "BankAccount_ExchangeRate": 1.0,
      "Modified": "2024-03-28",
      "Created": "2024-03-28",
      "$TrackingCode": "sample string 17"
    }
  ]
}