GetLabelStructure
This structure is an object used to download labels. It is used in the getLabel method as its parameter.
Structure Fields
| Field Name | Type | Required? | Description |
|---|---|---|---|
| authData | AuthdataStructure | Yes | Structure containing authorisation data |
| shipment | string (11) | Yes | Shipment number |
| type | string (4) | Yes | BLP or ZBLP |
Example:
<label> <authData> <username>test</username> <password>WSyj3$aDE</password> </authData> <shipment>27346126347</shipment> <type>BLP</type> </label>
