Shipment Package Model
Less than 1 minute
Shipment Package Model
| Attribute | Type | Description |
|---|---|---|
| PartNo | integer | The part number of the consignment - e.g. 1, 2, 3 etc. |
| LengthCm | decimal | Length of the package in centimeters. |
| WidthCm | decimal | Width of the package in centimeters. |
| HeightCm | decimal | Height of the package in centimeters. |
| WeightKg | decimal | Weigth of the package in kg. |
| PackageName | string | Name of the package - e.g. GSS A4 Satchel. |
| Charge_LineTotal | decimal | Total charge determined for this item at the time of consignment creation. |
| Charge_MarkedUpLineTotal | decimal | Total charge with mark up (if defined) determined for this item at the time of consignment creation. |
| PickedAt | DateTime (Nullable) | Date and time this item was picked up - will be null if not yet picked up. |
| DeliveredAt | DateTime (Nullable) | Date and time this item was delivered - will be null if not yet delivered. |
| RatingCode | string | The rating code of this item. |
| Events | object list | The shipment events of this item. Shipment Event Model |