事件通知
当 Atlas 检测到邮件航变、API 航变或未对账取消等订单级事件时发送的 webhook 事件。
Last updated
Was this helpful?
当 Atlas 检测到邮件航变、API 航变或未对账取消等订单级事件时发送的 webhook 事件。
Last updated
Was this helpful?
Was this helpful?
{
"cid": "XXXXXXXX",
"url": "https://xxx.com/xxxx"
}{
"cid":"xxxxxxxxxx",
"type":"email.schedulechange",
"notificationId":"20230323113246035DNIDD",
"status":0,
"data":{
"orderNo":"TESTS20230323103458265",
"emailSubject":"IMPORTANT: Flight delay notice. Confirmation Code KDK7QG",
"emailLink":"https://theatlas/#/email-detail/4378270"
}
}{
"cid": "xxxxxxxxxx",
"data": {
"orderNo": "XCEWF20221203094515954",
"previousSegs": [],
"revisedSegs": [],
"scheduleChangeType": 1
},
"notificationId": "20230424050252711WZDMB",
"status": 0,
"type": "order.schedulechange"
}{
"cid": "xxxxxxxxxx",
"data": {
"orderNo": "RQWUV20230617185232880",
"vendorRefundInformation": "FULLY"
},
"notificationId": "20230906014000568DRLNX",
"status": 0,
"type": "abnormal.cancelled"
}