PurchaseInvoiceCriteria


Description

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

Id

LikeRestrictionOfString

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

VendorId

LikeRestrictionOfString

A string restriction specifying the ID of the vendor for the purchase invoice.

BatchId

LikeRestrictionOfString

A string restriction specifying the batch the purchase invoice is included in.

Date

BetweenRestrictionOfNullableOfDateTime

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

ModifiedDate

BetweenRestrictionOfNullableOfDateTime

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

CreatedDate

BetweenRestrictionOfNullableOfDateTime

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


Inherits from

Criteria


Documentation Feedback