Struktura getPieceIdResponse
Opisywana struktura jest wynikiem metody getPieceId.
Pola struktury
Nazwa pola | Typ | Wymagane? | Opis |
---|---|---|---|
packageNumber | string | Tak | Identyfikator paczki |
productType | string | Tak | Typ produktu |
weightReal | float | Tak | Waga rzeczywista paczki |
weightVoulmetric | float | Nie | Waga przeliczeniowa paczki |
width | integer | Nie | szerokość paczki |
length | integer | Nie | długość paczki |
height | integer | Nie | wysokość paczki |
Przykład
<shipments> <item> <shipmentNumber>16816709132</shipmentNumber> <cedexNumber xsi:nil="true"/> <packages> <item> <packageNumber>JJD000030138709000000094699</packageNumber> <productType>EX</productType> <weightReal>10</weightReal> <weighVolumetric>7.2</weighVolumetric> <width>30</width> <length>12</length> <height>80</height> </item> </packages> </item> </shipments>