API Version 1.85.0

September 6, 2022


On this page

August 29, 2022

Improvements

  1. Semaphore logic has been improved in API call saveSalesDocument. The call can now be configured to allow only one new sales document at a time from each register (api_savesalesdocument_use_per_register_semaphore = 1). Concurrent saveSalesDocument requests are arranged in a queue and processed one at a time. This lets the duplicate avoidance algorithm to be maximally effective.