Click or drag to resize

ShippingServicesV3AddLTLPallets Method

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

Add pallets to an existing LTL Shipment.

Namespace:  Purolator.Webservice
Assembly:  OLS.Web (in OLS.Web.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public AddLTLPalletResponse AddLTLPallets(
	AddLTLPalletRequest request
)

Parameters

request
Type: Purolator.Webservice.ObjectsAddLTLPalletRequest
A AddLTLPalletRequest.

Return Value

Type: AddLTLPalletResponse
An AddLTLPalletResponse
See Also