v1

latestOpenAPI 3.0.3Apache 2.02026-08-062991191002.1 KB
JournalLine

Retrieves a JournalLine resource.

Retrieves a JournalLine resource.

get/journal_lines/{id}

Path parameters

idstring required

Resource identifier

Response

JournalLine resource

idstring
integrationstring

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

srcIdstring

Unique identifier for each journal

journalDatestring date-time

Date on which the journal to be recorded

journalNumberstring nullable

The entry number of the journal

accountIdstring nullable

ID of the account the journal is logging

accountCodestring nullable

Customer defined alpha numeric account code e.g. "200" e.g. "SALES

accountTypestring nullable

Type of account e.g. "BANK" e.g. "CURRENT" e.g. "CURRLIAB"

accountNamestring nullable

Name of account

descriptionstring nullable

A description of line item

totalAmountinteger

Total amount of journal line

debitOrCreditstring nullable

Whether the jounral line amount is a debit or a credit

currencyCodestring nullable

Currency code of journal line

createdstring date-time nullable

Created date and time of the journal

modifiedstring date-time nullable

Last modified time of the journal

journalIdstring

Boss Insights id of the journal this line is a part of

Example response

{
  "integration": "quickbooks"
}