This API allows you to alert the arrival of an AWB within the Hound Express System.
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.
Name Description Service name prealert_CN EndPoint https://ws_pods.hound-express.com/Sabueso/ws/deliveryServices/prealert_CN 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 of the MAWB type that contains the following fields:
MAWB
Field name
Type
MaxLength
Required
Comments
mawb_number
String
11
Required
This is the folio number assigned by the Iata Agent on your MAWB, by standard it must be 11 digits number. In case the master number is already registered and you want to carry out an update, it is necessary to add the parameter "isUpdate" to the consumption, otherwise the system prevents duplication of MAWB creation with the same number.
expected_arrive_date
String
20
Required
Please inform us about the date when the MAWB will arrive with us
expected format of the string is: yyyy-MM-dd HH:mm:ss using 24h standard
mawb_object
Object
Required
General mawb data, some values are decimal, integer and text.
close_mawb
Boolean
True or false
Required
It is to close the MAWB at 10 o'clock.
isUpdate
Boolean
True or false
Required
Validates if the MAWB was updated
mawb_format
Byte(array)
Required
Add the file with the digital version of the MAWB format on a byte array conversion.
mawb_format_fileName
String
100
Required
You must indicate the name of your file with pdf extension
mawb_production
Byte(array)
Required
This is an Excel that is item-based.
mawb_production_FileName
String
100
Required
You must indicate the name of your file excel per items
mawb_packages
Byte(array)
Required
This is an Excel that is packages-based.
mawb_packages_FileName
String
100
Required
You must indicate the name of your file excel per packages.
MAWB OBJECT
Field name Type maxlength Required Comments weigth Double 5 Required Weight of the mawb paquetes Integer 5 Required Number of mawb packets id_origen Integer 2 Required if the mawb the origin is CN please put 18.To MX origin type 26. otherwise type 19. physicalWeight Double 5 Required Physical weight of the mawb volumetricWeight Double 5 Required Volumetric weight of the mawb colocacion String 3 Required Place the mawb customs of arrival if your mawb arrival in AIFA put NLU, else if your mawb arrival in CDMX put MEX, else if your mawb arrival in GDL put GDL, else if your mawb arrival in LAREDO put NLR bultos Integer 5 Required Mawb lumps
Response
### Successful response
Msg
Field Name Type Comments code String This field to indicate code of the response value String This field to indicate description of the response in english type String This field to indicate type of the response description String This field to indicate description of the response in spanish
> wsErrors elements
Field Name Type Commens code String Error code type Integer Severity of the error description String Description with more details of the detected error
### Errors
Type Code Description error ECGOFJ The object json is malformed, it must have a correctr structure, please verify the documentation on: [URL API DOCS] error NOMAWBF The field: mawb_format_fileName must not be empty error NOMAWBC The field: mawb_format must not be null and must have the byteArray of the digitalized MAWB error NOMAWBDF The field: Expected_arrive_date must be on yyyy-MM-dd HH:mm:ss format error NOWEIG The field: weight in mawb object is requered error NOPAQ The field: paquetes in mawb object is requered error NOPAQ The field: id_origen in mawb object is requered error NOPAQ The field: physicalWeight in mawb object is requered error NOPAQ The field: volumetricWeight in mawb object is requered error NOPAQ The field: colocacion in mawb object is requered error NOPAQ The field: bultos in mawb object is requered error NOMAT The field: manifest type in mawb object is requered error NOMAWBO The field: Mawb object is requered error ERROR The field: valor_declarado is required on guide: ( [MESSAGE] ) error ERROR The field: peso is required on guide: ( [MESSAGE] ) error ERROR we detect an error: ( [MESSAGE] ) error ERRHSC ( [MESSAGE] )