Update a Line Entry
Updates a Line Entry.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The Teal instance ID
Path Parameters
The line entry ID
Query Parameters
Comma-separated list of Line Entry expand paths.
transaction
, ledger
, journal_entry
Body
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.
A list of IDs of the Tag objects associated with the Line Entry.
Response
The value of the line entry in decimal dollar cents.
Indicates if the amount is a credit or debit.
debit
, credit
The ID of the Line Entry's Ledger. Can be null in some cases for Instances using QuickBooks as their accounting package.
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.
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.
The name of the Line Entry's Ledger.
An arbitrary string on the object, useful for displaying to the user or for categorization.
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.
Expandable. The associated Journal Entry object.
Expandable. The associated Ledger object.
A list of all the Tags associated with the Line Entry, if any.
Expandable. The associated Transaction object, if one exists.