| Name | Description | Type | Additional information |
|---|---|---|---|
| Client |
Information about the client |
Oresto.API.Models.GET.ClientOrders.Client |
Required |
| DeliveryAddress |
Information about the delivery address of the order |
Oresto.API.Models.GET.ClientOrders.ClientOrder+DeliveryAddressInfo |
None. |
| DeliveryDate |
The delivery date of the order (No Timezone) |
date |
None. |
| FreeSample |
The requested free sample, if any. |
Collection of Oresto.API.Models.GET.ClientOrders.ClientOrder+FreeSampleLocalization |
None. |
| FullOrderNumber |
The full order number |
string |
None. |
| IsPickupOrder |
Is the order a pickup order at the wholesaler - false: delivery to the client address |
boolean |
Required |
| OrderDate |
The order date (TimeZone BE) |
date |
Required Date range: between 1753-01-01 and 9999-12-31 (ISO 8601 format) |
| OrderDateUtc |
The order date in UTC (TimeZone UTC/GMT) |
date |
Required Date range: between 1753-01-01 and 9999-12-31 (ISO 8601 format) |
| OrderNumber |
The order number |
integer |
Primary key field Required |
| PickupAddress |
Information about the pickup address of the order |
Oresto.API.Models.GET.ClientOrders.ClientOrder+PickupAddressInfo |
None. |
| PickupDate |
The pickup date of the order (No Timezone) |
date |
None. |
| ProcessedDate |
The date the order has been processed (TimeZone BE) |
date |
None. |
| ProcessedDateUtc |
The date the order has been processed (TimeZone UTC/GMT) |
date |
None. |
| Products |
A list of products |
Collection of Oresto.API.Models.GET.ClientOrders.ClientOrder+ProductInfo |
Required |
| Remark |
Additional remarks about the order |
string |
If order Summary is enabled, this field also contains all product remarks. |