v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
LedgerAccounts

Retrieves a LedgerAccounts resource.

Retrieves a LedgerAccounts resource.

get/ledger_accounts/{id}

Path parameters

idstring required

Resource identifier

Response

LedgerAccounts resource

idstring
integrationstring

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

srcIdstring

Unique identifier for each ledger account

createdstring date-time nullable

Created date and time of the ledger account

modifiedstring date-time nullable

Last modified date and time of the ledger account

ledgerAccountGroupstring nullable

Group of the ledger account

namestring nullable

Name of the ledger account

balanceinteger nullable

Balance of the ledger account

credit_or_debitstring nullable

Is ledger account debit or credit

creditsinteger nullable

Credit amount of ledger account

debitsinteger nullable

Debit amount of the ledger account

startstring date-time

Balance calculated from this date

endstring date-time

Balance calculated from this date

creditOrDebitstring nullable

Example response

{
  "integration": "quickbooks"
}