flightswithpricing
query {
flightList(filter: {
timeInterval: {
start: "2020-10-28"
end: "2020-11-01"
}
}) {
status
startTime
endTime
startAirport {
code {
icao
iata
}
longitudeDec
latitudeDec
name
city
country
}
endAirport {
code {
icao
iata
}
longitudeDec
latitudeDec
name
city
country
}
acft {
registration
acftType {
iCAO
iATA
}
}
dist
flightRules
icaoType
isCommercial
isCnl
passengerList {
count
}
trip {
salesInfo
flightOrderNoFull
quoteRealization {
request {
status {
name
}
createdDate
nid
buyer {
client {
contact {
name
}
}
}
}
acft {
registration
},
price
currency
isSubcharter
legs {
adep {
code {
icao
}
}
ades {
code {
icao
}
}
}
providerPrice
providerCurrency
pricing {
taxPrices {
taxId
quantity
totalPrice
unitPrice
name
}
currency
aircraftPrices {
name
quantity
totalPrice
unitPrice
}
airportPrices {
name(airport_code: ICAO)
totalPrice
unitPrice
quantity
airport {
code {
icao
iata
}
}
}
}
}
}
}
}