My Products
Help

Visma.net ERP NeXtGen Sales Order API v3: New PATCH and POST endpoints now available

by Joni Wolff (Updated ‎12-01-2023 10:11 by Joni Wolff PARTNER )

We are really excited to announce that we have now released the new and highly requested endpoints PATCH and POST in the Visma.net Sales Order API v3.

 

We are looking forward to your input and feedback.

PATCH

Create modifications/updates to an existing sales order:

PATCH/api/v3/SalesOrders/{type}/{orderId}

 

Create modifications/updates to an existing sales order line:

PATCH/api/v3/SalesOrders/{type}/{orderId}/lines 

POST

Add new line(s) to an existing sales order:

POST/api/v3/SalesOrders/{type}/{orderId}/lines

 

Authentication

Please note that it is possible to authenticate “old” api integrations with Visma Connect. Since Sales Order API v3 only supports authentication via Visma Connect, this will make it easier to use resources/endpoints from both APIs. 

 

For example, you want to know which inventory items you can add to a sales order, because you are using the same authentication you can easily get the Inventory information from the "old" api integration.

 

For more information about Visma Connect authentication, please read:

https://community.visma.com/t5/Knowledge-base-in-Developers/Guide-Move-from-VNI-to-Visma-Connect-Aut...

 

Getting  started

How to get started with the Sales Order API v3, plus additional information, please see:

https://community.visma.com/t5/News-in-Developers-Visma-net/Getting-started-with-the-first-neXtGen-s...

 

4 Comments