Click or drag to resize

LabelResponseV3 Class

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

Returned Package Label Data.
Inheritance Hierarchy

Namespace:  Purolator.Webservice.Objects
Assembly:  OLS.Webservice.Objects (in OLS.Webservice.Objects.dll) Version: 9.3.0.21647 (9.3.0.21647)
Syntax
public class LabelResponseV3 : ResponseBase

The LabelResponseV3 type exposes the following members.

Constructors
  NameDescription
Public methodLabelResponseV3
Top
Properties
  NameDescription
Public propertyCode exampleAdditionalOptions
A list of optional key value pairs for future or custom properties.
Public propertyAirportCode
Purolator airport code.
Public propertyBarCode
The value of the barcode on the package.
Public propertyBarCode2D
The value of the 2D barcode on Purolator packages.
Public propertyHybridResults
The json response to the HSS call.
(Inherited from ResponseBase.)
Public propertyCode exampleLabelImage
Label bitmap for laser printers. The bitmap is only generated if [!:ZPLGenerator.LabelType] is set to Image.
Public propertyLiveDate
The date of the service directory distribution used to calculate values.
Public propertyMessages
Error, Warning or Informational messages.
(Inherited from ResponseBase.)
Public propertyPackageID
Unique ID.
Public propertyPackageNumber
PackageNumber is an alias for PackageID
Public propertyShippingCharge
The estimated shipping charge.
Public propertyStatus
The status of the request (0 - Success, 1 - Success with warnings, 2 - Failure).
(Inherited from ResponseBase.)
Public propertyTrackingNumber
The tracking number.
Public propertyUnicode
Purolator unicode.
Public propertyZPLCode
Label ZPL code for Zebra printers. The ZPL code is only generated if [!:ZPLGenerator.LabelType] is set to ZPL.
Top
See Also