GET api/Track/{CompanyID}/{TrackingNumber}?IsMyCNW={IsMyCNW}
Used to provide tracking information on public facing web site (non secure). Limited information is provided since the method can be access outside of the security restrictions.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
CompanyID |
The company ID that owns the tracking number |
integer |
Required |
TrackingNumber |
The tracking number |
string |
Required |
IsMyCNW | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
TrackingInfoName | Description | Type | Additional information |
---|---|---|---|
TrackingNumber |
Contains the tracking number |
string |
None. |
ShipmentGUID |
Contains the ShipmentGUID |
string |
None. |
StatusDescription |
Contains the current status description of the shipment |
string |
None. |
DateOfShipment |
The date the shipment is scheduled to be picked-up |
date |
None. |
Pieces |
Number of pieces in shipment |
integer |
None. |
Contents | string |
None. |
|
Weight |
Total actual weight of shipment |
decimal number |
None. |
WeightUOM |
Weight unit of measure (LB,KG) |
string |
None. |
PickupAddress |
Address identifier at pickup |
string |
None. |
PickupCityName |
Name of pickup city |
string |
None. |
PickupStateProvID |
State/province identifier at pickup |
string |
None. |
PickupCountryID |
Country identifier at pickup |
string |
None. |
PickupCountryName |
Country name at pickup |
string |
None. |
PickupCompanyName |
Company name at pickup |
string |
None. |
PickupPhoneNumber |
Company phone at pickup |
string |
None. |
DeliveryAddress |
Address identifier at delivery |
string |
None. |
DeliveryCityName |
Name of delivery city |
string |
None. |
DeliveryStateProvID |
State/Provence identifer at delivery |
string |
None. |
DeliveryCountryID |
Country identifier at delivery |
string |
None. |
DeliveryCountryName |
Country name at delivery |
string |
None. |
DeliveryCompanyName |
Company name at delivery |
string |
None. |
DeliveryPhoneNumber |
Company phone at delivery |
string |
None. |
Itinerary |
The itinerary of the shipment |
Collection of ItineraryItem |
None. |
LocationLatitude |
The current location of the shipment (latitude) |
decimal number |
None. |
LocationLongitude |
The current location of the shipment (longitude) |
decimal number |
None. |
ServiceCode |
Service Code |
string |
None. |
ServiceName |
Service Name |
string |
None. |
ShipmentCompanyName |
Shipment Company Name |
string |
None. |
ShipmentPhoneNumber |
Shipment Company Phone |
string |
None. |
PickupDispatchCompanyName |
Pickup Dispatch Company Name |
string |
None. |
PickupDispatchPhoneNumber |
Pickup Dispatch Company Phone |
string |
None. |
DeliveryDispatchCompanyName |
Delivery Dispatch Company Name |
string |
None. |
DeliveryDispatchPhoneNumber |
Delivery Dispatch Company Phone |
string |
None. |
DeliveryScheduledDateTime |
Scheduled Delivery DateTime |
date |
None. |
DeliveryUpdatedDateTime |
Updated Delivery DateTime |
date |
None. |
DeliveryActualDateTime |
Actuak Delivery DateTime |
date |
None. |
PodDateTime |
Proof Of Delivery DateTime |
date |
None. |
IsSuccessful |
If true, then method call was successful |
boolean |
None. |
ErrorMessage |
Contains an error message is method call failed |
string |
None. |
Response Formats
application/json, text/json
{ "TrackingNumber": "sample string 1", "ShipmentGUID": "sample string 2", "StatusDescription": "sample string 3", "DateOfShipment": "2025-10-04T22:13:42.5747117+00:00", "Pieces": 5, "Contents": "sample string 6", "Weight": 1.0, "WeightUOM": "sample string 7", "PickupAddress": "sample string 8", "PickupCityName": "sample string 9", "PickupStateProvID": "sample string 10", "PickupCountryID": "sample string 11", "PickupCountryName": "sample string 12", "PickupCompanyName": "sample string 13", "PickupPhoneNumber": "sample string 14", "DeliveryAddress": "sample string 15", "DeliveryCityName": "sample string 16", "DeliveryStateProvID": "sample string 17", "DeliveryCountryID": "sample string 18", "DeliveryCountryName": "sample string 19", "DeliveryCompanyName": "sample string 20", "DeliveryPhoneNumber": "sample string 21", "Itinerary": [ { "IsComplete": true, "StepName": "sample string 2", "StepDescription": "sample string 3", "StepSubDescription": "sample string 4", "StepSequence": 5, "Location": "sample string 6", "EstimatedUTC": "2025-10-04T22:13:42.5757168+00:00", "EstimatedLocal": "2025-10-04T22:13:42.5757168+00:00", "CompletedUTC": "2025-10-04T22:13:42.5757168+00:00", "CompletedLocal": "2025-10-04T22:13:42.5757168+00:00", "CompletedDateTimeLocalWithTimeZone": "sample string 7", "City": "sample string 8", "State": "sample string 9", "Country": "sample string 10" }, { "IsComplete": true, "StepName": "sample string 2", "StepDescription": "sample string 3", "StepSubDescription": "sample string 4", "StepSequence": 5, "Location": "sample string 6", "EstimatedUTC": "2025-10-04T22:13:42.5757168+00:00", "EstimatedLocal": "2025-10-04T22:13:42.5757168+00:00", "CompletedUTC": "2025-10-04T22:13:42.5757168+00:00", "CompletedLocal": "2025-10-04T22:13:42.5757168+00:00", "CompletedDateTimeLocalWithTimeZone": "sample string 7", "City": "sample string 8", "State": "sample string 9", "Country": "sample string 10" } ], "LocationLatitude": 1.0, "LocationLongitude": 1.0, "ServiceCode": "sample string 22", "ServiceName": "sample string 23", "ShipmentCompanyName": "sample string 24", "ShipmentPhoneNumber": "sample string 25", "PickupDispatchCompanyName": "sample string 26", "PickupDispatchPhoneNumber": "sample string 27", "DeliveryDispatchCompanyName": "sample string 28", "DeliveryDispatchPhoneNumber": "sample string 29", "DeliveryScheduledDateTime": "2025-10-04T22:13:42.5757168+00:00", "DeliveryUpdatedDateTime": "2025-10-04T22:13:42.5757168+00:00", "DeliveryActualDateTime": "2025-10-04T22:13:42.5757168+00:00", "PodDateTime": "2025-10-04T22:13:42.5757168+00:00", "IsSuccessful": true, "ErrorMessage": "sample string 31" }
application/xml, text/xml
<TrackingInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ParcelLogic.WebApi.Shipper.Models"> <ErrorMessage>sample string 31</ErrorMessage> <IsSuccessful>true</IsSuccessful> <Contents>sample string 6</Contents> <DateOfShipment>2025-10-04T22:13:42.5747117+00:00</DateOfShipment> <DeliveryActualDateTime>2025-10-04T22:13:42.5757168+00:00</DeliveryActualDateTime> <DeliveryAddress>sample string 15</DeliveryAddress> <DeliveryCityName>sample string 16</DeliveryCityName> <DeliveryCompanyName>sample string 20</DeliveryCompanyName> <DeliveryCountryID>sample string 18</DeliveryCountryID> <DeliveryCountryName>sample string 19</DeliveryCountryName> <DeliveryDispatchCompanyName>sample string 28</DeliveryDispatchCompanyName> <DeliveryDispatchPhoneNumber>sample string 29</DeliveryDispatchPhoneNumber> <DeliveryPhoneNumber>sample string 21</DeliveryPhoneNumber> <DeliveryScheduledDateTime>2025-10-04T22:13:42.5757168+00:00</DeliveryScheduledDateTime> <DeliveryStateProvID>sample string 17</DeliveryStateProvID> <DeliveryUpdatedDateTime>2025-10-04T22:13:42.5757168+00:00</DeliveryUpdatedDateTime> <Itinerary> <ItineraryItem> <City>sample string 8</City> <CompletedDateTimeLocalWithTimeZone>sample string 7</CompletedDateTimeLocalWithTimeZone> <CompletedLocal>2025-10-04T22:13:42.5757168+00:00</CompletedLocal> <CompletedUTC>2025-10-04T22:13:42.5757168+00:00</CompletedUTC> <Country>sample string 10</Country> <EstimatedLocal>2025-10-04T22:13:42.5757168+00:00</EstimatedLocal> <EstimatedUTC>2025-10-04T22:13:42.5757168+00:00</EstimatedUTC> <IsComplete>true</IsComplete> <Location>sample string 6</Location> <State>sample string 9</State> <StepDescription>sample string 3</StepDescription> <StepName>sample string 2</StepName> <StepSequence>5</StepSequence> <StepSubDescription>sample string 4</StepSubDescription> </ItineraryItem> <ItineraryItem> <City>sample string 8</City> <CompletedDateTimeLocalWithTimeZone>sample string 7</CompletedDateTimeLocalWithTimeZone> <CompletedLocal>2025-10-04T22:13:42.5757168+00:00</CompletedLocal> <CompletedUTC>2025-10-04T22:13:42.5757168+00:00</CompletedUTC> <Country>sample string 10</Country> <EstimatedLocal>2025-10-04T22:13:42.5757168+00:00</EstimatedLocal> <EstimatedUTC>2025-10-04T22:13:42.5757168+00:00</EstimatedUTC> <IsComplete>true</IsComplete> <Location>sample string 6</Location> <State>sample string 9</State> <StepDescription>sample string 3</StepDescription> <StepName>sample string 2</StepName> <StepSequence>5</StepSequence> <StepSubDescription>sample string 4</StepSubDescription> </ItineraryItem> </Itinerary> <LocationLatitude>1</LocationLatitude> <LocationLongitude>1</LocationLongitude> <PickupAddress>sample string 8</PickupAddress> <PickupCityName>sample string 9</PickupCityName> <PickupCompanyName>sample string 13</PickupCompanyName> <PickupCountryID>sample string 11</PickupCountryID> <PickupCountryName>sample string 12</PickupCountryName> <PickupDispatchCompanyName>sample string 26</PickupDispatchCompanyName> <PickupDispatchPhoneNumber>sample string 27</PickupDispatchPhoneNumber> <PickupPhoneNumber>sample string 14</PickupPhoneNumber> <PickupStateProvID>sample string 10</PickupStateProvID> <Pieces>5</Pieces> <PodDateTime>2025-10-04T22:13:42.5757168+00:00</PodDateTime> <ServiceCode>sample string 22</ServiceCode> <ServiceName>sample string 23</ServiceName> <ShipmentCompanyName>sample string 24</ShipmentCompanyName> <ShipmentGUID>sample string 2</ShipmentGUID> <ShipmentPhoneNumber>sample string 25</ShipmentPhoneNumber> <StatusDescription>sample string 3</StatusDescription> <TrackingNumber>sample string 1</TrackingNumber> <Weight>1</Weight> <WeightUOM>sample string 7</WeightUOM> </TrackingInfo>