Rescheduled - Locked
- Purpose: When the rescheduling notification interface pushes noticeType=confirm, the supplier needs to request this interface to complete the order lock when submitting the reschedule to the airline. The locked order will not allow AeroHub to cancel the rescheduling action.
- Request:
POST - Encryption:
No
Request
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| requestId | string |
✅ | Request ID; unique for each call, 32 bits in length |
| remark | string |
⬜ | Notes to aerohub |
| changeOrderNo | string |
✅ | AeroHub’s rescheduled order number |
Sample Request
{
"requestId": "PcrNq8964iFUkE0CyVV4eDgSFX",
"remark": "",
"changeOrderNo": "C20250231211625359"
}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
Last editor:AeroHub Update time:2026-09-23 18:00