Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Status_CodeActionIdStatus_Description_ENStatus_Description_UK
1011From abroadОчікує прибуття в Україну
2022Parcel arrived to the sorting centerПосилка поступила на сортувальний центр
3033Parcel left International Sorting CenterПосилка залишила Міжнародний сортувальний центр
4044Receipt of Parcel from the agent to the warehouseПоступлення посилки від агента на склад
5055Receipt of Parcel on IMPC/airport fromПоступлення посилки на ММПО/в аеропорт/на ЦСС з
6066Receipt of Parcel to the officeПоступлення посилки на відділення
7077Receipt of Parcel from the courierПоступлення посилки від кур`єра
8088Parcel left the sorting center in the direction ofПосилка залишила сортувальний центр у напрямку
9099Movement of Parcel between sorting centersПереміщення посилки між сортувальними центрами
101010Return to IMPC RosanВозврат в ММПО Росан
101110Sorting parcelsСортування посилок
101210IMPC warehouse clarificationММПО Склад вияснення
111311Sorting parcelsСортування посилок
121412Parcel received at the sorting centerПосилка прибула на сортувальний центр
131513Handed over to the courierВидано кур`єру
141614Parcel arrived on postomatПосилка поступило на поштомат
141714Accepted by the branchПрийнято Філією
141814Returned to main warehouseПереміщено на основний склад
141914Parcel transferred to thе courier for movementВідправлення передано курєру для переміщення
152015Planned deliveryЗаплановано доставку посилки на
152115Change of directionЗміна напрямку
162216Status delivered - confirmedСтатус доставлено - підтверджено
162116Parcel returned to warehouseПосилка повернута на склад
172417Picked up by recipient at the warehouseПосилку видано зі складу отримувачу
182518Returned to senderПосилку повернуто відправникові
192619Delivered to the recipientПосилка доставлена отримувачу
192719LostПосилка втрачена
202820Parcel been sent to the sorting centerПосилка відвантажена у напрямку
212921Parcel been receipt at branchПосилку прийнято підрозділом
223022the parcel passes the customs clearanceПосилка проходить митне оформлення
233123Delivery suspendedПризупинення доставки посилки
243224Remove restrictions in deliveryЗнято обмеження в доставці
253325Recipient’s address verificationУточнення реквізитів отримувача

 

Example of use:

 

Code Block
languagexml
 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:log="http://logic.meestgroup.com/">
   <soapenv:Header/>
   <soapenv:Body>
      <log:trackingParcel>
         <!--Optional:-->
         <arg0>parcelId</arg0>
         <!--Optional:-->
         <arg1>partnerApiKey</arg1>
      </log:trackingParcel>
   </soapenv:Body>
</soapenv:Envelope>

Response:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns2:trackingParcelResponse xmlns:ns2="http://logic.meestgroup.com/">
         <return>
            <actionId>16</actionId>
            <additionalDescription>21.04.2017</additionalDescription>
            <eventDate>2017-04-21T14:08:51+02:00</eventDate>
            <eventDescription>Dostarczona do odbiorcy</eventDescription>
            <idParcel>444192</idParcel>
            <minutesFromPreviouslyEvent>25 minut</minutesFromPreviouslyEvent>
            <minutesFromStart>2 dni 2 h 15 minut</minutesFromStart>
            <statusCode>1622</statusCode>
         </return>
         <return>
            <actionId>13</actionId>
            <additionalDescription/>
            <eventDate>2017-04-21T11:48:46+02:00</eventDate>
            <eventDescription>Przejęta przez kuriera</eventDescription>
            <idParcel>444192</idParcel>
            <minutesFromPreviouslyEvent>6 h 1 minut</minutesFromPreviouslyEvent>
            <minutesFromStart>1 dni 23 h 55 minut</minutesFromStart>
            <statusCode>1315</statusCode>
         </return>
         <return>
            <actionId>21</actionId>
            <additionalDescription>Hmel'nyc'kyy</additionalDescription>
            <eventDate>2017-04-21T05:47:15+02:00</eventDate>
            <eventDescription>Rozgrupowana do sortowania</eventDescription>
            <idParcel>444192</idParcel>
            <minutesFromPreviouslyEvent>9 h 42 minut</minutesFromPreviouslyEvent>
            <minutesFromStart>1 dni 17 h 53 minut</minutesFromStart>
            <statusCode>2129</statusCode>
         </return>
         <return>
            <actionId>20</actionId>
            <additionalDescription>Hmel'nyc'kyy</additionalDescription>
            <eventDate>2017-04-20T20:04:56+02:00</eventDate>
            <eventDescription>Pomiędzy centrami sortującymi</eventDescription>
            <idParcel>444192</idParcel>
            <minutesFromPreviouslyEvent>11 h 6 minut</minutesFromPreviouslyEvent>
            <minutesFromStart>1 dni 21 h 3 minut</minutesFromStart>
            <statusCode>2028</statusCode>
         </return>
         <return>
            <actionId>5</actionId>
            <additionalDescription>POLAND</additionalDescription>
            <eventDate>2017-04-20T08:58:04+02:00</eventDate>
            <eventDescription>Paczka odebrana na lotnisku/IMPC</eventDescription>
            <idParcel>444192</idParcel>
            <minutesFromPreviouslyEvent>21 h 4 minut</minutesFromPreviouslyEvent>
            <minutesFromStart>1 dni 9 h 56 minut</minutesFromStart>
            <statusCode>505</statusCode>
         </return>
         <return>
            <actionId>1</actionId>
            <additionalDescription/>
            <eventDate>2017-04-19T11:53:23+02:00</eventDate>
            <eventDescription>Zarejestrowano paczke</eventDescription>
            <idParcel>444192</idParcel>
            <minutesFromPreviouslyEvent>0 minut</minutesFromPreviouslyEvent>
            <minutesFromStart>12 h 52 minut</minutesFromStart>
            <statusCode>101</statusCode>
         </return>
      </ns2:trackingParcelResponse>
   </soap:Body>
</soap:Envelope>