Home

Manifiesto de Importación y Exportación Terrestre

It is the API that allows alerting the arrival of an Export and Import MAWB within the Hound Express System, associated to a folio and a reference.

🚧

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

Introducction:

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

The AWB” (Air Waybill), Air Waybill or Air Waybill, is the main document of 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/ BOL

Field nameTypeMaxLengthRequiredComments
expected_arrive_dateString20OptionalPlease inform us about the date when the MAWB will arrive with us
the spected format of the string is: yyyy-MM-dd HH:mm:ss using 24h standard
manifest_typeString3RequiredUSA-MEX = Origin from USA to destination MEX
MEX-USA = MEX origin to USA destination.
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
mawb_objectPackage (Array)ArrayRequiredGeneral mawb data, some values are decimal, integer and text.

MAWB CONTENT

Field NameTypemaxLengthRequiredComments
client_referenceString60OptionalClient´s Reference of your product in the case exists if not exists you can use a dummy. The BOL number must be entered
description_complementaryString500Requiredit´s the description of your product
guideNumberString30RequiredGuide number of HAWB
pesoDouble10RequiredWeight of your product
pieceInteger5RequiredTotal pieces of product
sacaString30Optionalit´s the bag id or your cartoon number of your product, or house
valor_declaradoDouble10RequiredDeclared value of your product in USD
zip codeInteger5OptionalZip of your consignee
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).

MAWB OBJECT

Field nameTypemaxlengthRequiredComments
bultosInteger5RequiredMawb lumps
colocacionString3RequiredPlace the mawb customs of arrival if your mawb arrival in AIFA type NLU, else if your mawb arrival in CDMX type MEX, else if your mawb arrival in GDL type GDL, else if your mawb arrival in LAREDO type NLR
id_origenInteger2Requiredif the mawb´s the origin is CN please type 18. To MX origin type 26, otherwise type 19.
paquetesInteger5RequiredNumber of mawb packets
physicalWeightDouble5RequiredPhysical weight of the mawb
volumetricWeightDouble5RequiredVolumetric weight of the mawb
weigthDouble5RequiredWeight of the mawb

Response


👍

Successful response

Field NameTypeComments
typeStringSeverity of the success
codeStringSuccess code
descriptionStringDescription with the details of manifest create

❗️

Failed Response

wsErrors elements

Field NameTypeComments
typeStringSeverity of the error
codeStringError code
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
errorNOMATThe format is incorrect, we expect these two options MEX-USA or USA-MEX, you are sending: ( [MESSAGE] ) please check the information.
errorNOMAWBOThe field: Mawb object is requered
errorERRORThe field: colocacion is incorrect in this case it is USA-MEX the customs can not be NLR, put arrival in AIFA put NLU if not your mawb arrival in CDMX put MEX if not your mawb arrival in GDL put GDL
errorERRORThe field: colocacion is incorrect in this case it is MEX-USA the customs can not be NLR, put arrival in AIFA put NLU if not your mawb arrival in CDMX put MEX if not your mawb arrival in GDL put GDL
errorERRORThe field: guideNumber not exist, the guide is: ( [MESSAGE] ) please check this data
errorERRORThe field: valor_declarado is required on guide: ( [MESSAGE] )
errorERRORThe field: peso is required on guide: ( [MESSAGE] )
errorERRORwe detect an error: ( [MESSAGE] )
Language
Click Try It! to start a request and see the response here!