Document toolboxDocument toolbox

Inventory Usage Object Formats

JSON Format
{
	"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": ""
                }
            ]
        }
    ]
}