v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
LedgerEntry

Retrieves a LedgerEntry resource.

Retrieves a LedgerEntry resource.

get/ledger_entries/{id}

Path parameters

idstring required

Resource identifier

Response

LedgerEntry resource

idstring
integrationstring

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

srcIdstring

Unique identifier for each journal

createdstring date-time nullable

Created date and time of the entry

modifiedstring date-time nullable

Last modified time of the entry

datestring nullable

Date of the ledger entry

creditinteger nullable

Credit amount of the ledger entry

debitinteger nullable

Debit amount of the ledger entry

journalCodestring nullable

Journal code of the entry

descriptionstring nullable

Description of the ledger entry

ledgerAccountstring nullable

Ledger account id

Example response

{
  "integration": "quickbooks"
}