功能
航班信息变更通知
基本信息
Item | Info |
---|---|
URL | /nsc/v1/chauffeur-order/flight-notice |
Method | POST |
Content-Type: | application/json |
接口签名规范
为保证通讯安全,Open NSC 侧会用和验签相同的加签方式(见 签名规范),对发送的请求进行签名。
Post body 格式
application/json
参数说明
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
f_category | no | string | 航班属性(0:国内-国内;1国内-国际;2国内-地区;3:地区-国际;4:国际-国际;5:未知) |
f_service | no | string | 航班服务类型(客运、货运) |
org_timezone | no | string | 出发地时区 |
dst_timezone | no | string | 目的地时区 |
flight_no | no | string | 航班号 |
flight_company | no | string | 航空公司名称 |
flight_depcode | no | string | 出发地机场三字码 |
flight_arrcode | no | string | 目的地机场三字码 |
flight_deptime_plan_date | no | string | 计划起飞时间(yyyy-mm-dd hh:mm:ss格式) |
flight_arrtime_plan_date | no | string | 计划到达时间(yyyy-mm-dd hh:mm:ss格式) |
flight_deptime_ready_date | no | string | 预计起飞时间(yyyy-mm-dd hh:mm:ss格式) |
flight_arrtime_ready_date | no | string | 预计到达时间(yyyy-mm-dd hh:mm:ss格式) |
flight_deptime_date | no | string | 实际起飞时间(yyyy-mm-dd hh:mm:ss格式) |
flight_arrtime_date | no | string | 实际到达时间(yyyy-mm-dd hh:mm:ss格式) |
flight_state | no | string | 航班状态(计划、延误、取消、备降、返航、起飞、到达、备降起飞、备降取消、备降到达、返航起飞、返航取消、返航到达、提前取消、失事、失联 ) |
flight_h_terminal | no | string | 候机楼(出发航站楼) |
flight_terminal | no | string | 接机楼(到达航站楼) |
share_flight_no | no | string | 共享航班号 (实际承运航班的航班号 ) |
stop_flag | no | integer | 经停标识(0:不经停;1:经停1次;2:经停2次;n:经停n次) |
share_flag | no | integer | 共享标识(0:不共享;1:共享) |
leg_flag | no | integer | 航段标识 (0计划航段 ;1因备降而产生的航段; 2因返航而产生的航段 ) |
flight_dep | no | string | 出发城市名 |
flight_arr | no | string | 到达城市名 |
alternate_info | no | string | 备降信息节点 |
alternate_status | no | string | 备降后状态 |
alternate_dep_city | no | string | 备降后出发机场名 |
alternate_arr_city | no | string | 备降后到达机场名 |
alternate_dep_airport | no | string | 备降后出发机场三字码 |
alternate_arr_airport | no | string | 备降后到达机场三字码 |
alternate_deptime_plan | no | string | 备降后计划起飞时间(yyyy-mm-dd hh-mm-ss格式) |
alternate_arrtime_plan | no | string | 备降后计划到达时间(yyyy-mm-dd hh-mm-ss格式) |
alternate_dep_time | no | string | 备降后实际起飞时间(yyyy-mm-dd hh-mm-ss格式) |
alternate_arr_time | no | string | 备降后实际到达时间(yyyy-mm-dd hh-mm-ss格式) |
flight_dep_airport | no | string | 出发机场名 |
flight_arr_airport | no | string | 到达机场名 |
flight_cancel_time | no | string | 航班取消时间(更新时间) |
接口返回信息
返回示例
{
"result_code": "success",
"request_id": "0a6f981aj9xvewih_23",
"server_time": 1510558306
}
返回参数说明
键 | 类型 | 是否必须 | 说明 |
---|---|---|---|
request_id | string | 是 | 见api规范 |
result_code | string | 是 | 见api规范 |
display_msg | string | 是 | 见api规范 |
server_time | long | 是 | 见api规范 |