200 Successful Response
Schema: JournalEntryResponse
-
idstring required -
Unique identifier for this journal entry (UUID7).
-
descriptionstring required -
Human-readable description of the transaction.
-
currencystring -
Currency for the journal entry (USD, CAD, AUD, EUR, or GBP).
-
entry_datestring · date required -
The date this transaction occurred.
-
invoice_idstring -
UUID of linked invoice, if this entry relates to an invoice.
-
inventory_order_idstring -
UUID of linked inventory order (PO), if this entry relates to a PO.
-
sourcestring -
Backend origin: manual, invoice, bill, credit_memo, transaction, stripe, shopify, plaid, ramp, square, system, teal
-
creation_methodstring -
User-facing creation method: ai (system-generated) or manual (user-typed)
-
business_idstring required -
UUID of the business this entry belongs to.
-
line_entriesarray · LineEntryResponse -
The debit and credit line entries that make up this journal entry. Will be empty list if not expanded.
-
threadJournalEntryThreadResponse -
Comment thread information if this journal entry has comments. Contains thread_id, comments array, and comment_count.
-
created_atstring · date-time -
When this journal entry was created.
-
updated_atstring · date-time -
When this journal entry was last modified.