Options
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page

Anonymous
Not applicable
The "note" field in SalesOrder is not getting populated by the API when getting a range of SalesOrders.
It is however present when getting specific SalesOrders by ordernumber.
According to the example value model in swagger it should be present in both.
Solved! Go to Solution.
Categories:
- Categories:
-
API:SalesOrder
1 REPLY 1
Hi,
there is a parameter in Sales Order Endpoint "showNotes" , to be able to retrieve the "Notes" value it has to be sent "true"
https://integration.visma.net/API/controller/api/v1/salesorder?showNotes=true
API Documentation : https://integration.visma.net/API-index/
