Tracking
Click here for a complete list of operations.
TrackViaPronumberAdvanced
This method sends back tracking information from the RoadRunner Transportation Services system for a Pro Number
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /tracking/Tracking.asmx HTTP/1.1
Host: webservices.rrts.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://webservices.rrts.com/tracking/TrackViaPronumberAdvanced"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<AuthenticationHeader xmlns="https://webservices.rrts.com/tracking/">
<UserName>string</UserName>
<Password>string</Password>
<Site>string</Site>
</AuthenticationHeader>
</soap:Header>
<soap:Body>
<TrackViaPronumberAdvanced xmlns="https://webservices.rrts.com/tracking/">
<request>
<ProNumber>string</ProNumber>
</request>
</TrackViaPronumberAdvanced>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<TrackViaPronumberAdvancedResponse xmlns="https://webservices.rrts.com/tracking/">
<TrackViaPronumberAdvancedResult>
<ShipmentOrigin>
<Name>string</Name>
<Address1>string</Address1>
<Address2>string</Address2>
<City>string</City>
<State>string</State>
<PostalCode>string</PostalCode>
</ShipmentOrigin>
<ShipmentDestination>
<Name>string</Name>
<Address1>string</Address1>
<Address2>string</Address2>
<City>string</City>
<State>string</State>
<PostalCode>string</PostalCode>
</ShipmentDestination>
<Details>
<Pronumber>string</Pronumber>
<PickupNumber>string</PickupNumber>
<CustomerNumber>string</CustomerNumber>
<BOLNumber>string</BOLNumber>
<PONumber>string</PONumber>
<Pieces>string</Pieces>
<Weight>string</Weight>
<AppointmentDate>string</AppointmentDate>
<EstimatedDelivery>string</EstimatedDelivery>
<DeliveredDate>string</DeliveredDate>
<BillToNumber>string</BillToNumber>
<AppointmentTime>string</AppointmentTime>
<ProjectedDeliveryDate>string</ProjectedDeliveryDate>
<DeliveredTime>string</DeliveredTime>
<HAWB>string</HAWB>
</Details>
<OriginTerminal>
<TerminalName>string</TerminalName>
<TerminalTollFreePhone>string</TerminalTollFreePhone>
</OriginTerminal>
<Comments>
<ShipmentComment>
<CommentDate>string</CommentDate>
<ActivityCode>string</ActivityCode>
<Comment>string</Comment>
<StatusTime>string</StatusTime>
</ShipmentComment>
<ShipmentComment>
<CommentDate>string</CommentDate>
<ActivityCode>string</ActivityCode>
<Comment>string</Comment>
<StatusTime>string</StatusTime>
</ShipmentComment>
</Comments>
<BOLReceived>boolean</BOLReceived>
<PODReceived>boolean</PODReceived>
<InspectionAvailable>boolean</InspectionAvailable>
</TrackViaPronumberAdvancedResult>
</TrackViaPronumberAdvancedResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /tracking/Tracking.asmx HTTP/1.1
Host: webservices.rrts.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Header>
<AuthenticationHeader xmlns="https://webservices.rrts.com/tracking/">
<UserName>string</UserName>
<Password>string</Password>
<Site>string</Site>
</AuthenticationHeader>
</soap12:Header>
<soap12:Body>
<TrackViaPronumberAdvanced xmlns="https://webservices.rrts.com/tracking/">
<request>
<ProNumber>string</ProNumber>
</request>
</TrackViaPronumberAdvanced>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<TrackViaPronumberAdvancedResponse xmlns="https://webservices.rrts.com/tracking/">
<TrackViaPronumberAdvancedResult>
<ShipmentOrigin>
<Name>string</Name>
<Address1>string</Address1>
<Address2>string</Address2>
<City>string</City>
<State>string</State>
<PostalCode>string</PostalCode>
</ShipmentOrigin>
<ShipmentDestination>
<Name>string</Name>
<Address1>string</Address1>
<Address2>string</Address2>
<City>string</City>
<State>string</State>
<PostalCode>string</PostalCode>
</ShipmentDestination>
<Details>
<Pronumber>string</Pronumber>
<PickupNumber>string</PickupNumber>
<CustomerNumber>string</CustomerNumber>
<BOLNumber>string</BOLNumber>
<PONumber>string</PONumber>
<Pieces>string</Pieces>
<Weight>string</Weight>
<AppointmentDate>string</AppointmentDate>
<EstimatedDelivery>string</EstimatedDelivery>
<DeliveredDate>string</DeliveredDate>
<BillToNumber>string</BillToNumber>
<AppointmentTime>string</AppointmentTime>
<ProjectedDeliveryDate>string</ProjectedDeliveryDate>
<DeliveredTime>string</DeliveredTime>
<HAWB>string</HAWB>
</Details>
<OriginTerminal>
<TerminalName>string</TerminalName>
<TerminalTollFreePhone>string</TerminalTollFreePhone>
</OriginTerminal>
<Comments>
<ShipmentComment>
<CommentDate>string</CommentDate>
<ActivityCode>string</ActivityCode>
<Comment>string</Comment>
<StatusTime>string</StatusTime>
</ShipmentComment>
<ShipmentComment>
<CommentDate>string</CommentDate>
<ActivityCode>string</ActivityCode>
<Comment>string</Comment>
<StatusTime>string</StatusTime>
</ShipmentComment>
</Comments>
<BOLReceived>boolean</BOLReceived>
<PODReceived>boolean</PODReceived>
<InspectionAvailable>boolean</InspectionAvailable>
</TrackViaPronumberAdvancedResult>
</TrackViaPronumberAdvancedResponse>
</soap12:Body>
</soap12:Envelope>