POST api/Flight/GetFligthDataByFliNum

获取航班数据:按航班号+日期方式查询(航段为空)

Request Information

URI Parameters

None.

Body Parameters

条件列表

FlightRequestByFliNumCondition
NameDescriptionTypeAdditional information
fnum

航班号

string

Required

date

航班日期

date

Required

Request Formats

application/json, text/json

Sample:
{
  "fnum": "sample string 1",
  "date": "2025-05-24T22:57:23.546628+08:00"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'FlightRequestByFliNumCondition'.

Response Information

Resource Description

返回航班数据

Object

None.

Response Formats

application/json, text/json

Sample:
{}