List all Line Entries in a Journal Entry
Lists all the Line Entries in a Journal Entry.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The Teal instance ID
Path Parameters
Journal entry ID
Query Parameters
Comma-separated list of Line Entry expand paths.
transaction
, ledger
, journal_entry
Response
The value of the line entry in decimal dollar cents.
Indicates if the amount is a credit or debit.
debit
, credit
An arbitrary string on the object, useful for displaying to the user or for categorization.
The ID of the Line Entry's Ledger. Can be null in some cases for Instances using QuickBooks as their accounting package.
If the Line Entry is identified as a transfer between accounts, the ID of the Line Entry in the opposing Ledger.
Related guide: Auto-categorization
The ID of the associated Transaction, if one exists.
The unique ID of the object. Can be null in some cases for Instances using QuickBooks as their accounting package.
The datetime the Line Entry was created in UTC time.
Indicates if the Line Entry can be manually added or
removed from a Ledger, as dictated by the editable
property on the Ledger.
Expandable. The associated Journal Entry object.
The ID of the associated Journal Entry. Can be null in some cases for Instances using QuickBooks as their accounting package.
An arbitrary string on the object, useful for displaying to users.
Expandable. The associated Ledger object.
The name of the Line Entry's Ledger.
A list of all the Tags associated with the Line Entry, if any.
Expandable. The associated Transaction object, if one exists.