Home

TrackManifest

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

🚧

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 Name

Type

Maxlength

Required

Comments

guideNumber

String

30

Required

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

flag

Integer

9

Optional

If 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 Name

Type

MaxLength

Comments

id

Integer

9

Sequential number sorted by the time where the events occurs

code

String

20

Short code of the event

description

String

30

Large description of the event

date

String

20

Date Time when the event has been reported

aux

BaseObject (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
Language
Click Try It! to start a request and see the response here!