6 years ago
How to get Purchase Order with Orderlines using .Net SDK?
Hi, I am using the AccountRight .Net SDK to retrieve various entities like Customers, Account, PurchaseOrder etc. I am able to get the PurchaseOrder using the following code - var service = new...
- 6 years ago
You need to go "down" a level and use the Order Type eg. Item/Service/Pro.
This will then include the lines on the order.
See here for details:
https://developer.myob.com/api/accountright/v2/purchase/order/order_item/