Update a Journal Entry
Scopes: journal_entry:update
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Optional external entity identifier that performed the update
Path Parameters
The id of the business
"biz_GA6EG2qFxA97NZHtxeLPUy"
The id of the journal entry
"je_R2fAXCjqJPdpYata112zyW"
Body
The description of the Journal Entry
The datetime the Journal Entry was created in UTC ISO-8601 format
An object with optional create and delete values that modify the
lines in the Journal Entry. To update a line, simply remove the old line and add a
new one.
The new status to set on the Journal Entry
bookkeeper_pending, business_pending, confirmed Whether the Journal Entry is reconciled
Tags to apply to the Journal Entry, keyed by tag field name (the field must already exist). Each value is a tag value string, or a list of {value, amount?, ledger_id?} objects to split the amount across values and optionally pin a value to a ledger. Amounts left out are split evenly across the values. Supplying tags replaces all of the Journal Entry's tags; an empty object clears them. Only Journal Entries with no source transaction, invoice, or bill can be tagged this way.
{
"Department": "Engineering",
"Location": "NYC"
}Response
Successful Response