Account Codes
Does Bargain Finder Max support account codes?
Yes, use the following XML request snippet:
<TravelerInfoSummary> <AirTravelerAvail> <PassengerTypeQuantity Code="ADT" Quantity="1"/> <PassengerTypeQuantity Code="CNN" Quantity="1"/> </AirTravelerAvail> <PriceRequestInformation> <AccountCode Code="IBM01"/> </PriceRequestInformation> </TravelerInfoSummary>
How can I request multiple account codes in a single Bargain Finder Max request?
You can request multiple account codes in the AccountCode Code attribute. Use the following XML snippet:
You can include up to 25 Account Codes, 25 Corporate IDs, or any combination up to 25 maximum per request.
<PriceRequestInformation> <AccountCode Code="STU10"/> <AccountCode Code="STU11"/> <AccountCode Code="STU12"/> <TPA_Extensions> </TPA_Extensions> <PriceRequestInformation>