Felipe Viana
Felipe Viana

Reputation: 21

How to add discount codes to the sabre bargain finder rest api request

How to add a corporate discount (up front discount) to the bargain finder rest api request?

OTA_AirLowFareSearchRQ

Thanks in advance.

Upvotes: 1

Views: 419

Answers (1)

Bruno
Bruno

Reputation: 865

Corporate codes can be added in the following path

OTA_AirLowFareSearchRQ.TravelPreferences.TPA_Extensions.FlexibleFares.FareParameters.CorporateID.Code

BFM documentation can be found here: https://developer.sabre.com/docs/read/rest_apis/air/search/bargain_finder_max

Upvotes: 2

Related Questions