Struktura ServiceStructure

Opisywana struktura jest obiektem opisującym dodatkowe usługi przesyłek.

Pola struktury

Nazwa pola Typ Wymagane? Opis
serviceType string Tak Typ usługi dodatkowej:
UBEZP - Ubezpieczenie przesyłki
COD - Zwrot pobrania
serviceValue int Nie Deklarowana wartość (dla UBEZP lub COD)
textInstruction string (32) Nie Dodatkowy tekst
collectOnDeliveryForm string (13) Nie Forma zwrotu pobrania - tylko BANK_TRANSFER

Przykład

<specialServices>
    <item>
        <serviceType>UBEZP</serviceType>
        <serviceValue>20</serviceValue>
    </item>    
</specialServices>
Wróć do listy tematów