'Sabre Revalidate Itinerary with Ancillaries

I'm currently working on the integration of the API to be able to search, confirm the price and book.

Currently we have a problem on the second step:

What I'm trying to get is to have a revalidate response having also all Ancillary and Baggage (hand and hold, also with a fee) to be able to create the page to show the information about the reservation.

I've tried to add the following (in a successfully request):

"TravelPreferences": {
        "AncillaryFees": {
            "Enable": true,
            "Summary": true
        },
      "TPA_Extensions": {
        "VerificationItinCallLogic": {
          "Value": "B"
        }
      }
    },

but I'm getting following error:

AIR EXTRAS SUMMARY REQUEST REQUIRES AT LEAST ONE GROUP CODE
Error during Processing

For the luggage, with this part

"Baggage": { "CarryOnInfo": true, "Description": true },

I'll get info about baggage but no prices.

Any idea?

Thank you!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source