Click or drag to resize

ShippingServicesV3.GetLabel Method

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

Gets a Package label either as ZPL code or as a Base64 encoded image.

Namespace:  Purolator.Webservice
Assembly:  OLS.Web (in OLS.Web.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public LabelResponse GetLabel(
	LabelRequest request
)

Parameters

request
Type: Purolator.Webservice.Objects.LabelRequest
A LabelRequest.

Return Value

Type: LabelResponse
A LabelResponse.
See Also