Click or drag to resize

ShippingServicesV3AddLTLOrderV3 Method

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

Adds an LTL order that will be included in a single LTL Shipment.

Namespace:  Purolator.Webservice
Assembly:  OLS.Web (in OLS.Web.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public LTLOrderResponseV3 AddLTLOrderV3(
	LTLOrderRequestV3 request
)

Parameters

request
Type: Purolator.Webservice.ObjectsLTLOrderRequestV3
An LTLOrderRequestV3.

Return Value

Type: LTLOrderResponseV3
An LTLOrderResponseV3
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