My Products
Help

Visma.net Financials API updates for version 8.46.0 (April 2021)

by Yıldırım (Updated ‎27-04-2021 11:40 by Yıldırım VISMA )

Release date for 8.46.0 version has been planned as 27/04/2021
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

JournalTransaction endpoint deprecated and replaced with new one

The JournalTransaction endpoint is deprecated, and it has now been removed.
A new endpoint was created to replace it. 

See the Swagger documentation for more information under the 'JournalTransactionV2' endpoint.

API POST calls returned incorrect location for credit note, credit adjustment or prepayment

When sending POST > credit note, credit adjustment, or prepayment via API, the system returned an incorrect location after booking the invoice in the ERP.

For example:

Instead of returning: controller/api/v1/supplierInvoice/Prepayment/{ref. number}

the System returned: controller/api/v1/supplierInvoice/{ref. number}

By not adding the document type in the URL, you would not have been able to find your document just created, because your location would have returned a "404 not found" error.

This issue has now been fixed and the system returns the correct location.