Represents transportation documentation generally containing information regarding what was transported and when.
| Name | Data Type | Description |
|---|---|---|
| ManifestKey | Integer |
System assigned, immutable value that uniquely identifies the record |
| ReferenceNumber | String |
Value intended to identify the record. Unique only within the scope of a given Huller |
| Date | DateTime |
Date associated with the manifest |
| Time | TimeSpan |
Time associated with the manifest |
| Huller | Huller |
Refer to data type’s documentation for further information |
| OutsideHullerNumber | String |
Mutable value intended to aid in identification of the record |
| TruckBL | String |
Mutable value intended to aid in identification of the record |
| WeighedWith | Scale |
Refer to data type’s documentation for further information |
| ReceivedBy | Employee |
Refer to data type’s documentation for further information |
| Carrier | Carrier |
Refer to data type’s documentation for further information |
| Driver | Driver |
Refer to data type’s documentation for further information |
| TruckLicense | TruckLicense |
Refer to data type’s documentation for further information |
| TrailerLicenseA | TrailerLicense |
Refer to data type’s documentation for further information |
| TrailerLicenseB | TrailerLicense |
Refer to data type’s documentation for further information |