航变通知
当 Atlas 收到已确认的航班时刻变更或取消信息时发送的 webhook 事件。
Last updated
Was this helpful?
当 Atlas 收到已确认的航班时刻变更或取消信息时发送的 webhook 事件。
Last updated
Was this helpful?
Was this helpful?
{
"cid": "XXXXXXX",
"notificationId": "20230917143240511TATVO",
"status": 0,
"type": "order.schedulechange",
"data": {
"orderNo": "ATXFQ20230720193244809",
"scheduleChangeType": 1,
"previousSegs": [],
"revisedSegs": [],
"originalSegs": []
}
}{
"cid": "XXXXXXX",
"notificationId": "20230917143240511TATVO",
"status": 0,
"type": "order.schedulechange",
"data": {
"orderNo": "ATXFQ20230720193244809",
"scheduleChangeType": 1,
"previousSegs": [
{
"arrAirport": "SGN",
"arrTerminal": "",
"arrTime": "2023-07-24 21:30:00",
"carrier": "VJ",
"codeShare": false,
"depAirport": "HKG",
"depTerminal": "",
"depTime": "2023-07-24 19:50:00",
"flightNumber": "VJ877",
"direction": 1
}
],
"revisedSegs": [
{
"arrAirport": "SGN",
"arrTerminal": "",
"arrTime": "2023-07-24 21:30:00",
"carrier": "VJ",
"codeShare": false,
"depAirport": "HKG",
"depTerminal": "",
"depTime": "2023-07-24 19:50:00",
"flightNumber": "VJ877",
"direction": 1
}
],
"originalSegs": [
{
"arrAirport": "SGN",
"arrTerminal": "",
"arrTime": "2023-07-24 21:30:00",
"carrier": "VJ",
"codeShare": false,
"depAirport": "HKG",
"depTerminal": "",
"depTime": "2023-07-24 19:50:00",
"flightNumber": "VJ877",
"direction": 1
}
]
}
}