Click or drag to resize

ShippingServicesV3GetLabelV3 Method

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

Gets a Package label and the label information 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 LabelResponseV3 GetLabelV3(
	LabelRequestV3 request
)

Parameters

request
Type: Purolator.Webservice.ObjectsLabelRequestV3
A LabelRequestV3.

Return Value

Type: LabelResponseV3
A LabelResponse.
See Also