Questions about AirlineFlightSchedules

Hey Everyone,

I have a question about using AirlineFlightSchedules, if I were to request an airline schedule from a specific start date to end date, how much queries would it take up? Just one or more?

Such as if I was to request that data once in URL, would it count only one query? or more?

Thanks!

You are billed one “request” for up to 15 flight records returned by any API.

By default, all FlightXML methods only allow you to request a howMany of up to 15, however you can call SetMaximumResultSize to enable larger values if you consent to being billed an additional “request” for each additional set of 15 results.