Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.


Panel
borderColorgrey
bgColorwhitesmoke

On this page:

Table of Contents
maxLevel2

Related pages:


Inventory Load Object Formats

Include Page
_Inventory Load Object Formats
_Inventory Load Object Formats

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.
DueDateUTCdatetime

The date and time, in UTC format, before which the mobile worker is required to accept/receive pending load. 

Status
title3.41.0

ExpectedDeliveryUTCdatetimeThe date and time, in UTC format, of when the load is expected to be delivered.
ItemscollectionIdentifies the product items and quantities that are in the load and to be added to the specified storage location's inventory.
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.
TechCreatedboolean
Specifies if the mobile worker created the load.

Valid values are:

  • false = Indicates that the load was created in the back office. This is the default value if this property is not specified.
  • true = The mobile worker created the load from the mobile application.

Status
title3.41.0

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.