Click or drag to resize

ShippingServicesV3UpdateOrder Method

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

Updates values in existing orders.

Namespace:  Purolator.Webservice
Assembly:  OLS.Web (in OLS.Web.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public UpdateOrderResponse UpdateOrder(
	UpdateOrderRequest request
)

Parameters

request
Type: Purolator.Webservice.ObjectsUpdateOrderRequest
An UpdateOrderRequest.

Return Value

Type: UpdateOrderResponse
An UpdateOrderResponse
Remarks
UpdateOrderRequest contains a list of UpdateOrderInfo each with an UpdateType and UpdateValue.

The following Update Types are available.

PONumberUpdate the Purchase Order Number for the order.
LTLPackageCountSet the reported number of packages for an LTL order with no package level details.
See Also