Remeasurement item Model
Less than 1 minute
Remeasurement item Model
| Attribute | Type | Description |
|---|---|---|
| Barcode | string | Required if partNo is not provided, the unique tracking number to a package. |
| PartNo | integer | Required if barcode is not provided, the part number of the consignment - e.g. 1, 2, 3. |
| Package | object | Required, updated dimension information to use for remeasurement. |
Remeasurement item package Model
| Attribute | Type | Description |
|---|---|---|
| Length | decimal | Required, package length in centimetres. |
| Width | decimal | Required, package width in centimetres. |
| Height | decimal | Required, package height in centimetres. |
| Kg | decimal | Required, package weight in kiograms. |