Click or drag to resize

LTLOrderRequestPallets Property

[This is preliminary documentation and is subject to change.]

A list of pallets included in the Order.

Namespace:  Purolator.Webservice.Objects
Assembly:  OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public List<LTLPalletRequest> Pallets { get; set; }

Property Value

Type: ListLTLPalletRequest
Remarks
If a matching LTL shipment exists, the Pallets will be added to the existing LTL shipment.
See Also