Options
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
When getting an order via https://salesorder.visma.net/ , even if one add expand=All , it seems that the invoicenumber and info is missing. One have to do a GET from https://integration.visma.net/ to get that info.
We really want to get the invoice info also when using https://salesorder.visma.net/
2 REPLIES 2
Hi! If you're referring to the "invoiceNo" found in "shipments" section in GET api/v2/salesorder/{orderNbr} you can get this information in Sales order v3 using GET api/v3/SalesOrders/{type}/{orderId}/shipment
