| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Unique id for a given supplier order. |
integer |
None. |
| Type |
What type of order is this |
SupplierOrderType |
Required |
| Status |
Indicates the status of the order. |
SupplierOrderStatus |
Required |
| BranchId |
Id of associated branch |
integer |
Required |
| OrderDate |
Date when ther order is placed. |
date |
Required |
| SupplierId |
Id of the supplier. |
globally unique identifier |
Required |
| Preseason | boolean |
Required |
|
| IncludingRecyclefee |
Indicating if the order are including recyclefee |
boolean |
Required |
| LastUpdated |
Last date the order was updated. |
date |
Required |
| LastUpdatedByUsername |
The last user who updated the order. |
string |
Required Max length: 128 |
| Note |
A simple text information about the order. |
string |
Max length: 255 |
| Lines |
A list of the articles in the supplier order (purchase order). |
Collection of SupplierOrderLine |
None. |