v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
TrialBalance

Retrieves a TrialBalance resource.

Retrieves a TrialBalance resource.

get/trial_balances

Query parameters

endstring date-time required

YYYY-MM-DD

accounting_method'cash' | 'accrual' required

The Accounting Method

Response

TrialBalance resource

idstring
integrationstring

The key of the integration source e.g. "quickbooks", or "xero"

reportTitlestring nullable
companyNamestring nullable
columnsstring[] nullable
rowsstring[] nullable
accountingMethodstring nullable
startstring date-time nullable
endstring date-time nullable
currencyCodestring nullable
deletedboolean

Example response

{
  "integration": "quickbooks",
  "reportTitle": "Trial Balance",
  "companyName": "Flux Capacitors Inc",
  "accountingMethod": "cash",
  "currencyCode": "USD"
}