| Name | Description | Type | Additional information |
|---|---|---|---|
| WorksOrderID |
Unique identifier of works order |
string |
None. |
| Confirmed |
Indicates if the works order has been confirmed |
boolean |
None. |
| Paid |
Indicates if the works order has been paid |
boolean |
None. |
| MarinaCode |
Code of marina the works order is for |
string |
None. |
| StorageIncluded |
Indicates if storage is included in the works order/booking |
boolean |
None. |
| StorageStartDate |
If storage is included - the start date of the storage |
string |
None. |
| StorageEndDate |
If storage is included - the end date of the storage |
string |
None. |
| StorageNet |
Storage net value |
decimal number |
None. |
| StorageVAT |
Storage VAT value |
decimal number |
None. |
| StorageGross |
Storage gross value |
decimal number |
None. |
| TotalNet |
Total net |
decimal number |
None. |
| TotalVAT |
Total VAT |
decimal number |
None. |
| TotalGross |
Total gross |
decimal number |
None. |
| WorksOrderItems |
List of jobs on the works order |
Collection of BYWorksOrderItemModel |
None. |