Update dimensional tags on a journal entry line
Allows setting department_id, class_id, and project_id dimension tags on a
DRAFT journal entry line. Posted journal entries are immutable — this endpoint returns
409 journal_entry_not_draft for posted JEs. Only the three dimension fields are
mutable via this endpoint. Requires accounting:write scope.
Authorizations
API key issued per entity via Settings > Developers > API Keys.
Each key carries scopes (e.g. orders:read, products:write).
Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.
Body
Response
Updated JE line
A single debit or credit line within a journal entry. Exactly one of debit_amount or credit_amount is > 0. account_id must reference a postable leaf account (Rule A2). Verified against live dev RDS accounting.journal_entry_lines.
Debit amount (0 if credit line)
x >= 0Credit amount (0 if debit line)
x >= 0
