API Version 1.70.5

October 6, 2021


On this page

October 6, 2021

Improvements

  1. The check for duplicate documents in API call saveSalesDocument has been updated. 
    1. API will now also detect a duplicate in a situation where the account already has multiple invoices with the same number, but different contents.
  2. Configuration parameter "api_savesalesdocument_ignore_sales_with_duplicate_numbers" has been added. When set, API will detect a duplicate by invoice number and creator ID only, and will not consider document contents.
    1. This is merely a workaround setting, and not intended for regular usage.