OrderInfoCriteria Properties |
The OrderInfoCriteria type exposes the following members.
Name | Description | |
---|---|---|
![]() | CustomerProfileId |
A unique identifier for the customer (GUID). CustomerProfileId is always required to get list of orders for a customer
|
![]() | InvoiceNoValue |
Get the order number, or null if empty or invalid.
|
![]() | OrderNo |
OrderNo is optionally. If it is empty all order for the given CustomerProfileId are returned else only the speficied order is returned.
Unique order number identifing both order number and possible invoice number.
The format is orderNo-invoiceNo for example: 15487-4871211.
For the id of draft lines only order number is necessary, for example 15487.
|
![]() | OrderNoValue |
Get the order number, or null if empty or invalid.
|