TrackManifest

The functionality of this API is to obtain the tracking history with its respective breakdown of a manifest.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
🚧

Do you have questions about our APIs?
If you need help, don’t forget to use our artificial intelligence

— it will help you generate examples that fit your specific needs, variations, and the required parameters for using each Hound Express API.

Our API provides you with a tool that allows you to consult the list of events that have been registered for a manifest, within our system.

📘

Request

To carry out the consumption of the service for the creation of the order it is necessary to send a json object and it requires the filling of the following fields:

Manifest

Field NameTypeMaxlengthRequiredComments
guideNumberString30Required

It is the manifest number.

If you would like to use the MAWB number it must be written only with numeric characters (11 digits), without spaces or any other symbols.

Example: 17200000000

flagInteger9OptionalIf you send this field with a value = 1 you will track using the guideNumber field as MAWB and the service shall return all registers found with that value. If you send another value or simply don't add this field to the request, the guideNumber parameter will be used like the internal Id of the manifest stored on our Data base

Response

When the consumption is done, the API will return an object with the following characteristics

👍

Successful response

Manifest

The Guide.resultDetails is an array of objects where you will found the information about the history of the tracking

Field NameTypeMaxLengthComments
idInteger9Sequential number sorted by the time where the events occurs
codeString20Short code of the event
descriptionString30Large description of the event
dateString20Date Time when the event has been reported
auxBaseObject (Array)
Aditional information for cases in which the event has more data to show
❗️

Failed Response

wsErrors elements

Field NameTypeComments
idIntegerError id
codeStringError code
typeIntegerSeverity of the error
descriptionStringDescription with more details of the detected error
Body Params
number
string
required
Headers
string
string
Response
200
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!