Skip to main content
PATCH
Update dimensional tags on a journal entry line

Authorizations

Authorization
string
header
required

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.

Path Parameters

id
string<uuid>
required
line_id
string<uuid>
required

Body

application/json
department_id
string<uuid> | null
class_id
string<uuid> | null
project_id
string<uuid> | null

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.

id
string<uuid>
read-only
journal_entry_id
string<uuid>
read-only
line_number
integer
read-only
account_id
string<uuid>
debit_amount
number

Debit amount (0 if credit line)

Required range: x >= 0
credit_amount
number

Credit amount (0 if debit line)

Required range: x >= 0
description
string | null
location_id
string<uuid> | null
department_id
string<uuid> | null
class_id
string<uuid> | null
project_id
string<uuid> | null
reconciled
boolean
read-only
reconciled_at
string<date-time> | null
read-only
created_at
string<date-time>
read-only