| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Gets or sets the identifier. |
integer |
Must be 0 (for insert operations) |
| OrderCode |
Gets or sets the order code. |
string |
Required Max length: 50 |
| Type |
Gets the OrderTypeEnumValue. |
OrderTypeEnum |
None. |
| OrderTypeId |
Gets the OrderTypeId. |
integer |
Required |
| Date |
Gets or sets the date. |
date |
Required |
| OrderTotalIncVat |
Gets or sets the order total with the 'VAT'. |
decimal number |
None. |
| OrderTotalExVat |
Gets or sets the order total without the 'VAT'. |
decimal number |
Required |
| CurrencyId |
Gets or sets the currency identifier. |
integer |
Required |
| CurrencyCode |
Gets or sets the currency code. |
string |
None. |
| Deleted |
Gets or sets a value indicating whether this <see cref="T:ShopCtrl.API.Models.OrderBase" /> is deleted. |
boolean |
Required |
| ChangeTimestamp |
Gets or sets the change timestamp. |
date |
None. |
| MainStatusId |
Gets or sets the main status identifier. |
integer |
None. |
| AffiliateId |
Gets or sets the Affiliate identifier. |
integer |
None. |