Click or drag to resize

ShippingServicesV3AddContainersToContainer Method

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

AddPackageContainer creates an overpack container and associates packages with the container.

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

Parameters

request
Type: Purolator.Webservice.ObjectsParentChildContainerRequest
An ParentChildContainerRequest.

Return Value

Type: ContainerResponse
An ContainerResponse
See Also