Struktura GetLabelStructure
Opisywana struktura jest obiektem służącym do pobierania etykiet. Jest wykorzystywana w metodzie getLabel jako jej parametr.
Pola struktury
| Nazwa pola | Typ | Wymagane? | Opis | 
|---|---|---|---|
| authData | AuthdataStructure | Tak | Struktura zawierająca dane autoryzacji | 
| shipment | string (11) | Tak | Numer przesyłki | 
| type | string (4) | Tak | BLP lub ZBLP | 
Przykład
<label> <authData> <username>test</username> <password>WSyj3$aDE</password> </authData> <shipment>27346126347</shipment> <type>BLP</type> </label>
