POST
/
v1
/
businesses
/
{business_id}
/
ledger
/
manual-entries

Path Parameters

business_id
string
required

ID of the Business to create the journal entry for.

Body

entry_at
ISO8601 timestamp
required

The date and time when the entry is recorded, in ISO 8601 format.

external_id
string

Unique ID of the ledger entry in your system. Idempotency key.

created_by
string
required

Identifier of the user or system that created the manual entry.

memo
string

Description or memo of the manual entry.

line_items
array
required

Array of Line Item objects for the journal entry.

Response

id
string

Unique identifier of the manual ledger entry.

created_by
string

Identifier of the user or system that created the entry.

memo
string

Description or memo of the manual entry.

entry_id
string

Unique identifier of the journal entry created by this manual entry.