Name | Description | Type | Additional information |
---|---|---|---|
Carrier |
航空公司2字码 |
string |
Required String length: inclusive between 0 and 2 |
DepartureAirport |
出发机场三字码 |
string |
Required String length: inclusive between 0 and 3 |
ArrivalAirport |
到达机场三字码 |
string |
Required String length: inclusive between 0 and 3 |
DepartureDate |
出发日期时间 |
date |
None. |
ArrivalDate |
到达日期时间 |
date |
None. |
FlightNo |
航班号 |
string |
Required String length: inclusive between 0 and 7 |
StopTimes |
经停次数 |
integer |
None. |
CodeShare |
是否为共享航班 |
boolean |
None. |
ShareToFlightNo |
主飞航班号 |
string |
String length: inclusive between 0 and 7 |
Meal |
餐食 |
string |
String length: inclusive between 0 and 7 |
PlaneType |
机型 |
string |
String length: inclusive between 0 and 7 |
DepartureTerminal |
出发航站楼 |
string |
String length: inclusive between 0 and 4 |
ArrivalTerminal |
到达航站楼 |
string |
String length: inclusive between 0 and 4 |
SotaCabins |
舱位列表集合 |
Collection of SpeedPower.Utility.Models.Service.Crawls.Service.SotaCabinBody |
Required |
SotaStops |
经停集合列表 |
Collection of SpeedPower.Utility.Models.Service.Crawls.Service.SotaStopBody |
None. |