My Products
Help

Visma.net Financials API updates for version 8.85.0 (February 2022)

by Yıldırım (Updated ‎21-02-2022 13:09 by Yıldırım VISMA )

Release date for 8.85.0 version has been planned as 22/02/2022.
Release plan & date may vary. We will keep you informed of any changes. This thread will be updated regularly up until the point of version-release.

Release Notes Documentation

New parameter for filtering and sorting of documents via SupplierInvoice endpoint

Document "Status" has been added as a filtering parameter via the SupplierInvoice endpoint to improve filtering and sorting of documents in Visma.net ERP.

Improved error response for the PUT stocktakeV2 endpoint

PUT stocktakeV2 now has an improved error response, which will help integrators solve invalid entries. The Swagger documentation for this endpoint is updated with these improvements.

401 Unauthorized error message on $Batch endpoint

For a while, batch http requests to api/v1/$batch have failed with 401-Unauthorized. The workaround has been to set authentication and authorization headers on every sub request. This has now been fixed so that all headers from the main request will be copied to every sub request if they are not already present.
 
 

Due dates for breaking changes

Release Notes. Documentation Due

Breaking change on Inventory endpoint for GET operation

We will enforce paging on Inventory 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 Inventory, without specifying any paging, you will get the first 500 records only.
Apr 01, 2022

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