Represents the arranged movement of product involving commercial bulk transportation services.
| Name | Data Type | Description |
|---|---|---|
| BookingKey | Integer |
System assigned, immutable value that uniquely identifies the record |
| VoyageKey | Integer |
Relational key for Voyage |
| Carrier | Carrier |
Refer to data type’s documentation for further information |
| BookingNumber | String |
Mutable value intended to aid in identification of the record |
| DocumentCutoffDate | DateTime |
Cut-off date for documentation to be filed |
| PortCutoffDate | DateTime |
Cut-off date for product to arrive at port |
| Destination | Port |
Refer to data type’s documentation for further information |
| ETA | DateTime |
User supplied estimated arrival date for product |
| ITN | String |
Internal transaction number |
| OceanFreight | Nullable<Decimal> |
|
| ArrivedDate | Nullable<DateTime> |
User supplied actual arrival date for product |
| DischargedDate | Nullable<DateTime> |
User supplied discharged date for product |
| OutFullDate | Nullable<DateTime> |
User supplied out full date for product |
| Voyage | Voyage |
Refer to data type’s documentation for further information |
Property Voyage will only be loaded when Booking is the queried for object or collection