Voyage

Represents the transportation of goods by a Vessel.

Properties

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
Bookings Booking[] Refer to data type’s documentation for further information