Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 2.61 KB

PackageResponse.md

File metadata and controls

21 lines (18 loc) · 2.61 KB

PackageResponse

Properties

Name Type Description Notes
packageOccurance int Package Occurence<br />Unique package number within this shipment
uniqueId string Unique Shipment ID<br />All shipments are assigned a unique Shipment ID. [optional]
trackingNumber string Shipment Tracking Number<br />Final Mile carrier tracking number.<br />Only populated for services that support tracking numbers. [optional]
trackingUrl string Tracking URL<br />Final Mile Tracking, if available. [optional]
carrierCode string Carrier Code<br />The allocated carrier. [optional]
primary2DBarcodeImage string Primary 2D Barcode Image<br />Only populated for Data Stream response.<br />Base64 Encoded PNG Image of the 2D data matrix barcode. [optional]
primary2DBarcodeData string Primary 2D Barcode Data - Base 64 Encoded<br />Only populated for Data Stream response.<br />Data required to create your own 2D data matrix barcode. Please decode before use. [optional]
formattedUniqueId string Formatted Unique Id<br />Only populated for Data Stream response.<br />Label for 2D data matrix barcode. [optional]
highVolumeBarcodeData string High Volume Barcode Data<br />Only populated for Data Stream response where the service requires the barcode on the label.<br />Data required to create your own High Volume barcode. [optional]
highVolumeBarcodeImage string High Volume Barcode Image<br />Only populated for Data Stream response where the service requires the barcode on the label.<br />Base64 Encoded PNG Image of the High Volume barcode. [optional]
highVolumeSortCode string High Volume Sort Code<br />Only populated for Data Stream response where the service requires the sort code on the label. [optional]
primary1DBarcodeData string Primary 1D Barcode Data<br />Only populated for Data Stream response where the service requires the barcode on the label.<br />Data required to create your own 1D barcode. [optional]
primary1DBarcodeImage string Primary 1D Barcode Image<br />Only populated for Data Stream response where the service requires the barcode on the label.<br />Base64 Encoded PNG Image of the 1D barcode. [optional]

[Back to Model list] [Back to API list] [Back to README]