4

I just got an XML for my PNR from Sabre which held two components:

  • ResBookDesigCode="X"
  • MarketingCabin="Y"
  • MarketingAirline Code="DL"/>
  • OperatingAirline Code="WA" CompanyShortName="KLM CITYHOPPER"/>

How can I figure out what fare am I suppose to use to determine the real cabin the PNR is on (economy, premium etc.)?

I am using a combination of airline+fare, but I'm not sure which one I'm suppose to use.

Should I use the marketing or Res/operated airline?

Ken Graham
  • 512
  • 1
  • 5
  • 17
Ishai Ankri
  • 175
  • 5

2 Answers2

4

The 'cabin' codes are fairly well standardized:

  • Y - Economy
  • W - Premium Economy
  • J/C - Business
  • F - First

But there are variations and special cases*. Though 100%, your Y cabin is economy.

Note, this is different from the fare code X which books into Y, as would M, N, Q etc.

*For example Etihad's The Residence. I do not know what code they use.

DTRT
  • 32,878
  • 1
  • 70
  • 112
3

If the marketing cabin is Y, then you're in economy.

You can also use the fact that Delta's "X" fare class is an economy class. It is unlikely to map to a business seat on another carrier.