To see the changes done in a specific release, select a version number from the drop-down below.

Date: June 17, 2025

This update log describes the changes made to the BQE CORE Public API components. If you have any questions, please reach out to CORE Developer Support.

Following updates have been made in this release:

  1. The PATCH method is now supported for workflow nested in the Time Entry object. This is part of our larger effort to add PATCH support for all nested objects.
  2. We added a new property in the Invoice model.
    • voidDate: Date when an invoice was voided in ISO 8601 date-time format, such as YYYY-MM-DDThh:mm:ss
  3. We added a new property in the Company model.
    • useAccountingPeriods: Indicates whether the Accounting Periods feature is enabled for this company or not
  4. We added a new property in the Bill, Check, Credit Card, Credit Memo, Deposit, Fund Transfer, General Journal, Invoice, Payment, and Vendor Credit models.
    • accountingDate: Date that determines the accounting period to which the transaction belongs in ISO 8601 date-time format, such as YYYY-MM-DDThh:mm:ss
  5. We updated the documentation and Swagger portal.