Create a Journal Entry
Creates a new Journal Entry object. The debit and credit amounts of the Line Entries must match.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The Teal instance ID
Query Parameters
Comma-separated list of expandable 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.
The Line Entry objects to be associated with the
Journal Entry. Must include at least two Line Entries, one debit and one
credit, and the sum of the amount
s of all debit entries must equal the
sum of the amount
s of the credit entries.
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.