This Method update flight and tracking information of one Master AWB detail in TASSIS system.
Request
Request Uri Parameters
- token : Security token that you should get with method GetToken - Required.
- mawb : Master AWB to update - Required.
Request Body Parameters
- mawb : char(11) - (NOT NULL - Required) - Master Awb.
- flight : char(10) - (NULL) - Number of AWB Flight.
- eda : char(10) - (NULL) - Estimate Day of Arrival. Format "MM/DD/YYYY HH:MM:SS AM.
- ada : char(10) - (NULL) – Actual Day of Arrival. Format "MM/DD/YYYY HH:MM:SS AM"
- ata : char(5) - (NULL) - Actual Time of Arrival. (HH:MM) in 24 h format.
- cc : char(1) - (NULL) - Y/N if Custom Clearence was pass.
- ccdate : char(10) - (NULL) - Custom Clearence Pass Date. Format "MM/DD/YYYY HH:MM:SS AM.
- cctime : char(5) - (NULL) - Custom Clearence Pass Time. (HH:MM) in 24 h format
- pq : char(1) - (NULL) - Y/N if PQ was pass.
- pqdate : char(10) - (NULL) - PQ Pass Date. Format "MM/DD/YYYY HH:MM:SS AM.
- pqtime : char(5) - (NULL) - PQ Pass Time. (HH:MM) in 24 h format.
- driver : char(50) - (NULL) - Driver that Pick Up in Airline.
- whdate : char(10) - (NULL) - In Warehouse Date. Format "MM/DD/YYYY HH:MM:SS AM.
- whtime : char(5) - (NULL) - In Warehouse Time. (HH:MM) in 24 h format.
- incw : char(500) - (NULL) - Master Incoming Weight.
- obs : char(500) - (NULL) - Observation.
Request Example
Body Example
Model
Response
Error status :
- 0 or 200 - Response OK.
- Other number and message that indicate error.
Response Example