Releasing API for reversing journal entries, enhanced uploads actions, and manage invoices.

πŸŽ‰

Invoices available in Beta

Many of you requested invoices in API. Today we are making it available in the Beta.

⚠️

Beta breaking changes

journalentries is now journal-entries to improve reading and follow a consistent url format.

API Improvements

  • By setting journalEntryId on POST companies/{companyId}/upload it's now possible to connect an upload with a journal entry.

API operations added:

Releasing API improvements and support for managing customers.

⚠️

Beta breaking changes

POST companies/{companyId}/uploads has been changed to take multipart/form-data. For more details, see Add an upload to bokio.


API operations added:

Introducing Bokio API as a Beta for Private Integrations. Please take note of breaking changes may need to be introduce without notice during the Beta.

Checkout: How to set up integration with a company in Bokio via an API to get started

API operations included:

  • POST companies/{companyId}/journalentries
  • GET companies/{companyId}/journalentries
  • GET companies/{companyId}/journalentries/{journalId}
  • POST companies/{companyId}/uploads