In Acumatica REST API - StockItem
I am using the url https://sandbox.kimballinc.com/AcumaticaERP/entity/Default/18.200.001/StockItem?$filter=InventoryID eq '12345' & $expand=UOMConversions
In the response i am getting UOMConversions object as "UOMConversions": [ { "rowNumber": 1, "note": null, "ConversionFactor": { "value": 1 }, "FromUOM": { "value": "EACH" }, "MultiplyDivide": { "value": "Multiply" }, "ToUOM": { "value": "FOOT" } } ]
I want to know how ConversionFactor, FromUOM, MultiplyDivide, ToUOM is used and possible values for these fields. can you please help me in understand these fields. Thanks