Shipping Integrator V5 - Online Help
Shipping Integrator V5
Questions / Feedback?

TrackEvents Property

Collection of tracking details for all scanning events that occur during the shipping process of the package at PackageIndex .

Syntax

public TrackDetailList getTrackEvents();

Remarks

It should be inspected after a call to the TrackShipment method (for each idx = 0 to TrackEventCount - 1).

Each tracking event has a Date, Time, City, State, Status tied to it.

For instance, if the response contains only one tracking event:


m_date = bean.Tracks[0].Date;
m_time = bean.Tracks[0].Time;
m_status = bean.Tracks[0].Status;
m_city = bean.Tracks[0].City;
m_state = bean.Tracks[0].State;

This property is read-only and not available at design time.

Default Value

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0