SearchOrdersCriteria Class |
Namespace: Tse.EasyBook.Server.DataContracts
public class SearchOrdersCriteria : OrderInfoCriteria
The SearchOrdersCriteria type exposes the following members.
Name | Description | |
---|---|---|
![]() | SearchOrdersCriteria |
Name | Description | |
---|---|---|
![]() | ArrivalFromDate |
Set this to only find orders that have at least one rental agreement with an arrival date on or later than this value
|
![]() | ArrivalToDate |
Set this to only find orders that have at least one rental agreement with an arrival date on or before this value. Can be combined with ArrivalFromDate to specify an arrival interval.
|
![]() | ChangeTimestamp |
Set this to to only find orders where the payer is customer and the customer has been updated since this date
|
![]() | City |
Property PostalCity
|
![]() | CompanyName |
If this field is filled in, the search must be limited to this company only.
|
![]() | CountryIsoCode |
Only find orders where the customer is from this country
|
![]() | CustomerNo |
Property CustomerNo
|
![]() | CustomerProfileId |
A unique identifier for the customer (GUID). CustomerProfileId is always required to get list of orders for a customer
(Inherited from OrderInfoCriteria.) |
![]() | EanNo |
Property EanNo
|
![]() |
Property Email
| |
![]() | InsurancePolicyCode |
Search after a specific insurancepolicynumber
|
![]() | InvoiceNoValue |
Get the order number, or null if empty or invalid.
(Inherited from OrderInfoCriteria.) |
![]() | Name |
Property Name
|
![]() | 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.
(Inherited from OrderInfoCriteria.) |
![]() | OrderNoValue |
Get the order number, or null if empty or invalid.
(Inherited from OrderInfoCriteria.) |
![]() | PayerType |
The payertype of the order
|
![]() | PaymentReceiptNo |
The receipt number of a payment receipt related to an invoice.
|
![]() | PhoneNo |
Property PhoneNo
|
![]() | PostalCode |
Property PostalCode
|
![]() | RentalObjectNo |
Property Rental Object No
|
![]() | StreetName |
Property StreetName
|
![]() | StreetNo |
Property StreetNo
|
Name | Description | |
---|---|---|
![]() | GetInvoiceNo |
Gets the internal invoice number part of the OrderNo or String.Empty if the OrderNo does not contain an invoice number
(Inherited from OrderInfoCriteria.) |
![]() | GetOrderNo |
Gets the internal order number part of the OrderNo
(Inherited from OrderInfoCriteria.) |