Click or drag to resize

ShippingServicesV3AddOrderWithRates Method

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

Gets the service availability, estimated rate, pin numbers, and labels for each package; enters the order in the Purolator system.

Namespace:  Purolator.Webservice
Assembly:  OLS.Web (in OLS.Web.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public OrderResponseV3 AddOrderWithRates(
	OrderRequestV3 request
)

Parameters

request
Type: Purolator.Webservice.ObjectsOrderRequestV3
An OrderRequestV3.

Return Value

Type: OrderResponseV3
An OrderResponseV3
Remarks
AddOrderWithRates determines if the specified service is available for the order and returns an estimated rate and a pin number and label for each package. AddOrder enters the order into the system for shipping. AddOrderWithRates will return a rate for each call. Calculating rates can take almost a second, so AddOrder should be used for time sensitive calls
See Also