Wookieepedia
Travel - Event Sync Service – Processes Data received from ENS
On the Lenos end – it is very important to setup the list of Destination Airports before the Integration starts.
 
Programs-> Administration -> Campaign Details
The Lenos Event Sync uses the retrieved PNRID to look up the Sabre API and fetch and update the Itinerary information.
 
Itinerary
The itinerary response is only for Registrants. Lenos will process this response and insert/update/delete the itinerary based on the change for the identified Registrant.
Itinerary object members
int AttendeeID
string PassengerRecordNumber
string TicketNumber
string SpecialTravelNeeds
leg[] legs;
changeInfo ChangeInfo (New, Update, Delete, Refresh)
 
Leg object members
int legID
string flightNumber
string airlineRecordLocator
System.DateTime departureDate
string departureTime
System.DateTime arrivialDate
string arrivalTime
LegType legType (Arrival, Departure)
string airline
string departureAirport
string arrivialAirport
Sample Sabre Integrated Travel itinerary
 
Travel reports -> Complete itinerary
This site is in preview mode.