Skip to main content
GET
Get how one row was booked

Authorizations

Authorization
string
header
required

Portal API key minted in portal Settings → API access. Scope read or write; pinned to one company. Send as Authorization: Bearer lac_sk_....

Query Parameters

customer_id
string
row_id
string
required

Display context from a served row; never canonical identity.

resource_uri
string<uri>

Server-authored resource_ref.uri from the selected row. Required with resource_revision for canonical bank and journal rows; omit both only for a derived payslip row.

resource_revision
string

Server-authored resource_ref.revision from the selected row. Required with resource_uri for canonical bank and journal rows.

Response

The booking view. posted=false serves no lines, honestly.

customer_id
string
required
row_id
string
required
posted
boolean
required
currency
string
required
rows
object[]
required
total_debit_cents
integer<int64>
required
total_credit_cents
integer<int64>
required
evidence
object[]
required
journal_entry_id
string
journal_entry_ids
string[]
entry_date
string<date>
description
string