Document toolboxDocument toolbox

_Inventory Count Object Formats

JSON Format
{
	"Description" : "",
    "Extensions" : {
       "key" : "value"
    },
    "InventoryRequestType": "", 
    "ModifiedUTC" : "2013-01-01T12:00:00.000Z",
    "PhysicalInventoryNum": "", 
    "RequestUTC": "", 
    "Status": "", 
    "StorageLocationID": "", 
    "UserID": "",
    "Items": [
        {
            "BatchNum": "", 
            "ExpectedQty": 0.0,
 			"FlexView": [
        		{
            		"Title": "GroupName",
            		"Items": [
                		{
                    		"Label": "labeltext",
                    		"Value": "valuetext"
                		}
            		]
        		}
    		], 
            "ProdAttrs": {
                "IsBatch": false, 
                "IsInvCtrl" : false,
                "IsSerialized": false, 
                "Desc": ""
            }, 
            "ProdNum": "", 
            "Qty": 0.0, 
            "SerialNum": ""
        }
    ]
}