POST
/
accounting
/
journal_entries

The Journal Entries are basic records of a company’s financial transactions used to record the debits and credits of each transaction.

Authorizations

api_key
string
headerrequired

Body

application/json
company_id
integer
required

The ID of the company in the accounting platform

run_async
boolean | null

Run the request asynchronously

data
object[]
required

The data of the JournalEntry to create

Response

200 - application/json
data
object

The data of the created JournalEntry

sync_id
string | null

The sync id of the request