LabelStructure

This structure is returned by the getLabel, createShipment, and getPnp methods.

Structure Fields

Field Name Type Description
labelType string Label type - BLP, ZBLP or PNP
labelFormat string MIME format of the file of the label to be sent
labelContent string Label file content encoded in base64
labelName string Label file name

Example:

<label>
    <labelType>BLP</labelType>
    <labelContent>[label data encoded in base64]</labelContent>
    <labelFormat>application/pdf</labelFormat>
    <labelName>128312873.pdf</labelName>
</label>
Return to subject list