My Products
Help

[Release Notes] - Visma.Net API 8.82.0 - 01.02.2022

by Yıldırım (Updated ‎04-02-2022 16:33 by Yıldırım VISMA )
Release Notes Documentation

Improved performance for GET inventory

(Rolled Back due to inconsistencies caused)

The performance of the GET inventory endpoint has been improved, leading to quicker response time.

New compression option for the API

Earlier, only deflate and gzip compression was supported when fetching data from the API.
Now Brotli compression has also been added.
It can be used by adding the following Request Header:
Accept-Encoding: br
Brotli algorithm is better than gzip and deflate and will improve API performance when used.

Performance improvements on GET Project endpoint

The performance on the GET Project endpoint has now been improved.

 

Due dates for breaking changes

Release Notes Documentation Due

Breaking change on Project endpoint for GET operation

We will enforce paging on Project endpoint.
The ISV must start implementing paging on this endpoint as soon as possible. The default page size is planned to be set to 500.
If you do not specify a page size, you will get 500 records, and if you try to specify a higher number, you will only get 500 records.
Example: If you do a GET ALL on Project, without specifying any paging, you will get the first 500 records only.
Apr 01, 2022

Breaking change on JournalTransaction endpoint

 The POST methods /api/v2/journaltransaction/{journalTransactionNumber}/attachment and /api/v2/journaltransaction/{journalTransactionNumber}/{lineNumber}/attachment are deprecated and will be removed on February 28th 2022. Start using the new methods:
 - POST /api/v2/journaltransaction/module/{module}/{journalTransactionNumber}/attachment
 - POST /api/v2/journaltransaction/module/{module}/{journalTransactionNumber}/{lineNumber}/attachment
Feb 28, 2022