My Products
Help

[Release Notes] - Visma.Net API 8.66.0 - 21.09.2021

by Yıldırım
Release Notes Documentation

New operation for creating employees using Employee endpoint

There is a new update operation of employees available on the Employee endpoint:
- POST /api/v1/employee

New operation for updating employees using Employee endpoint

There is a new operation for updating employees available on the Employee endpoint:
- PUT /api/v1/employee/{employeeCd}

Attachments[] not returned in GET Inventory endpoint response when using Attributes filter

Earlier, attachments[] were not included in response when the GET Inventory endpoint was used in combination with the Attributes filter. This has now been fixed.