Home

MAWB Alert

The Master Air Way Bill alert API

Introducction:

How are Master Air Waybill (MAWB) and House Air Waybill (HAWB) different? The AWB, Air Waybill, Air Knowledge or air waybill is the main document in the air transport contract.

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 is issued by the airline and delivered to the freight forwarder or consolidator. Air knowledge covers a consolidated expedition, indicating the consolidator and / or freight forwarder as the shipper and the deconsolidator as consignee. The House Air Waybill is the document that certifies each individual shipment of a consolidated merchandise. It is issued by the consolidator and / or transitory and contains instructions for the deconsolidating 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 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 a 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.

isUpdate

Boolean

True or False

Optional

If you want to update the MAWB data, it is necessary to send this parameter with the value "true", otherwise the system prevents duplication of MAWB creation with the same number

mawb_content

Guide (Array)

-

Optional

This field must contain all the HAWB numbers, the numbers added here must correspond to the assigned traking guide number generated using the

create order service

, if the orders was created before you only need fill the field guideNumber of each element of the array

expected_arrive_date

String

20

Optional

Please 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

mawb_format

Byte(array)

-

Optional

Add the file with the digital version of the MAWB format on a byte array conversion.

mawb_format_fileName

String

100

Optional

What is the name and extension of the file attached on mawb_format?

Response

👍

Successful response

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

❗️

### Failed Response

wsErrors elements

Field NameTypeCommens
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!