Inventory Usage Object Formats
- Andrew Hill (Deactivated)
- Mickey Bushman
Owned by Andrew Hill (Deactivated)
JSON Format Expand source
{ "UserID": "", "ModifiedUTC" : "2013-01-01T12:00:00Z", "RefModule" : "", "RefObjID": "", "StorageLocations": [ { "StorageLocationID": "", "Items": [ { "BatchNum": "", "DispositionReasons": [ { "Desc": "", "InQty": 0.0, "InventoryQty": 0.0, "OutQty": 0.0, "Qty": 0.0, "ReasonCode": "" } ], "InQty": 0.0, "InventoryDamagedQty" : 0.0, "InventoryQty" : 0.0, "OutQty": 0.0, "ProdNum": "", "ReportedDamagedQty": 0.0, "SerialNum": "" } ] } ] }