LoadReference
Object: LoadReference
Section titled “Object: LoadReference”A load represents an amount of something in a booking. Example loads include pallets, crates, or cartons. Each load on a booking has an associated quantity.
Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
id* | UUID! | The ID of the load type. |
key* | EntityKey! | A user-defined, stable identifier for the load type. |
name* | String! | The name of the load type. This cannot be changed after being set. |
description | String | The description of the load type. |
duration* | Int! | The time needed to process one of this load, in seconds. This is used to calculate the booking duration. |
class | LoadClass | The standard load class (if any) |
position* | LoadBookingPosition! | If it's not provided, it defaults to Task. |