Home

It is the API that allows alerting the arrival of a MAWB within the Hound Express System.

🚧

If you need help don't forget to use our artificial intelligence

Introducction:

It is important that you know the difference between the Master Air Waybill (MAWB) and the House Air Waybill (HAWB), since you will be entering information for both concepts.

The “AWB” (Air Waybill), air waybill or Aerial Knowledge, is the main document in the contract of carriage by air.

This document, unlike the bill of lading, does not give right over the merchandise but it does give the right to claim it. It is generally nominative, therefore not endorsable and non-negotiable. The document itself indicates it with the mention Not negotiable Air Waybill. It bears the signature of the carrier or its agent and an issue date. If the AWB is issued by a freight forwarder instead of a regular airline, then the AWB is called House Air Waybill (HAWB)

So that:
The Master Air Waybill (MAWB) is issued by the airline and delivered to the consolidator or consolidator. Aerial Knowledge covers a consolidated expedition, indicating the freight agent and/or the consolidator as shipper and the deconsolidator as consignee.
However, the Master Air Waybill is the document that certifies each individual shipment of consolidated merchandise. It is issued by the consolidator and/or transitory and contains instructions for the deconsolidation agent.

📘

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 nameTypeMaxLengthRequiredComments
mawb_numberString11RequiredThis 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.
mawb_objectObject-RequiredGeneral mawb data, some values are decimal, integer and text.
mawb_contentGuide (Array)-RequiredThis field must contain all the HAWB numbers, the numbers added here must correspond to the assigned tracking guide number generated using the create order service , if the order was created before you only need to fill the field guideNumber of each element of the array
expected_arrive_dateString20OptionalPlease 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_formatByte(array)-RequiredAdd the file with the digital version of the MAWB format on a byte array conversion.
mawb_format_fileNameString100RequiredYou must indicate the name of your file with pdf extension

MAWB OBJECT

Field nameTypemaxlengthRequiredComments
weigthDouble5RequiredWeight of the mawb
paquetesInteger5RequiredNumber of mawb packets
id_origenInteger2Requiredif the mawb the origin is CN please put 18.To MX origin type 26. otherwise type 19.
physicalWeightDouble5RequiredPhysical weight of the mawb
volumetricWeightDouble5RequiredVolumetric weight of the mawb
colocacionString3RequiredPlace 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
bultosInteger5RequiredMawb lumps

MAWB CONTENT

Field NameTypemaxLengthRequiredComments
guideNumberString30RequiredGuide number of HAWB
description_complementaryString500Requiredit´s the description of your product
sacaString30Requiredit´s the bag id or your cartoon number of your product or house
pieceInteger5OptionalTotal pieces of product
valor_declaradoDouble10RequiredDeclared value of your product in USD
pesoDouble10OptionalWeight of your product
zip codeInteger5OptionalZip of your consignee
client_referenceString60RequiredClient´s reference of your product in the case exist if not exist you can use a dummy
senderAddressRequiredIt is the sender of the shipment
receiverAddressRequiredIt is the consignee of the shipment
antidumpingIntegerOptionalIdentify, by catalog, whether a product is eligible for antidumping duty application
rfc_curpString18OptionalRFC: It is the unique registration key that identifies any person who carries out an economic activity and must contribute to public spending before the SAT.

CURP: The Unique Population Registration Code (CURP) is an instrument that individually registers all inhabitants of the country, both nationals and foreign residents, as well as Mexican men and women who live in other countries.

The tax identification number of the country of residence or the social security number in the case of foreigners.
hts_codeInteger10
Min 6
OptionalHTS stands for Harmonized Tariff Schedule, a classification system used in the United States to help determine customs duties to be paid on imports. HTS codes are 10-digits (the first six digits are the same as the HS code for the goods).
made_inIntegerOptionalIdentify, by catalog, the physical location of the final production of an item (where the product was manufactured).

sender(Address)

Field NameTypeMaxlengthRequiredComments
zip
(zip code)
Integer10RequiredZip code for the address of the sender
contactPersonName-RequiredIt is an object of the type PersonName see the PersonName for reference
cityString100RequiredCity for the address of the sender
countryString50RequiredCountry for the address of the sender
countyString100RequiredNeighborhood, Town, municipality, district, County, etc. for the address of the receiver shipment
streetString250RequiredStreet for the address of the sender
phonePhone100RequiredPhone that helps to contact the sender

receiver(Address)

Field NameTypeMaxlengthRequiredComments
zip
(zip code)
Integer10RequiredZip code for the address of the receiver shipment
contactPersonName-RequiredIt is an object of the type PersonName see the PersonName for reference
cityString100RequiredCity for the address of the receiver shipment
countryString50RequiredCountry for the address of the receiver shipment
countyString100RequiredNeighborhood, Town, municipality, district, County, etc. for the address of the receiver shipment
streetString250RequiredStreet for the address of the receiver shipment
phonePhone100RequiredPhone that helps to contact the receiver

Contact

PersonName

Field NameTypeMaxlengthRequiredComments
givenNameString200RequiredIn this field it is expected to receive the name and may include the full name but it is recommended to divide it into its different parts within the PersonName object

Response

👍

Successful response

Field nameTypeComments
zipFilebyteArrayThis field contains a zip folder that includes the excel and pdf of the manifest
msgArrayThis field contains the message data.

Msg

Field NameTypeComments
codeStringThis field to indicate code of the response
valueStringThis field to indicate description of the response in english
typeStringThis field to indicate type of the response
descriptionStringThis field to indicate description of the response in spanish

❗️

wsErrors elements

Field NameTypeCommens
codeStringError code
typeIntegerSeverity of the error
descriptionStringDescription with more details of the detected error

❗️

Errors

TypeCodeDescription
errorECGOFJThe object json is malformed, it must have a correctr structure, please verify the documentation on: [URL API DOCS]
errorNOMAWBFThe field: mawb_format_fileName must not be empty
errorNOMAWBCThe field: mawb_format must not be null and must have the byteArray of the digitalized MAWB
errorNOMAWBDFThe field: Expected_arrive_date must be on yyyy-MM-dd HH:mm:ss format
errorNOWEIGThe field: weight in mawb object is requered
errorNOPAQThe field: paquetes in mawb object is requered
errorNOPAQThe field: id_origen in mawb object is requered
errorNOPAQThe field: physicalWeight in mawb object is requered
errorNOPAQThe field: volumetricWeight in mawb object is requered
errorNOPAQThe field: colocacion in mawb object is requered
errorNOPAQThe field: bultos in mawb object is requered
errorNOMATThe field: manifest type in mawb object is requered
errorNOMAWBOThe field: Mawb object is requered
errorERRORThe field: valor_declarado is required on guide: ( [MESSAGE] )
errorERRORThe field: peso is required on guide: ( [MESSAGE] )
errorERRORwe detect an error: ( [MESSAGE] )
errorERRHSC( [MESSAGE] )
Language
Click Try It! to start a request and see the response here!