Name | Description | Type | Additional information |
---|---|---|---|
Type |
Type of order |
string |
Required 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 |
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 |
|
OrderLines |
OrderLines of order |
Collection of CreateOrderLineDto |
None. |