Click or drag to resize

ShippingServicesV3GetContainer Method

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

GetContainer retrieves information about an overpack container and associated packages.

Namespace:  Purolator.Webservice
Assembly:  OLS.Web (in OLS.Web.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public ContainerResponse GetContainer(
	GetContainerRequest request
)

Parameters

request
Type: Purolator.Webservice.ObjectsGetContainerRequest
An PackageContainerRequest.

Return Value

Type: ContainerResponse
An ContainerResponse
See Also