Skip to content

Relationships

Schema relationships
graph LR
    JournalEntries -->|"payments"| Payments
    JournalEntries -->|"company"| CompanyInfo

Properties

idstring
required·

The unique identifier for journal entries

companystring

The company the journal entry belongs to

References: CompanyInfo → id
created_atstring · date-time

This represents the date when the journal entry was created

currencystring

The currency of the journal entry

exchange_ratenumber

The exchange rate of the journal entry

linesobject[]
accountstring

The ID of the account

currencystring

The currency of the line item

descriptionstring

The description of the line item

exchange_ratenumber

The exchange rate of the currency for the line item

idstring

The unique identifier for line item

itemstring

The ID of the item

namestring

The name of the line item

quantitynumber

The quantity of the line item

tax_ratestring

The ID of the tax rate

total_line_amountnumber

The total line amount of the line item.

tracking_categoriesobject[]

Tracking categories of the line item

3 properties
idstring

The ID of the tracking category

namestring

The name of the tracking category

optionstring

The option of the tracking category

typestring

The type of the line item

unit_pricenumber

The unit price of the line item

memostring

The private note of the journal entry

paymentsobject[]

The payments of the journal entry

References: Payments → id
contactobject

The contact of the payment

2 properties
idstring

The ID of the contact

typestring

The type of the contact. Can be customer or vendor.

Possible values:
customervendor
idstring

The unique identifier for payment

payment_forstring

What entity was the payment for. Can be invoice or bill.

Possible values:
invoicebill
remote_dataRecord<string, any>

Raw data returned from the remote API call.

typestring

The type of the journal entry

Possible values:
ACCOUNTS_RECEIVABLEACCOUNTS_PAYABLEGENERALSTATISTICAL
updated_atstring · date-time

This represents the date when the journal entry was updated