Skip to main content
PUT
Bulk update reconciliation journal entry status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer , where is your auth token.

Headers

teal-instance-id
string
required

The Teal instance ID

modified-by
string | null

An optional identifier for audit logging.

Path Parameters

reconciliation_id
string
required

The reconciliation ID

Body

application/json
journal_entry_id
string
required

The unique ID of the object.

Example:

"TYcnEf8yEYMXSwUui3E2df"

reconciliation_status
enum<string>
required

The reconciliation status of the Journal Entry.

Available options:
unreconciled,
reconciled,
skipped
Example:

"reconciled"

Response

Successful Response

reconciliation_journal_entry
ReconciliationJournalEntry · object | null
required
error
string | null

The error message if update failed