Update a Journal Entry
Updates an existing Journal Entry’s details or Line Entries. When updating Line Entries in the Journal Entry, debit and credit amounts must equal.
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 expand paths.
line_entries
, line_entries.transaction
, line_entries.ledger
Body
The datetime the Journal Entry was created in UTC time.
An arbitrary string on the object, useful for displaying to the user.
An object with optional create
, update
,
and delete
parameters to modify the Line Entries associated with
the Journal Entry. The create
and update
parameters accept lists of
Line Entry objects, while the delete
parameter accepts a list of
existing Line Entry IDs.
Response
The unique ID of the object.
An arbitrary string on the object, useful for displaying to the user.
The datetime the Journal Entry was created in UTC time.
A list of files attached to the Journal Entry. Only available to Instances using Platform GL as their accounting package.
The ids of the Line Entries detailing the Journal
Entry's movement of value. Only null
if the Instance is using QuickBooks as
their accounting package.
The entity that is linked with this journal entry. Journal entries with linked entities may not be modified or deleted directly.
List of Line Entries. platformGL instances only. Included in expanded responses.