Reschedule-Reject order

  • Purpose: Request when rescheduling is not possible or manual quotation is not possible
  • Request: POST
  • Encryption: No

Request

Parameter Name Type Required Description
requestId string Request ID; unique for each call, 32 bits in length
remark string Remarks information; remarks information to aerohub
changeOrderNo string AeroHub’s rescheduled order number
reason string Reason for order rejection; only the following content is supported
MAP options
NO_RESCHEDULE: No rescheduling allowed,
NO_SEATS_AVAILABLE: There are no seats on the selected flight,
NO_PASSENGER_INFO_CHANGE: Airlines are not allowed to modify passenger information.
PRICE_CHANGE: price change,
TOO_MANY_ERRORS: Too many errors cannot be changed,
PASSPORT_MISMATCH: The changed information does not match the passport,
NO_CHANGE_REQUIRED: No changes are required and boarding will not be affected.
CHANGE_NOT_ALLOWED: The airline does not allow modification of information,
REMARKS_MISMATCH_ERROR: The remark content is inconsistent with the submitted requirements, please reconfirm the selected flight.
UPCOMING_FLIGHT: Upcoming flights cannot be changed,
NO_FLIGHT_AVAILABLE: There are no flights available for the selected date.
INSUFFICIENT_TIME: Insufficient flight change time, involuntary change is not possible,
REMARK_MISMATCH: The remark content is inconsistent with the submission

Sample Request

{
  "requestId": "PcrNq8964iFUkE0CyVV4eDgSFX",
  "remark": "",
  "changeOrderNo": "C20250231211625359",
  "reason": "TOO_MANY_ERRORS"
}

Response

Parameter Name Type Required Description
code int code; 200 indicates success, others indicate failure.
msg string Message; error message, code is not equal to 200 and error message returned

Response Example

Example

{
  "code": 200,
  "msg": "Success"
}
Author:AeroHub  Create time:2026-09-23 17:34
Last editor:AeroHub  Update time:2026-09-23 18:00