StartDate Property
The end date for the date range to be searched.
Syntax
[VB.NET] Public Property StartDate As String
[C#] public string StartDate {get; set;}
Remarks
The end date to be used in conjunction with EndDate to specify a date range to search for the specified shipment when TrackShipment is called. The date must be specified in the format "YYYY-MM-DD".
Default Value
""