The AirDocIssue is an after-booking service by an API that allows generating the ticket for a flight booking that has already been made. To successfully generate the tickets, need two parameters OrderID and GDS reference ID.
Once you have provided the Order ID and GDS Booking Reference as parameters to the AirDocIssue endpoint, the API will attempt to generate the ticket. If the ticket generation is successful, the API will return the ticket document details, which may include information such as the passenger’s name, flight details, fare information, ticketing details.
Note: GDS-Global Distribution System.
Schema
-
Name: Provide the name for the request. This is a String value.
-
ReferenceVersion: Provide the version number. This is a Numeric value.
-
Travel Agency Sender:
-
Name: Provide the name for the request. This is a String value.
-
IATA Number: Provide the IATA number for the request. This is a String value.
-
Agency ID: Provide the agency ID for the request. This is a String value.
-
Contacts: This is an Array.
- EmailContact: Provide the email contact for the request. This is a String value.
-
-
OrderID: This is the unique identifier that is typically provided by the airline at the time of booking. This is the required field, and the value will be String.
-
GdsBookingReference: This is the code that is used by GDS to identify the booking. The GDS booking references are typically provided by the airlines at the time of booking. This is the required field, and the value will be the String.
Order
The Order
section provides details about the booking order and its status.
-
OrderID: Unique identifier for the booking order.
-
GdsBookingReference: The Global Distribution System (GDS) booking reference.
-
NeedToTicket: Indicates if ticket issuance is required.
"Y"
: Ticket needs to be issued."N"
: No ticket issuance required.
-
OfferID: Unique identifier for the Air Itinerary.
-
Owner: Airline code of the offer provider.
-
OwnerName: Airline name.
-
TicketType: Type of ticket (e.g., Single, Round-trip).
-
IsBrandedFare: Indicates if the fare is part of a branded fare category.
-
BrandedFareOptions - List of branded fare options available for the booking (Array).
-
CabinOptions - List of available cabin options (Array).
-
IsAdditionalCabinType - Indicates whether an additional cabin type is available.
-
Eticket: Specifies if the ticket is electronic.
-
AllowHold: Indicates if the booking can be put on hold(e.g.,
Y
orN
). -
TimeLimits: Defines expiration times for the offer.
- OfferExpirationDateTime: Time when the offer expires.
-
BookingCurrencyCode: Currency code used for booking.
-
EquivCurrencyCode : Requested Currency code for booking.
-
BookingFeeInfo : Additional transaction fees.
- FeeType : Type of the transaction fee applied.
- BookingCurrencyPrice: BookingFee Amount in the booking currency.
- EquivCurrencyPrice: BookingFee Amount in the equivalent currency.
-
TotalPrice: Total price breakdown(Base+Tax).
- BookingCurrencyPrice: Total price in the booking currency.
- EquivCurrencyPrice: Total price in the equivalent currency.
-
BasePrice: Base fare excluding taxes.
- BookingCurrencyPrice: Base price in the booking currency.
- EquivCurrencyPrice: Base price in the equivalent currency.
-
TaxPrice: Tax fare from the airline
- BookingCurrencyPrice: Tax price in the booking currency.
- EquivCurrencyPrice: Tax price in the equivalent currency.
-
Commission: commission details.
- AgencyCommission : The commission given for the agency
- BookingCurrencyPrice:commission in the booking currency.
- EquivCurrencyPrice: commission in the equivalent currency.
- AgencyYqCommission : : The commission given for the YQ tax fare.
- BookingCurrencyPrice: commission in the booking currency.
- EquivCurrencyPrice: commission in the equivalent currency.
- AgencyCommission : The commission given for the agency
-
PortalCharges : Defines additional charges applied to the booking(Portal level).
- Markup: Extra charges added to the booking..
- BookingCurrencyPrice: Markup amount in the booking currency.
- EquivCurrencyPrice: Markup amount in the equivalent currency.
- Surcharge: Additional service fees.
- BookingCurrencyPrice: Surcharge in the booking currency.
- EquivCurrencyPrice:Surcharge in the equivalent currency.
- Discount: Reduction in ticket price, either as a percentage or fixed amount.
- BookingCurrencyPrice: Discount Amount in the booking currency.
- EquivCurrencyPrice: Discount Amount in the equivalent currency.
- Markup: Extra charges added to the booking..
-
AgentMarkupInfo : The amount given in the Booking Process.
- OnflyMarkup: Represents markup charges applied to the booking.
- BookingCurrencyPrice: The price in the booking currency.
- EquivCurrencyPrice: The price in the requested currency.
- OnflyDiscount: Discounts applied on the booking.
- BookingCurrencyPrice: Discount in booking currency.
- EquivCurrencyPrice: Discount in requested currency.
- OnflyHst: Harmonized Sales Tax (HST) applied.
- BookingCurrencyPrice: Tax amount in booking currency.
- EquivCurrencyPrice: Tax amount in requested currency.
- PromoDiscount: Promo discount details.
- BookingCurrencyPrice: Promo discount in booking currency.
- EquivCurrencyPrice: Promo discount in requested currency.
- PromoCode: The applied promotional code (if any).
- OnflyMarkup: Represents markup charges applied to the booking.
-
Penalty: Fees for changes or cancellations.
- ChangeFee:Represents the fee charged for modifying a booking.
- Before: Change fee applicable before the specified deadline.
- BookingCurrencyPrice: Change fee in the booking currency. (
NA
means no fee specified) - EquivCurrencyPrice: Change fee in the equivalent currency.(
NA
means no fee specified)
- BookingCurrencyPrice: Change fee in the booking currency. (
- After:Change fee applicable after the specified deadline.
- BookingCurrencyPrice: Change fee in the booking currency.(
NA
means no fee specified) - EquivCurrencyPrice: Change fee in the equivalent currency. (
NA
means no fee specified)
- BookingCurrencyPrice: Change fee in the booking currency.(
- Before: Change fee applicable before the specified deadline.
- CancelationFee: Represents the fee charged for cancelling a booking.
- Before: Cancellation fee applicable before the specified deadline.
- BookingCurrencyPrice: Cancellation fee in the booking currency. (
NA
means no fee specified) - EquivCurrencyPrice: Cancellation fee in the equivalent currency.(
NA
means no fee specified)
- BookingCurrencyPrice: Cancellation fee in the booking currency. (
- After: Cancellation fee applicable after the specified deadline.
- BookingCurrencyPrice: Cancellation fee in the booking currency.(
NA
means no fee specified) - EquivCurrencyPrice: Cancellation fee in the equivalent currency. (
NA
means no fee specified)
- BookingCurrencyPrice: Cancellation fee in the booking currency.(
- Before: Cancellation fee applicable before the specified deadline.
- ChangeFee:Represents the fee charged for modifying a booking.
-
OfferItem: Contains pricing and service details.
- OfferItemID: Unique identifier for the offer item.
- Refundable: Indicates whether the offer is refundable (
true
orfalse
). - PassengerType: Passenger type (e.g.,
ADT
for adult,CHD
for child). - PassengerQuantity: Number of passengers for this offer.
- TotalPriceDetail: Contains total price details of the offer.
- TotalAmount: Total amount including all charges.
- BookingCurrencyPrice: Price in booking currency.
- EquivCurrencyPrice: Price in equivalent currency.
- TotalAmount: Total amount including all charges.
- Service: List of additional services linked to the offer.
- ServiceID: Unique identifier for the service.
- PassengerRefs: References the passenger receiving the service.
- FlightRefs: References the flight linked to this service.where you can find the flight details from the FlightList by mapping this FlightRefs Key.
-
FareDetail: Contains price breakdown, taxes, and commissions.
- PassengerRefs: References the passenger for the fare details.
- Price: Price details.
- TotalAmount: Total amount including all charges.
- BookingCurrencyPrice: Price in booking currency.
- EquivCurrencyPrice: Price in equivalent currency.
- BaseAmount: The base fare price.
- BookingCurrencyPrice: Price in booking currency.
- EquivCurrencyPrice: Price in equivalent currency.
- TaxAmount: Total taxes applied.
- BookingCurrencyPrice: Tax price in booking currency.
- EquivCurrencyPrice: Tax price in equivalent currency.
- Commission: Commission details.
- AgencyCommission: Agency commission details.
- BookingCurrencyPrice: Commission amount in booking currency.
- EquivCurrencyPrice: Commission amount in equivalent currency.
- AgencyYqCommission: Additional agency commission.
- BookingCurrencyPrice: Commission amount in booking currency.
- EquivCurrencyPrice: Commission amount in equivalent currency.
- AgencyCommission: Agency commission details.
- BookingFee: Additional transaction fees.
- BookingCurrencyPrice: Fee amount in booking currency.
- EquivCurrencyPrice: Fee amount in equivalent currency.
- PortalCharges: Defines additional charges applied to the booking(portal level).
- Markup: Extra charges added to the booking.
- BookingCurrencyPrice: Markup amount in booking currency.
- EquivCurrencyPrice: Markup amount in equivalent currency.
- Surcharge: Additional service fees.
- BookingCurrencyPrice: Surcharge amount in booking currency.
- EquivCurrencyPrice: Surcharge amount in equivalent currency.
- Discount: Price reductions applied.
- BookingCurrencyPrice: Discount amount in booking currency.
- EquivCurrencyPrice: Discount amount in equivalent currency.
- Markup: Extra charges added to the booking.
- TotalAmount: Total amount including all charges.
-
Taxes: List of individual taxes applied.
- TaxCode: Code identifying the type of tax.
- BookingCurrencyPrice: Tax amount in booking currency.
- EquivCurrencyPrice: Tax amount in equivalent currency.
-
FareComponent: Describes the fare class, booking class, and cabin type for each segment.
- PriceClassRef: References the price class.
- SegmentRefs: References flight segments.
- FareBasis: Details about fare basis codes
- FareBasisCode: Code representing the fare basis.
- Refs: Reference codes. where you can see the details in FareList by mapping this code
- Code: Fare basis code for each code.
- RBD: Reservation booking designator.This code is used to identify the specific booking class of a flight
- CabinType: Cabin class (e.g.,
Y: ECONOMY
,S: PREM ECONOMY
,C: BUSINESS
,D: PREMBUSINESS
,F: FIRSTCLASS
, andP: PREMFIRSTCLASS
). - SeatLeft: Number of available seats.
- FareBasisCode: Code representing the fare basis.
-
OfferItemID - Unique identifier for each service offer item.
-
Service - Contains passenger and segment references.
- PassengerRefs: Identifies the passenger eligible for the service.
- SegmentRefs: Identifies the flight segment applicable to the service.
-
Price - Contains pricing details for the service.
- Total: Total amount including all charges.
- BookingCurrencyPrice: Price in booking currency.
- EquivCurrencyPrice: Price in equivalent currency.
- Base: The base fare price.
- BookingCurrencyPrice: Price in booking currency.
- EquivCurrencyPrice: Price in equivalent currency.
- Tax: Total taxes applied.
- BookingCurrencyPrice: Tax price in booking currency.
- EquivCurrencyPrice: Tax price in equivalent currency.
- Total: Total amount including all charges.
-
ServiceDefinitionRef - Reference to the service definition, linking the offer item to a specific service type (e.g., baggage, seat selection).
-
DataLists - Contains structured lists of relevant entities.
-
PassengerList - List of Passenger details
-
Passengers - contains the passengers details(Array of objects)
- PassengerID: Unique identifier for the passenger.
- PTC: Passenger Type Code.
- OnflyMarkup: Markup amount applied.
- OnflyDiscount: Discount amount applied.
- BirthDate: Passenger’s date of birth.
- NameTitle: Title of the passenger (Mr/Ms/etc.).
- FirstName: First name.
- MiddleName: Middle name (if any).
- LastName: Last name.
- Gender: Passenger’s gender.
- TravelDocument Passport details of the passenger(Array of objects)
- DocumentNumber: Passport or travel document number.
- DocumentType: Type of travel document (e.g., Passport “P”).
- ExpiryDate: Expiration date of the document.
- IssuingCountry: Country that issued the document.
- ContactInfoRef: Reference to the contact information.
- attributes: Additional attributes related to the passenger.
DisclosureList
- Disclosures: An array containing disclosure-related information (empty in this response).
FareList
-
FareGroup (Array of objects)
- FareGroupRef: Reference to the fare group.
- FareCode: Code representing the fare.
- FareBasisCode: Basis code for the fare.
-
FlightSegmentList: Contains a list of flight segments.
- FlightSegment: Array of individual flight segment details.
- SegmentKey: Unique identifier for the flight segment.
- Departure: Contains details of the departure location and time.
- AirportCode: IATA code of the departure airport.
- Date: Departure date in
YYYY-MM-DD
format. - Time: Departure time in
HH:MM:SS
format. - AirportName: Full name of the departure airport.
- Terminal: Terminal details.
- Name: Terminal number (if applicable).
- Arrival: Contains details of the arrival location and time.
- AirportCode: IATA code of the arrival airport.
- Date: Arrival date in
YYYY-MM-DD
format. - Time: Arrival time in
HH:MM:SS
format. - AirportName: Full name of the arrival airport.
- Terminal: Terminal details.
- Name: Terminal name or number (if applicable).
- MarketingCarrier: The airline that sells the flight.
- AirlineID: Airline IATA code.
- Name: Name of the airline.
- FlightNumber: The flight number assigned by the marketing carrier.
- OperatingCarrier: The airline that actually operates the flight.
- AirlineID: Airline IATA code.
- Name: Name of the airline.
- FlightNumber: The flight number assigned by the operating carrier.
- Equipment: Aircraft information.
- AircraftCode: Aircraft type code.
- Name: Aircraft model name.
- Code: Additional flight segment-related codes.
- MarriageGroup: Grouping information for married flight segments.
- FlightDetail: Additional flight-related details.
- FlightDuration: Total flight duration.
- Value: Duration in
H M
format.
- Value: Duration in
- Stops: Number of stops in the flight segment.
- Value: Number of stops.
- InterMediate: List of intermediate stops (if applicable).
- AirMilesFlown: Total miles flown for the segment.
- FlightDuration: Total flight duration.
- BrandId: Brand associated with the flight segment.
- FlightSegment: Array of individual flight segment details.
-
FlightList: Lists complete flight journeys.
- FlightKey: Identifier for the flight.
- Journey: Total time and number of stops.
- SegmentReferences: List of segments that form the journey.
-
OriginDestinationList: Defines the travel routes.
- OriginDestination: Origin and destination pair.
- OriginDestinationKey: Unique key for the origin-destination pair.
- DepartureCode: IATA airport code for departure.
- ArrivalCode: IATA airport code for arrival.
- FlightReferences: Flights available for this route.
- OriginDestination: Origin and destination pair.
-
PriceClassList: Lists price classes.
- PriceClass: Defines pricing categories.
- PriceClassID: Unique identifier for the price class.
- Name: Name of the price class.
- Code: Code associated with the price class.
- PriceClass: Defines pricing categories.
-
BaggageAllowanceList: Contains baggage allowance details.
- BaggageAllowance: Baggage policy for a segment.
- BaggageAllowanceID: Unique ID for baggage rule.
- BaggageCategory: Type of baggage (e.g., Checked).
- AllowanceDescription: Explanation of baggage allowance.
- PieceAllowance: Number of baggage pieces allowed.
- BaggageAllowance: Baggage policy for a segment.
-
FopList - (Form of Payment List)
-
CC (Credit Card)
- Allowed: Whether credit cards are allowed (Y/N).
- Types
- AX, MC, VI, etc.: Different credit card types.
- F: Booking currency price.
- P: Payment amount.
- AX, MC, VI, etc.: Different credit card types.
-
DC (Debit Card)
- Allowed: Whether debit cards are allowed.
- Types
- MC, VI, RU, etc.: Different debit card types.
- F: Booking currency price.
- P: Payment amount.
- MC, VI, RU, etc.: Different debit card types.
-
CASH: Whether cash payment is allowed.
-
CHEQUE: Whether cheque payment is allowed.
-
ACH: Whether ACH (Automated Clearing House) payment is allowed.
-
PG: Whether payment gateway is allowed.
-
FopKey: Unique identifier for the form of payment.
-
TicketDocInfos - Contains details about ticket documents.
- TicketDocInfo - Array of objects containing ticket information.
- TicketDocument - Object containing ticket document details.
- TicketDocNbr - The unique ticket document number.
- Type - The type of ticket document (e.g., “TKT”).
- PassengerReference - The reference ID of the passenger associated with the ticket.
- GdsBookingReference - The booking reference number from the Global Distribution System (GDS).
- TicketDocument - Object containing ticket document details.
- TicketDocInfo - Array of objects containing ticket information.
MetaData
- MetaData: Reserved for additional metadata (currently empty).
Request URL
curl --location --request POST 'https://newapi.tltid.com/AirDocIssue' \
--header 'Authorization: <YOUR_ACCESS_TOKEN>' \
Request Body Sample
{
"AirDocIssueRQ": {
"Document": {
"Name": "kathir",
"ReferenceVersion": "1.0"
},
"Party": {
"Sender": {
"TravelAgencySender": {
"Name": "kathir",
"IATA_Number": "",
"AgencyID": "",
"Contacts": {
"Contact": [
{
"EmailContact": "pst@claritytts.com"
}
]
}
}
}
},
"Query": {
"OrderID": "NXDX03YD",
"GdsBookingReference": [
"OUYAMD"
]
}
}
}
Response Sample
{
"OrderViewRS": {
"Document": {
"Name": "API GATEWAY",
"ReferenceVersion": "1.2"
},
"Party": {
"Sender": {
"TravelAgencySender": {
"Name": "Lucky Travels",
"IATA_Number": "",
"AgencyID": "",
"Contacts": {
"Contact": [
{
"EmailContact": "pst@claritytts.com"
}
]
}
}
}
},
"ShoppingResponseId": "1678755966624342575",
"Success": {},
"Order": [
{
"OrderID": "NXDX03YD",
"GdsBookingReference": "OUYAMD",
"NeedToTicket": "N",
"OfferID": "137211722101678755969700164569",
"Owner": "PD",
"OwnerName": "Porter Airlines",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-14T03:08:45"
},
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 482.14,
"EquivCurrencyPrice": 482.14
},
"BasePrice": {
"BookingCurrencyPrice": 365.44,
"EquivCurrencyPrice": 365.44
},
"TaxPrice": {
"BookingCurrencyPrice": 116.7,
"EquivCurrencyPrice": 116.7
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"AgentMarkupInfo": {
"OnflyMarkup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"OnflyDiscount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"OnflyHst": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PromoDiscount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0,
"PromoCode": ""
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"PaxSeatInfo": [],
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "0",
"PassengerType": "ADT",
"PassengerQuantity": 2,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 482.14,
"EquivCurrencyPrice": 482.14
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1 ADT2",
"FlightRefs": "Flight1"
}
],
"FareDetail": {
"PassengerRefs": "ADT1 ADT2",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 482.14,
"EquivCurrencyPrice": 482.14
},
"BaseAmount": {
"BookingCurrencyPrice": 365.44,
"EquivCurrencyPrice": 365.44
},
"TaxAmount": {
"BookingCurrencyPrice": 116.7,
"EquivCurrencyPrice": 116.7
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "RC",
"BookingCurrencyPrice": 32.46,
"EquivCurrencyPrice": 32.46
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 70,
"EquivCurrencyPrice": 70
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 14.24,
"EquivCurrencyPrice": 14.24
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment1",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1",
"Code": "V21NBSCCORP"
},
"RBD": "V",
"CabinType": "Y",
"SeatLeft": "7"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment1",
"PassengerRefs": "ADT1 ADT2",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "137211722101678755969700164569",
"MultipleFop": "N",
"MaxCardsPerPax": 0,
"MaxCardsPerPaxInMFOP": 0
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_429_0_1172_0_ALL_PRI"
}
],
"DataLists": {
"PassengerList": {
"Passengers": [
{
"attributes": {
"PassengerID": "ADT1"
},
"PassengerID": "ADT1",
"PTC": "ADT",
"BirthDate": "1996-03-15",
"NameTitle": "Mr",
"FirstName": "LEBRON",
"MiddleName": "",
"LastName": "JAMES",
"Gender": "Male",
"TravelDocument": {
"DocumentNumber": "",
"ExpiryDate": "2001-01-01",
"IssuingCountry": "",
"DocumentType": "P"
},
"Preference": {
"WheelChairPreference": {
"Reason": ""
},
"SeatPreference": "any"
},
"LoyaltyProgramAccount": [],
"ContactInfoRef": "CTC1"
},
{
"attributes": {
"PassengerID": "ADT2"
},
"PassengerID": "ADT2",
"PTC": "ADT",
"BirthDate": "1999-03-15",
"NameTitle": "Mr",
"FirstName": "Downey",
"MiddleName": "",
"LastName": "Junior",
"Gender": "Male",
"TravelDocument": {
"DocumentNumber": "",
"ExpiryDate": "2001-01-01",
"IssuingCountry": "",
"DocumentType": "P"
},
"Preference": {
"WheelChairPreference": {
"Reason": ""
},
"SeatPreference": "any"
},
"LoyaltyProgramAccount": [],
"ContactInfoRef": "CTC1"
}
]
},
"DisclosureList": {
"Disclosures": []
},
"contactEmail": [
"kathir@gmail.com"
],
"contactNumber": [
"9854785465"
],
"ContactAddress": [
"testing address1"
],
"FareList": {
"FareGroup": [
{
"FareGroupRef": "FG_1",
"FareCode": "749",
"FareBasisCode": "V21NBSCCORP"
}
]
},
"FlightSegmentList": {
"FlightSegment": [
{
"SegmentKey": "Segment1",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-05-15",
"Time": "06:55:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "YVR",
"Date": "2023-05-15",
"Time": "09:01:00",
"AirportName": "Vancouver International Airport",
"Terminal": {
"Name": "M"
}
},
"MarketingCarrier": {
"AirlineID": "PD",
"Name": "Porter Airlines",
"FlightNumber": "303"
},
"OperatingCarrier": {
"AirlineID": "PD",
"Name": "Porter Airlines",
"FlightNumber": "303"
},
"Equipment": {
"AircraftCode": "295",
"Name": "295"
},
"Code": {
"MarriageGroup": ""
},
"FlightDetail": {
"FlightDuration": {
"Value": "5 Hrs 6 Min"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": "2085"
},
"BrandId": "BASIC"
}
]
},
"FlightList": {
"Flight": [
{
"FlightKey": "Flight1",
"Journey": {
"Time": "5 H 6 M",
"Stops": 0
},
"SegmentReferences": "Segment1"
}
]
},
"OriginDestinationList": {
"OriginDestination": [
{
"OriginDestinationKey": "OD1",
"DepartureCode": "YYZ",
"ArrivalCode": "YVR",
"FlightReferences": "Flight1"
}
]
},
"PriceClassList": {
"PriceClass": [
{
"PriceClassID": "PCR_1",
"Name": "Basic",
"Code": "Basic",
"Descriptions": {
"Description": []
}
}
]
},
"BaggageAllowanceList": {
"BaggageAllowance": [
{
"BaggageAllowanceID": "Bag1",
"BaggageCategory": "Checked",
"AllowanceDescription": {
"ApplicableParty": "Traveler",
"Description": "CHECKED ALLOWANCE"
},
"PieceAllowance": {
"ApplicableParty": "Traveler",
"TotalQuantity": "0",
"Unit": "kg"
}
}
]
},
"FopList": [
{
"CC": {
"Allowed": "Y",
"Types": {
"AX": {
"F": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"P": 0,
"Charges": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"MC": {
"F": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"P": 0,
"Charges": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"VI": {
"F": {
"BookingCurrencyPrice": "0",
"EquivCurrencyPrice": "0"
},
"P": 0,
"Charges": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
}
}
},
"DC": {
"Allowed": "Y",
"Types": {
"MC": {
"F": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"P": 0,
"Charges": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"VI": {
"F": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"P": 0,
"Charges": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"RU": {
"F": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"P": 0,
"Charges": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
}
}
},
"CASH": {
"Allowed": "N",
"Types": {}
},
"CHEQUE": {
"Allowed": "Y",
"Types": {}
},
"ACH": {
"Allowed": "Y",
"Types": {}
},
"PG": {
"Allowed": "Y",
"Types": {}
},
"FopKey": "FOP_429_0_1172_0_ALL_PRI"
}
]
},
"TicketDocInfos": {
"TicketDocInfo": [
{
"TicketDocument": {
"TicketDocNbr": "4511609819730",
"Type": "TKT"
},
"PassengerReference": "ADT1",
"GdsBookingReference": "OUYAMD"
},
{
"TicketDocument": {
"TicketDocNbr": "4511609819731",
"Type": "TKT"
},
"PassengerReference": "ADT2",
"GdsBookingReference": "OUYAMD"
}
]
},
"MetaData": {}
}
}