My Products
Help

[Release Notes] - Visma.Net API 8.67.0 - 28.09.2021

by Yıldırım (Updated ‎28-09-2021 15:51 by Yıldırım VISMA )

 

Release notes Documentation

New endpoint for update (PUT) stock items by internal InventoryID

It is now possible to update the data for a stock item by its internalID using the new endpoint:
PUT /api/v1/inventory/internal/{inventoryId}

New endpoint for update (PUT) customers by internal ID

It is now possible to update the data for a customer by its internalID using the new endpoint:
PUT /api/v1/customer/internal/{internalID}.

GET inventoryReceipt endpoint not returning transferNumber field

Earlier, the GET inventoryReceipt endpoint did not return the transferNumber field. This has now been fixed.

JournalTransactionV2 API returned duplicated transactions when using paging

For a large number of transactions and lines, the JournalTransactionV2 API returned duplicated transactions when paging was used. This has now been fixed.