My Products
Help

Visma.net Financials API updates for version 8.71.0 (October 2021)

by Yıldırım (Updated ‎12-11-2021 12:53 by Yıldırım VISMA )

Release date for 8.71.0 version has been planned as 26/10/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

GET StocktakeV2 endpoint is missing "baseUnit" on lines

Earlier, the GET Stocktake endpoint, in version V2, didn't return "baseUnit" for stocktake lines. This has now been fixed

Support for webhook notification on delete shipment

Previously webhook notification when deleting a shipment was not supported. We have now added DELETED support on shipment_changed notification. The makes it possible for integrations to be aware of when a shipment is deleted, and react upon such an event.

Saleorders endpoint getting slower for each paginated call

Earlier, the GET Salesorder endpoint got slower and slower for each paginated call. This has now been fixed.

CashSale endpoint getting slower for each paginated call

Earlier, the GET CashSale endpoint got slower and slower for each paginated call. This has now been fixed.

GET SalesPerson endpoint giving wrong DTO format for pagenumber and pagesize

Earlier, the GET SalesPerson endpoint gave a wrong DTO format for pagenumber and pagesize in response. This has now been fixed.

POST operation for JournalTransactionV2 for non-existing and inactive branches corrected

When using the POST operation for JournalTransactionV2 including a non-existing or inactive branch, it was posted to another branch. This has now been fixed, and the request is rejected in these cases.

Error on purchase receipt from API with allocation and same stock item twice

Earlier, when creating a purchase receipt from API with the same stock item twice and with allocation, you got an error message. This has now been fixed.

 

Due dates for breaking changes

First announcement: Visma.net Financials API updates for version 8.61.0 (August 2021)

Release Notes Documentation Due

Breaking change on Currency endpoint

The PUT, POST and GET v1/currency/ExchangeRates methods are deprecated and will be removed on November 23rd, 2021.
Start using the new methods under v2/currencyRate.
Nov 23, 2021

Breaking change on GeneralLedgerTransactions

To improve the performance of GeneralLedgerTransactions endpoint, there are now three new flags to allow users to retrieve extended data only if necessary: expandBranchInfo, expandAccountInfo, includeTransactionBalance.
To ensure the API compatibility, the flags were set to True by default, but they will be switched to False by November 16th 2021.
Please verify swagger documentation and if you consider the extended data is necessary, set the flags to True for your calls.
Nov 16, 2021

Breaking changes on Budget endpoint

From January 18th 2022, the following breaking changes will be committed on GET method of the Budget endpoint:
 - 'Branch' and 'Ledger' filters will become mandatory. Now they are specified to be mandatory by documentation, but it is not enforced by implementation.
 - 'FinancialYear' filter will become mandatory
 - Now, the branch filter requires being specified either by branch full name (example: BranchID - BranchName), either by branch ID surrounded by quotation marks. It will be simplified to require the branch ID without any other marks.
Jan 18, 2022