post https://ws_pods.hound-express.com/Sabueso/ws/deliveryServices/trackManifest
The functionality of this API is to obtain the tracking history with its respective breakdown of a manifest.
If you need help don't forget to use our artificial intelligence
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.
Name | Description |
---|---|
Service name | trackManifest |
EndPoint | https://ws_pods.hound-express.com/Sabueso/ws/deliveryServices/trackManifest |
Headers | https://apis-hound-express.readme.io/docs/the-headers-request |
Method | POST |
Parameters | JsonObject see: The guide object |
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: 17200000000flag 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
ManifestThe 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 ResponsewsErrors elements
Field Name Type Comments id Integer Error id code String Error code type Integer Severity of the error description String Description with more details of the detected error