Document toolboxDocument toolbox

Usage Data Object

The Storage Location Usage Data object contains details of historical usage of managed inventory items at a given Storage Location.

On this page:

Storage Location Usage Data Object Formats

JSON Format
 {
	"ModifiedUTC": "2013-01-01T12:00:00.000Z",
	"StorageLocationID": "",
	"Items": [{
		"ProdNum": "",
		"UsageStatistics": [{
			"ID": "",
			"Title": "GroupName1",
			"Items": [{
				"ID": "",
				"Label": "labeltext",
				"Value": "value text"
			}]
		}]
	}]
}

Storage Location Usage Data Object Properties

(info) Required properties are in bold.

PropertyTypeDescription
ModifiedUTCdatetimeThe date and time, in UTC format, when this object was last modified.
StorageLocationIDstringThe unique storage location identifier.
Itemscollection

A collection of usage statistics for items that are in the current storage location.

PropertyTypeDescription
ProdNumstring

A valid product number of an item for which the associated usage statistics are for. 

UsageStatisticscollection

A collection of usage statistics for the item with the associated product number.

PropertyTypeDescription
IDstring

Optional property.

This property uniquely identifies grouped collection of item usage fields

TitlestringOptional title for a grouped collection of item usage fields. If this field is not specified then the grouping will not have a title.
Itemscollection

This collection contains multiple usage statistics data points for a specified product.

PropertyTypeDescription
IDstring

Optional property.

This property uniquely identifies item usage field object.

LabelstringThe label of the usage statistics field.
ValuestringThe text to be displayed next to the label. The mobile application will automatically wrap long text fields.