RequestType Property
The type of tracking request.
Object Oriented Interface
public function getRequestType(); public function setRequestType($value);
Procedural Interface
inship_uspstrack_get($res, 16 ); inship_uspstrack_set($res, 16, $value );
Default Value
0
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 TrackEventStatus property.
Data Type
Integer