Getting error : "error": "flightno must only be numeric"

Hi Team ,

Can you share a sample flight number and just let me know how can i get the flightno for a specific flight .
Because when i pass flightno= MH150 to the AirlineFlightSchedules i get flightno must only be numeric. i believe it does not accept alphanumeric values .

Please suggest

AirlineFlightSchedules accepts the airline fleet code and flight number as two separate parameters. This means you’d pass both airline=MH and flightno=150 to make your query.

Thanks for the clarification