Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The inventory load object contains a list of items that are to be added to specified storage location, identified by the StorageLocationID property. Each item contains the quantity to be received as well as any optional serial number or batch number.

Inventory Load Object Formats

JSON Format
{
    "CreatedUTC": "2013-01-01 12:00:00Z", 
    "Description": "", 
	"DueDateUTC": "2013-01-01 12:00:00Z", 
    "Items": [
        {
            "BatchNum": "", 
            "OriginalQty": 1.0, 
            "ProdAttrs": {
                "IsBatch": false, 
                "IsInvCtrl" : false,
                "IsSerialized": false, 
                "Desc": ""
            }, 
            "ProdNum": "", 
            "Qty": 1.0, 
            "SerialNum": ""
        }, 
    ], 
    "ExpectedDeliveryUTC": "2013-01-01 12:00:00Z", 
    "LoadNum": "", 
    "LoadType": "", 
    "ModifiedUTC" : "2013-01-01 12:00:00Z",
    "Status": "", 
    "StorageLocationID": "", 
	"TechCreated": false,
    "XRef": ""
}

Inventory Load Object Properties

(info) Required properties are in bold.

PropertyTypeDescription
CreatedUTCdatetimeThe date and time, in UTC format, the load request was originally created.
DescriptionstringDetailed description of the load, possibly including the location of where the load is to be picked up.
ItemscollectionIdentifies the product items and quantities that are in the load and to be added to the specified storage location's inventory.
ExpectedDeliveryUTCdatetimeThe date and time, in UTC format, of when the load is expected to be delivered.
LoadNumstringThe unique load number that identifies this load.
LoadTypestring

Identifies the type of load.

Valid values are:

ValueDescription
1001Standard vehicle inventory load.
1002

Automatic inventory adjustment load. When a mobile device receives a load of this type the vehicle inventory inventory is automatically adjusted based on the values in the object - no technician intervention is required.

1003Customer consignment load. This type of load is used to inform the technician of the inventory available at a customer location they are expected to visit.
ModifiedUTCdatetimeThe date and time, in UTC format, when this object was last modified.
Statusstring

The current status of the load.

Valid values are:

  • 1001 - The load has not yet been received into inventory
  • 1002 - The load has been received and the storage locations inventory adjusted
StorageLocationIDstringIdentifies the storage location where the inventory load is to be applied to.
XRefstringThis property holds an optional Customer defined cross reference values. This property can be used to associate the load with another object withing the Customer's backend system.

 

 

  • No labels