Enable customers to reschedule their itinerary or change the passenger information.

  • Use API “SubmitChange” to submit the modification, itinerary and the passenger information are allowed to change. The “changeType”, the “changeReason” and the “updatedSegments” should be same in one changing process. Multiple submission operations are necessary if different cusomters have different changing needs.
  • Use API “ConfirmChange” to confirm the modification, and proceed with payment if needed.
  • Use API “CancelChange” to cancel the modification, invoked before API “ConfirmChange” if necessary.
  • Use API “GetChangeDetail” to get the detailed information for rescheduling, invoked after API “ConfirmChange” if necessary.
  • Use API “UploadPassport” to upload passenger passport file, invoked after API “SubmitChange” if necessary.

Notes
If no operation is carried out within 30 minutes after being in the “PENDING_CONFIRMATION” status, it will be automatically cancelled and the status will change to “TIMED_OUT”.

Change Status Flowchart


Author:SunKang  Create time:2024-11-18 17:25
Last editor:SunKang  Update time:2025-04-22 14:25