Document toolboxDocument toolbox

_Stock Level Recommendation Object Formats

JSON Format
{
	"Description": "",
	"DueDate": "",
	"Extensions": {
		"Ref #": ""
	},
	"Items": [{
		"FlexView": [{
			"Title": "GroupName",
			"Items": [{
				"Label": "labeltext",
				"Value": "valuetext"
			}]
		}],
		"ProdAttrs": {
			"Desc": "",
			"IsBatch": false,
			"IsInvCtrl": false,
			"IsSerialized": false,
			"ProdType": ""
		},
		"ProdNum": "",
		"Qty": 1.0,
		"RecQty": 1.0
	}],
	"ID": "",
	"Status": "",
	"StorageLocationID": "",
	"TechCreated": false
}