Represents the transportation of goods by a Vessel.
| Name | Data Type | Description |
|---|---|---|
| VoyageKey | Integer |
System assigned, immutable value that uniquely identifies the record |
| VoyageID | String |
User assigned, mutable value that uniquely identifies the record |
| Vessel | Vessel |
Refer to data type’s documentation for further information |
| Port | Port |
Refer to data type’s documentation for further information |
| Terminal | Terminal |
Refer to data type’s documentation for further information |
| EstimatedDepartureDate | DateTime |
The estimated departure date of the Voyage |
| EarliestReceivingDate | Nullable<DateTime> |
The earliest receiving date that shipments can be accpeted for the Voyage |
| DepartureDate | Nullable<DateTime> |
The actual departure date of the Voyage |
| Bookings | Booking[] |
Refer to data type’s documentation for further information |
Property Bookings will have elements only when Voyage is the queried for object or collection