[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 HierarchySystemObject 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)
Syntaxpublic class LTLOrderRequest : OrderRequest
Public Class LTLOrderRequest
Inherits OrderRequest
public ref class LTLOrderRequest : public OrderRequest
The LTLOrderRequest type exposes the following members.
Properties
| Name | Description |
---|
 | GrossWeight |
Gross Weight of entire LTL Shipment
|
 | Pallets |
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