I am using Amadeus Quick Connect (REST APIs) for flight search and pricing (Flight Offer Search / Flight Offer Price).
I have two different Office IDs (PCCs) in Amadeus.
My requirement is:
When I pass Office ID A, the API should return pricing from Office ID A
When I pass Office ID B, the API should return pricing from Office ID B
I am using Amadeus REST APIs, not SOAP.
I want to know:
Is it possible to pass
officeId(or PCC) as a parameter or header in Amadeus REST APIs to control pricing?Or do I need to create separate Amadeus API credentials (API Key / Secret) for each Office ID and switch credentials based on the Office ID?
how i can create separate Amadeus API credentials with specific office ID.
How does Amadeus Quick Connect determine which Office ID is used for pricing in REST APIs?
I checked the documentation but could not find a clear explanation for handling multiple Office IDs with REST.
Any clarification from someone who has implemented Amadeus Quick Connect with multiple PCCs would be appreciated.