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

[VB.NET]
Public ReadOnlyProperty TrackEvents As TrackDetailList

[C#]
public TrackDetailList TrackEvents {get;}

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, Address1, Address2, City, State, CountryCode, Exception, and Status tied to it.

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


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

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