InventoryCriteria


Description

Specifies the base set of criteria to use when retrieving a list of inventory summary objects. Only inventory summary objects that match the specified criteria will be returned. For the best performance, create criteria that uses only the properties marked with the dagger (†). These properties correspond to indexed columns in the database.

Properties

Property

Type

Description

CreatedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the inventory document was created.

ModifiedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the inventory document was last modified. The value is in Coordinated Universal Time (UTC). Both the date and time portions of the value must be specified for the criteria.

Date

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date of the inventory document.

BatchId

LikeRestrictionOfString

A string restriction specifying the batch ID for the inventory document.

InventoryId

LikeRestrictionOfString

A string restriction specifying the ID of the inventory document.

TransactionState

ListRestrictionOfNullableOfInventoryTransactionState

A list restriction specifying the transaction state of the inventory document.


Inherits from

Criteria


Documentation Feedback