Acumatica Rest API to get sales order with line item detail
问题 I was doing a demo and could easily create and retrieve orders but was not able to get the expand parameter to work For example I created order SO003615 with: URI http://localhost/Acumatica6/entity/Default/6.00.001/SalesOrder { "OrderType": { value: "SO" }, "CustomerID" : { value : "ACTIVESTAF" } , "LocationID" : { value : "MAIN" }, "Description" : { value : "Sample Order"}, "Details" : [ { "InventoryID" : {value: "AACOMPUT01"}, "Quantity" : {value: 2}, "UOM" : {value: "EA"}, "UnitPrice" :