Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Method for verification of statuses of parcels for the Partner’s clients. As parameters it adopts the parcel ID in the Meest Polska system and a unique API key individual for each partner.

Method name:

public ArrayList<ParcelTrackingApiBean> trackingParcel(Long idParcel, String sid) 
throws MeestException;

Object ParcelTrackingApiBean, containing information on parcel statuses.

 

Field nameField typeRequiredDescription
idParcelLongY

Parcel identification within the system Meest Polska

eventDescriptionStringYEvent name
additionalDescriptionStringNAdditional information about the event such as parcel collected by a courier in Lviv
minutesFromPreviously EventStringYTime from last event
minutesFromStartStringYElapsed Time
eventDateDateYDate of the event
actionIdIntegerYEven numerical key
  • No labels