Tracking


Click here for a complete list of operations.

TrackViaPickupAdvanced

This method sends back tracking information from the RoadRunner Transportation Services system based on a Pickup 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/TrackViaPickupAdvanced"

<?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>
    <TrackViaPickupAdvanced xmlns="https://webservices.rrts.com/tracking/">
      <request>
        <PickupNumber>string</PickupNumber>
      </request>
    </TrackViaPickupAdvanced>
  </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>
    <TrackViaPickupAdvancedResponse xmlns="https://webservices.rrts.com/tracking/">
      <TrackViaPickupAdvancedResult>
        <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>
      </TrackViaPickupAdvancedResult>
    </TrackViaPickupAdvancedResponse>
  </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>
    <TrackViaPickupAdvanced xmlns="https://webservices.rrts.com/tracking/">
      <request>
        <PickupNumber>string</PickupNumber>
      </request>
    </TrackViaPickupAdvanced>
  </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>
    <TrackViaPickupAdvancedResponse xmlns="https://webservices.rrts.com/tracking/">
      <TrackViaPickupAdvancedResult>
        <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>
      </TrackViaPickupAdvancedResult>
    </TrackViaPickupAdvancedResponse>
  </soap12:Body>
</soap12:Envelope>