My Products
Help

[Release Notes] - Visma.Net API 8.81.0 - 25.01.2022

by Yıldırım (Updated ‎27-01-2022 15:22 by Yıldırım VISMA )
Release Notes Documentation

Branch endpoint uses UTC for lastModifiedDateTime

To get a range of branches, it's possible to use the lastModifiedDateTime parameter. This is provided in the format YYYY-MM-DD HH:MM:SS and is now based on UTC time.

Cost price and description of purchase receipts linked to purchase order(Rollback: Version 8.81.1)

Earlier, when you created a purchase receipt and linked it to a purchase order with API, the cost price and description were retrieved from the item and not from the purchase order rows as they should. This has now been fixed and the cost price and description are retrieved from the purchase order rows for each item.

Unable to set City and County in Main and Invoice address via POST Customer API

Earlier, you could not set the correct City and County in the Main and Invoice address via the POST Customer endpoint. This has now been fixed.

 

Due dates for breaking changes

Release Notes Documentation Due

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