Skip to main content

Create Journal Entry

POST 

/v1/journal_entries

Create a sales summary journal entry to record daily sales activity.

Notes:

  • Partners can request a source system name with associated Logo just email dev@bookkeep.com
  • The date of the journal entry should be the date of the sales summary
  • All monetary amounts should be floats representing dollar amounts (or equivalent currency) rather than cents. $1.00 is 1.00, not a value in cents.
  • Any blank/null floats should be sent as 0.00. Empty string fields should be empty strings.
  • All _credits should equal _debits.
  • Optional memo and document number for reference
  • Object type fields allow you to add drop down subcategories with labels. Each of which will be added as a new line for mapping.
  • Not all fields are required. Only the top level fields are required.

Request

Responses

Journal entry created successfully