PurchaseReceiptCriteria


Description

Specifies the criteria to use when retrieving a list of purchase receipt summary objects. Only purchase receipt 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

TransactionState

ListRestrictionOfNullableOfPurchaseTransactionState

A list restriction specifying the transaction state of the purchase receipt document.

Id

LikeRestrictionOfString

A string restriction specifying the ID of the purchase receipt document.

VendorId

LikeRestrictionOfString

A string restriction specifying the ID of the vendor that will filled the purchase order.

BatchId

LikeRestrictionOfString

A string restriction specifying the ID of the batch the purchase receipt is part of.

Date

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date of the purchase receipt document.

ModifiedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the purchase receipt document was last modified.

CreatedDate

BetweenRestrictionOfNullableOfDateTime

A date/time restriction specifying the date the purchase receipt document was created.


Inherits from

Criteria


Documentation Feedback