Field | Type | Required | Description | Example |
---|---|---|---|---|
distanceUnit |
Optional<DistanceUnitEnum> | ➖ | The measure unit used for length, width and height. | in |
height |
Optional<String> | ➖ | The height of the package, in units specified by the distance_unit attribute. Required, but if using a preset carrier template then this field must be empty. |
6 |
length |
Optional<String> | ➖ | The length of the package, in units specified by the distance_unit attribute. Required, but if using a preset carrier template then this field must be empty. |
10 |
name |
Optional<String> | ➖ | The name of the User Parcel Template | My Custom Template |
weight |
Optional<String> | ➖ | The weight of the package, in units specified by the weight_unit attribute. | 12 |
weightUnit |
Optional<WeightUnitEnum> | ➖ | The unit used for weight. | lb |
width |
Optional<String> | ➖ | The width of the package, in units specified by the distance_unit attribute. Required, but if using a preset carrier template then this field must be empty. |
8 |
objectCreated |
OffsetDateTime | ➖ | Date and time of User Parcel Template creation | 2013-12-11T19:38:09.729Z |
objectId |
Optional<String> | ➖ | Unique identifier of the given User Parcel Template object | b958d3690bb04bb8b2986724872750f5 |
objectOwner |
Optional<String> | ➖ | Username of the user who created the User Parcel Template object | [email protected] |
objectUpdated |
OffsetDateTime | ➖ | Date and time of last update on User Parcel Template | 2013-12-12T19:38:09.729Z |
template |
Optional<CarrierParcelTemplate> | ➖ | N/A |