Name | Description | Type | Additional information |
---|---|---|---|
FromDate |
Return orders greater than this date/time |
date |
Required |
ToDate |
Return orders greater earlier this date/time |
date |
Required |
IncludeProductDetails |
If only the Header information is required, then pass false, otherwise pass true and more information about the ordered items will be included in the Items field. |
boolean |
Required |
CustomerID |
The unique ID of the customer. This is in the format 000-000000 where the first three digits represent the Shop/Showroom code. |
string |
Matching regular expression pattern: \d{3}[-]\d{6} String length: inclusive between 10 and 10 |
StoreNumber |
The Code of the shop the order is assigned to. See api/Shops/All |
string |
String length: inclusive between 0 and 3 |
ReceiptNumber |
Optional. Receipt Number |
integer |
None. |
TillNumber |
Optional. Till Number |
integer |
None. |
ExternalIdentifier |
Optional. The unique external sales identifier. |
string |
None. |