2024.11.18
Add interface related to rescheduling process
- Add SubmitChange API
- Add ConfirmChange API
- Add CancelChange API
- Add GetChangeDetail API
- Add UploadPassport API
2024.09.10
Add interface related to cancellation process
- Add SubmitCancellation API
- Add ConfirmCancellation API
- Add CancelCancellation API
- Add GetCancellationDetail API
- Add ReceiveCancellationNotify API
2024.07.26
Add NoticeFlightChange API.
2024.07.24
Add the fields “journeyType” and “segmentNo” under the “freeBagInfoList” node in the returned result of the GetAvailability and AirPricing interface.
2024.06.25
Added a status code 1999 at GetSSRAvailability endpoint which stands for returning an empty result.
2024.04.10
Added parameters for account credentials returned in the GetBookingDetail. In case the airline requires the account credentials to manage the booking, the account ID and password are provided.
- In the response results,
accountName
andaccountPass
are added in thetickets
object
2024.02.26
Added return information for bundles, cancellation and change rules, and free baggage.
GetAvailability
API
- In the response results,
bundleId
andruleId
are added at the same level as the originalfaretypecode
- In the response results,
rules
andbundles
are added at the same level as the originalroutings
AirPricing
API
- In the response results,
bundleId
andruleId
are added at the same level as the originalfaretypecode
- In the response results,
rules
andbundles
are added at the same level as the originalroutings
Last editor:SunKang Update time:2025-04-22 14:25