How to find Qantas domestic booking class?

Status
Not open for further replies.

travelislife

Established Member
Joined
Feb 9, 2011
Posts
2,384
I did a search for this but couldn't find any current threads only closed old ones.

How do I find out the Qantas domestic booking class through the online engine? Particularly when I have multiple connecting flights (often it will only show the "name type" of the first flight).

I am very close to QF Gold (which I never thought I would be this membership year!) and thus am trying to calculate my status credits.

Any help is greatly appreciated.
 
You don't need to know the booking class - for SCs on domestic flights, Red E-Deals earn at discount Y, Flexi Saver and Full Flex earn at full Y (and J earns at J, obviously).
 
But sometimes the first flight may be listed as 'red-e-deal' but the second connecting flight may in fact be flexi saver except it doesn't tell you if it is or isn't. Maybe I just don't trust it enough! I am going to be calculating to the exact status credit so want to get it right!
 
Capture.JPG


var mileageRequest = this.earnPointsConnectorUrl;
mileageRequest += "&REQUEST_ID="+this.earnPointsRequest_Id;
mileageRequest += "&SECTORS=MEL/SYD-SYD/CBR,CBR/SYD-SYD/MEL";
mileageRequest += "&SEGMENT_ID=1-2,3-4";
mileageRequest += "&FLIGHT_NUMBERS=400-787,562-463";
mileageRequest += "&AIRLINE_CODES=QF-QF,QF-QF";
mileageRequest += "&OPERATING_CODES=*-*,*-*";
mileageRequest += "&NB_STOPS=0-0,0-0";
mileageRequest += "&CLASSES=S-Q,Q-V";
mileageRequest += "&FQTV_NUMBER_LIST=*";
mileageRequest += "&DATES=200320120600/200320120725-200320120820/200320120915,200320121655/200320121750-200320121830/200320122005";
return mileageRequest;
};

In this example:
QF400 = S
QF787 = Q
QF562 = Q
QF463 = V
 
Read our AFF credit card guides and start earning more points now.

AFF Supporters can remove this and all advertisements

Thanks guys, Oneworldplus2, that is after you have made the booking though, I know you can see it then but that isn't much help, I need to know before the booking is made!

How did you find that text anchew?
 
Use firefox.
Firefox>Tools>Web Developer>Page Source or CMD U on Apple.

I just wish airlines would make it easier for pax to see their booking bucket at all stages.

Here is a cut and paste. You just have to match up the flights from the list that QF provides.

First 2 flights on a SYD-PER search below
theRecommandation.addPassenger('ADT', 239.0);
theRecommandation.setData('AUAURED1JQ');
this.addRecommandation( theRecommandation );
var theRecommandation = new Recommandation(2, 279.0);
theRecommandation.addClasse('Q');

theRecommandation.addPassenger('ADT', 279.0);
theRecommandation.setData('AUAURED1JQ');
this.addRecommandation( theRecommandation);
var theRecommandation = new Recommandation(3, 379.01);
theRecommandation.addClasse('S');
 
Last edited:
Thanks guys, Oneworldplus2, that is after you have made the booking though, I know you can see it then but that isn't much help, I need to know before the booking is made!

How did you find that text anchew?
Read the thread linked to in anchew's post, it's all explained there. I have even written a script to present the punter with the booking classes before thay finalise the booking:
 
Status
Not open for further replies.

Become an AFF member!

Join Australian Frequent Flyer (AFF) for free and unlock insider tips, exclusive deals, and global meetups with 65,000+ frequent flyers.

AFF members can also access our Frequent Flyer Training courses, and upgrade to Fast-track your way to expert traveller status and unlock even more exclusive discounts!

AFF forum abbreviations

Wondering about Y, J or any of the other abbreviations used on our forum?

Check out our guide to common AFF acronyms & abbreviations.
Back
Top