Journal Entries
Create Journal Entry
Create a new Journal Entry.
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
headerrequiredBody
application/json
company_id
integer
requiredThe ID of the company in the accounting platform
data
object[]
requiredThe data of the JournalEntry to create
run_async
boolean | null
Run the request asynchronously
Response
200 - application/json
data
object
The data of the created JournalEntry
sync_id
string | null
The sync id of the request