RequestType Property
The type of tracking request.
Syntax
[VB.NET] Public Property RequestType As UspstrackRequestTypes
[C#] public UspstrackRequestTypes RequestType {get; set;}
enum UspstrackRequestTypes { rtDetail, rtSummary }
Remarks
By default, the TrackShipment method will return a detailed summary of each time the shipment was scanned during transit in the TrackEvents property. However, when set to rtSummary, a summary of each status that is returned will be populated in the Status field.
Default Value
0