Skip to main content
POST
Create a Journal Entry

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-user-id
string | null

Optional external entity identifier that performed the action

Path Parameters

business_id
string<biz_string>
required

The id of the business

Example:

"biz_GA6EG2qFxA97NZHtxeLPUy"

Body

application/json
description
string
required

The description of the Journal Entry

Example:

"HomeDepot purchase"

datetime
string<date-time>
required

The datetime the Journal Entry was created in UTC ISO-8601 format

Example:

"2023-11-07T05:31:56Z"

lines
LineEntryCreate · object[]
required

The line entries associate with the Journal Entry. All debits and credits must balance and there must be at least one debit and one credit line

external_id
string | null

An optional external identifier for the Journal Entry

Maximum string length: 255
Example:

"je-2023-11-07-001"

Response

Successful Response

data
JournalEntryPublic · object
required