POST
/
accounting
/
journalentries

Authorizations

x-api-key
string
header
required

Headers

x-connection-token
string
required

The connection token

Query Parameters

remote_data
boolean

Set to true to include data from the original Accounting software.

Body

application/json
applied_payments
string[] | null

The applied payments for the journal entry

currency
string | null

The currency of the journal entry

exchange_rate
string | null

The exchange rate applied to the journal entry

field_mappings
object | null

The custom field mappings of the object between the remote 3rd party & Panora

id_acc_accounting_period
string | null

The UUID of the associated accounting period

id_acc_company_info
string

The UUID of the associated company info

journal_number
string | null

The journal number

line_items
object[]

The line items associated with this journal entry

memo
string | null

A memo or note for the journal entry

payments
string[] | null

The payments associated with the journal entry

posting_status
string | null

The posting status of the journal entry

tracking_categories
string[] | null

The UUIDs of the tracking categories associated with the journal entry

transaction_date
string | null

The date of the transaction

Response

201 - application/json
applied_payments
string[] | null

The applied payments for the journal entry

created_at
string | null

The created date of the journal entry record

currency
string | null

The currency of the journal entry

exchange_rate
string | null

The exchange rate applied to the journal entry

field_mappings
object | null

The custom field mappings of the object between the remote 3rd party & Panora

id
string | null

The UUID of the journal entry record

id_acc_accounting_period
string | null

The UUID of the associated accounting period

id_acc_company_info
string

The UUID of the associated company info

journal_number
string | null

The journal number

line_items
object[]

The line items associated with this journal entry

memo
string | null

A memo or note for the journal entry

modified_at
string | null

The last modified date of the journal entry record

payments
string[] | null

The payments associated with the journal entry

posting_status
string | null

The posting status of the journal entry

remote_created_at
string | null

The date when the journal entry was created in the remote system

remote_data
object | null

The remote data of the journal entry in the context of the 3rd Party

remote_id
string

The remote ID of the journal entry in the context of the 3rd Party

remote_modiified_at
string | null

The date when the journal entry was last modified in the remote system

tracking_categories
string[] | null

The UUIDs of the tracking categories associated with the journal entry

transaction_date
string | null

The date of the transaction