Tracking


Click here for a complete list of operations.

GetTrackingInformation

Get tracking information.

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.asmx HTTP/1.1
Host: services.myuts.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://services.myuts.net/GetTrackingInformation"

<?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>
    <GetTrackingInformation xmlns="http://services.myuts.net/">
      <TrackingRequest>
        <WebKey>string</WebKey>
        <OrderID>string</OrderID>
        <BOLNumber>string</BOLNumber>
        <PONumber>string</PONumber>
        <PRONumber>string</PRONumber>
        <CarrierID>int</CarrierID>
        <CustRefNumber>string</CustRefNumber>
        <PickupStartDate>dateTime</PickupStartDate>
        <PickupEndDate>dateTime</PickupEndDate>
        <DeliveryStartDate>dateTime</DeliveryStartDate>
        <DeliveryEndDate>dateTime</DeliveryEndDate>
        <OriginZip>string</OriginZip>
        <DestinationZip>string</DestinationZip>
      </TrackingRequest>
    </GetTrackingInformation>
  </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>
    <GetTrackingInformationResponse xmlns="http://services.myuts.net/">
      <TrackingResponse>
        <TrackingInformation>
          <ResponseCode>int</ResponseCode>
          <ResponseMessage>string</ResponseMessage>
          <Status>string</Status>
          <OrderID>string</OrderID>
          <CustRefNumber>string</CustRefNumber>
          <BOLNumber>string</BOLNumber>
          <PRONumber>string</PRONumber>
          <PONumber>string</PONumber>
          <InvoiceID>string</InvoiceID>
          <EnteredOn>dateTime</EnteredOn>
          <PickupDate>dateTime</PickupDate>
          <DeliveryDate>dateTime</DeliveryDate>
          <Shipper>
            <Name>string</Name>
            <Address>string</Address>
            <City>string</City>
            <State>string</State>
            <Zip>string</Zip>
            <Country>string</Country>
          </Shipper>
          <Consignee>
            <Name>string</Name>
            <Address>string</Address>
            <City>string</City>
            <State>string</State>
            <Zip>string</Zip>
            <Country>string</Country>
          </Consignee>
          <Client>
            <Name>string</Name>
            <Address>string</Address>
            <City>string</City>
            <State>string</State>
            <Zip>string</Zip>
            <Country>string</Country>
          </Client>
          <Carrier>
            <CarrierID>int</CarrierID>
            <Name>string</Name>
            <Scac>string</Scac>
          </Carrier>
          <TotalWeight>double</TotalWeight>
          <LineItems>
            <LineItem xsi:nil="true" />
            <LineItem xsi:nil="true" />
          </LineItems>
          <CurrentNote>
            <Note>string</Note>
            <Date>dateTime</Date>
          </CurrentNote>
          <TrackingNotes>
            <TrackingNote xsi:nil="true" />
            <TrackingNote xsi:nil="true" />
          </TrackingNotes>
          <PaymentType>string</PaymentType>
          <ProgramType>string</ProgramType>
          <TransitDays>int</TransitDays>
          <Type>string</Type>
          <VehicleType>string</VehicleType>
          <AETC>string</AETC>
          <BOLNotes>string</BOLNotes>
          <TrackingUrl>string</TrackingUrl>
        </TrackingInformation>
        <TrackingInformation>
          <ResponseCode>int</ResponseCode>
          <ResponseMessage>string</ResponseMessage>
          <Status>string</Status>
          <OrderID>string</OrderID>
          <CustRefNumber>string</CustRefNumber>
          <BOLNumber>string</BOLNumber>
          <PRONumber>string</PRONumber>
          <PONumber>string</PONumber>
          <InvoiceID>string</InvoiceID>
          <EnteredOn>dateTime</EnteredOn>
          <PickupDate>dateTime</PickupDate>
          <DeliveryDate>dateTime</DeliveryDate>
          <Shipper>
            <Name>string</Name>
            <Address>string</Address>
            <City>string</City>
            <State>string</State>
            <Zip>string</Zip>
            <Country>string</Country>
          </Shipper>
          <Consignee>
            <Name>string</Name>
            <Address>string</Address>
            <City>string</City>
            <State>string</State>
            <Zip>string</Zip>
            <Country>string</Country>
          </Consignee>
          <Client>
            <Name>string</Name>
            <Address>string</Address>
            <City>string</City>
            <State>string</State>
            <Zip>string</Zip>
            <Country>string</Country>
          </Client>
          <Carrier>
            <CarrierID>int</CarrierID>
            <Name>string</Name>
            <Scac>string</Scac>
          </Carrier>
          <TotalWeight>double</TotalWeight>
          <LineItems>
            <LineItem xsi:nil="true" />
            <LineItem xsi:nil="true" />
          </LineItems>
          <CurrentNote>
            <Note>string</Note>
            <Date>dateTime</Date>
          </CurrentNote>
          <TrackingNotes>
            <TrackingNote xsi:nil="true" />
            <TrackingNote xsi:nil="true" />
          </TrackingNotes>
          <PaymentType>string</PaymentType>
          <ProgramType>string</ProgramType>
          <TransitDays>int</TransitDays>
          <Type>string</Type>
          <VehicleType>string</VehicleType>
          <AETC>string</AETC>
          <BOLNotes>string</BOLNotes>
          <TrackingUrl>string</TrackingUrl>
        </TrackingInformation>
        <ResponseMessage>string</ResponseMessage>
      </TrackingResponse>
    </GetTrackingInformationResponse>
  </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.asmx HTTP/1.1
Host: services.myuts.net
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>
    <GetTrackingInformation xmlns="http://services.myuts.net/">
      <TrackingRequest>
        <WebKey>string</WebKey>
        <OrderID>string</OrderID>
        <BOLNumber>string</BOLNumber>
        <PONumber>string</PONumber>
        <PRONumber>string</PRONumber>
        <CarrierID>int</CarrierID>
        <CustRefNumber>string</CustRefNumber>
        <PickupStartDate>dateTime</PickupStartDate>
        <PickupEndDate>dateTime</PickupEndDate>
        <DeliveryStartDate>dateTime</DeliveryStartDate>
        <DeliveryEndDate>dateTime</DeliveryEndDate>
        <OriginZip>string</OriginZip>
        <DestinationZip>string</DestinationZip>
      </TrackingRequest>
    </GetTrackingInformation>
  </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>
    <GetTrackingInformationResponse xmlns="http://services.myuts.net/">
      <TrackingResponse>
        <TrackingInformation>
          <ResponseCode>int</ResponseCode>
          <ResponseMessage>string</ResponseMessage>
          <Status>string</Status>
          <OrderID>string</OrderID>
          <CustRefNumber>string</CustRefNumber>
          <BOLNumber>string</BOLNumber>
          <PRONumber>string</PRONumber>
          <PONumber>string</PONumber>
          <InvoiceID>string</InvoiceID>
          <EnteredOn>dateTime</EnteredOn>
          <PickupDate>dateTime</PickupDate>
          <DeliveryDate>dateTime</DeliveryDate>
          <Shipper>
            <Name>string</Name>
            <Address>string</Address>
            <City>string</City>
            <State>string</State>
            <Zip>string</Zip>
            <Country>string</Country>
          </Shipper>
          <Consignee>
            <Name>string</Name>
            <Address>string</Address>
            <City>string</City>
            <State>string</State>
            <Zip>string</Zip>
            <Country>string</Country>
          </Consignee>
          <Client>
            <Name>string</Name>
            <Address>string</Address>
            <City>string</City>
            <State>string</State>
            <Zip>string</Zip>
            <Country>string</Country>
          </Client>
          <Carrier>
            <CarrierID>int</CarrierID>
            <Name>string</Name>
            <Scac>string</Scac>
          </Carrier>
          <TotalWeight>double</TotalWeight>
          <LineItems>
            <LineItem xsi:nil="true" />
            <LineItem xsi:nil="true" />
          </LineItems>
          <CurrentNote>
            <Note>string</Note>
            <Date>dateTime</Date>
          </CurrentNote>
          <TrackingNotes>
            <TrackingNote xsi:nil="true" />
            <TrackingNote xsi:nil="true" />
          </TrackingNotes>
          <PaymentType>string</PaymentType>
          <ProgramType>string</ProgramType>
          <TransitDays>int</TransitDays>
          <Type>string</Type>
          <VehicleType>string</VehicleType>
          <AETC>string</AETC>
          <BOLNotes>string</BOLNotes>
          <TrackingUrl>string</TrackingUrl>
        </TrackingInformation>
        <TrackingInformation>
          <ResponseCode>int</ResponseCode>
          <ResponseMessage>string</ResponseMessage>
          <Status>string</Status>
          <OrderID>string</OrderID>
          <CustRefNumber>string</CustRefNumber>
          <BOLNumber>string</BOLNumber>
          <PRONumber>string</PRONumber>
          <PONumber>string</PONumber>
          <InvoiceID>string</InvoiceID>
          <EnteredOn>dateTime</EnteredOn>
          <PickupDate>dateTime</PickupDate>
          <DeliveryDate>dateTime</DeliveryDate>
          <Shipper>
            <Name>string</Name>
            <Address>string</Address>
            <City>string</City>
            <State>string</State>
            <Zip>string</Zip>
            <Country>string</Country>
          </Shipper>
          <Consignee>
            <Name>string</Name>
            <Address>string</Address>
            <City>string</City>
            <State>string</State>
            <Zip>string</Zip>
            <Country>string</Country>
          </Consignee>
          <Client>
            <Name>string</Name>
            <Address>string</Address>
            <City>string</City>
            <State>string</State>
            <Zip>string</Zip>
            <Country>string</Country>
          </Client>
          <Carrier>
            <CarrierID>int</CarrierID>
            <Name>string</Name>
            <Scac>string</Scac>
          </Carrier>
          <TotalWeight>double</TotalWeight>
          <LineItems>
            <LineItem xsi:nil="true" />
            <LineItem xsi:nil="true" />
          </LineItems>
          <CurrentNote>
            <Note>string</Note>
            <Date>dateTime</Date>
          </CurrentNote>
          <TrackingNotes>
            <TrackingNote xsi:nil="true" />
            <TrackingNote xsi:nil="true" />
          </TrackingNotes>
          <PaymentType>string</PaymentType>
          <ProgramType>string</ProgramType>
          <TransitDays>int</TransitDays>
          <Type>string</Type>
          <VehicleType>string</VehicleType>
          <AETC>string</AETC>
          <BOLNotes>string</BOLNotes>
          <TrackingUrl>string</TrackingUrl>
        </TrackingInformation>
        <ResponseMessage>string</ResponseMessage>
      </TrackingResponse>
    </GetTrackingInformationResponse>
  </soap12:Body>
</soap12:Envelope>