| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id of order |
integer |
None. |
| Type |
Type of order |
string |
Max length: 32 |
| ExtOrderId |
External id of order |
string |
Max length: 100 |
| ContactId |
Id of contact |
integer |
None. |
| FirstName |
FirstName on the order |
string |
Max length: 50 |
| LastName |
LastName on the order |
string |
Max length: 50 |
| Address |
Address on the order |
string |
Max length: 250 |
| PostCode |
Postcode on the order |
string |
Max length: 32 |
| City |
City on the order |
string |
Max length: 100 |
| Country |
Country on the order |
string |
Max length: 100 |
| Company |
Company on the order |
string |
Max length: 250 |
| PriceTotal |
Total price of order |
decimal number |
None. |
| LastModified |
Date and time of last modification of order |
date |
None. |
| StoreId |
Id of store |
integer |
None. |
| OriginDate |
Date of origin of the order |
date |
None. |
| StartDate |
Start date of the order |
date |
None. |
| EndDate |
End date of the order |
date |
None. |
|
Email of the order |
string |
Max length: 250 |
|
| ContactRegistrationSource |
Registration source of the order's contact |
string |
Max length: 50 |
| ContactRegistrationDateTime |
Registration datetime of the order's contact |
date |
None. |
| OrderLines |
Orderlines of order |
Collection of ReadOrderLineDto |
None. |