Skip to main content
POST
Post Journal Entry

Authorizations

Authorization
string
header
required

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

Body

application/json

Request to post a balanced journal entry through LedgerService.post_entry().

sourceType
string
required
sourceId
string
required
entryDate
string<date>
required
lines
JournalEntryPostLine · object[]
required
description
string | null
entrySet
string | null
default:primary

Response

Successful Response

id
string
required
orgId
string
required
entryDate
string<date>
required
entrySet
string
required
status
enum<string>
required
Available options:
Draft,
Posted,
Voided
entryNumber
string | null
periodId
string | null
description
string | null
sourceType
string | null
sourceId
string | null
reversalOfEntryId
string | null
postedBy
string | null
postedAt
string<date-time> | null
createdAt
string<date-time> | null
createdBy
string | null
lines
JournalEntryLineResponse · object[] | null