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.
Name Description Service name receiveMAWB EndPoint https://ws_pods.hound-express.com/Sabueso/ws/deliveryServices/receiveMAWB Headers https://apis-hound-express.readme.io/docs/the-headers-request Method POST Parameters JsonObject see: The guide object
RequestTo 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 standardmawb_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 Name Type Comments type String Severity of the success code String Success code description String Description with the details of manifest create
Failed ResponsewsErrors elements
Field Name Type Commens id Integer Error id code String Error code type Integer Severity of the error description String Description with more details of the detected error