Click or drag to resize

LTLOrderRequest Class

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

Request for AddLTLOrder(LTLOrderRequest) Adds an LTL order that will be included in a single LTL Shipment.
Inheritance Hierarchy
SystemObject
  OrderRequest
    Purolator.Webservice.ObjectsLTLOrderRequest

Namespace:  Purolator.Webservice.Objects
Assembly:  OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public class LTLOrderRequest : OrderRequest

The LTLOrderRequest type exposes the following members.

Properties
  NameDescription
Public propertyGrossWeight
Gross Weight of entire LTL Shipment
Public propertyPallets
A list of pallets included in the Order.
Top
Remarks
If an LTL shipment exists with the exact same return and consignee address, the order will be added to the existing LTL Shipment. If no matching LTL shipment exists, a new LTL Shipment will be created.
See Also