Get Load tracking information
/api/v1/tracking?
You can replace the LoadID value with any of these paramaters instead, the more parameters added the more it will filter.
public int? LoadId { get; set; }
public string ProNumber { get; set; }
public string ShipperNumber { get; set; }
public string PickupNumber { get; set; }
public string PoReference { get; set; }
public DateTime? PickupDateBegin { get; set; }
public DateTime? PickupDateEnd { get; set; }
public DateTime? RecentActivityDate { get; set; }
example:
https://brokerware.3plsystems.com/api/v1/tracking?shipperNumber=123154
https://brokerware.3plsystems.com/api/v1/tracking?loadID=14164
Both will populate the same load tracking information.
Comments
0 comments
Please sign in to leave a comment.