Sabre DCCI Passenger List Virtual Sandbox
Retrieve and manage passenger lists and priority status for flight operations.
The DCCI Passenger List API allows developers to retrieve passenger manifests, manage priority lists, and handle passenger updates for specific flights. This service is essential for building airline check-in and departure control workflows.
Use this hosted sandbox to simulate Sabre DCCI Passenger List APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready.
This keeps your integration code consistent across local development, QA, demos, and production.
Use cases:
Use this sandbox to validate passenger list retrieval, priority list accommodation logic, passenger status updates, and standby flight management flows before integrating with live departure control systems.
Passenger list(3 operations)
POST
| Query Parameter Name | Example |
|---|---|
jipcc* | eu non est |
| Header Name | Example |
|---|---|
Authorization* | "amet" |
Application-ID | "adipisicing consectetur esse" |
Conversation-ID | "aute cupidatat dolor culpa" |
Message-ID | "minim sed" |
{
"flightCriteria": {
"airline": "[ob",
"arrivalAirport": "[object Object]",
"cabinClass": "L",
"departureAirport": "[ob",
"departureDate": "2027-03-24",
"flightNumber": "4"
},
"outputCriteria": {
"displayCodes": {
"codes": [
"C2",
"C3"
],
"condition": "AND"
},
"sortBy": "NAME"
}
}{
"passengers": [
{
"baggageCount": 3,
"boardDate": "2026-09-14T00:00:00.0Z",
"boardStatus": false,
"bookingClass": "K",
"cabinClass": "t",
"checkInDate": "2027-03-25T00:00:00.0Z",
"checkInSequenceNumber": 38,
"checkInStatus": true,
"desiredBookingClass": "W",
"editCodes": [
"E2",
"E1"
],
"firstName": "Izaiah",
"groupCode": "PyO",
"lastName": "Padberg",
"nameAssociationId": "1",
"passengerType": "INF",
"priorityCode": "AMh",
"recordLocator": "WQTNJX",
"seatNumber": "5C",
"seniorityDate": "2025-01-17",
"ssciPassengerId": "UFfeshyIxPWi",
"upgradeCode": "B8N",
"vcrs": [
{
"airlineAccountingCode": "144",
"coupon": "0",
"inUse": false,
"number": "6182976706",
"type": "child"
},
{
"airlineAccountingCode": "528",
"coupon": "3",
"inUse": false,
"number": "0815979234",
"type": "child"
},
{
"airlineAccountingCode": "011",
"coupon": "9",
"inUse": false,
"number": "8916440398",
"type": "adult"
},
{
"airlineAccountingCode": "298",
"coupon": "9",
"inUse": false,
"number": "0477712691",
"type": "child"
},
{
"airlineAccountingCode": "345",
"coupon": "1",
"inUse": true,
"number": "5541076351",
"type": "adult"
}
]
},
{
"baggageCount": 2,
"boardDate": "2027-02-23T00:00:00.0Z",
"boardStatus": false,
"bookingClass": "S",
"cabinClass": "h",
"checkInDate": "2026-12-14T00:00:00.0Z",
"checkInSequenceNumber": 17,
"checkInStatus": true,
"desiredBookingClass": "O",
"editCodes": [
"E1",
"E2"
],
"firstName": "Blanche",
"groupCode": "xLM",
"lastName": "Hartmann",
"nameAssociationId": "1",
"passengerType": "ADT",
"priorityCode": "ipx",
"recordLocator": "PSDSKA",
"seatNumber": "20F",
"seniorityDate": "2026-02-22",
"ssciPassengerId": "i5XzsbZKfwsO",
"upgradeCode": "qis",
"vcrs": [
{
"airlineAccountingCode": "574",
"coupon": "1",
"inUse": true,
"number": "6286769774",
"type": "adult"
}
]
},
{
"baggageCount": 1,
"boardDate": "2027-06-05T00:00:00.0Z",
"boardStatus": true,
"bookingClass": "r",
"cabinClass": "c",
"checkInDate": "2026-08-27T00:00:00.0Z",
"checkInSequenceNumber": 91,
"checkInStatus": true,
"desiredBookingClass": "Q",
"editCodes": [
"E2",
"E1"
],
"firstName": "Bella",
"groupCode": "YOX",
"lastName": "Watsica",
"nameAssociationId": "4",
"passengerType": "ADT",
"priorityCode": "VDO",
"recordLocator": "KECFZQ",
"seatNumber": "2D",
"seniorityDate": "2024-02-16",
"ssciPassengerId": "QdZSsF1I2c25",
"upgradeCode": "tFn",
"vcrs": [
{
"airlineAccountingCode": "033",
"coupon": "0",
"inUse": false,
"number": "2250767958",
"type": "adult"
},
{
"airlineAccountingCode": "110",
"coupon": "7",
"inUse": false,
"number": "3650759751",
"type": "adult"
},
{
"airlineAccountingCode": "938",
"coupon": "9",
"inUse": false,
"number": "4622639626",
"type": "child"
}
]
},
{
"baggageCount": 1,
"boardDate": "2027-01-22T00:00:00.0Z",
"boardStatus": true,
"bookingClass": "C",
"cabinClass": "t",
"checkInDate": "2027-03-13T00:00:00.0Z",
"checkInSequenceNumber": 71,
"checkInStatus": false,
"desiredBookingClass": "Z",
"editCodes": [
"E1",
"E2"
],
"firstName": "Melissa",
"groupCode": "x8h",
"lastName": "Bauch",
"nameAssociationId": "1",
"passengerType": "INF",
"priorityCode": "zSz",
"recordLocator": "XHPVUU",
"seatNumber": "4E",
"seniorityDate": "2021-09-21",
"ssciPassengerId": "1kRf5QCyLYMz",
"upgradeCode": "q0V",
"vcrs": [
{
"airlineAccountingCode": "797",
"coupon": "7",
"inUse": false,
"number": "0629266079",
"type": "adult"
}
]
}
],
"result": {
"status": {
"code": "VALIDATION_ERROR",
"message": "Operation completed successfully.",
"type": "SUCCESS"
}
}
}{
"errorCode": "ERR.2SG.DB.TIMEOUT",
"message": "Internal database error",
"status": "Complete",
"timeStamp": "2026-07-21T00:00:00.0Z",
"type": "BusinessLogic"
}POST
| Query Parameter Name | Example |
|---|---|
jipcc* | ex tempor et exercitation |
| Header Name | Example |
|---|---|
Session-ID* | "esse officia ut" |
Authorization* | "mollit sit sed ad commodo" |
Application-ID | "pariatur" |
Conversation-ID | "ullamco reprehenderit in ad" |
Message-ID | "laboris eiusmod" |
{
"flightCriteria": {
"airline": "[ob",
"arrivalAirport": "[object Object]",
"departureAirport": "[ob",
"departureDate": "2027-06-02",
"flightNumber": "1"
},
"outputFormat": "BPXML",
"passengerCriteria": {
"passengers": [
{
"seatNumber": "13E",
"ssciPassengerId": "uPm4BOZWMPUc"
},
{
"seatNumber": "29F",
"ssciPassengerId": "sklgxI0n1GLV"
},
{
"seatNumber": "29C",
"ssciPassengerId": "OP1fA1lnqlZv"
},
{
"seatNumber": "8E",
"ssciPassengerId": "bL71aiwod2Lv"
}
],
"requestedCabinClass": "c",
"seatCharacteristics": [
"A"
]
}
}{
"results": [
{
"boardingPass": [
{
"agent": {
"city": "elX",
"country": "MA",
"sign": "SyJ"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 11
},
"checkedInBaggage": {
"bagTagNumber": [
"12345678",
"87654321"
],
"quantity": 2,
"totalWeight": {
"unit": "LB",
"value": 5.1
}
}
},
"barCode": "gk1uLcKWm6W7MrQfVUrLPzm6e7PFQ3Md1lvais0l",
"checkInSequenceNumber": "571",
"deck": {
"code": "UPPER",
"value": "UPPER"
},
"displayData": {
"accommodation": "FIRST CLASS",
"agentCityName": "Fort Tristianchester",
"arrivalAirportName": "West Eviecester",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "7455",
"cabinClassCode": "H",
"cabinText": "ECONOMY",
"carryOnText": "CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Terryville",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "5802",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "4444",
"estimatedDepartureDate": "2027-04-23T00:00:00.0Z",
"estimatedDepartureTime": "0921",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "PLATINUM",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "mtvB",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "1366",
"scheduledDepartureDate": "2026-08-02T00:00:00.0Z",
"scheduledDepartureTime": "7959",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "narrowbody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 269.87,
"atpcoRule": "1bAy",
"atpcoTariff": 93,
"bookingClass": "k",
"brand": "rr",
"cabinClass": "PREMIUM_BUSINESS",
"cabinClassCode": "I",
"discountCategory": "07",
"fareBasisCode": "KXOmC2",
"governingAirline": "[ob",
"id": "1dafda15-d0ae-4011-b668-a2395ed5b2ca",
"operatingBookingClass": "A",
"privateTariff": true,
"type": "NRF",
"vendor": {
"code": "ATP",
"value": "SABRE_MYFARES_SUBSCRIBERS"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "SM",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "Xa",
"arrivalTime": "2027-05-04T00:00:00.0Z",
"boardingTime": "1937-07-16T10:44:46.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "ZM",
"departureFlightScheduleStatus": "DELAYED",
"departureGate": "Is",
"departureTerminal": "Dt",
"departureTime": "2026-08-24T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3817
},
"equipment": "581",
"estimatedArrivalTime": "1901-07-10T21:52:38.0Z",
"estimatedDepartureTime": "1911-05-31T01:23:13.0Z",
"flightDuration": 251,
"flightNumber": "8",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-11-21T00:00:00.0Z",
"departureTime": "2027-04-25T00:00:00.0Z",
"duration": 167,
"elapsedTime": 282
},
{
"airport": "[ob",
"arrivalTime": "2027-01-09T00:00:00.0Z",
"departureTime": "2027-06-30T00:00:00.0Z",
"duration": 160,
"elapsedTime": 200
},
{
"airport": "[ob",
"arrivalTime": "2026-08-02T00:00:00.0Z",
"departureTime": "2027-03-05T00:00:00.0Z",
"duration": 34,
"elapsedTime": 67
}
],
"iatci": false,
"id": "ec321c7a-67d6-4f4e-85de-c42182ba608a",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "526",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 114
},
"formattedBoardingPass": {
"document": {
"contentType": "application/x-bzip2",
"name": "supplier_for.[object Object]",
"value": "dw2daMCSI9asvfFliNUxeJVYRWk0rjnhCn1XWbPVWj3sCuyJubqAP7B1Lh05mSVt"
},
"image": {
"contentType": "application/x-httpd-php",
"name": "hoot.[object Object]",
"value": "nOK4aByeGlLpVGV946C1ofZg9yZejlSzynXOnVaeQWqmJg0mpt1shwYfdmw4dHV6"
},
"pectab": {
"data": {
"contentType": "application/vnd.rar",
"name": "tough.[object Object]",
"value": "YGhzEgsKoJgSZ895ftRPUxQxOYpI3uqVEwsK7pZYVSXYwG35EVfZ2Par658fWZiQ"
},
"layout": {
"contentType": "video/ogg",
"name": "fooey.[object Object]",
"value": "5EbpchNA43U5MgePWmVGcRkIk1XPOZmFslgSvyhwKF89TOapDG0XuZTWzXzFj01A"
},
"template": {
"contentType": "application/xml",
"name": "yuck_when.[object Object]",
"value": "zbcVcebmW7PAcAzPoWfuDNrrAj2329imwB2K5FzzZxc0dTngJ7rLTF0aYiNl1m4X"
},
"templates": [
{
"contentType": "application/x-httpd-php",
"name": "furthermore_yahoo.[object Object]",
"value": "MI4xTyINWYEE48vaDVS7IpJNpHaU5nilZeLa25GmtSNXx3HOaYsG1gPM5bHsxUif"
},
{
"contentType": "image/vnd.microsoft.icon",
"name": "mindless.[object Object]",
"value": "5HHPjXCnDFkDOuB5x32JISNBYs1cKhKLMalVMiUMUCGRf8e1JgWTGNmUXCUs4U8S"
},
{
"contentType": "application/x-abiword",
"name": "yum.[object Object]",
"value": "bEhYmelVCmFEWonUNrV68eB1tfV9vg8M1ApBqv9Dc4GXEPlv1u5NQypdRog3DbdI"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": true,
"skyPriority": true,
"zone": "5"
},
"zpl": {
"contentType": "application/vnd.oasis.opendocument.presentation",
"name": "devil.[object Object]",
"value": "Z1n8gObJrDn09rJHei6ycczwRmROZ9SE1F8BUk1lXIWk1hxkhxmVZjEWY6w1VAkc"
}
},
"group": "OyxUH7",
"loyaltyAccount": {
"id": "a5bf5797-274a-40ca-8729-8d430801bebb",
"latestAwardDate": "2025-12-17",
"loyaltyTierLevel": {
"atpco": "32",
"customerInsight": "81",
"name": "silver",
"number": 1,
"priority": 1,
"tag": "jPd"
},
"memberAirline": "[ob",
"memberId": "5732415596",
"membershipStartDate": "2022-03-12",
"mileage": {
"unit": "MILES",
"value": 2099
},
"pnrId": "9",
"points": 25358,
"source": "SSCI"
},
"personName": {
"first": "Erwin",
"last": "Pfannerstill",
"middle": "Shawn",
"prefix": "Mrs.",
"raw": "Erma Legros",
"suffix": "DDS"
},
"priorityVerificationCard": true,
"recordLocator": "PWXUHG",
"seat": {
"column": "H",
"row": "56",
"value": "28E"
},
"source": "EXTERNAL",
"standbyPriority": "6L",
"supplementaryData": {
"dhsStatus": 5,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "35485183637423",
"loungeAccess": true,
"selectee": false,
"skyPriority": false,
"spanishLargeFamily": true,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "KG"
},
"ticketCouponNumber": "00",
"ticketNumber": {
"airlineAccountingCode": "992",
"checkDigit": "2",
"number": "47642564006206",
"serialNumber": "9121921802"
},
"upgradePriority": "nIeb3",
"zone": "1"
},
{
"agent": {
"city": "sxS",
"country": "TH",
"sign": "KZh"
},
"baggage": {
"carryOnWeight": {
"unit": "KG",
"value": 10.9
},
"checkedInBaggage": {
"bagTagNumber": [
"87654321",
"11223344"
],
"quantity": 1,
"totalWeight": {
"unit": "KG",
"value": 11.1
}
}
},
"barCode": "hgxSQI5LcPGvY5v6dgjeN7nKewqTbzEQhws3gWjE",
"checkInSequenceNumber": "203",
"deck": {
"code": "UPPER",
"value": "MAIN"
},
"displayData": {
"accommodation": "FIRST CLASS",
"agentCityName": "Abdielshire",
"arrivalAirportName": "Kipborough",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "4907",
"cabinClassCode": "C",
"cabinText": "ECONOMY",
"carryOnText": "NO CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Estrellaland",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "0280",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "7616",
"estimatedDepartureDate": "2026-11-11T00:00:00.0Z",
"estimatedDepartureTime": "3616",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "GOLD",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "dIIv",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "1552",
"scheduledDepartureDate": "2027-02-21T00:00:00.0Z",
"scheduledDepartureTime": "5880",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "narrowbody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 1528.38,
"atpcoRule": "H2FW",
"atpcoTariff": 40,
"bookingClass": "r",
"brand": "Sz",
"cabinClass": "PREMIUM_FIRST",
"cabinClassCode": "h",
"discountCategory": "42",
"fareBasisCode": "M6JSLW",
"governingAirline": "[ob",
"id": "b022c0c4-65a0-4517-b64f-2d1fe9900791",
"operatingBookingClass": "w",
"privateTariff": true,
"type": "NLX",
"vendor": {
"code": "SITA",
"value": "SABRE_MYFARES_AIRLINES"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "YT",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "oM",
"arrivalTime": "2026-11-09T00:00:00.0Z",
"boardingTime": "1913-08-04T08:11:25.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "AL",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "ks",
"departureTerminal": "oZ",
"departureTime": "2026-08-04T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 4928
},
"equipment": "216",
"estimatedArrivalTime": "1955-10-26T13:38:34.0Z",
"estimatedDepartureTime": "1968-11-14T16:36:37.0Z",
"flightDuration": 468,
"flightNumber": "751",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-04-30T00:00:00.0Z",
"departureTime": "2027-05-15T00:00:00.0Z",
"duration": 113,
"elapsedTime": 109
},
{
"airport": "[ob",
"arrivalTime": "2026-11-07T00:00:00.0Z",
"departureTime": "2026-09-25T00:00:00.0Z",
"duration": 93,
"elapsedTime": 97
},
{
"airport": "[ob",
"arrivalTime": "2026-10-06T00:00:00.0Z",
"departureTime": "2026-11-22T00:00:00.0Z",
"duration": 170,
"elapsedTime": 61
},
{
"airport": "[ob",
"arrivalTime": "2027-05-28T00:00:00.0Z",
"departureTime": "2027-04-03T00:00:00.0Z",
"duration": 137,
"elapsedTime": 288
}
],
"iatci": true,
"id": "d541a03d-aba4-4e85-9b81-acee73622265",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "44",
"span": "INTERNATIONAL",
"status": "DELAYED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 591
},
"formattedBoardingPass": {
"document": {
"contentType": "video/webm",
"name": "joshingly.[object Object]",
"value": "OnEx20WwIcfT7KgnmwSCb32QmQUxT7rWAIyjFg0PXnx56zMdwKlGm2inQUzX1H73"
},
"image": {
"contentType": "application/vnd.oasis.opendocument.text",
"name": "wherever_via_instead.[object Object]",
"value": "GsN7RL77ELOTpK7tTlSswnruzd73QHxQWjmYBoSA7MNwLQ3KFu6F038w9PPFDAd6"
},
"pectab": {
"data": {
"contentType": "application/ld+json",
"name": "vice_youthful.[object Object]",
"value": "VzEUCwwFdAE2K06w2RpYveDpTK0NvRxiL0FM8IllQ5McTVQLcwx188htMZMw8dKk"
},
"layout": {
"contentType": "audio/opus",
"name": "especially_promptly_inside.[object Object]",
"value": "SmhEeQwDdjTDhT3wUuf2Aw71jaJoALZs6WYuSwHnP8WmPAsg1Li2959dOQaGNfZj"
},
"template": {
"contentType": "application/x-httpd-php",
"name": "officially.[object Object]",
"value": "IsBNzxpTUSSsRZvLuVryqSidErBE1zZDj0fqEi4FG7zUwcBjfubWPMIwrP7SjY1Y"
},
"templates": [
{
"contentType": "text/css",
"name": "except.[object Object]",
"value": "TTCsbOs6Vv5B5jmB1ziQwypdc8jwlLtUt8NKz3hIKClr6i40Wzo1MguW47A1eBqR"
},
{
"contentType": "image/avif",
"name": "unaccountably_empty.[object Object]",
"value": "scvp5vm88uJfLkpBxi6WfzAEemjR2pT5HkDHmb1dcOrmnPYVYB6y6zE4Znq45Jxk"
},
{
"contentType": "text/calendar",
"name": "operating_boldly.[object Object]",
"value": "nyI5paNs0MF8vWu3F19QF7upJ9veRNnL1WJ88OJzZQ8iVYN6iezvEzTxxo0xqL05"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": false,
"skyPriority": true,
"zone": "1"
},
"zpl": {
"contentType": "application/x-httpd-php",
"name": "transcend_up.[object Object]",
"value": "jrDbuu8B07tFAmw2t1m21sKfiEBFordVdNpO0YxKl4XJJWCDbwDUlP1vGMgbueml"
}
},
"group": "jOWeDQ",
"loyaltyAccount": {
"id": "b802775b-6c75-4c18-b447-a1a940c05352",
"latestAwardDate": "2025-10-29",
"loyaltyTierLevel": {
"atpco": "38",
"customerInsight": "05",
"name": "silver",
"number": 5,
"priority": 6,
"tag": "LuY"
},
"memberAirline": "[ob",
"memberId": "2005218701",
"membershipStartDate": "2021-11-26",
"mileage": {
"unit": "MILES",
"value": 834
},
"pnrId": "3",
"points": 54911,
"source": "SSCI"
},
"personName": {
"first": "Reinhold",
"last": "Pouros",
"middle": "Leslie",
"prefix": "Dr.",
"raw": "Colin Koepp",
"suffix": "Jr."
},
"priorityVerificationCard": false,
"recordLocator": "NHCJXV",
"seat": {
"column": "d",
"row": "47",
"value": "33D"
},
"source": "OTHER",
"standbyPriority": "fB",
"supplementaryData": {
"dhsStatus": 3,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "73209058269725",
"loungeAccess": false,
"selectee": false,
"skyPriority": false,
"spanishLargeFamily": true,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "LT"
},
"ticketCouponNumber": "38",
"ticketNumber": {
"airlineAccountingCode": "428",
"checkDigit": "9",
"number": "74041403128560",
"serialNumber": "8786062809"
},
"upgradePriority": "mtOE9",
"zone": "7"
},
{
"agent": {
"city": "ZZB",
"country": "NL",
"sign": "ZXT"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 19.1
},
"checkedInBaggage": {
"bagTagNumber": [
"12345678",
"87654321"
],
"quantity": 3,
"totalWeight": {
"unit": "KG",
"value": 2.9
}
}
},
"barCode": "Mc7zOQ9eMZ5UIev2iSRsTso4nax7oSrpQOLWVJTp",
"checkInSequenceNumber": "449",
"deck": {
"code": "UPPER",
"value": "MAIN"
},
"displayData": {
"accommodation": "FIRST CLASS",
"agentCityName": "Christiansenworth",
"arrivalAirportName": "Hermanworth",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "4169",
"cabinClassCode": "e",
"cabinText": "FIRST CLASS",
"carryOnText": "CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Howeton",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "1083",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "3562",
"estimatedDepartureDate": "2026-07-23T00:00:00.0Z",
"estimatedDepartureTime": "2156",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "PLATINUM",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "9Wl2",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "0388",
"scheduledDepartureDate": "2027-07-13T00:00:00.0Z",
"scheduledDepartureTime": "6154",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "widebody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 1230.95,
"atpcoRule": "1DAg",
"atpcoTariff": 54,
"bookingClass": "m",
"brand": "qH",
"cabinClass": "BUSINESS",
"cabinClassCode": "R",
"discountCategory": "06",
"fareBasisCode": "9uDhPF",
"governingAirline": "[ob",
"id": "8eaf27e9-1fe5-4a48-8474-ca72bd329247",
"operatingBookingClass": "X",
"privateTariff": false,
"type": "NRF",
"vendor": {
"code": "ATP",
"value": "SABRE_MYFARES_AIRLINES"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "GY",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "0a",
"arrivalTime": "2027-07-04T00:00:00.0Z",
"boardingTime": "1930-06-17T08:20:15.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "SK",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "ab",
"departureTerminal": "TV",
"departureTime": "2027-01-11T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3753
},
"equipment": "949",
"estimatedArrivalTime": "1944-06-09T06:54:59.0Z",
"estimatedDepartureTime": "1915-12-15T10:29:06.0Z",
"flightDuration": 397,
"flightNumber": "84",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-02-03T00:00:00.0Z",
"departureTime": "2027-03-26T00:00:00.0Z",
"duration": 60,
"elapsedTime": 205
},
{
"airport": "[ob",
"arrivalTime": "2026-12-23T00:00:00.0Z",
"departureTime": "2027-06-11T00:00:00.0Z",
"duration": 130,
"elapsedTime": 239
},
{
"airport": "[ob",
"arrivalTime": "2027-07-10T00:00:00.0Z",
"departureTime": "2026-09-12T00:00:00.0Z",
"duration": 132,
"elapsedTime": 269
},
{
"airport": "[ob",
"arrivalTime": "2026-08-08T00:00:00.0Z",
"departureTime": "2026-10-07T00:00:00.0Z",
"duration": 139,
"elapsedTime": 136
}
],
"iatci": false,
"id": "1f9e1bd2-50a8-4637-8a28-4a463d4e3b6a",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "4582",
"span": "DOMESTIC",
"status": "ON TIME",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": false,
"timeToDeparture": 51
},
"formattedBoardingPass": {
"document": {
"contentType": "application/vnd.oasis.opendocument.presentation",
"name": "rule.[object Object]",
"value": "p9AMuqgelvmB0DRhZA4msB4aMT0pdeU75SsjduNsa4WTtfpRPxEdXX0dEAL6R7uJ"
},
"image": {
"contentType": "application/x-7z-compressed",
"name": "so_thrifty.[object Object]",
"value": "Qt98s1SoQW4N3efwSdRgeYJcGnWhyebR0cXXFWyZCtdpPQPFThNCBB5Eic9OOPeN"
},
"pectab": {
"data": {
"contentType": "video/x-msvideo",
"name": "why.[object Object]",
"value": "lsFtqELWOWa7Ok8VGrrZPId1GiJzmjqm8pHlv2KvFT9X4nVHULvrHiM7DJ5Je6xZ"
},
"layout": {
"contentType": "video/x-msvideo",
"name": "likely_since_blindly.[object Object]",
"value": "T8VdTq0Nr9KkER6JMUK5MpxXKjuyId8kzJSZfX62E88UV8msRbu5nLqKUYEeXAy3"
},
"template": {
"contentType": "application/vnd.ms-powerpoint",
"name": "bludgeon_experience_sun.[object Object]",
"value": "yQcupdzbjzHbN0Sqckm4Qj07av6a4kZbgKBPoZBY8wtQTzQXk4m4GgzdbkZVEnXN"
},
"templates": [
{
"contentType": "image/jpeg",
"name": "sniveling_quit.[object Object]",
"value": "J7KlbcZuucTHBjMAkFlbFxPvSt5AqvwGqBqlY8nD2Y7jvI1wBeAY18mbxlMqt03k"
},
{
"contentType": "application/vnd.mozilla.xul+xml",
"name": "aw.[object Object]",
"value": "xmduZSh0t1CB2O7jJIVfWAOKdEdUL7iXs66uHgshtmrP3HmjaAXmwwMNSotmrISL"
},
{
"contentType": "audio/mpeg",
"name": "agile_youthfully.[object Object]",
"value": "s54ukVqUZmUHad3ycAzry1zRjo0vfbl5KssmngSxNQytatAuiIBeZ7AdOGXL0CNv"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": false,
"skyPriority": false,
"zone": "6"
},
"zpl": {
"contentType": "image/vnd.microsoft.icon",
"name": "lest_dim_bitter.[object Object]",
"value": "p7IPs9ASHB310uSU78c3zvUUR80v3FfYRx2Fb4DGLo4Ey1omP4nSdNAYFGkDX0pL"
}
},
"group": "jpmXZM",
"loyaltyAccount": {
"id": "45de4c3b-1177-4e03-be31-90af589956a5",
"latestAwardDate": "2025-11-27",
"loyaltyTierLevel": {
"atpco": "37",
"customerInsight": "63",
"name": "gold",
"number": 2,
"priority": 6,
"tag": "yKY"
},
"memberAirline": "[ob",
"memberId": "7374916595",
"membershipStartDate": "2025-08-17",
"mileage": {
"unit": "MILES",
"value": 579
},
"pnrId": "5",
"points": 84638,
"source": "PNR"
},
"personName": {
"first": "Beaulah",
"last": "Streich",
"middle": "Jamie",
"prefix": "Miss",
"raw": "Dr. Jill Hauck",
"suffix": "V"
},
"priorityVerificationCard": false,
"recordLocator": "VTYYFH",
"seat": {
"column": "Q",
"row": "30",
"value": "33E"
},
"source": "HOST",
"standbyPriority": "Zh",
"supplementaryData": {
"dhsStatus": 2,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "08923724055896",
"loungeAccess": false,
"selectee": false,
"skyPriority": true,
"spanishLargeFamily": false,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "OM"
},
"ticketCouponNumber": "97",
"ticketNumber": {
"airlineAccountingCode": "285",
"checkDigit": "9",
"number": "62381545655212",
"serialNumber": "4448056702"
},
"upgradePriority": "bCDih",
"zone": "4"
},
{
"agent": {
"city": "wTR",
"country": "MD",
"sign": "oPF"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 3.3
},
"checkedInBaggage": {
"bagTagNumber": [
"11223344",
"87654321"
],
"quantity": 2,
"totalWeight": {
"unit": "LB",
"value": 15.1
}
}
},
"barCode": "CmNwEpmb9Xwf9WdkwYqnAjmBXfG0dKDGvsHbkNcV",
"checkInSequenceNumber": "722",
"deck": {
"code": "UPPER",
"value": "OTHER"
},
"displayData": {
"accommodation": "RESIDENCE SUITE",
"agentCityName": "Greysonboro",
"arrivalAirportName": "Citrus Heights",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "7962",
"cabinClassCode": "F",
"cabinText": "BUSINESS",
"carryOnText": "CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Harrisburg",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "8524",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "2910",
"estimatedDepartureDate": "2026-11-08T00:00:00.0Z",
"estimatedDepartureTime": "9679",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "SILVER",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "VhjK",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "7471",
"scheduledDepartureDate": "2026-11-05T00:00:00.0Z",
"scheduledDepartureTime": "2111",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "narrowbody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 1864.92,
"atpcoRule": "p8Os",
"atpcoTariff": 77,
"bookingClass": "e",
"brand": "8h",
"cabinClass": "PREMIUM_FIRST",
"cabinClassCode": "X",
"discountCategory": "54",
"fareBasisCode": "xk6RTv",
"governingAirline": "[ob",
"id": "6cd0c2a5-89ed-408b-b4c8-0b6458f151c6",
"operatingBookingClass": "Z",
"privateTariff": false,
"type": "REF",
"vendor": {
"code": "ATP",
"value": "SITA"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "JP",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "bY",
"arrivalTime": "2027-05-06T00:00:00.0Z",
"boardingTime": "1927-12-10T23:59:10.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "CY",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "30",
"departureTerminal": "WD",
"departureTime": "2027-03-24T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2493
},
"equipment": "000",
"estimatedArrivalTime": "1899-03-01T20:36:13.0Z",
"estimatedDepartureTime": "1903-12-30T01:09:42.0Z",
"flightDuration": 382,
"flightNumber": "35",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-09-24T00:00:00.0Z",
"departureTime": "2026-08-06T00:00:00.0Z",
"duration": 93,
"elapsedTime": 263
},
{
"airport": "[ob",
"arrivalTime": "2026-07-22T00:00:00.0Z",
"departureTime": "2027-03-01T00:00:00.0Z",
"duration": 114,
"elapsedTime": 277
},
{
"airport": "[ob",
"arrivalTime": "2027-01-07T00:00:00.0Z",
"departureTime": "2027-02-05T00:00:00.0Z",
"duration": 174,
"elapsedTime": 136
},
{
"airport": "[ob",
"arrivalTime": "2026-12-31T00:00:00.0Z",
"departureTime": "2027-01-02T00:00:00.0Z",
"duration": 72,
"elapsedTime": 194
}
],
"iatci": false,
"id": "09630896-58f3-4cde-9a85-a7d745bf6b10",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "1001",
"span": "INTERNATIONAL",
"status": "DELAYED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 679
},
"formattedBoardingPass": {
"document": {
"contentType": "application/x-bzip2",
"name": "institutionalize.[object Object]",
"value": "Ymedke61kfOdxdUZ3NCx0SZ66piapwroyiM1oQVAegMhQvtmEbIS4ZWfy9caqaC6"
},
"image": {
"contentType": "application/xhtml+xml",
"name": "woefully_shush.[object Object]",
"value": "kBq6k3zmW1g6l4pVWezqtCAlp7PzvMov5Y8Emt31dCEXhRZBDGqAhnpuTuq9XPa5"
},
"pectab": {
"data": {
"contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
"name": "worth.[object Object]",
"value": "Zrrq1Q721ARkNXFQQ100aBNfzSWWWIbAy0WfWisTXDcEMBEBMhncRjq9YsGpd54T"
},
"layout": {
"contentType": "image/vnd.microsoft.icon",
"name": "towards_boohoo_mountain.[object Object]",
"value": "W80PzXL4dOVrfMkM6CcZhquMhhxdQ3sQnEKjMIYYXLAiR3na4T5h3rFlO8yU6jyb"
},
"template": {
"contentType": "video/webm",
"name": "hungry.[object Object]",
"value": "gbMOfhRa91HTJve15Rmzsw5nITuOv0OD214mWB5Pznf9PfyfDKwGjGP0zy0NutUt"
},
"templates": [
{
"contentType": "application/x-freearc",
"name": "likewise_drat.[object Object]",
"value": "RPhSHjRnF0i5IxXEFIYHB8AdMLTMLsYI94VlxN1redFqBRi1pl1coXWJ5YfEOgm0"
},
{
"contentType": "application/vnd.ms-excel",
"name": "only_ew.[object Object]",
"value": "9FwyUX3dZyCd8ynksOyIQIiRlmlB7x5lGWiZF2WjlgOcCv61M6amH2zjxc1IUN5e"
},
{
"contentType": "application/x-bzip2",
"name": "viciously.[object Object]",
"value": "9Hx6IeegEeVBQOAaG0HVHdOxkTHhgrUuJWIJhsCMxwyW1KJjP1Ca13wEXiEXJL8M"
}
]
},
"supplementaryData": {
"accommodation": "FIRST CLASS",
"selectee": false,
"skyPriority": true,
"zone": "9"
},
"zpl": {
"contentType": "application/octet-stream",
"name": "midwife.[object Object]",
"value": "qU1Va7uke83HjbKuhBKrOaOOVVA3PUZu49sVtd8pkpZEDXDpQO3vMk2cnqeTZWM4"
}
},
"group": "Ej8AbR",
"loyaltyAccount": {
"id": "5fccd411-4c62-4cc9-b4eb-eaad0e5bbfa5",
"latestAwardDate": "2026-02-27",
"loyaltyTierLevel": {
"atpco": "25",
"customerInsight": "33",
"name": "gold",
"number": 4,
"priority": 8,
"tag": "CVF"
},
"memberAirline": "[ob",
"memberId": "0655781459",
"membershipStartDate": "2026-05-14",
"mileage": {
"unit": "MILES",
"value": 2950
},
"pnrId": "0",
"points": 14870,
"source": "PNR"
},
"personName": {
"first": "Tamia",
"last": "Lebsack",
"middle": "Jamie",
"prefix": "Ms.",
"raw": "Tony Conn-Orn",
"suffix": "PhD"
},
"priorityVerificationCard": false,
"recordLocator": "QMVVVC",
"seat": {
"column": "d",
"row": "48",
"value": "27F"
},
"source": "OTHER",
"standbyPriority": "Hq",
"supplementaryData": {
"dhsStatus": 1,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "61813691530763",
"loungeAccess": true,
"selectee": true,
"skyPriority": true,
"spanishLargeFamily": false,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "CY"
},
"ticketCouponNumber": "19",
"ticketNumber": {
"airlineAccountingCode": "734",
"checkDigit": "5",
"number": "40906871270960",
"serialNumber": "2922295673"
},
"upgradePriority": "G7W4f",
"zone": "2"
}
],
"ssciPassengerId": "eshFaECM4PQ7",
"status": {
"code": "NOT_FOUND",
"message": "Only 2 passenger types are allowed.",
"type": "SUCCESS"
}
},
{
"boardingPass": [
{
"agent": {
"city": "WJt",
"country": "PR",
"sign": "mCk"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 10.2
},
"checkedInBaggage": {
"bagTagNumber": [
"87654321",
"11223344",
"12345678"
],
"quantity": 3,
"totalWeight": {
"unit": "LB",
"value": 19.2
}
}
},
"barCode": "h48FgkaJCzj62HeZPMSO74ikRiDMapr267GYcNmx",
"checkInSequenceNumber": "875",
"deck": {
"code": "MIDDLE",
"value": "UPPER"
},
"displayData": {
"accommodation": "RESIDENCE SUITE",
"agentCityName": "Fort Kalebcester",
"arrivalAirportName": "Fort Noe",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "8468",
"cabinClassCode": "I",
"cabinText": "FIRST CLASS",
"carryOnText": "NO CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Port Reed",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "0504",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "7639",
"estimatedDepartureDate": "2027-07-11T00:00:00.0Z",
"estimatedDepartureTime": "0206",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "SILVER",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "LPXx",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "9246",
"scheduledDepartureDate": "2027-06-11T00:00:00.0Z",
"scheduledDepartureTime": "9509",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "narrowbody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 1530.53,
"atpcoRule": "e2jF",
"atpcoTariff": 73,
"bookingClass": "h",
"brand": "hw",
"cabinClass": "PREMIUM_BUSINESS",
"cabinClassCode": "Z",
"discountCategory": "77",
"fareBasisCode": "v1Efd7",
"governingAirline": "[ob",
"id": "eaabd1b5-f48d-4103-a3a1-d2d2a35789bd",
"operatingBookingClass": "y",
"privateTariff": false,
"type": "REF",
"vendor": {
"code": "SITA",
"value": "SABRE_MYFARES_AIRLINES"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "UZ",
"arrivalFlightScheduleStatus": "EARLY",
"arrivalTerminal": "kD",
"arrivalTime": "2026-07-25T00:00:00.0Z",
"boardingTime": "1914-02-03T01:23:29.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "IQ",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "5M",
"departureTerminal": "47",
"departureTime": "2026-12-26T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 1399
},
"equipment": "121",
"estimatedArrivalTime": "1946-06-16T05:40:12.0Z",
"estimatedDepartureTime": "1951-08-22T19:46:27.0Z",
"flightDuration": 244,
"flightNumber": "515",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-12-23T00:00:00.0Z",
"departureTime": "2026-09-29T00:00:00.0Z",
"duration": 133,
"elapsedTime": 250
}
],
"iatci": true,
"id": "372105a3-4086-498c-900f-bd934005bc25",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "60",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 19
},
"formattedBoardingPass": {
"document": {
"contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
"name": "above.[object Object]",
"value": "zNAh96EXr6SxWHtFDEWBMoQN39uwJb5IucQaCl2b2OZhXHBHjj8GQUGAO4Xjdbu7"
},
"image": {
"contentType": "application/java-archive",
"name": "rapidly_plain_skeletal.[object Object]",
"value": "uvmpswXsUjGFtfjRuXgExuwBzsYawUDuneeJodYuwYm4iyvawKc22D6MpqM8M3am"
},
"pectab": {
"data": {
"contentType": "text/csv",
"name": "perspire.[object Object]",
"value": "LyJP9uCnxCXmklRr0kFvQPBO35PozvSnbfYHRSrhNcAYo27SnMdDMHREzPcbSu4b"
},
"layout": {
"contentType": "audio/3gpp",
"name": "times_boulevard.[object Object]",
"value": "BGg44F4zmFy9oW9ao2OOSeW6Tm6qoyg7gxQ5ayn3otDgOwthiu1bnczjik3hxmNK"
},
"template": {
"contentType": "video/3gpp2",
"name": "inasmuch.[object Object]",
"value": "YfapASJvOb5HxGewV7Kh9MqXl9mO4ySFoeLHj6Lvrdw6xkHPhHfvcgtnnsG1Dnwf"
},
"templates": [
{
"contentType": "video/x-msvideo",
"name": "yellow.[object Object]",
"value": "li7F2eMha85NaZZFGsmmIkzAKqITUK52ID8ZHJIXa31DPZeK0mUAqyxPxQ9geRcA"
},
{
"contentType": "application/x-bzip",
"name": "solvency.[object Object]",
"value": "udgoacRBTgUKbTLytduAVHLuzPEldRXks2zzTjhG8FYTMB9ZGb3fNU5maghE7hNf"
},
{
"contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"name": "possible.[object Object]",
"value": "GilQC4wdbZTaDGKin0rXBga7ahTakyb3oenkovIk2Ofup3w7HiFzrHpr8rKejIdu"
},
{
"contentType": "application/ogg",
"name": "why.[object Object]",
"value": "u3bOUqSg7ipwgTu9my3xrWpJIOLTnOqiBYVphCmKR0Ev3pMUNy5GZy5DRE2Me2s8"
},
{
"contentType": "audio/wav",
"name": "beside_thread.[object Object]",
"value": "5P0QTyrn6tBaSkMXbhEOcl4wGpiW8yn455wOGltR4rxdGvvDnvkB13B5RfCTucBT"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": false,
"skyPriority": false,
"zone": "9"
},
"zpl": {
"contentType": "image/gif",
"name": "puzzled_inside.[object Object]",
"value": "thDRLz5iVcYxHj3KQXJ727mq6gNLnmmQgIeWu4MxXHor62CW7UuxlyMjNpc4O0u5"
}
},
"group": "lOAUhT",
"loyaltyAccount": {
"id": "89e35e3f-a697-4949-93eb-a4a238d03206",
"latestAwardDate": "2026-01-16",
"loyaltyTierLevel": {
"atpco": "44",
"customerInsight": "13",
"name": "platinum",
"number": 2,
"priority": 6,
"tag": "gsn"
},
"memberAirline": "[ob",
"memberId": "3537128846",
"membershipStartDate": "2022-10-12",
"mileage": {
"unit": "MILES",
"value": 1706
},
"pnrId": "1",
"points": 90447,
"source": "PNR"
},
"personName": {
"first": "John",
"last": "Lakin",
"middle": "Reagan",
"prefix": "Mrs.",
"raw": "Bobbie Bailey",
"suffix": "PhD"
},
"priorityVerificationCard": false,
"recordLocator": "VHNURT",
"seat": {
"column": "g",
"row": "90",
"value": "24B"
},
"source": "HOST",
"standbyPriority": "HI",
"supplementaryData": {
"dhsStatus": 4,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "65537250581695",
"loungeAccess": true,
"selectee": true,
"skyPriority": true,
"spanishLargeFamily": true,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "AM"
},
"ticketCouponNumber": "62",
"ticketNumber": {
"airlineAccountingCode": "630",
"checkDigit": "5",
"number": "35992049274299",
"serialNumber": "4972304519"
},
"upgradePriority": "VQvpA",
"zone": "8"
},
{
"agent": {
"city": "Uot",
"country": "ME",
"sign": "nFC"
},
"baggage": {
"carryOnWeight": {
"unit": "KG",
"value": 8.5
},
"checkedInBaggage": {
"bagTagNumber": [
"12345678",
"11223344"
],
"quantity": 1,
"totalWeight": {
"unit": "LB",
"value": 7.8
}
}
},
"barCode": "gSt8nn1fZXgDBZcaHZHn0K8P4u3nMuYENGnKOlGv",
"checkInSequenceNumber": "402",
"deck": {
"code": "MAIN",
"value": "MAIN"
},
"displayData": {
"accommodation": "BUSINESS",
"agentCityName": "Elishaland",
"arrivalAirportName": "Norbertfurt",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "8633",
"cabinClassCode": "C",
"cabinText": "BUSINESS",
"carryOnText": "CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Lake Arnaldochester",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "8378",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "3293",
"estimatedDepartureDate": "2027-04-06T00:00:00.0Z",
"estimatedDepartureTime": "2320",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "GOLD",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "2kTg",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "4822",
"scheduledDepartureDate": "2027-05-10T00:00:00.0Z",
"scheduledDepartureTime": "3080",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "widebody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 264.94,
"atpcoRule": "G7kL",
"atpcoTariff": 49,
"bookingClass": "t",
"brand": "Yn",
"cabinClass": "ECONOMY",
"cabinClassCode": "z",
"discountCategory": "63",
"fareBasisCode": "B2qG0D",
"governingAirline": "[ob",
"id": "f129cf0a-24d5-4453-b45b-bca6de2c89a3",
"operatingBookingClass": "B",
"privateTariff": false,
"type": "NLX",
"vendor": {
"code": "ATP",
"value": "SITA"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "ES",
"arrivalFlightScheduleStatus": "EARLY",
"arrivalTerminal": "e1",
"arrivalTime": "2026-10-16T00:00:00.0Z",
"boardingTime": "1950-01-19T15:16:56.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "KP",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "0V",
"departureTerminal": "aS",
"departureTime": "2026-10-29T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 1441
},
"equipment": "073",
"estimatedArrivalTime": "1966-05-15T21:32:36.0Z",
"estimatedDepartureTime": "1890-10-19T21:25:59.0Z",
"flightDuration": 79,
"flightNumber": "7",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-06-21T00:00:00.0Z",
"departureTime": "2027-03-09T00:00:00.0Z",
"duration": 30,
"elapsedTime": 290
},
{
"airport": "[ob",
"arrivalTime": "2026-09-09T00:00:00.0Z",
"departureTime": "2026-08-08T00:00:00.0Z",
"duration": 77,
"elapsedTime": 296
},
{
"airport": "[ob",
"arrivalTime": "2027-01-18T00:00:00.0Z",
"departureTime": "2027-04-11T00:00:00.0Z",
"duration": 64,
"elapsedTime": 172
},
{
"airport": "[ob",
"arrivalTime": "2026-08-07T00:00:00.0Z",
"departureTime": "2027-05-22T00:00:00.0Z",
"duration": 53,
"elapsedTime": 245
}
],
"iatci": true,
"id": "7415e626-c452-40b0-9cba-aa7b020b0fd9",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "291",
"span": "INTERNATIONAL",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 592
},
"formattedBoardingPass": {
"document": {
"contentType": "application/rtf",
"name": "behind_aha.[object Object]",
"value": "BA99IqySaTNUqK8ARKGGZpSnCDKiWZDsczE3yjeCLG5Y3kUXHHlZui8K1PIffV9P"
},
"image": {
"contentType": "image/svg+xml",
"name": "reproachfully_after.[object Object]",
"value": "GUUYeJthQMxAeCQrSXPGO5yXOolfLhYvLRDnVFVLMZdd6e5qNEDMCNGQF0xE1BBK"
},
"pectab": {
"data": {
"contentType": "application/vnd.mozilla.xul+xml",
"name": "into_gleaming_about.[object Object]",
"value": "9mdpCg12RsGbi5g3Lc5Axz4aZQNSj5ZJsdMXFY7cdbomTghtrAdADKmag7B280w4"
},
"layout": {
"contentType": "font/woff2",
"name": "suckle_by.[object Object]",
"value": "SXsJ5YRAnauV46JKjIG0bLVFT7mdfkySb21loHfCEPmWtEmInU2HdQruyVgtK8Tv"
},
"template": {
"contentType": "video/mp4",
"name": "whoever_given.[object Object]",
"value": "amNLT6osXDtd9oEvccsmNnDg6ohSdDbH9CW2IjwcWHc1kMQJVz0TseeRB03gGVE4"
},
"templates": [
{
"contentType": "audio/3gpp2",
"name": "hastily_rigidly_noisily.[object Object]",
"value": "Q3mwS4inPXI0g6yg2NX25b0SBGqiM5FQ8jUzUsqc0L0XsXsrW2SP1sRbBfEwmLOy"
},
{
"contentType": "application/zip",
"name": "meanwhile_tattered_likely.[object Object]",
"value": "razVG9wYT0A9xe3LXwNMy27L4BuK2N7cpObz4RBHNZyMw4nRhsyvvJQ8gat90znG"
},
{
"contentType": "audio/webm",
"name": "cultivated.[object Object]",
"value": "wzyk6B5Nki9eescyuSR5Wp30TyBJWictU9VQeUfXUzou1Rol9vbNHJsVM7rSycIr"
},
{
"contentType": "application/vnd.apple.installer+xml",
"name": "dimly.[object Object]",
"value": "NmVsJOvzZCOi8cIaE5cioaBzI5zmvfy5LC84suZlF8ZdtChyCA9mhRB4C4K6oeEa"
},
{
"contentType": "text/csv",
"name": "concerning.[object Object]",
"value": "4Hsc5UYwIU3KqPOK1CSGBE3oKN0CHJGGqIIkNHSvclzi3XkeiE98bButJB2qCtUH"
}
]
},
"supplementaryData": {
"accommodation": "FIRST CLASS",
"selectee": false,
"skyPriority": false,
"zone": "1"
},
"zpl": {
"contentType": "application/x-freearc",
"name": "proselytise_well_off.[object Object]",
"value": "U7gFdjtzforQE3OlaZ8cELPetUhpPiIUAuQ1HmmcFnglvmz6EVOAqQfb9gbQvp0V"
}
},
"group": "3rSxux",
"loyaltyAccount": {
"id": "0c7e9edf-c307-4f52-b425-7e788d195554",
"latestAwardDate": "2026-07-01",
"loyaltyTierLevel": {
"atpco": "99",
"customerInsight": "83",
"name": "platinum",
"number": 3,
"priority": 2,
"tag": "NBo"
},
"memberAirline": "[ob",
"memberId": "0876679710",
"membershipStartDate": "2025-06-13",
"mileage": {
"unit": "MILES",
"value": 1497
},
"pnrId": "8",
"points": 37360,
"source": "PNR"
},
"personName": {
"first": "Ezra",
"last": "Nitzsche",
"middle": "Riley",
"prefix": "Mr.",
"raw": "Connie Wiza",
"suffix": "Jr."
},
"priorityVerificationCard": false,
"recordLocator": "MQWPVX",
"seat": {
"column": "D",
"row": "51",
"value": "27E"
},
"source": "EXTERNAL",
"standbyPriority": "7O",
"supplementaryData": {
"dhsStatus": 4,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "29150869640177",
"loungeAccess": true,
"selectee": false,
"skyPriority": true,
"spanishLargeFamily": true,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "MH"
},
"ticketCouponNumber": "13",
"ticketNumber": {
"airlineAccountingCode": "932",
"checkDigit": "4",
"number": "04298871621426",
"serialNumber": "2882785555"
},
"upgradePriority": "gcDSS",
"zone": "2"
},
{
"agent": {
"city": "ncZ",
"country": "AI",
"sign": "ZmY"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 11.2
},
"checkedInBaggage": {
"bagTagNumber": [
"87654321",
"12345678",
"11223344"
],
"quantity": 1,
"totalWeight": {
"unit": "LB",
"value": 6.3
}
}
},
"barCode": "wkA79Jq7rydky5YAwytoIRpNYGt8gIkaDbVP7UCy",
"checkInSequenceNumber": "999",
"deck": {
"code": "MIDDLE",
"value": "OTHER"
},
"displayData": {
"accommodation": "FIRST CLASS",
"agentCityName": "Starkside",
"arrivalAirportName": "Fort Mabelle",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "5866",
"cabinClassCode": "A",
"cabinText": "ECONOMY",
"carryOnText": "NO CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Miahaven",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "0073",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "1262",
"estimatedDepartureDate": "2026-11-19T00:00:00.0Z",
"estimatedDepartureTime": "5638",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "SILVER",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "vJAi",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "7449",
"scheduledDepartureDate": "2027-03-16T00:00:00.0Z",
"scheduledDepartureTime": "4545",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "widebody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 661.26,
"atpcoRule": "aMta",
"atpcoTariff": 44,
"bookingClass": "o",
"brand": "L6",
"cabinClass": "PREMIUM_ECONOMY",
"cabinClassCode": "B",
"discountCategory": "37",
"fareBasisCode": "SYX1RQ",
"governingAirline": "[ob",
"id": "85a24748-d6cb-430d-9bee-17b46fc85820",
"operatingBookingClass": "i",
"privateTariff": false,
"type": "NLX",
"vendor": {
"code": "SMFC",
"value": "ATPCO"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "VE",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "xr",
"arrivalTime": "2026-11-22T00:00:00.0Z",
"boardingTime": "1966-09-16T11:44:01.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "CF",
"departureFlightScheduleStatus": "DELAYED",
"departureGate": "dr",
"departureTerminal": "WH",
"departureTime": "2027-03-16T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 1028
},
"equipment": "182",
"estimatedArrivalTime": "1942-05-26T23:28:38.0Z",
"estimatedDepartureTime": "1916-12-10T15:02:28.0Z",
"flightDuration": 320,
"flightNumber": "4",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-03-24T00:00:00.0Z",
"departureTime": "2027-01-29T00:00:00.0Z",
"duration": 146,
"elapsedTime": 219
},
{
"airport": "[ob",
"arrivalTime": "2026-09-08T00:00:00.0Z",
"departureTime": "2026-11-21T00:00:00.0Z",
"duration": 149,
"elapsedTime": 126
},
{
"airport": "[ob",
"arrivalTime": "2027-02-21T00:00:00.0Z",
"departureTime": "2027-06-10T00:00:00.0Z",
"duration": 77,
"elapsedTime": 113
}
],
"iatci": false,
"id": "39fa2127-dffc-44e9-bec1-74a1e77ebe34",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "7",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 293
},
"formattedBoardingPass": {
"document": {
"contentType": "application/x-sh",
"name": "stranger_versus_concerned.[object Object]",
"value": "wZr4RE65992As4KPHUYdCuUtqWzYz0muS3D8ZK7kWfLW8a8LbhtLsFMNwlwlC6ne"
},
"image": {
"contentType": "application/vnd.oasis.opendocument.text",
"name": "lobotomise_institute.[object Object]",
"value": "f13bjjpAi3gWuXu6W6GKaajNh9ibd0z7pD7VfPRomQWtmucYGlbYk5MJy6PV9YpN"
},
"pectab": {
"data": {
"contentType": "application/x-csh",
"name": "inasmuch_petty.[object Object]",
"value": "saExKovzcTRklwG79lkR8l3hz14fIPPNmYah3TZENg0QCHkS6lj4BJBQDFIZTR7E"
},
"layout": {
"contentType": "font/otf",
"name": "judgementally_hypothesize.[object Object]",
"value": "PxU1kJUh3gVcbwbKz4K3Lt9WuzQ9qy8dP4YTLMZz508ICvF5tJrGlSbAgaxkaNcK"
},
"template": {
"contentType": "application/octet-stream",
"name": "er_bemuse.[object Object]",
"value": "z3BBSwl0yuthh6QRxB8LV0J8LtAYoDzGgFhYU3MklSnhnuEPdlE4ZDfTzM8ZHQdy"
},
"templates": [
{
"contentType": "image/webp",
"name": "fray.[object Object]",
"value": "DP0uTHSrwmvw7Igt7P93cmgc1RtUq6lC9NmhmVnVP0702JTOWoU4T8zogvq4DsCw"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": true,
"skyPriority": true,
"zone": "8"
},
"zpl": {
"contentType": "application/java-archive",
"name": "blah_a_nervous.[object Object]",
"value": "an25PfREEPsdmwqpDUPXNcVupKPFfsU7Qpaz5EsYAREXgdscysQjcsHedOpQ1Sal"
}
},
"group": "XBcCik",
"loyaltyAccount": {
"id": "c55c7109-44aa-41d7-85dc-e34bee5f448f",
"latestAwardDate": "2025-11-12",
"loyaltyTierLevel": {
"atpco": "27",
"customerInsight": "87",
"name": "platinum",
"number": 5,
"priority": 5,
"tag": "suh"
},
"memberAirline": "[ob",
"memberId": "4963732094",
"membershipStartDate": "2023-06-25",
"mileage": {
"unit": "MILES",
"value": 3720
},
"pnrId": "6",
"points": 89444,
"source": "PNR"
},
"personName": {
"first": "Clementine",
"last": "Grant",
"middle": "Bowie",
"prefix": "Miss",
"raw": "Roberto Hermann",
"suffix": "I"
},
"priorityVerificationCard": false,
"recordLocator": "UBJBWU",
"seat": {
"column": "t",
"row": "71",
"value": "10F"
},
"source": "EXTERNAL",
"standbyPriority": "4p",
"supplementaryData": {
"dhsStatus": 4,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "87959144920374",
"loungeAccess": false,
"selectee": false,
"skyPriority": false,
"spanishLargeFamily": false,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "ML"
},
"ticketCouponNumber": "96",
"ticketNumber": {
"airlineAccountingCode": "818",
"checkDigit": "5",
"number": "69776671627694",
"serialNumber": "5532804941"
},
"upgradePriority": "uU3ll",
"zone": "1"
},
{
"agent": {
"city": "qOU",
"country": "AS",
"sign": "gCN"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 5.4
},
"checkedInBaggage": {
"bagTagNumber": [
"87654321",
"11223344",
"12345678"
],
"quantity": 1,
"totalWeight": {
"unit": "LB",
"value": 9.5
}
}
},
"barCode": "sOUcwjlPyapHVaL4fFiW6qBJr0lPnGyNtS3wschQ",
"checkInSequenceNumber": "806",
"deck": {
"code": "UPPER",
"value": "OTHER"
},
"displayData": {
"accommodation": "RESIDENCE SUITE",
"agentCityName": "Keelingside",
"arrivalAirportName": "Lake Elsinore",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "3941",
"cabinClassCode": "Q",
"cabinText": "FIRST CLASS",
"carryOnText": "NO CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "East Britneyworth",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "0062",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "3497",
"estimatedDepartureDate": "2026-10-16T00:00:00.0Z",
"estimatedDepartureTime": "7053",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "GOLD",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "Mrlh",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "9041",
"scheduledDepartureDate": "2026-09-18T00:00:00.0Z",
"scheduledDepartureTime": "3056",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "narrowbody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 1822.73,
"atpcoRule": "lUKY",
"atpcoTariff": 19,
"bookingClass": "L",
"brand": "dS",
"cabinClass": "FIRST",
"cabinClassCode": "L",
"discountCategory": "18",
"fareBasisCode": "jVLVpO",
"governingAirline": "[ob",
"id": "904f6927-7c4c-4cbc-83ff-fdaf0aa5bd1c",
"operatingBookingClass": "V",
"privateTariff": true,
"type": "NLX",
"vendor": {
"code": "ATP",
"value": "SITA"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "HN",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "ZS",
"arrivalTime": "2027-05-04T00:00:00.0Z",
"boardingTime": "1907-04-19T16:34:07.0Z",
"changeOfGauge": false,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "TC",
"departureFlightScheduleStatus": "DELAYED",
"departureGate": "Lv",
"departureTerminal": "6A",
"departureTime": "2027-03-30T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3942
},
"equipment": "985",
"estimatedArrivalTime": "1893-10-07T15:21:30.0Z",
"estimatedDepartureTime": "1898-03-28T20:51:40.0Z",
"flightDuration": 247,
"flightNumber": "4277",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-07-30T00:00:00.0Z",
"departureTime": "2027-07-06T00:00:00.0Z",
"duration": 97,
"elapsedTime": 123
},
{
"airport": "[ob",
"arrivalTime": "2027-03-20T00:00:00.0Z",
"departureTime": "2027-05-04T00:00:00.0Z",
"duration": 63,
"elapsedTime": 197
},
{
"airport": "[ob",
"arrivalTime": "2026-11-09T00:00:00.0Z",
"departureTime": "2027-03-21T00:00:00.0Z",
"duration": 60,
"elapsedTime": 260
},
{
"airport": "[ob",
"arrivalTime": "2026-10-21T00:00:00.0Z",
"departureTime": "2027-05-21T00:00:00.0Z",
"duration": 40,
"elapsedTime": 130
}
],
"iatci": false,
"id": "1cdd39a7-3f5c-46ac-bfbb-9d3959723495",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "96",
"span": "INTERNATIONAL",
"status": "DELAYED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": true,
"throughFlight": false,
"timeToDeparture": 263
},
"formattedBoardingPass": {
"document": {
"contentType": "application/x-7z-compressed",
"name": "cautious.[object Object]",
"value": "ZcGYS8voeJXiqUeypyoGFeoZU708xZp9NSihdDeIjR1fiMfl1r9Hj6IPJRiKfLku"
},
"image": {
"contentType": "application/rtf",
"name": "rise_yet.[object Object]",
"value": "Z1yg6Nixs7nW3vvcUsMwFR2Q5SpS5OyDsBnO7RztQAKWKAYwSqgjkzl7yQlT9h3e"
},
"pectab": {
"data": {
"contentType": "audio/midi",
"name": "foolish_upliftingly_eyeliner.[object Object]",
"value": "lBMoqgRy6z8kKp4VOMGAniC4pLwAsTNayEDvSHZjdG4GFGN5rtOzV7tFjF3KrAT1"
},
"layout": {
"contentType": "application/x-freearc",
"name": "impossible_under.[object Object]",
"value": "ISY2AYgfQmyRKf78FhPgdIzMNbd5E7oMsfeomXG5MlCwAKiW0eaDHVONATG0W2Y0"
},
"template": {
"contentType": "font/ttf",
"name": "vainly.[object Object]",
"value": "mvZhVrnbnhFfgdA9iBsNbP0g0LRXaJbicm1BIKt9kDAvEDDBd3jsfFGbaxzFQKqk"
},
"templates": [
{
"contentType": "video/webm",
"name": "tomorrow_bashfully_gifted.[object Object]",
"value": "uRVf4ujXA8IeKRu12lNrbo3LV3HBxwjvcfKgXrctUKSMPXZx2y5K3n1Up6XSWocV"
},
{
"contentType": "application/vnd.visio",
"name": "deny_godparent_reassuringly.[object Object]",
"value": "WSHrxrQwNvQS4g7knD41vBuQSYBF8ZTcin2ryiX7NN9qLrxnHtHmvMu1M7hgYY2g"
},
{
"contentType": "application/x-bzip",
"name": "from_hurtful_neglect.[object Object]",
"value": "S1J4paF8uBzgDjN2HKVz6JTvgOG9bcoxRg4iDlPpwNEgE7auAJT7oThyAiyVJ7yn"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": false,
"skyPriority": true,
"zone": "3"
},
"zpl": {
"contentType": "application/vnd.oasis.opendocument.presentation",
"name": "commemorate_pish.[object Object]",
"value": "wW7nxelIrH7He52W8WN4ut0fb4uNocdfjxzxPnFUPmiiHwIopvblTBpWjloP6BFR"
}
},
"group": "ZNiQLN",
"loyaltyAccount": {
"id": "f191d801-5d72-473b-ac1e-2e0a0f374af1",
"latestAwardDate": "2026-05-20",
"loyaltyTierLevel": {
"atpco": "81",
"customerInsight": "20",
"name": "gold",
"number": 5,
"priority": 6,
"tag": "Gcg"
},
"memberAirline": "[ob",
"memberId": "0008969113",
"membershipStartDate": "2024-01-30",
"mileage": {
"unit": "MILES",
"value": 3097
},
"pnrId": "3",
"points": 43460,
"source": "PNR"
},
"personName": {
"first": "Gilda",
"last": "Turner",
"middle": "Micah",
"prefix": "Mr.",
"raw": "Dr. Kirk Dibbert",
"suffix": "PhD"
},
"priorityVerificationCard": true,
"recordLocator": "JBHYAH",
"seat": {
"column": "A",
"row": "52",
"value": "28C"
},
"source": "EXTERNAL",
"standbyPriority": "MI",
"supplementaryData": {
"dhsStatus": 3,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "69803275290177",
"loungeAccess": true,
"selectee": true,
"skyPriority": false,
"spanishLargeFamily": false,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "TM"
},
"ticketCouponNumber": "04",
"ticketNumber": {
"airlineAccountingCode": "266",
"checkDigit": "6",
"number": "73937357855763",
"serialNumber": "5007645991"
},
"upgradePriority": "qmLzF",
"zone": "2"
},
{
"agent": {
"city": "PlI",
"country": "NZ",
"sign": "nxt"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 4.7
},
"checkedInBaggage": {
"bagTagNumber": [
"12345678",
"11223344"
],
"quantity": 3,
"totalWeight": {
"unit": "LB",
"value": 1.6
}
}
},
"barCode": "zMmsbXrRgZuxgYN1m7XHOkANYG904Oqwxt4OWzRH",
"checkInSequenceNumber": "631",
"deck": {
"code": "MAIN",
"value": "MAIN"
},
"displayData": {
"accommodation": "RESIDENCE SUITE",
"agentCityName": "Fort Oma",
"arrivalAirportName": "Nyahbury",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "4395",
"cabinClassCode": "f",
"cabinText": "BUSINESS",
"carryOnText": "CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Virginia Beach",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "6036",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "4088",
"estimatedDepartureDate": "2026-08-26T00:00:00.0Z",
"estimatedDepartureTime": "8351",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "PLATINUM",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "Pt77",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "2340",
"scheduledDepartureDate": "2026-08-08T00:00:00.0Z",
"scheduledDepartureTime": "3358",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "regional",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 612.87,
"atpcoRule": "ZxyC",
"atpcoTariff": 88,
"bookingClass": "c",
"brand": "BD",
"cabinClass": "PREMIUM_FIRST",
"cabinClassCode": "q",
"discountCategory": "28",
"fareBasisCode": "xrcmgP",
"governingAirline": "[ob",
"id": "dfa1aaf1-87d9-4b73-af69-e7040dac5285",
"operatingBookingClass": "H",
"privateTariff": true,
"type": "REF",
"vendor": {
"code": "ATP",
"value": "SABRE_MYFARES_SUBSCRIBERS"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "MP",
"arrivalFlightScheduleStatus": "EARLY",
"arrivalTerminal": "4t",
"arrivalTime": "2026-12-21T00:00:00.0Z",
"boardingTime": "1894-05-13T15:05:58.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "NF",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "Tx",
"departureTerminal": "FF",
"departureTime": "2027-06-25T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2036
},
"equipment": "321",
"estimatedArrivalTime": "1910-04-16T15:28:16.0Z",
"estimatedDepartureTime": "1953-02-25T16:52:32.0Z",
"flightDuration": 440,
"flightNumber": "31",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-07-26T00:00:00.0Z",
"departureTime": "2026-08-10T00:00:00.0Z",
"duration": 36,
"elapsedTime": 172
}
],
"iatci": true,
"id": "0c251a55-44ab-4bdf-b49c-6df7aea78c4e",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "12",
"span": "DOMESTIC",
"status": "DELAYED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 294
},
"formattedBoardingPass": {
"document": {
"contentType": "application/msword",
"name": "excepting_mid.[object Object]",
"value": "EgRsKZryw8OuROMJkaYefICgotHCHfs0PH69ZWUBozLmSQ8WDIwRUSoekcpRAWtR"
},
"image": {
"contentType": "video/mp2t",
"name": "custom.[object Object]",
"value": "oPRoaznfj7foULQg1DDNfYQtVKOIYLAsQQIqQNZUypFDl9lM69aIV4gBwZLiVtqO"
},
"pectab": {
"data": {
"contentType": "video/3gpp",
"name": "tabletop_reckless.[object Object]",
"value": "jOGryVpRrXnrtctCGbXA2RaIggZu2uj7haZzrG28IWWwjuzyt1azJBJRpZVDhoCQ"
},
"layout": {
"contentType": "video/mp4",
"name": "dishearten.[object Object]",
"value": "TrjdcSouNYTCVMjSv7xrpCuKNVQP40bd5whn4hJFVJvjuMnA5lh4FSDLhed8fLsr"
},
"template": {
"contentType": "application/vnd.oasis.opendocument.spreadsheet",
"name": "enormously_geez.[object Object]",
"value": "4ecaxg2dUQDTVdELG2EOz3O1J7w4n1eQb8M6gte69YabZTQQ2KJWXC7FtXl0xAfm"
},
"templates": [
{
"contentType": "text/plain",
"name": "conjecture_holster_decryption.[object Object]",
"value": "saN0cX5RLdnVM5bSlJYSN8bn4KFIYOXMNIVussGAuNIdT16T7iqe0FvRVj152Dd5"
},
{
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"name": "aggravating_mid_phew.[object Object]",
"value": "3kvjqwMJkgLbOZCZwwKxhh14mWyrvPoksOtwM3PE5wW0QrEqoGjAKfDIoyG4a9x4"
},
{
"contentType": "application/vnd.amazon.ebook",
"name": "greatly.[object Object]",
"value": "EYb8NA5eIfNzJUMtOWF5s1Lm61Hp3HVaFnDsGdK7fAJweOeVBjwfM1lohcWMtIV3"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": false,
"skyPriority": true,
"zone": "9"
},
"zpl": {
"contentType": "application/x-abiword",
"name": "gee.[object Object]",
"value": "ZWexjz7ryYB4ga6Gsh1a9zvj5ueqRsuN5xtDrgFMlhZ283OrJvfLfqJWX5nIVsRE"
}
},
"group": "MQVYp1",
"loyaltyAccount": {
"id": "213cfcbd-1ab6-4ec7-b64b-482131de8a43",
"latestAwardDate": "2026-06-22",
"loyaltyTierLevel": {
"atpco": "30",
"customerInsight": "72",
"name": "silver",
"number": 4,
"priority": 4,
"tag": "oEX"
},
"memberAirline": "[ob",
"memberId": "1091974493",
"membershipStartDate": "2023-05-19",
"mileage": {
"unit": "MILES",
"value": 2179
},
"pnrId": "2",
"points": 81308,
"source": "PNR"
},
"personName": {
"first": "Jettie",
"last": "McClure-Gleichner",
"middle": "Rory",
"prefix": "Mrs.",
"raw": "Jackie Hermann",
"suffix": "V"
},
"priorityVerificationCard": true,
"recordLocator": "STEVZN",
"seat": {
"column": "R",
"row": "29",
"value": "4C"
},
"source": "OTHER",
"standbyPriority": "TV",
"supplementaryData": {
"dhsStatus": 3,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "41893277282576",
"loungeAccess": true,
"selectee": false,
"skyPriority": false,
"spanishLargeFamily": false,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "VU"
},
"ticketCouponNumber": "03",
"ticketNumber": {
"airlineAccountingCode": "263",
"checkDigit": "5",
"number": "91143995768473",
"serialNumber": "9671726049"
},
"upgradePriority": "gK02d",
"zone": "1"
}
],
"ssciPassengerId": "SrQOGLCguFyo",
"status": {
"code": "SUCCESS",
"message": "Operation completed successfully.",
"type": "SUCCESS"
}
},
{
"boardingPass": [
{
"agent": {
"city": "Qwo",
"country": "ZW",
"sign": "aYb"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 20
},
"checkedInBaggage": {
"bagTagNumber": [
"11223344",
"87654321",
"12345678"
],
"quantity": 3,
"totalWeight": {
"unit": "KG",
"value": 10.8
}
}
},
"barCode": "zoAWH4HqP1CqR12MW9fZZ3ohJWVi7nLVCNWx2K3a",
"checkInSequenceNumber": "250",
"deck": {
"code": "UPPER",
"value": "MAIN"
},
"displayData": {
"accommodation": "BUSINESS",
"agentCityName": "Port Genevieve",
"arrivalAirportName": "Consueloside",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "6190",
"cabinClassCode": "D",
"cabinText": "ECONOMY",
"carryOnText": "CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "South Bradenhaven",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "8056",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "4511",
"estimatedDepartureDate": "2026-07-29T00:00:00.0Z",
"estimatedDepartureTime": "3539",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "PLATINUM",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "t70o",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "6801",
"scheduledDepartureDate": "2026-08-05T00:00:00.0Z",
"scheduledDepartureTime": "5497",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "widebody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 1959.15,
"atpcoRule": "22TO",
"atpcoTariff": 96,
"bookingClass": "K",
"brand": "cC",
"cabinClass": "ECONOMY",
"cabinClassCode": "b",
"discountCategory": "99",
"fareBasisCode": "I8b3mN",
"governingAirline": "[ob",
"id": "3a6130bc-1673-43eb-9634-b348c897ce0d",
"operatingBookingClass": "t",
"privateTariff": true,
"type": "NRF",
"vendor": {
"code": "SITA",
"value": "ATPCO"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "PK",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "F3",
"arrivalTime": "2027-02-07T00:00:00.0Z",
"boardingTime": "1890-01-03T23:39:43.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "PK",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "tj",
"departureTerminal": "o0",
"departureTime": "2026-11-22T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 4078
},
"equipment": "533",
"estimatedArrivalTime": "1897-01-09T05:24:25.0Z",
"estimatedDepartureTime": "1951-03-04T10:06:08.0Z",
"flightDuration": 64,
"flightNumber": "92",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-07-28T00:00:00.0Z",
"departureTime": "2027-06-09T00:00:00.0Z",
"duration": 36,
"elapsedTime": 217
},
{
"airport": "[ob",
"arrivalTime": "2026-12-10T00:00:00.0Z",
"departureTime": "2027-04-13T00:00:00.0Z",
"duration": 160,
"elapsedTime": 256
}
],
"iatci": true,
"id": "760971d7-7d8c-4de8-a44c-83046369b815",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "1",
"span": "INTERNATIONAL",
"status": "ON TIME",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": true,
"throughFlight": false,
"timeToDeparture": 433
},
"formattedBoardingPass": {
"document": {
"contentType": "application/x-abiword",
"name": "gosh.[object Object]",
"value": "PYNsWMY2Gyrs9prde35b6FQ6lyT41n4sBuTQDzcZ9x4SxFMNLNUCBs1xGDybE7wz"
},
"image": {
"contentType": "video/mp2t",
"name": "ill_fated_whoever_likely.[object Object]",
"value": "3CCSiKicv9TzWRDajbV8AKcfbjwl1GjMr14N694w7SlnmPYOdJ6NUXAjbYNRdnDI"
},
"pectab": {
"data": {
"contentType": "application/vnd.amazon.ebook",
"name": "given_ah.[object Object]",
"value": "v0g85XnQdoytngntk5FNnNRqTv6TkIqLsmDpk55VbapewXgU50hk0gbtsEDe24oj"
},
"layout": {
"contentType": "application/x-7z-compressed",
"name": "aw_hence_among.[object Object]",
"value": "ZE0SPSCI0Au9b2XOD7q6PLkiMbaay4X0xP0pmgCQrZOMKwGddCMwkRBmbC6y2nez"
},
"template": {
"contentType": "text/javascript",
"name": "degrease_where_unusual.[object Object]",
"value": "gx8Z9th2zFeCDMAkKTCcrw4n6uikRMwZhyY58zBYDWKGelzqzD0WRm6j34hg0kVl"
},
"templates": [
{
"contentType": "application/msword",
"name": "officially_stratify.[object Object]",
"value": "27FxNXhK99YSVMkOavnxqaaZAaeFvxeaugWKNFK11ypwNxJF0GT3L40c0IkKi6ky"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": false,
"skyPriority": true,
"zone": "3"
},
"zpl": {
"contentType": "video/webm",
"name": "dead_gad_to.[object Object]",
"value": "HWRrtUxdyrTFvhcqhisjRkkagAGf1kMsnk23TmfS5s3iTmhdaDCxFua62wiUK74a"
}
},
"group": "zbTGgZ",
"loyaltyAccount": {
"id": "435a28c8-2b1d-49a5-9bd1-504903be56b2",
"latestAwardDate": "2025-08-19",
"loyaltyTierLevel": {
"atpco": "14",
"customerInsight": "62",
"name": "gold",
"number": 5,
"priority": 4,
"tag": "AuL"
},
"memberAirline": "[ob",
"memberId": "8153119156",
"membershipStartDate": "2025-06-04",
"mileage": {
"unit": "MILES",
"value": 2870
},
"pnrId": "7",
"points": 40849,
"source": "SSCI"
},
"personName": {
"first": "Furman",
"last": "Brekke",
"middle": "Kendall",
"prefix": "Mr.",
"raw": "Miss Rita Wintheiser-Howell",
"suffix": "V"
},
"priorityVerificationCard": true,
"recordLocator": "QFGNZT",
"seat": {
"column": "l",
"row": "98",
"value": "13F"
},
"source": "HOST",
"standbyPriority": "mU",
"supplementaryData": {
"dhsStatus": 5,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "65621220432629",
"loungeAccess": true,
"selectee": true,
"skyPriority": true,
"spanishLargeFamily": true,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "TW"
},
"ticketCouponNumber": "96",
"ticketNumber": {
"airlineAccountingCode": "602",
"checkDigit": "3",
"number": "22705004002890",
"serialNumber": "5240191931"
},
"upgradePriority": "5zGJp",
"zone": "1"
}
],
"ssciPassengerId": "BMNXybSqocVx",
"status": {
"code": "VALIDATION_ERROR",
"message": "Only 2 passenger types are allowed.",
"type": "SUCCESS"
}
}
]
}{
"errorCode": "ERR.2SG.SEC.AUTH",
"message": "Internal database error",
"status": "NotProcessed",
"timeStamp": "2026-07-22T00:00:00.0Z",
"type": "Transport"
}POST
| Query Parameter Name | Example |
|---|---|
jipcc* | nostrud ad quis |
| Header Name | Example |
|---|---|
Session-ID* | "ullamco velit sit" |
Authorization* | "in Ut dolor" |
Application-ID | "dolore" |
Conversation-ID | "amet" |
Message-ID | "incididunt sunt" |
{
"flightCriteria": {
"airline": "[ob",
"arrivalAirport": "[object Object]",
"departureAirport": "[ob",
"departureDate": "2026-11-19",
"flightNumber": "7"
},
"passengerCriteria": {
"currentBookingClass": "C",
"passengers": [
{
"lastName": "Sipes",
"priorityCriteria": {
"priorityCode": "ATR",
"seniorityDate": "2025-11-20",
"upgradeCode": "shp"
},
"requestedBookingClass": "o",
"seatCharacteristics": [
"A"
],
"ssciPassengerId": "AUFC2jL7QRZV"
}
]
}
}{
"results": [
{
"ssciPassengerId": "hCGiyw7L0hto",
"status": {
"code": "VALIDATION_ERROR",
"message": "Only 2 passenger types are allowed.",
"type": "SUCCESS"
}
},
{
"ssciPassengerId": "MGA9SlKT6oLS",
"status": {
"code": "SUCCESS",
"message": "Only 2 passenger types are allowed.",
"type": "SUCCESS"
}
},
{
"ssciPassengerId": "0IhpmYGmDnHf",
"status": {
"code": "NOT_FOUND",
"message": "Only 2 passenger types are allowed.",
"type": "SUCCESS"
}
},
{
"ssciPassengerId": "9tT8jBAvv5wD",
"status": {
"code": "VALIDATION_ERROR",
"message": "Operation completed successfully.",
"type": "SUCCESS"
}
}
]
}{
"errorCode": "ERR.2SG.VAL.INVALID_INPUT",
"message": "Internal database error",
"status": "Incomplete",
"timeStamp": "2026-07-21T00:00:00.0Z",
"type": "BusinessLogic"
}Standby(2 operations)
POST
| Query Parameter Name | Example |
|---|---|
jipcc* | proident ullamco in magna sed |
| Header Name | Example |
|---|---|
Session-ID* | "ut dolor Ut sint" |
Authorization* | "Excepteur proident enim" |
Application-ID | "laborum dolor elit cupidatat ut" |
Conversation-ID | "nisi" |
Message-ID | "nulla enim esse" |
{
"outputFormat": "NONE",
"returnSession": true,
"standbyFlightId": "46862b86-5f9c-496c-ac43-3d2f31f15a73"
}{
"priorityVerificationCards": [
{
"boardingPass": {
"agent": {
"city": "SHY",
"country": "GB",
"sign": "Rmg"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 6.3
},
"checkedInBaggage": {
"bagTagNumber": [
"12345678",
"11223344"
],
"quantity": 3,
"totalWeight": {
"unit": "LB",
"value": 7.9
}
}
},
"barCode": "vAMRWBzKFJnY7xwYtIvIyszOsjjk3gyf9q8LzNrR",
"checkInSequenceNumber": "528",
"deck": {
"code": "UPPER",
"value": "UPPER"
},
"displayData": {
"accommodation": "FIRST CLASS",
"agentCityName": "Rolfsonside",
"arrivalAirportName": "West Tyrell",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "9223",
"cabinClassCode": "q",
"cabinText": "ECONOMY",
"carryOnText": "CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "West Darrickton",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "9579",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "1309",
"estimatedDepartureDate": "2026-11-07T00:00:00.0Z",
"estimatedDepartureTime": "8750",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "PLATINUM",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "4LoD",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "2765",
"scheduledDepartureDate": "2026-07-31T00:00:00.0Z",
"scheduledDepartureTime": "5571",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "regional",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 100.85,
"atpcoRule": "r7q3",
"atpcoTariff": 30,
"bookingClass": "s",
"brand": "8F",
"cabinClass": "PREMIUM_ECONOMY",
"cabinClassCode": "Y",
"discountCategory": "95",
"fareBasisCode": "iWvhHX",
"governingAirline": "[ob",
"id": "c25b114b-130c-4d36-8a4d-637359ed900c",
"operatingBookingClass": "B",
"privateTariff": false,
"type": "NRF",
"vendor": {
"code": "SMFC",
"value": "SABRE_MYFARES_AIRLINES"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "SA",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "VZ",
"arrivalTime": "2027-01-26T00:00:00.0Z",
"boardingTime": "1913-12-04T18:55:22.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "TO",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "v9",
"departureTerminal": "Vb",
"departureTime": "2027-05-30T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2161
},
"equipment": "931",
"estimatedArrivalTime": "1947-04-09T01:33:32.0Z",
"estimatedDepartureTime": "1913-05-03T14:57:38.0Z",
"flightDuration": 341,
"flightNumber": "8",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-07-19T00:00:00.0Z",
"departureTime": "2026-09-06T00:00:00.0Z",
"duration": 85,
"elapsedTime": 71
}
],
"iatci": true,
"id": "cbdb5463-75fc-4c20-a841-d369c61d774f",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "570",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 378
},
"formattedBoardingPass": {
"document": {
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"name": "whoa_profuse_qua.[object Object]",
"value": "IUDHEQt8qKWOTXkRDAYqGxvzVfF2hbTyVKJ09hdh8x6vhCdgVQCelDwN5JVtRUOV"
},
"image": {
"contentType": "text/css",
"name": "unabashedly_whenever.[object Object]",
"value": "lWyfrCdfRvKxdSIRH7dQGDtkzTIvSFvxsear0jMwXGQ8WFNmYZ4V8SSQA4IqB2EU"
},
"pectab": {
"data": {
"contentType": "video/x-msvideo",
"name": "annually_throughout.[object Object]",
"value": "9bI2SuLBVNNyOsYGPVLq7BUkHm3RKolFqXAmhUCfElu0FjrpZGdoMNey0exNI8iI"
},
"layout": {
"contentType": "text/html",
"name": "afore_goose.[object Object]",
"value": "9or2VfijR1VwSr8KQSqw97AyhhBuxN8rjd5eAwWItHXqxATbS9kRuIM9kuspdul7"
},
"template": {
"contentType": "video/3gpp2",
"name": "mid.[object Object]",
"value": "WUSEmCbsEeoafZy0kHCV3jd5QTYqTTmQoJjADWrmHSpfpxq7CTYnjXILnKXFS2BF"
},
"templates": [
{
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"name": "waist.[object Object]",
"value": "fhnJ2vbtUUqhkjh25nyEIpGaN55Edsp2aNUOJwge2bZEIyQ8ekAFBADPOrLuIcKu"
},
{
"contentType": "application/x-sh",
"name": "now_rosy.[object Object]",
"value": "INlTEtV4wOBgBtUdkEr1F0bpJBUpjBY5tnDkVma4RdSSjJJfjJatled7BYOQu0Jq"
},
{
"contentType": "application/pdf",
"name": "gloat.[object Object]",
"value": "LjUuMteUjkWoUcPbDcSvGLk8nssSxEb8qXUHhNrTdLhcLTZg7gPwvTkIkngIDHVW"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": true,
"skyPriority": false,
"zone": "8"
},
"zpl": {
"contentType": "image/avif",
"name": "solidly_drat.[object Object]",
"value": "7DY4h2sC2K1wRbfJwLUpusWvhzr0xFnbj6n4tgToW4rfOHRn5n9bEHnv7x0waFM6"
}
},
"group": "tepQGU",
"loyaltyAccount": {
"id": "0a9ec46e-2f93-4c52-a7c3-126654d6592b",
"latestAwardDate": "2025-08-20",
"loyaltyTierLevel": {
"atpco": "79",
"customerInsight": "30",
"name": "silver",
"number": 1,
"priority": 5,
"tag": "GPJ"
},
"memberAirline": "[ob",
"memberId": "1770035381",
"membershipStartDate": "2023-11-09",
"mileage": {
"unit": "MILES",
"value": 2288
},
"pnrId": "7",
"points": 22236,
"source": "SSCI"
},
"personName": {
"first": "Rhiannon",
"last": "Bechtelar",
"middle": "Angel",
"prefix": "Mrs.",
"raw": "Stacy Ward",
"suffix": "Jr."
},
"priorityVerificationCard": true,
"recordLocator": "FVRRXV",
"seat": {
"column": "e",
"row": "80",
"value": "6F"
},
"source": "EXTERNAL",
"standbyPriority": "04",
"supplementaryData": {
"dhsStatus": 2,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "08176153558567",
"loungeAccess": true,
"selectee": true,
"skyPriority": false,
"spanishLargeFamily": true,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "GF"
},
"ticketCouponNumber": "85",
"ticketNumber": {
"airlineAccountingCode": "763",
"checkDigit": "4",
"number": "83186088046866",
"serialNumber": "5862505403"
},
"upgradePriority": "mZKtZ",
"zone": "7"
},
"passengerId": "8yzr8ozq4r"
},
{
"boardingPass": {
"agent": {
"city": "qtn",
"country": "GQ",
"sign": "cMP"
},
"baggage": {
"carryOnWeight": {
"unit": "KG",
"value": 6.9
},
"checkedInBaggage": {
"bagTagNumber": [
"11223344",
"12345678",
"87654321"
],
"quantity": 1,
"totalWeight": {
"unit": "KG",
"value": 14.2
}
}
},
"barCode": "iZxDzC2byQ8xyOPYTCxFDjoULnjBJqer0GB4SYjP",
"checkInSequenceNumber": "649",
"deck": {
"code": "UPPER",
"value": "OTHER"
},
"displayData": {
"accommodation": "FIRST CLASS",
"agentCityName": "Bechtelarchester",
"arrivalAirportName": "Ethashire",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "6320",
"cabinClassCode": "V",
"cabinText": "FIRST CLASS",
"carryOnText": "CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Walkertown",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "0698",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "1951",
"estimatedDepartureDate": "2026-10-11T00:00:00.0Z",
"estimatedDepartureTime": "4077",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "GOLD",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "K1lc",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "1233",
"scheduledDepartureDate": "2027-03-04T00:00:00.0Z",
"scheduledDepartureTime": "9003",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "narrowbody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 1704.65,
"atpcoRule": "nJzZ",
"atpcoTariff": 93,
"bookingClass": "c",
"brand": "NQ",
"cabinClass": "BUSINESS",
"cabinClassCode": "X",
"discountCategory": "62",
"fareBasisCode": "jirhio",
"governingAirline": "[ob",
"id": "8052a6fc-19ab-49df-8460-3277de71b6da",
"operatingBookingClass": "R",
"privateTariff": true,
"type": "REF",
"vendor": {
"code": "SMFC",
"value": "SABRE_MYFARES_AIRLINES"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "LA",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "wy",
"arrivalTime": "2027-03-11T00:00:00.0Z",
"boardingTime": "1922-11-18T04:26:04.0Z",
"changeOfGauge": false,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "SN",
"departureFlightScheduleStatus": "DELAYED",
"departureGate": "DL",
"departureTerminal": "CC",
"departureTime": "2026-08-15T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3020
},
"equipment": "826",
"estimatedArrivalTime": "1960-03-21T21:39:35.0Z",
"estimatedDepartureTime": "1935-11-10T21:19:37.0Z",
"flightDuration": 183,
"flightNumber": "8286",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-12-31T00:00:00.0Z",
"departureTime": "2027-06-24T00:00:00.0Z",
"duration": 36,
"elapsedTime": 198
},
{
"airport": "[ob",
"arrivalTime": "2027-06-19T00:00:00.0Z",
"departureTime": "2026-11-03T00:00:00.0Z",
"duration": 143,
"elapsedTime": 69
},
{
"airport": "[ob",
"arrivalTime": "2027-07-07T00:00:00.0Z",
"departureTime": "2026-12-17T00:00:00.0Z",
"duration": 94,
"elapsedTime": 217
},
{
"airport": "[ob",
"arrivalTime": "2027-06-08T00:00:00.0Z",
"departureTime": "2027-03-29T00:00:00.0Z",
"duration": 180,
"elapsedTime": 244
},
{
"airport": "[ob",
"arrivalTime": "2026-08-27T00:00:00.0Z",
"departureTime": "2026-08-15T00:00:00.0Z",
"duration": 69,
"elapsedTime": 257
}
],
"iatci": false,
"id": "afbf48d0-62ac-47d8-af6d-006e2d305e2a",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "5",
"span": "INTERNATIONAL",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 771
},
"formattedBoardingPass": {
"document": {
"contentType": "application/xml",
"name": "yuck_elevator_casement.[object Object]",
"value": "CrDzorvqwhNt1JKzWMTHqRXmYS3YEdnZszySiR5GXjiPescoxCZbDTASFRs60DqL"
},
"image": {
"contentType": "text/html",
"name": "whereas.[object Object]",
"value": "goSw9VEktqUwSyadkCnqQOZsQ9kV5tYVANGtKlxWnHpdYtWTHNk97GfkcJdJOqCy"
},
"pectab": {
"data": {
"contentType": "application/vnd.ms-powerpoint",
"name": "essence.[object Object]",
"value": "kLq6h67VX3PlFGjCprSckEbNxUHo8qgS0vjmT3bmIt9Z28pEVNWyvrtanZC3FDbZ"
},
"layout": {
"contentType": "application/vnd.oasis.opendocument.text",
"name": "tarragon_carelessly.[object Object]",
"value": "BVxs8ib2KptSXHvgm6oHYyll6PZ3y0242pQ20u6seVqeYZEVPWniLuIDJga80rYK"
},
"template": {
"contentType": "audio/mpeg",
"name": "verbally_ha.[object Object]",
"value": "ZoiDoTkTSWkghtEjpAFhU3y9TUOgtVBwx7aOkMYgj8cFDNtSjo1vXiDY3p36Hm70"
},
"templates": [
{
"contentType": "font/otf",
"name": "via_notwithstanding.[object Object]",
"value": "SgxrDNWfeUhg54SEPkncmAqjRG7NDaPgXDSf3qY2enSoPDqimQV0QVhC4UsPT0lE"
},
{
"contentType": "application/pdf",
"name": "pro.[object Object]",
"value": "OIlST7jQFU8gxtj09kPdueZSktWmWEtRW5VWQKH9AA7KqtT1ZEcfkYphYtrVJqx8"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": true,
"skyPriority": false,
"zone": "1"
},
"zpl": {
"contentType": "image/avif",
"name": "whether_talkative_once.[object Object]",
"value": "SqXlXWZAMqxqhXPpYwWqGVau0ga5oZwD5Tc8x3J2YueDBMLpsL0fZLFOLYxKd5O2"
}
},
"group": "ZIfLeC",
"loyaltyAccount": {
"id": "de72dffe-9029-4fbe-84fd-2b668b9d9aa8",
"latestAwardDate": "2025-12-19",
"loyaltyTierLevel": {
"atpco": "74",
"customerInsight": "68",
"name": "platinum",
"number": 3,
"priority": 7,
"tag": "mhD"
},
"memberAirline": "[ob",
"memberId": "9199872265",
"membershipStartDate": "2025-01-17",
"mileage": {
"unit": "MILES",
"value": 2077
},
"pnrId": "9",
"points": 17578,
"source": "SSCI"
},
"personName": {
"first": "Jaquan",
"last": "Goldner",
"middle": "Bailey",
"prefix": "Dr.",
"raw": "Dr. Hugh Koss",
"suffix": "Sr."
},
"priorityVerificationCard": false,
"recordLocator": "CBFWGM",
"seat": {
"column": "T",
"row": "62",
"value": "27C"
},
"source": "EXTERNAL",
"standbyPriority": "zC",
"supplementaryData": {
"dhsStatus": 4,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "89211390219402",
"loungeAccess": true,
"selectee": true,
"skyPriority": true,
"spanishLargeFamily": true,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "GH"
},
"ticketCouponNumber": "39",
"ticketNumber": {
"airlineAccountingCode": "638",
"checkDigit": "7",
"number": "70819091911536",
"serialNumber": "0809589534"
},
"upgradePriority": "JQvTm",
"zone": "1"
},
"passengerId": "rMbAcdxNXT"
},
{
"boardingPass": {
"agent": {
"city": "Jkn",
"country": "CG",
"sign": "fIG"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 7.4
},
"checkedInBaggage": {
"bagTagNumber": [
"11223344",
"12345678",
"87654321"
],
"quantity": 2,
"totalWeight": {
"unit": "KG",
"value": 6
}
}
},
"barCode": "H7Cmx8bMNJAz8MVO0mBoCupjVnz2FaJvh39yu64T",
"checkInSequenceNumber": "428",
"deck": {
"code": "MIDDLE",
"value": "MAIN"
},
"displayData": {
"accommodation": "RESIDENCE SUITE",
"agentCityName": "West Rupertview",
"arrivalAirportName": "Lake Daisha",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "8393",
"cabinClassCode": "U",
"cabinText": "BUSINESS",
"carryOnText": "CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Fort Pearlstead",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "1459",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "8164",
"estimatedDepartureDate": "2027-01-09T00:00:00.0Z",
"estimatedDepartureTime": "5465",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "GOLD",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "wr9m",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "8744",
"scheduledDepartureDate": "2027-02-07T00:00:00.0Z",
"scheduledDepartureTime": "1271",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "narrowbody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 264.19,
"atpcoRule": "SXiF",
"atpcoTariff": 21,
"bookingClass": "O",
"brand": "3r",
"cabinClass": "PREMIUM_ECONOMY",
"cabinClassCode": "b",
"discountCategory": "42",
"fareBasisCode": "6gUaDN",
"governingAirline": "[ob",
"id": "58d3e097-7e9a-44e8-8e37-cc4317440f9a",
"operatingBookingClass": "n",
"privateTariff": true,
"type": "REF",
"vendor": {
"code": "SITA",
"value": "SABRE_MYFARES_AIRLINES"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "TG",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "wY",
"arrivalTime": "2027-03-11T00:00:00.0Z",
"boardingTime": "1915-11-05T10:36:32.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "TT",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "cB",
"departureTerminal": "vA",
"departureTime": "2026-10-11T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 893
},
"equipment": "647",
"estimatedArrivalTime": "1939-04-21T12:27:16.0Z",
"estimatedDepartureTime": "1950-11-26T06:33:22.0Z",
"flightDuration": 466,
"flightNumber": "89",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-10-05T00:00:00.0Z",
"departureTime": "2027-05-28T00:00:00.0Z",
"duration": 149,
"elapsedTime": 218
},
{
"airport": "[ob",
"arrivalTime": "2027-05-30T00:00:00.0Z",
"departureTime": "2026-09-08T00:00:00.0Z",
"duration": 59,
"elapsedTime": 291
},
{
"airport": "[ob",
"arrivalTime": "2027-02-21T00:00:00.0Z",
"departureTime": "2027-03-07T00:00:00.0Z",
"duration": 158,
"elapsedTime": 138
}
],
"iatci": true,
"id": "7119aa60-5878-4c45-b747-36f195b78d5b",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "99",
"span": "INTERNATIONAL",
"status": "DELAYED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 657
},
"formattedBoardingPass": {
"document": {
"contentType": "application/x-abiword",
"name": "versus_true_corrupt.[object Object]",
"value": "kJ0P9aDh1ebGAtv64WhG80xdOQitl1VQw81xtrZx3y78CHIztML6I8SWuU982T7O"
},
"image": {
"contentType": "image/jpeg",
"name": "plus_provided_excepting.[object Object]",
"value": "RJVGUK2mBY4ztqFVZ4oiaalIQo4pe0MsuffGkrnSNITzUcZRmcuO6DjvUPlEPfLO"
},
"pectab": {
"data": {
"contentType": "application/pdf",
"name": "from_violently_silver.[object Object]",
"value": "WmexL6ZwnTQoPLTjYZxZxsejFqWHbtPBDXFToezfMIj000xKuJzCglX5UeOIbFie"
},
"layout": {
"contentType": "text/html",
"name": "over_junior_whopping.[object Object]",
"value": "IY2nopcKy8Q7r23DhaKAheko5s37lGca0MMPwyClXgWVewmVHHOelQJdhLsa5w06"
},
"template": {
"contentType": "audio/wav",
"name": "beside_interestingly_petticoat.[object Object]",
"value": "yVCxwhgzMuG1txpbgiatRR51OuASQoSq2xe9mr6riMbK4l2ktaQg9BwVn5uyaxVs"
},
"templates": [
{
"contentType": "font/woff2",
"name": "tightly_gadzooks_covenant.[object Object]",
"value": "sCVtcBNb0pWofFzDMKuyajm0MCSwWoyZhtAWhfZc4FPghRrx9tdPNcYzNhLtKDIX"
},
{
"contentType": "font/otf",
"name": "joshingly_deprave.[object Object]",
"value": "gef0g9t2G7K6sCyR0WQPMaFvYectZVbkkJJr7lXA0h2dymMyJivAODfFtvUZ72To"
}
]
},
"supplementaryData": {
"accommodation": "FIRST CLASS",
"selectee": true,
"skyPriority": false,
"zone": "5"
},
"zpl": {
"contentType": "application/vnd.rar",
"name": "around_inasmuch_that.[object Object]",
"value": "memaXy3j6FgG3is08LW5qctE2AIpxi7GFX6fgpONcCvZZkUCaCBYG0rSr9ZkqKh2"
}
},
"group": "P8W5Ju",
"loyaltyAccount": {
"id": "e03667b7-4e5f-441c-9028-d34710da0422",
"latestAwardDate": "2026-06-29",
"loyaltyTierLevel": {
"atpco": "30",
"customerInsight": "56",
"name": "platinum",
"number": 4,
"priority": 7,
"tag": "hWv"
},
"memberAirline": "[ob",
"memberId": "4620052223",
"membershipStartDate": "2025-07-24",
"mileage": {
"unit": "MILES",
"value": 931
},
"pnrId": "2",
"points": 77489,
"source": "PNR"
},
"personName": {
"first": "Celia",
"last": "Nader",
"middle": "Gray",
"prefix": "Miss",
"raw": "Myra Ullrich DVM",
"suffix": "DVM"
},
"priorityVerificationCard": true,
"recordLocator": "QRSRAQ",
"seat": {
"column": "v",
"row": "14",
"value": "17B"
},
"source": "EXTERNAL",
"standbyPriority": "mZ",
"supplementaryData": {
"dhsStatus": 5,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "64907454451361",
"loungeAccess": true,
"selectee": true,
"skyPriority": true,
"spanishLargeFamily": false,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "NE"
},
"ticketCouponNumber": "71",
"ticketNumber": {
"airlineAccountingCode": "256",
"checkDigit": "0",
"number": "60036253093679",
"serialNumber": "8802871289"
},
"upgradePriority": "qaes3",
"zone": "0"
},
"passengerId": "B0WerPfqWJ"
},
{
"boardingPass": {
"agent": {
"city": "RWu",
"country": "RO",
"sign": "CZH"
},
"baggage": {
"carryOnWeight": {
"unit": "KG",
"value": 1.4
},
"checkedInBaggage": {
"bagTagNumber": [
"11223344",
"87654321",
"12345678"
],
"quantity": 2,
"totalWeight": {
"unit": "KG",
"value": 11.2
}
}
},
"barCode": "F1uFg3w1FaVEbY28K3M1HqXS3AUoMI96VTbRL276",
"checkInSequenceNumber": "363",
"deck": {
"code": "MAIN",
"value": "OTHER"
},
"displayData": {
"accommodation": "RESIDENCE SUITE",
"agentCityName": "New Clovischester",
"arrivalAirportName": "Lake Myrtisburgh",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "8065",
"cabinClassCode": "t",
"cabinText": "FIRST CLASS",
"carryOnText": "NO CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Stromantown",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "2112",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "4628",
"estimatedDepartureDate": "2027-04-15T00:00:00.0Z",
"estimatedDepartureTime": "3064",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "GOLD",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "TbTB",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "0549",
"scheduledDepartureDate": "2026-09-09T00:00:00.0Z",
"scheduledDepartureTime": "8663",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "widebody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 951.96,
"atpcoRule": "hl5P",
"atpcoTariff": 35,
"bookingClass": "e",
"brand": "Bl",
"cabinClass": "BUSINESS",
"cabinClassCode": "r",
"discountCategory": "26",
"fareBasisCode": "Mpkcln",
"governingAirline": "[ob",
"id": "5e904938-e9b2-441b-94a6-c77f8d8ccf46",
"operatingBookingClass": "C",
"privateTariff": true,
"type": "NRF",
"vendor": {
"code": "SITA",
"value": "SABRE_MYFARES_SUBSCRIBERS"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "NO",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "jL",
"arrivalTime": "2027-02-08T00:00:00.0Z",
"boardingTime": "1939-02-17T06:16:01.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "BI",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "GQ",
"departureTerminal": "3n",
"departureTime": "2026-09-15T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3741
},
"equipment": "986",
"estimatedArrivalTime": "1957-02-18T23:36:26.0Z",
"estimatedDepartureTime": "1928-05-11T10:50:41.0Z",
"flightDuration": 131,
"flightNumber": "25",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-05-27T00:00:00.0Z",
"departureTime": "2027-02-14T00:00:00.0Z",
"duration": 156,
"elapsedTime": 83
},
{
"airport": "[ob",
"arrivalTime": "2027-07-13T00:00:00.0Z",
"departureTime": "2026-09-25T00:00:00.0Z",
"duration": 144,
"elapsedTime": 157
},
{
"airport": "[ob",
"arrivalTime": "2027-03-01T00:00:00.0Z",
"departureTime": "2027-01-09T00:00:00.0Z",
"duration": 151,
"elapsedTime": 116
},
{
"airport": "[ob",
"arrivalTime": "2026-09-02T00:00:00.0Z",
"departureTime": "2027-07-04T00:00:00.0Z",
"duration": 107,
"elapsedTime": 179
}
],
"iatci": false,
"id": "83b6605b-8248-4141-a7dd-f0d4d2274109",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "5450",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": true,
"throughFlight": false,
"timeToDeparture": 316
},
"formattedBoardingPass": {
"document": {
"contentType": "application/epub+zip",
"name": "beep_after_duh.[object Object]",
"value": "Ol1wxzYIvMN0MUBcHMLk5eiOuagQ8vR6suY8prPNQ0XLfUl7HmuyTe7m5KnTYEyG"
},
"image": {
"contentType": "application/octet-stream",
"name": "negotiation.[object Object]",
"value": "KjJCuM8HcnORKkc96NhG5Z7ad1bTdM7BkrnJMj0vFpL8ah44Dmx6rjuICQ0TG8Aq"
},
"pectab": {
"data": {
"contentType": "application/epub+zip",
"name": "and.[object Object]",
"value": "ZsPP48IsQaTID6upiGYzel506KNJ4wjkTG5FLwhuHf93SZIeg8FEwzM1WzjDhM9G"
},
"layout": {
"contentType": "application/x-freearc",
"name": "smuggle_providence.[object Object]",
"value": "wdsQTgwo6lHa0uHxPeXns9PON2aVuX7nlbfyciq1ztB3JUBuWHZAVriq030WgHAy"
},
"template": {
"contentType": "image/svg+xml",
"name": "sunder_nasalise_bicycle.[object Object]",
"value": "SwsFbvLF2DSM4hw0hvv7YTTqmaVC4Zwt8Uol7zv1wLmuPlAU2cNX5qsNl20St7Cf"
},
"templates": [
{
"contentType": "image/jpeg",
"name": "sophisticated_equatorial_lecture.[object Object]",
"value": "FruLFQDqxgxd8aB61CNO68QQrXvqWBx5iEhfRW9mCWhA4SPPJzfMjj0usDq1h2by"
},
{
"contentType": "application/x-abiword",
"name": "gadzooks.[object Object]",
"value": "TaWmPXJXuexna6aqwUoISIEIdLNcFFsxiFdODNUwbHj0UO3hCxhH2266vQXLWYfS"
},
{
"contentType": "video/mp4",
"name": "joyously_oof_makeover.[object Object]",
"value": "w2oZv0djjiUcSfAxa1kQ2xx511Jp8kmZjvfFh0yFFm4838PQtwIyPXixNqxcTEUl"
},
{
"contentType": "application/msword",
"name": "politely_bob.[object Object]",
"value": "tnIn3n9O7RSFb8jaAVLRmQ8Y2tZaMv8n9hLWuzmzawj8sHwaP8E0KJvGWMoExO4s"
},
{
"contentType": "image/svg+xml",
"name": "opposite.[object Object]",
"value": "piYim2HiqaGzbyedoWdwNgpHGFl7QHoN76KkAPkMCgAz5HveZRv5Ut60o4AaMgrI"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": false,
"skyPriority": false,
"zone": "9"
},
"zpl": {
"contentType": "application/vnd.oasis.opendocument.spreadsheet",
"name": "midst_which.[object Object]",
"value": "fSKGBx2bxAh7pKD5U4eBExglSXS38lK0mhcGmpaDQcUMapZecqMdX1sCiGv1EGnz"
}
},
"group": "baFVEX",
"loyaltyAccount": {
"id": "58ba7e65-50d8-4be9-afda-021e3a67c9b7",
"latestAwardDate": "2026-07-04",
"loyaltyTierLevel": {
"atpco": "33",
"customerInsight": "04",
"name": "gold",
"number": 4,
"priority": 6,
"tag": "LxX"
},
"memberAirline": "[ob",
"memberId": "0376227662",
"membershipStartDate": "2022-05-11",
"mileage": {
"unit": "MILES",
"value": 3295
},
"pnrId": "4",
"points": 63185,
"source": "SSCI"
},
"personName": {
"first": "Kyra",
"last": "Strosin",
"middle": "Phoenix",
"prefix": "Dr.",
"raw": "Lora Berge-Lesch",
"suffix": "I"
},
"priorityVerificationCard": true,
"recordLocator": "MWJFRC",
"seat": {
"column": "d",
"row": "84",
"value": "3F"
},
"source": "OTHER",
"standbyPriority": "9I",
"supplementaryData": {
"dhsStatus": 1,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "05975062923103",
"loungeAccess": true,
"selectee": false,
"skyPriority": true,
"spanishLargeFamily": false,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "RS"
},
"ticketCouponNumber": "76",
"ticketNumber": {
"airlineAccountingCode": "757",
"checkDigit": "0",
"number": "98002386156036",
"serialNumber": "9464816180"
},
"upgradePriority": "DZ0zg",
"zone": "7"
},
"passengerId": "FHewA86SIh"
}
],
"reservation": {
"ancillaries": {
"ancillary": [
{
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": true,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 6
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "4",
"value": "TRAVEL"
},
"formOfRefund": {
"code": "1",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 1
},
"freeOfChargeRules": [
"EMD_REQUIRED",
"EMD_REQUIRED",
"BOOKING_REQUIRED",
"EMD_REQUIRED"
],
"interlineable": false,
"inventoryControlled": true,
"paperTicketRequired": true,
"purchaseAtTicketIssue": false,
"purchaseBy": "2026-12-13",
"refundable": true,
"tourCode": "YGX4xp"
},
"bagType": "SKI",
"bookingMethod": {
"code": "5@",
"value": "CONTACT_AIRLINE"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "EXTRA LEGROOM",
"displayOnly": false,
"electronicMiscDocType": {
"code": "2",
"consumedAtIssuance": true,
"value": "FLIGHT_COUPON_ASSOCIATED"
},
"group": "SEA",
"id": "EDM3pC",
"reasonForIssuance": {
"code": "G",
"value": "BAGGAGE"
},
"sequenceNumber": 48,
"serviceType": {
"code": "Lu",
"value": "BAGGAGE_ALLOWANCE"
},
"specialService": {
"code": "PETC",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 26,
"min": 4,
"name": "WEIGHT",
"optional": false,
"type": "DECIMAL",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 68,
"min": 4,
"name": "SIZE",
"optional": true,
"type": "ENUM",
"unit": "LB"
},
{
"allowedValue": [
"DOG"
],
"max": 56,
"min": 5,
"name": "SIZE",
"optional": true,
"type": "ENUM",
"unit": "LB"
},
{
"allowedValue": [
"DOG"
],
"max": 19,
"min": 1,
"name": "WEIGHT",
"optional": false,
"type": "TEXT",
"unit": "IN"
}
]
},
"type": "OPTIONAL"
},
"ssimCode": "qzl",
"subCode": "323",
"vendor": "SABR",
"weight": [
{
"unit": "KILOGRAM",
"value": 40.1
},
{
"unit": "KILOGRAM",
"value": 28.2
}
]
},
{
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": false,
"convertible": false,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 9
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "3",
"value": "ONE_PERCENT_OF_FARE_PER_KG"
},
"formOfRefund": {
"code": "2",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 4
},
"freeOfChargeRules": [
"EMD_REQUIRED"
],
"interlineable": true,
"inventoryControlled": false,
"paperTicketRequired": false,
"purchaseAtTicketIssue": true,
"purchaseBy": "2026-09-03",
"refundable": false,
"tourCode": "WmaI9e"
},
"bagType": "SKI",
"bookingMethod": {
"code": "4-",
"value": "ANY_ALLOWED"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "UPTO50LB 23KG",
"displayOnly": true,
"electronicMiscDocType": {
"code": "2",
"consumedAtIssuance": true,
"value": "STANDALONE_TICKET_ASSOCIATED"
},
"group": "BG",
"id": "CQc5rz",
"reasonForIssuance": {
"code": "B",
"value": "INDIVIDUAL_AIRLINE_USE"
},
"sequenceNumber": 3,
"serviceType": {
"code": "5F",
"value": "CARRY_ON_BAGGAGE_ALLOWANCE"
},
"specialService": {
"code": "WCHR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 21,
"min": 3,
"name": "SIZE",
"optional": true,
"type": "ENUM",
"unit": "LB"
},
{
"allowedValue": [
"DOG"
],
"max": 18,
"min": 5,
"name": "SIZE",
"optional": true,
"type": "INT",
"unit": "KG"
},
{
"allowedValue": [
"DOG"
],
"max": 57,
"min": 4,
"name": "SIZE",
"optional": false,
"type": "ENUM",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 42,
"min": 5,
"name": "SIZE",
"optional": false,
"type": "ENUM",
"unit": "IN"
},
{
"allowedValue": [
"DOG"
],
"max": 71,
"min": 2,
"name": "WEIGHT",
"optional": true,
"type": "INT",
"unit": "LB"
}
]
},
"type": "OPTIONAL"
},
"ssimCode": "gKs",
"subCode": "809",
"vendor": "SABR",
"weight": [
{
"unit": "KILOGRAM",
"value": 47.9
}
]
},
{
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": true,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 2
},
"exchangeable": false,
"feeApplicationMethod": {
"code": "2",
"value": "HALF_PERCENT_OF_FARE_PER_KG"
},
"formOfRefund": {
"code": "3",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 4
},
"freeOfChargeRules": [
"BOOKING_REQUIRED",
"BOOKING_REQUIRED",
"BOOKING_REQUIRED"
],
"interlineable": false,
"inventoryControlled": true,
"paperTicketRequired": false,
"purchaseAtTicketIssue": true,
"purchaseBy": "2027-05-19",
"refundable": false,
"tourCode": "1BE9Rc"
},
"bagType": "SURF",
"bookingMethod": {
"code": "4/",
"value": "AUXILIARY_SEGMENT"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "EXTRA LEGROOM",
"displayOnly": false,
"electronicMiscDocType": {
"code": "2",
"consumedAtIssuance": false,
"value": "STANDALONE"
},
"group": "WIF",
"id": "Ir2B57",
"reasonForIssuance": {
"code": "A",
"value": "OTHER"
},
"sequenceNumber": 52,
"serviceType": {
"code": "vV",
"value": "CHARGES"
},
"specialService": {
"code": "WCHR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 20,
"min": 1,
"name": "SIZE",
"optional": false,
"type": "DECIMAL",
"unit": "KG"
},
{
"allowedValue": [
"DOG"
],
"max": 15,
"min": 1,
"name": "AGE",
"optional": false,
"type": "DECIMAL",
"unit": "IN"
},
{
"allowedValue": [
"DOG"
],
"max": 24,
"min": 2,
"name": "AGE",
"optional": true,
"type": "ENUM",
"unit": "LB"
},
{
"allowedValue": [
"DOG"
],
"max": 27,
"min": 4,
"name": "WEIGHT",
"optional": false,
"type": "INT",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 32,
"min": 5,
"name": "SIZE",
"optional": true,
"type": "ENUM",
"unit": "LB"
}
]
},
"type": "OPTIONAL"
},
"ssimCode": "ODZ",
"subCode": "197",
"vendor": "MMGR",
"weight": [
{
"unit": "KILOGRAM",
"value": 28.5
},
{
"unit": "KILOGRAM",
"value": 12.6
},
{
"unit": "KILOGRAM",
"value": 2.5
},
{
"unit": "KILOGRAM",
"value": 24.4
}
]
},
{
"airline": "[ob",
"ancillaryRules": {
"commissionable": false,
"customRules": {
"applyHighestTierLevel": true,
"convertible": false,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 2
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "2",
"value": "PER_1KG_OVER_FREE_BAGGAGE_ALLOWANCE"
},
"formOfRefund": {
"code": "1",
"value": "ORIGINAL"
},
"freeAllowanceEligibility": {
"quantity": 0
},
"freeOfChargeRules": [
"BOOKING_REQUIRED",
"BOOKING_REQUIRED"
],
"interlineable": true,
"inventoryControlled": true,
"paperTicketRequired": false,
"purchaseAtTicketIssue": false,
"purchaseBy": "2026-12-10",
"refundable": false,
"tourCode": "15o7A0"
},
"bagType": "SURF",
"bookingMethod": {
"code": "8-",
"value": "NO_BOOKING_REQUIRED"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "PRIORITY BOARDING",
"displayOnly": false,
"electronicMiscDocType": {
"code": "3",
"consumedAtIssuance": true,
"value": "STANDALONE"
},
"group": "MEA",
"id": "uDeVrW",
"reasonForIssuance": {
"code": "B",
"value": "AIR_TRANSPORTATION"
},
"sequenceNumber": 34,
"serviceType": {
"code": "dz",
"value": "DISCLOSURE"
},
"specialService": {
"code": "PETC",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 60,
"min": 1,
"name": "AGE",
"optional": false,
"type": "INT",
"unit": "KG"
},
{
"allowedValue": [
"DOG"
],
"max": 40,
"min": 3,
"name": "SIZE",
"optional": true,
"type": "ENUM",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 19,
"min": 4,
"name": "SIZE",
"optional": false,
"type": "TEXT",
"unit": "LB"
}
]
},
"type": "REQUIRED"
},
"ssimCode": "A5t",
"subCode": "077",
"vendor": "AMAD",
"weight": [
{
"unit": "KILOGRAM",
"value": 1.5
},
{
"unit": "KILOGRAM",
"value": 33.1
}
]
}
]
},
"businessLoyaltyAccount": {
"memberAirline": "[ob",
"memberId": "xcm2mMzt",
"pin": "f7UR",
"programId": "wwdD"
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "Yb1k437LH56Yl7KG5ODR",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "179"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "400"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "449"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"features": {
"details": {}
},
"genericSpecialRequests": {
"genericSpecialRequest": [
{
"airlineCode": "CW",
"airlineFactsType": "HOSTED",
"code": "zX37U",
"freeText": "uUPRlGwikLiQyjP",
"fullText": "WAudBBoSqprxzFZzNZAYZjWjzjXeCN",
"id": "00bf3a9c-082e-45a3-a578-3a4eb1170c8f",
"messageType": "SSR",
"numberInParty": 3,
"segmentRefs": [
"id01",
"id02"
],
"status": {
"statusCode": "OK",
"value": "REJECTED"
},
"syntheticIdentifier": "987687459107309",
"ticketNumber": {
"airlineAccountingCode": "358",
"checkDigit": "1",
"number": "95410935207111",
"serialNumber": "9648414446"
}
},
{
"airlineCode": "dI",
"airlineFactsType": "OTHER_AIRLINE",
"code": "kub14",
"freeText": "KqPFpnSVTllhRTq",
"fullText": "ifFiWGhxuIybUafcrkzxPDQoTjaAFD",
"id": "e0709f83-ddb5-44c3-9cb3-0d23e6db04e2",
"messageType": "SSR",
"numberInParty": 8,
"segmentRefs": [
"id01",
"id02"
],
"status": {
"statusCode": "HD",
"value": "UNSUPPORTED"
},
"syntheticIdentifier": "016075377113809",
"ticketNumber": {
"airlineAccountingCode": "336",
"checkDigit": "8",
"number": "18063061353397",
"serialNumber": "8606015237"
}
},
{
"airlineCode": "Fa",
"airlineFactsType": "OTHER_AIRLINE",
"code": "ltCDp",
"freeText": "ejUkbhfwHMCfhFs",
"fullText": "LzkZnhwwQTkbOLVwTxjalipJSkRTCl",
"id": "7a6544e4-f0b4-4883-a037-6a5829723375",
"messageType": "OSI",
"numberInParty": 1,
"segmentRefs": [
"id01",
"id02"
],
"status": {
"statusCode": "CN",
"value": "FULFILLED"
},
"syntheticIdentifier": "545113397644004",
"ticketNumber": {
"airlineAccountingCode": "222",
"checkDigit": "6",
"number": "34135338232204",
"serialNumber": "0990110269"
}
},
{
"airlineCode": "UB",
"airlineFactsType": "HOSTED",
"code": "xCkLV",
"freeText": "gRsMSxMxWosguqQ",
"fullText": "wvyJbquDCqGBIZdcBlxRdcUJOoSPsq",
"id": "a2f2bfde-522d-4444-9413-da9af069b015",
"messageType": "OSI",
"numberInParty": 8,
"segmentRefs": [
"id01",
"id02"
],
"status": {
"statusCode": "OK",
"value": "PENDING"
},
"syntheticIdentifier": "528137915627793",
"ticketNumber": {
"airlineAccountingCode": "427",
"checkDigit": "2",
"number": "92820090896191",
"serialNumber": "4076015596"
}
}
]
},
"groupReservationDetails": {
"name": "Hilll and Sons",
"numberOfSeatsRemaining": 19,
"size": 2
},
"id": "9d628c67-1492-45f7-93a9-2dcdacc8f968",
"itinerary": {
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "dz3KafTEXtnoyjZPQojd",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "041"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "352"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "669"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "841"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "0vwflAVqMaGRBbsxTUaZ",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "766"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "186"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "503"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "835"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "216"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "QRqJkZMHIJToytKoGa23",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "514"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "138"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "119"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "985"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "695"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "Wr6WZGUIgqV3ufEz2Tes",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "974"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "074"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "4fxn0Va2qpn5IPq6hRtz",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "333"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "581"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "BOZctF6n9Y9pQz5xxiV5",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "033"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "KMmbtMM0bI7ZlTUuvUXZ",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "391"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "170"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "qwv41xnpbKx2frgWR8Ly",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "509"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "273"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "080"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "536"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "245"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "yeFn0m8UwXCs8eXyNGWX",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "940"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "554"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "355"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "894"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "219"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "MrXAkECc9Iz8fZc8LDpr",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "262"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "V3poqgJdniRsRHcGtP1c",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "443"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "720"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "WpmPxCO2rh0YnnJ8BD9m",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "966"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "653"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "818"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "906"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "815"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": true,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "MS3GWPoZ2JZzCewQtbVD",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "546"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"itineraryPart": [
{
"alternativeSegment": [
{
"applicableTransportationSecurity": [
"REDRESS",
"KNOWN_TRAVELER",
"REDRESS"
],
"associationId": 141,
"baggageCheckInRules": {
"baggageRouteRequired": false,
"homePrintedBagTagRestricted": {
"message": "Home printing prohibited.",
"type": "RESTRICTED_FOR_GIVEN_AIRLINE"
},
"lateCheckIn": false,
"maxGuaranteedQuantity": 1,
"maxQuantity": 5,
"petAllowed": true,
"reCheckInRequired": {
"message": "Re-check required at airport.",
"reason": "LEGAL_RESTRICTIONS"
}
},
"bookingClassUpgradeStatus": {
"code": "PE",
"value": "REJECTED"
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "nhB0JKAtsXaNutoEmlfA",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "283"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "6VOhqBG68rqTF4TD6RLK",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "901"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "833"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "855"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "AIS8EhPKQYu9QKri74mi",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "155"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "340"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "i6Qaxam0aasDNxcuIqKT",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "375"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "376"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "310"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "colO3ch2KbGUAn7dGQDV",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "027"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "976"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "229"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "713"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "465"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "ZW1Fejs8shNrECfnqzbE",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "172"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "578"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "632"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "419"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "YPoDiRR5Z8jaKAAz9uRt",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "648"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "022"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "107"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "535"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "ggYlHuBaTpwkQDFvMIHS",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "097"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "060"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "454"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "507"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "wZGoIKkGcEX2Phep5jRA",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "347"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "qMJN0yIyDNoFcwHobfHW",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "111"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "607"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "565"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "051"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "BvV00iJBjnXm5RmCzfpv",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "781"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "489"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 901.42,
"atpcoRule": "NWrv",
"atpcoTariff": 42,
"bookingClass": "g",
"brand": "IR",
"cabinClass": "BUSINESS",
"cabinClassCode": "t",
"discountCategory": "54",
"fareBasisCode": "qJKMyn",
"governingAirline": "[ob",
"id": "6e3fe673-f6e8-4e60-b049-9c0bdc233eb9",
"operatingBookingClass": "R",
"privateTariff": true,
"type": "REF",
"vendor": {
"code": "ATP",
"value": "SITA"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "MP",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "Jy",
"arrivalTime": "2026-10-22T00:00:00.0Z",
"boardingTime": "1929-01-20T04:57:51.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "NO",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "aF",
"departureTerminal": "Eh",
"departureTime": "2026-07-27T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3618
},
"equipment": "581",
"estimatedArrivalTime": "1902-12-19T06:53:26.0Z",
"estimatedDepartureTime": "1916-03-29T19:01:30.0Z",
"flightDuration": 81,
"flightNumber": "7909",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-12-09T00:00:00.0Z",
"departureTime": "2027-06-04T00:00:00.0Z",
"duration": 161,
"elapsedTime": 97
},
{
"airport": "[ob",
"arrivalTime": "2026-08-02T00:00:00.0Z",
"departureTime": "2027-07-20T00:00:00.0Z",
"duration": 152,
"elapsedTime": 282
},
{
"airport": "[ob",
"arrivalTime": "2027-02-13T00:00:00.0Z",
"departureTime": "2026-12-20T00:00:00.0Z",
"duration": 47,
"elapsedTime": 279
},
{
"airport": "[ob",
"arrivalTime": "2026-08-04T00:00:00.0Z",
"departureTime": "2026-09-17T00:00:00.0Z",
"duration": 99,
"elapsedTime": 205
},
{
"airport": "[ob",
"arrivalTime": "2026-08-25T00:00:00.0Z",
"departureTime": "2026-10-29T00:00:00.0Z",
"duration": 85,
"elapsedTime": 201
}
],
"iatci": true,
"id": "e2c23f02-9551-4af8-82e1-09dd1adacf47",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "65",
"span": "INTERNATIONAL",
"status": "DELAYED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 430
}
],
"id": "06b4b0c5-c72c-45c4-bb71-43334bcb37d6",
"number": "829",
"operatingAirlineRecordLocator": "YQGWZQ",
"priorityListPassengerIds": {
"0": "id01",
"1": "id02"
},
"programIdentifier": "334106",
"seatStatus": "CONFIRMED",
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"sequence": 19,
"status": {
"code": "Vv",
"value": "DESIRED"
}
},
{
"applicableTransportationSecurity": [
"KNOWN_TRAVELER",
"REDRESS",
"REDRESS"
],
"associationId": 931,
"baggageCheckInRules": {
"baggageRouteRequired": false,
"homePrintedBagTagRestricted": {
"message": "Home printing prohibited.",
"type": "RESTRICTED_ON_GIVEN_AIRPORT"
},
"lateCheckIn": false,
"maxGuaranteedQuantity": 1,
"maxQuantity": 5,
"petAllowed": true,
"reCheckInRequired": {
"message": "Customs clearance required.",
"reason": "LEGAL_RESTRICTIONS"
}
},
"bookingClassUpgradeStatus": {
"code": "PE",
"value": "OTHER"
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "NltD4CewalLP6HfUMlk3",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "632"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "110"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "840"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "2tKyaNL335p531zLkjVl",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "445"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "180"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "548"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "048"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "577"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "p0gKhP0IRPNjLTrqi5Hx",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "432"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "MhAto6KncD0Jwi7Q3wI7",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "937"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "168"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "056"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "LW8whalASqFGxDCkKvRj",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "556"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "736"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 962.47,
"atpcoRule": "y3DM",
"atpcoTariff": 25,
"bookingClass": "o",
"brand": "eL",
"cabinClass": "PREMIUM_BUSINESS",
"cabinClassCode": "k",
"discountCategory": "22",
"fareBasisCode": "wCcdhG",
"governingAirline": "[ob",
"id": "e3e6ffe1-3785-468d-bfac-28e08e94f212",
"operatingBookingClass": "c",
"privateTariff": true,
"type": "REF",
"vendor": {
"code": "ATP",
"value": "SITA"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "DM",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "T0",
"arrivalTime": "2027-05-16T00:00:00.0Z",
"boardingTime": "1955-10-25T09:40:36.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "AL",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "9J",
"departureTerminal": "Ft",
"departureTime": "2027-06-23T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 813
},
"equipment": "485",
"estimatedArrivalTime": "1900-09-17T13:15:06.0Z",
"estimatedDepartureTime": "1957-08-28T18:01:57.0Z",
"flightDuration": 481,
"flightNumber": "938",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-08-10T00:00:00.0Z",
"departureTime": "2027-04-21T00:00:00.0Z",
"duration": 50,
"elapsedTime": 133
},
{
"airport": "[ob",
"arrivalTime": "2026-09-15T00:00:00.0Z",
"departureTime": "2026-09-29T00:00:00.0Z",
"duration": 116,
"elapsedTime": 92
}
],
"iatci": true,
"id": "96fdc34f-0110-4b87-a298-93ee9c353444",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "3",
"span": "DOMESTIC",
"status": "DELAYED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 875
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "MN",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "ta",
"arrivalTime": "2026-12-17T00:00:00.0Z",
"boardingTime": "1948-10-03T15:42:51.0Z",
"changeOfGauge": false,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "NF",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "me",
"departureTerminal": "qK",
"departureTime": "2026-08-18T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 4978
},
"equipment": "211",
"estimatedArrivalTime": "1901-04-02T21:37:48.0Z",
"estimatedDepartureTime": "1926-11-22T14:07:15.0Z",
"flightDuration": 583,
"flightNumber": "443",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-09-07T00:00:00.0Z",
"departureTime": "2027-04-14T00:00:00.0Z",
"duration": 57,
"elapsedTime": 222
},
{
"airport": "[ob",
"arrivalTime": "2026-12-13T00:00:00.0Z",
"departureTime": "2027-02-08T00:00:00.0Z",
"duration": 88,
"elapsedTime": 107
},
{
"airport": "[ob",
"arrivalTime": "2027-07-04T00:00:00.0Z",
"departureTime": "2026-12-06T00:00:00.0Z",
"duration": 147,
"elapsedTime": 194
},
{
"airport": "[ob",
"arrivalTime": "2027-05-20T00:00:00.0Z",
"departureTime": "2026-08-13T00:00:00.0Z",
"duration": 156,
"elapsedTime": 292
},
{
"airport": "[ob",
"arrivalTime": "2027-05-19T00:00:00.0Z",
"departureTime": "2027-05-23T00:00:00.0Z",
"duration": 44,
"elapsedTime": 226
}
],
"iatci": false,
"id": "732ee2d2-4fbb-4688-91c3-978ce8ea0d6e",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "181",
"span": "DOMESTIC",
"status": "ON TIME",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 74
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "UM",
"arrivalFlightScheduleStatus": "EARLY",
"arrivalTerminal": "G7",
"arrivalTime": "2027-04-07T00:00:00.0Z",
"boardingTime": "1929-11-28T06:14:24.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "SZ",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "93",
"departureTerminal": "Ti",
"departureTime": "2026-12-14T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 4987
},
"equipment": "018",
"estimatedArrivalTime": "1938-07-22T19:29:51.0Z",
"estimatedDepartureTime": "1950-09-19T06:12:18.0Z",
"flightDuration": 174,
"flightNumber": "37",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-08-03T00:00:00.0Z",
"departureTime": "2027-07-02T00:00:00.0Z",
"duration": 31,
"elapsedTime": 118
},
{
"airport": "[ob",
"arrivalTime": "2027-06-29T00:00:00.0Z",
"departureTime": "2027-03-08T00:00:00.0Z",
"duration": 174,
"elapsedTime": 203
}
],
"iatci": false,
"id": "8e289ee3-ed26-43c3-8232-c70044d32e59",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "3",
"span": "INTERNATIONAL",
"status": "ON TIME",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 321
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "VI",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "78",
"arrivalTime": "2027-01-11T00:00:00.0Z",
"boardingTime": "1946-05-10T16:13:02.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "AG",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "jE",
"departureTerminal": "W8",
"departureTime": "2026-12-06T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 1164
},
"equipment": "317",
"estimatedArrivalTime": "1966-05-21T18:52:03.0Z",
"estimatedDepartureTime": "1907-12-06T10:48:32.0Z",
"flightDuration": 567,
"flightNumber": "40",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-07-04T00:00:00.0Z",
"departureTime": "2027-05-21T00:00:00.0Z",
"duration": 73,
"elapsedTime": 262
},
{
"airport": "[ob",
"arrivalTime": "2027-02-21T00:00:00.0Z",
"departureTime": "2026-10-25T00:00:00.0Z",
"duration": 42,
"elapsedTime": 286
}
],
"iatci": false,
"id": "33f852c0-bd26-4b89-bd5a-77c37b991493",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "423",
"span": "DOMESTIC",
"status": "DELAYED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 750
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "AQ",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "S9",
"arrivalTime": "2026-10-26T00:00:00.0Z",
"boardingTime": "1896-12-12T13:07:03.0Z",
"changeOfGauge": false,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "TH",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "Qt",
"departureTerminal": "Mr",
"departureTime": "2027-03-20T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 1864
},
"equipment": "248",
"estimatedArrivalTime": "1967-12-04T12:28:04.0Z",
"estimatedDepartureTime": "1958-07-20T08:25:43.0Z",
"flightDuration": 578,
"flightNumber": "24",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-09-08T00:00:00.0Z",
"departureTime": "2027-05-19T00:00:00.0Z",
"duration": 131,
"elapsedTime": 192
},
{
"airport": "[ob",
"arrivalTime": "2027-01-16T00:00:00.0Z",
"departureTime": "2026-11-08T00:00:00.0Z",
"duration": 44,
"elapsedTime": 129
},
{
"airport": "[ob",
"arrivalTime": "2026-09-30T00:00:00.0Z",
"departureTime": "2027-06-19T00:00:00.0Z",
"duration": 52,
"elapsedTime": 158
}
],
"iatci": false,
"id": "8ffb00c0-32c7-421e-8f65-946146a2e253",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "88",
"span": "DOMESTIC",
"status": "DELAYED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 676
}
],
"id": "2079bb8e-7ae3-4024-86fa-f798b6e65bbb",
"number": "039",
"operatingAirlineRecordLocator": "DKGEZM",
"priorityListPassengerIds": {
"0": "id01",
"1": "id02"
},
"programIdentifier": "302502",
"seatStatus": "CONFIRMED",
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"sequence": 7,
"status": {
"code": "lt",
"value": "ON_HOLD"
}
},
{
"applicableTransportationSecurity": [
"REDRESS"
],
"associationId": 168,
"baggageCheckInRules": {
"baggageRouteRequired": true,
"homePrintedBagTagRestricted": {
"message": "Restriction applied.",
"type": "RESTRICTED_ON_INTERNATIONAL_FLIGHT"
},
"lateCheckIn": false,
"maxGuaranteedQuantity": 1,
"maxQuantity": 5,
"petAllowed": true,
"reCheckInRequired": {
"message": "Re-check required at airport.",
"reason": "MISSING_BAGGAGE_AGREEMENT"
}
},
"bookingClassUpgradeStatus": {
"code": "OT",
"value": "OTHER"
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "Dwhzm0sTJyHd1a8uNAhx",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "297"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "385"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "998"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "885"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "pXNoQhVY2ABYnM6UVzVJ",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "576"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "911"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "170"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "668"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INVALID_FLIGHT",
"details": "QMM9RPgQhPgfvjSdpilG",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "368"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "000"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "736"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "hiuBLQXZ1o4DvfPEwzss",
"message": "It is too early for check-in.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "149"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "430"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "rhWDvUerKNYbeT41PaIh",
"message": "It is too early for check-in.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "989"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "392"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "ldUQwFKhdQk7nxxJ9LT0",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "729"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "183"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "915"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "841"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "203"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 543.58,
"atpcoRule": "kX8x",
"atpcoTariff": 35,
"bookingClass": "P",
"brand": "rL",
"cabinClass": "PREMIUM_ECONOMY",
"cabinClassCode": "a",
"discountCategory": "64",
"fareBasisCode": "DZ19hr",
"governingAirline": "[ob",
"id": "8c28bc51-7dc1-4423-9d7b-5964077a6ee6",
"operatingBookingClass": "X",
"privateTariff": false,
"type": "REF",
"vendor": {
"code": "SMFC",
"value": "SABRE_MYFARES_SUBSCRIBERS"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "KN",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "Jq",
"arrivalTime": "2027-04-06T00:00:00.0Z",
"boardingTime": "1908-04-29T05:42:17.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "BY",
"departureFlightScheduleStatus": "DELAYED",
"departureGate": "IQ",
"departureTerminal": "sn",
"departureTime": "2026-08-08T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3556
},
"equipment": "682",
"estimatedArrivalTime": "1905-08-15T03:14:50.0Z",
"estimatedDepartureTime": "1933-02-10T05:20:09.0Z",
"flightDuration": 163,
"flightNumber": "46",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-05-28T00:00:00.0Z",
"departureTime": "2026-08-24T00:00:00.0Z",
"duration": 138,
"elapsedTime": 215
},
{
"airport": "[ob",
"arrivalTime": "2027-03-16T00:00:00.0Z",
"departureTime": "2027-04-26T00:00:00.0Z",
"duration": 94,
"elapsedTime": 193
},
{
"airport": "[ob",
"arrivalTime": "2027-04-06T00:00:00.0Z",
"departureTime": "2027-06-25T00:00:00.0Z",
"duration": 166,
"elapsedTime": 262
},
{
"airport": "[ob",
"arrivalTime": "2027-07-09T00:00:00.0Z",
"departureTime": "2026-09-30T00:00:00.0Z",
"duration": 122,
"elapsedTime": 278
},
{
"airport": "[ob",
"arrivalTime": "2026-08-19T00:00:00.0Z",
"departureTime": "2026-11-04T00:00:00.0Z",
"duration": 82,
"elapsedTime": 134
}
],
"iatci": false,
"id": "dc7eef73-64ad-47b9-b6a2-4e6437fe48b4",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "48",
"span": "INTERNATIONAL",
"status": "ON TIME",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 642
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "AI",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "Dv",
"arrivalTime": "2026-09-12T00:00:00.0Z",
"boardingTime": "1952-04-29T04:11:03.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "PL",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "h9",
"departureTerminal": "Sp",
"departureTime": "2027-04-12T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 1797
},
"equipment": "844",
"estimatedArrivalTime": "1902-12-10T15:53:44.0Z",
"estimatedDepartureTime": "1944-07-23T02:10:23.0Z",
"flightDuration": 509,
"flightNumber": "75",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-08-23T00:00:00.0Z",
"departureTime": "2027-03-11T00:00:00.0Z",
"duration": 166,
"elapsedTime": 170
},
{
"airport": "[ob",
"arrivalTime": "2027-05-29T00:00:00.0Z",
"departureTime": "2027-04-20T00:00:00.0Z",
"duration": 116,
"elapsedTime": 84
}
],
"iatci": false,
"id": "b566a16e-5b95-4042-bc83-6b5bde170962",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "81",
"span": "DOMESTIC",
"status": "ON TIME",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 592
}
],
"id": "7f277ddb-f070-4c1f-b455-9a0111c628d3",
"number": "629",
"operatingAirlineRecordLocator": "QQKTXQ",
"priorityListPassengerIds": {
"0": "id01",
"1": "id02"
},
"programIdentifier": "476064",
"seatStatus": "CONFIRMED",
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"sequence": 7,
"status": {
"code": "dj",
"value": "ON_HOLD"
}
}
],
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "6c9XpeIoaCOXOgDFmdCe",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "613"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "KV1o2AcqtQQWTaMUSkcL",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "444"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "655"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "959"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "312"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "624"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "imZbrwIDULqMFGqvJ513",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "872"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"id": "5762a9a5-0a67-4fa8-8448-165e76e5c3ba",
"marriageGroup": [
{
"segmentRefs": [
"id01",
"id02"
]
},
{
"segmentRefs": [
"id01",
"id02"
]
},
{
"segmentRefs": [
"id01",
"id02"
]
},
{
"segmentRefs": [
"id01",
"id02"
]
},
{
"segmentRefs": [
"id01",
"id02"
]
}
],
"pastSegment": [
{
"applicableTransportationSecurity": [
"KNOWN_TRAVELER",
"KNOWN_TRAVELER",
"REDRESS",
"KNOWN_TRAVELER"
],
"associationId": 386,
"baggageCheckInRules": {
"baggageRouteRequired": false,
"homePrintedBagTagRestricted": {
"message": "Restriction applied.",
"type": "RESTRICTED_ON_INTERLINE_FLIGHT"
},
"lateCheckIn": false,
"maxGuaranteedQuantity": 3,
"maxQuantity": 5,
"petAllowed": false,
"reCheckInRequired": {
"message": "Customs clearance required.",
"reason": "MISSING_BAGGAGE_AGREEMENT"
}
},
"bookingClassUpgradeStatus": {
"code": "PE",
"value": "REJECTED"
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "INVALID_FLIGHT",
"details": "nyAe6hSBXVNh1WyFIVuQ",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "324"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "797"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "512"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "698"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "358"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "XBwQSWgkF4Tf2Et9QlO7",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "256"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "739"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "192"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "967"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "349"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "RXVOLCGrogGuOoXyIL7V",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "720"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "795"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "288"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "983"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "qEYBXxDxOUmrhr9TGiVe",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "915"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "478"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "AtnUCkMThfKdg0WbCF35",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "391"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "637"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "746"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "l10gnUPJR7pzX8K0S0i9",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "489"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "977"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "magThMvEEYsVIHupxRA6",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "025"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "q7ALcWh2EMEviGhwBRU6",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "382"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "649"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "026"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "775"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "5csOScwyaqwSywcDnviu",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "693"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "653"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "bxvvCtgADVEzwNbZhpsu",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "002"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "634"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "458"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "004"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "7oMy1uBkAWSljOIdk62t",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "716"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "328"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "308"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "057"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INVALID_FLIGHT",
"details": "mNpuSSFVClHu2TTTAbcK",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "892"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "870"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "315"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "Gm7k1q9U8Cmcns97Pqgl",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "608"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "993"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "611"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "947"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "7pgdbKVT4SYceXnHkURZ",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "065"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "278"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "676"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "ySq7pL1BYXVke6IbabhT",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "486"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "tm8yvulPgPIcVprwzqAt",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "121"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "457"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "944"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "652"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 1222.18,
"atpcoRule": "WTQa",
"atpcoTariff": 42,
"bookingClass": "R",
"brand": "g7",
"cabinClass": "BUSINESS",
"cabinClassCode": "d",
"discountCategory": "59",
"fareBasisCode": "XEkCvi",
"governingAirline": "[ob",
"id": "908af4c1-65c4-46ae-9025-1a76a0d1e7ae",
"operatingBookingClass": "a",
"privateTariff": false,
"type": "NLX",
"vendor": {
"code": "ATP",
"value": "ATPCO"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "KI",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "fU",
"arrivalTime": "2027-02-22T00:00:00.0Z",
"boardingTime": "1953-02-27T11:24:33.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "KN",
"departureFlightScheduleStatus": "DELAYED",
"departureGate": "ud",
"departureTerminal": "FL",
"departureTime": "2026-09-28T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 1744
},
"equipment": "211",
"estimatedArrivalTime": "1947-12-06T15:55:20.0Z",
"estimatedDepartureTime": "1956-03-22T11:44:44.0Z",
"flightDuration": 259,
"flightNumber": "8579",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-07-28T00:00:00.0Z",
"departureTime": "2027-03-20T00:00:00.0Z",
"duration": 32,
"elapsedTime": 212
}
],
"iatci": true,
"id": "d4fc9130-c5c1-4550-a1a4-4382e99dd577",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "30",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": true,
"throughFlight": false,
"timeToDeparture": 790
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "GH",
"arrivalFlightScheduleStatus": "EARLY",
"arrivalTerminal": "QJ",
"arrivalTime": "2026-12-19T00:00:00.0Z",
"boardingTime": "1900-01-19T22:16:16.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "GH",
"departureFlightScheduleStatus": "DELAYED",
"departureGate": "rE",
"departureTerminal": "U8",
"departureTime": "2027-06-06T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3474
},
"equipment": "433",
"estimatedArrivalTime": "1936-02-11T01:52:15.0Z",
"estimatedDepartureTime": "1948-01-24T04:32:43.0Z",
"flightDuration": 579,
"flightNumber": "4",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-08-18T00:00:00.0Z",
"departureTime": "2027-06-19T00:00:00.0Z",
"duration": 143,
"elapsedTime": 207
},
{
"airport": "[ob",
"arrivalTime": "2026-11-06T00:00:00.0Z",
"departureTime": "2027-03-24T00:00:00.0Z",
"duration": 119,
"elapsedTime": 244
},
{
"airport": "[ob",
"arrivalTime": "2027-03-08T00:00:00.0Z",
"departureTime": "2027-02-25T00:00:00.0Z",
"duration": 83,
"elapsedTime": 233
},
{
"airport": "[ob",
"arrivalTime": "2027-02-18T00:00:00.0Z",
"departureTime": "2027-04-25T00:00:00.0Z",
"duration": 52,
"elapsedTime": 216
}
],
"iatci": true,
"id": "3051fcfc-4f5f-4117-b952-be71c576d7aa",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "7425",
"span": "INTERNATIONAL",
"status": "DELAYED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 154
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "LV",
"arrivalFlightScheduleStatus": "EARLY",
"arrivalTerminal": "7F",
"arrivalTime": "2026-08-24T00:00:00.0Z",
"boardingTime": "1926-01-02T18:55:39.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "DJ",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "XP",
"departureTerminal": "KM",
"departureTime": "2026-08-27T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 4065
},
"equipment": "346",
"estimatedArrivalTime": "1904-01-31T07:40:38.0Z",
"estimatedDepartureTime": "1910-01-03T15:20:21.0Z",
"flightDuration": 428,
"flightNumber": "99",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-09-09T00:00:00.0Z",
"departureTime": "2027-02-11T00:00:00.0Z",
"duration": 31,
"elapsedTime": 166
},
{
"airport": "[ob",
"arrivalTime": "2026-10-14T00:00:00.0Z",
"departureTime": "2026-10-02T00:00:00.0Z",
"duration": 73,
"elapsedTime": 279
},
{
"airport": "[ob",
"arrivalTime": "2027-05-21T00:00:00.0Z",
"departureTime": "2026-12-02T00:00:00.0Z",
"duration": 46,
"elapsedTime": 221
},
{
"airport": "[ob",
"arrivalTime": "2027-01-24T00:00:00.0Z",
"departureTime": "2027-07-10T00:00:00.0Z",
"duration": 164,
"elapsedTime": 128
}
],
"iatci": false,
"id": "b5bb6bbb-54fe-4f5b-8dc4-4dd38e29a44a",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "101",
"span": "DOMESTIC",
"status": "DELAYED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": false,
"timeToDeparture": 858
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "FR",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "oT",
"arrivalTime": "2027-01-02T00:00:00.0Z",
"boardingTime": "1948-11-08T13:02:43.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "JP",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "7u",
"departureTerminal": "xN",
"departureTime": "2027-02-10T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 1991
},
"equipment": "776",
"estimatedArrivalTime": "1899-03-13T18:42:01.0Z",
"estimatedDepartureTime": "1912-04-22T01:27:39.0Z",
"flightDuration": 152,
"flightNumber": "981",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-02-17T00:00:00.0Z",
"departureTime": "2027-01-23T00:00:00.0Z",
"duration": 99,
"elapsedTime": 295
},
{
"airport": "[ob",
"arrivalTime": "2027-03-13T00:00:00.0Z",
"departureTime": "2026-08-12T00:00:00.0Z",
"duration": 74,
"elapsedTime": 165
},
{
"airport": "[ob",
"arrivalTime": "2026-07-25T00:00:00.0Z",
"departureTime": "2026-12-30T00:00:00.0Z",
"duration": 120,
"elapsedTime": 292
},
{
"airport": "[ob",
"arrivalTime": "2027-02-16T00:00:00.0Z",
"departureTime": "2027-07-16T00:00:00.0Z",
"duration": 112,
"elapsedTime": 170
},
{
"airport": "[ob",
"arrivalTime": "2026-10-02T00:00:00.0Z",
"departureTime": "2026-08-03T00:00:00.0Z",
"duration": 90,
"elapsedTime": 77
}
],
"iatci": true,
"id": "cb7ce3e7-02cc-4e89-a434-8a35338de292",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "33",
"span": "INTERNATIONAL",
"status": "CANCELLED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": true,
"throughFlight": false,
"timeToDeparture": 687
}
],
"id": "ef1a7c2f-3ee2-40af-baa5-b9ec76954bb3",
"number": "624",
"operatingAirlineRecordLocator": "AUSDEZ",
"programIdentifier": "343866",
"seatStatus": "STANDBY",
"sequence": 7,
"status": {
"code": "dS",
"value": "SOLD_SOLD"
}
},
{
"applicableTransportationSecurity": [
"KNOWN_TRAVELER"
],
"associationId": 170,
"baggageCheckInRules": {
"baggageRouteRequired": true,
"homePrintedBagTagRestricted": {
"message": "Home printing prohibited.",
"type": "RESTRICTED"
},
"lateCheckIn": false,
"maxGuaranteedQuantity": 1,
"maxQuantity": 4,
"petAllowed": false,
"reCheckInRequired": {
"message": "Re-check required at airport.",
"reason": "LEGAL_RESTRICTIONS"
}
},
"bookingClassUpgradeStatus": {
"code": "OT",
"value": "OTHER"
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "INVALID_FLIGHT",
"details": "BdxX66LHklqBBZqqyLN5",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "210"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "351"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "224"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "064"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "077"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "BmwJQrqmMnpQsFR66it1",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "821"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "253"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "384"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "651"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "212"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "6YxmUSuY6sKrvACwbk5Y",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "992"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "867"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 1771.24,
"atpcoRule": "zYpj",
"atpcoTariff": 46,
"bookingClass": "p",
"brand": "MM",
"cabinClass": "FIRST",
"cabinClassCode": "n",
"discountCategory": "40",
"fareBasisCode": "H8hWmJ",
"governingAirline": "[ob",
"id": "cfd008a8-dcd9-4bf4-92a8-9dce3bc1301d",
"operatingBookingClass": "l",
"privateTariff": false,
"type": "NRF",
"vendor": {
"code": "SITA",
"value": "SABRE_MYFARES_AIRLINES"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "NE",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "40",
"arrivalTime": "2027-04-30T00:00:00.0Z",
"boardingTime": "1929-01-16T12:44:26.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "WS",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "59",
"departureTerminal": "i1",
"departureTime": "2026-12-15T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2056
},
"equipment": "531",
"estimatedArrivalTime": "1896-03-17T20:46:59.0Z",
"estimatedDepartureTime": "1905-09-03T04:52:24.0Z",
"flightDuration": 483,
"flightNumber": "38",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-09-15T00:00:00.0Z",
"departureTime": "2027-04-14T00:00:00.0Z",
"duration": 180,
"elapsedTime": 232
},
{
"airport": "[ob",
"arrivalTime": "2027-04-22T00:00:00.0Z",
"departureTime": "2027-03-21T00:00:00.0Z",
"duration": 110,
"elapsedTime": 248
},
{
"airport": "[ob",
"arrivalTime": "2027-03-05T00:00:00.0Z",
"departureTime": "2027-03-06T00:00:00.0Z",
"duration": 119,
"elapsedTime": 194
},
{
"airport": "[ob",
"arrivalTime": "2026-08-17T00:00:00.0Z",
"departureTime": "2027-01-17T00:00:00.0Z",
"duration": 48,
"elapsedTime": 277
},
{
"airport": "[ob",
"arrivalTime": "2027-04-06T00:00:00.0Z",
"departureTime": "2027-03-15T00:00:00.0Z",
"duration": 142,
"elapsedTime": 231
}
],
"iatci": true,
"id": "f9c7147c-8f27-48a7-b32d-31039453d2b7",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "420",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 850
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "SA",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "My",
"arrivalTime": "2026-10-02T00:00:00.0Z",
"boardingTime": "1951-11-27T22:16:02.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "GY",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "ty",
"departureTerminal": "dg",
"departureTime": "2027-05-07T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2746
},
"equipment": "066",
"estimatedArrivalTime": "1898-08-19T22:08:15.0Z",
"estimatedDepartureTime": "1934-01-10T21:07:42.0Z",
"flightDuration": 163,
"flightNumber": "724",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-11-09T00:00:00.0Z",
"departureTime": "2027-06-20T00:00:00.0Z",
"duration": 73,
"elapsedTime": 237
}
],
"iatci": false,
"id": "d41633de-386e-4741-a9bb-5092bb73af51",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "7278",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 294
}
],
"id": "9da6622c-1cbf-4b76-b63a-cd38162a7f91",
"number": "016",
"operatingAirlineRecordLocator": "KHXQNC",
"programIdentifier": "103733",
"seatStatus": "CONFIRMED",
"sequence": 15,
"status": {
"code": "im",
"value": "STANDBY"
}
},
{
"applicableTransportationSecurity": [
"REDRESS",
"KNOWN_TRAVELER",
"REDRESS",
"KNOWN_TRAVELER"
],
"associationId": 197,
"baggageCheckInRules": {
"baggageRouteRequired": false,
"homePrintedBagTagRestricted": {
"message": "Home printing prohibited.",
"type": "RESTRICTED_FOR_GIVEN_AIRLINE"
},
"lateCheckIn": false,
"maxGuaranteedQuantity": 1,
"maxQuantity": 3,
"petAllowed": false,
"reCheckInRequired": {
"message": "Customs clearance required.",
"reason": "LEGAL_RESTRICTIONS"
}
},
"bookingClassUpgradeStatus": {
"code": "OT",
"value": "OTHER"
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "UItPphKvhbqMfYoZNUa8",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "414"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "873"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "039"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "059"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "sWftpN4zDYVgT3K6VgpA",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "874"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "520"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "771"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "212"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "MApNIbraqZhwL8ukymba",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "055"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "297"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "lohgAPZjwGKGXcHI8p8g",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "711"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "189"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "536"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "154"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "569"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "JyEIuYDCC1Fi8agbB2Bt",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "794"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "692"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "125"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 220.9,
"atpcoRule": "gIGK",
"atpcoTariff": 69,
"bookingClass": "Y",
"brand": "h6",
"cabinClass": "FIRST",
"cabinClassCode": "v",
"discountCategory": "69",
"fareBasisCode": "qt3iRy",
"governingAirline": "[ob",
"id": "dc2f5d34-56d6-4175-abbe-ec0119472af8",
"operatingBookingClass": "F",
"privateTariff": true,
"type": "REF",
"vendor": {
"code": "SITA",
"value": "SITA"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "FO",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "pK",
"arrivalTime": "2026-07-31T00:00:00.0Z",
"boardingTime": "1895-01-26T08:02:06.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "AQ",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "54",
"departureTerminal": "on",
"departureTime": "2027-07-11T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 4890
},
"equipment": "774",
"estimatedArrivalTime": "1927-02-08T16:20:40.0Z",
"estimatedDepartureTime": "1951-01-27T12:07:56.0Z",
"flightDuration": 99,
"flightNumber": "5",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-09-24T00:00:00.0Z",
"departureTime": "2026-12-01T00:00:00.0Z",
"duration": 144,
"elapsedTime": 255
}
],
"iatci": true,
"id": "c14fdd8c-d7f7-4f09-ba18-025c2198a0c4",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "14",
"span": "DOMESTIC",
"status": "DELAYED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 995
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "BI",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "uM",
"arrivalTime": "2027-06-26T00:00:00.0Z",
"boardingTime": "1966-01-22T23:45:39.0Z",
"changeOfGauge": false,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "FK",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "ce",
"departureTerminal": "PF",
"departureTime": "2026-12-25T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2332
},
"equipment": "797",
"estimatedArrivalTime": "1920-12-13T08:05:51.0Z",
"estimatedDepartureTime": "1900-07-20T11:51:15.0Z",
"flightDuration": 74,
"flightNumber": "83",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-05-13T00:00:00.0Z",
"departureTime": "2027-05-03T00:00:00.0Z",
"duration": 54,
"elapsedTime": 212
},
{
"airport": "[ob",
"arrivalTime": "2027-06-20T00:00:00.0Z",
"departureTime": "2027-05-27T00:00:00.0Z",
"duration": 33,
"elapsedTime": 154
},
{
"airport": "[ob",
"arrivalTime": "2027-02-27T00:00:00.0Z",
"departureTime": "2026-11-07T00:00:00.0Z",
"duration": 113,
"elapsedTime": 160
}
],
"iatci": false,
"id": "14eff0f7-a2b3-4895-864f-7bfad0a191da",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "17",
"span": "INTERNATIONAL",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 946
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "CH",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "gv",
"arrivalTime": "2026-08-12T00:00:00.0Z",
"boardingTime": "1958-02-26T22:32:04.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "MN",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "o8",
"departureTerminal": "et",
"departureTime": "2026-12-26T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2119
},
"equipment": "638",
"estimatedArrivalTime": "1933-03-23T06:39:38.0Z",
"estimatedDepartureTime": "1955-03-26T03:14:33.0Z",
"flightDuration": 108,
"flightNumber": "833",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-08-01T00:00:00.0Z",
"departureTime": "2027-02-16T00:00:00.0Z",
"duration": 56,
"elapsedTime": 166
},
{
"airport": "[ob",
"arrivalTime": "2026-10-03T00:00:00.0Z",
"departureTime": "2026-12-06T00:00:00.0Z",
"duration": 161,
"elapsedTime": 147
}
],
"iatci": true,
"id": "94331a9b-3545-4482-a2ee-40c2a8e2a7f8",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "270",
"span": "DOMESTIC",
"status": "DELAYED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 934
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "BE",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "XW",
"arrivalTime": "2026-12-23T00:00:00.0Z",
"boardingTime": "1919-08-15T01:05:08.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "UA",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "gS",
"departureTerminal": "xL",
"departureTime": "2027-05-05T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 608
},
"equipment": "870",
"estimatedArrivalTime": "1928-12-05T07:05:47.0Z",
"estimatedDepartureTime": "1913-01-01T23:05:45.0Z",
"flightDuration": 579,
"flightNumber": "5",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-09-13T00:00:00.0Z",
"departureTime": "2026-10-05T00:00:00.0Z",
"duration": 77,
"elapsedTime": 103
},
{
"airport": "[ob",
"arrivalTime": "2027-07-15T00:00:00.0Z",
"departureTime": "2027-02-04T00:00:00.0Z",
"duration": 48,
"elapsedTime": 250
},
{
"airport": "[ob",
"arrivalTime": "2026-11-24T00:00:00.0Z",
"departureTime": "2026-08-02T00:00:00.0Z",
"duration": 77,
"elapsedTime": 89
}
],
"iatci": true,
"id": "6f2afbd4-f165-41ce-8410-0938521d6f3f",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "15",
"span": "INTERNATIONAL",
"status": "ON TIME",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 830
}
],
"id": "f69a5693-4f79-4fac-9cbf-91cb438c5e12",
"number": "813",
"operatingAirlineRecordLocator": "XXFSSB",
"programIdentifier": "149017",
"seatStatus": "STANDBY",
"sequence": 19,
"status": {
"code": "TK",
"value": "OTHER"
}
},
{
"applicableTransportationSecurity": [
"REDRESS"
],
"associationId": 750,
"baggageCheckInRules": {
"baggageRouteRequired": true,
"homePrintedBagTagRestricted": {
"message": "Home printing prohibited.",
"type": "RESTRICTED"
},
"lateCheckIn": true,
"maxGuaranteedQuantity": 1,
"maxQuantity": 1,
"petAllowed": true,
"reCheckInRequired": {
"message": "Customs clearance required.",
"reason": "LEGAL_RESTRICTIONS"
}
},
"bookingClassUpgradeStatus": {
"code": "CO",
"value": "REJECTED"
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "uzVmkjlCcb71lk0S8J8Y",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "208"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "pEVjhmAiP7ic59Sa7fb2",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "796"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "554"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "089"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "qIrovrqOme65fCoJpeeF",
"message": "It is too early for check-in.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "220"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "984"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "192"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "033"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "vvYavgtluDsTNa4Ro2Nk",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "739"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "432"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "8ma6h2lujVj7uwjRf4oE",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "357"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "y0zMK5L2DF26ug42AzOY",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "428"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "810"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "724"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "Q2kqrNW7AHT1qDm44UbH",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "610"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "629"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "911"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "709"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "hqECuthenpAHbQzYAo07",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "989"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "846"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "aBzPwEC2S9eeMfOL5eiS",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "991"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "451"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "776"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "220"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "LkEo5ee5QoYcidaiO7oh",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "814"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "059"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "jKqzbysM09pAlS8JI7sf",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "646"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "095"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "704"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "Fb8Wsh0Do6ciQyNAhbdb",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "323"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "840"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "158"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "642"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "16kietGXjlUG4kuLgy8I",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "435"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "514"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "325"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "ZdkIbKhjB5T2J7GzZ7rv",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "975"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "785"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "124"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "810"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "qZwfeAniVdzyEjA2xgxe",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "545"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "947"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "256"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 1484.46,
"atpcoRule": "TiYC",
"atpcoTariff": 73,
"bookingClass": "q",
"brand": "9R",
"cabinClass": "ECONOMY",
"cabinClassCode": "H",
"discountCategory": "66",
"fareBasisCode": "RSXeQb",
"governingAirline": "[ob",
"id": "6a881a4e-ca75-47ec-b301-edf74534d382",
"operatingBookingClass": "n",
"privateTariff": false,
"type": "NRF",
"vendor": {
"code": "SMFC",
"value": "SABRE_MYFARES_SUBSCRIBERS"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "KN",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "52",
"arrivalTime": "2026-11-06T00:00:00.0Z",
"boardingTime": "1943-02-03T12:31:22.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "VE",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "mJ",
"departureTerminal": "aZ",
"departureTime": "2027-01-24T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2481
},
"equipment": "464",
"estimatedArrivalTime": "1940-08-06T15:36:15.0Z",
"estimatedDepartureTime": "1927-12-14T06:30:48.0Z",
"flightDuration": 64,
"flightNumber": "7914",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-09-11T00:00:00.0Z",
"departureTime": "2027-02-03T00:00:00.0Z",
"duration": 86,
"elapsedTime": 97
}
],
"iatci": false,
"id": "8bdf60cf-28c3-4332-91e2-ba011c6bdb02",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "3",
"span": "INTERNATIONAL",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 891
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "MT",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "y6",
"arrivalTime": "2027-06-05T00:00:00.0Z",
"boardingTime": "1896-07-30T23:29:23.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "NE",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "xk",
"departureTerminal": "JT",
"departureTime": "2027-06-15T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3719
},
"equipment": "624",
"estimatedArrivalTime": "1948-09-09T01:14:12.0Z",
"estimatedDepartureTime": "1921-05-30T17:31:43.0Z",
"flightDuration": 165,
"flightNumber": "1611",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-06-27T00:00:00.0Z",
"departureTime": "2027-01-01T00:00:00.0Z",
"duration": 106,
"elapsedTime": 291
},
{
"airport": "[ob",
"arrivalTime": "2027-05-15T00:00:00.0Z",
"departureTime": "2026-12-04T00:00:00.0Z",
"duration": 107,
"elapsedTime": 87
}
],
"iatci": true,
"id": "01b06ed4-6d22-4134-87e8-bd0b34771929",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "1059",
"span": "DOMESTIC",
"status": "ON TIME",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 815
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "BD",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "nk",
"arrivalTime": "2026-11-29T00:00:00.0Z",
"boardingTime": "1918-05-04T11:24:27.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "CZ",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "5N",
"departureTerminal": "KO",
"departureTime": "2027-04-21T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3435
},
"equipment": "607",
"estimatedArrivalTime": "1968-03-19T15:59:51.0Z",
"estimatedDepartureTime": "1899-03-02T02:37:36.0Z",
"flightDuration": 111,
"flightNumber": "15",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-03-07T00:00:00.0Z",
"departureTime": "2026-11-26T00:00:00.0Z",
"duration": 140,
"elapsedTime": 282
},
{
"airport": "[ob",
"arrivalTime": "2027-01-11T00:00:00.0Z",
"departureTime": "2027-06-02T00:00:00.0Z",
"duration": 133,
"elapsedTime": 131
},
{
"airport": "[ob",
"arrivalTime": "2026-12-21T00:00:00.0Z",
"departureTime": "2027-07-15T00:00:00.0Z",
"duration": 117,
"elapsedTime": 91
},
{
"airport": "[ob",
"arrivalTime": "2027-03-16T00:00:00.0Z",
"departureTime": "2027-05-07T00:00:00.0Z",
"duration": 158,
"elapsedTime": 138
},
{
"airport": "[ob",
"arrivalTime": "2027-05-05T00:00:00.0Z",
"departureTime": "2026-09-27T00:00:00.0Z",
"duration": 43,
"elapsedTime": 75
}
],
"iatci": true,
"id": "c221377c-476d-4957-8c27-6290d1789c06",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "8",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 406
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "HK",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "ED",
"arrivalTime": "2027-04-06T00:00:00.0Z",
"boardingTime": "1922-02-08T12:42:06.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "BA",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "p0",
"departureTerminal": "im",
"departureTime": "2026-10-25T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 274
},
"equipment": "423",
"estimatedArrivalTime": "1956-06-26T13:56:21.0Z",
"estimatedDepartureTime": "1914-10-20T18:04:52.0Z",
"flightDuration": 391,
"flightNumber": "1",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-08-23T00:00:00.0Z",
"departureTime": "2026-10-03T00:00:00.0Z",
"duration": 170,
"elapsedTime": 121
}
],
"iatci": true,
"id": "f45320ee-a65a-4e8f-95b0-8c426ea45d1e",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "8201",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 1000
}
],
"id": "c64c06c9-58a5-4817-8fdf-8b3be355e3c2",
"number": "548",
"operatingAirlineRecordLocator": "TKGBHY",
"programIdentifier": "923095",
"seatStatus": "STANDBY",
"sequence": 12,
"status": {
"code": "MJ",
"value": "ON_HOLD"
}
},
{
"applicableTransportationSecurity": [
"REDRESS",
"KNOWN_TRAVELER",
"REDRESS",
"REDRESS"
],
"associationId": 644,
"baggageCheckInRules": {
"baggageRouteRequired": false,
"homePrintedBagTagRestricted": {
"message": "Restriction applied.",
"type": "RESTRICTED_ON_INTERLINE_FLIGHT"
},
"lateCheckIn": false,
"maxGuaranteedQuantity": 3,
"maxQuantity": 5,
"petAllowed": true,
"reCheckInRequired": {
"message": "Re-check required at airport.",
"reason": "MISSING_BAGGAGE_AGREEMENT"
}
},
"bookingClassUpgradeStatus": {
"code": "PE",
"value": "REJECTED"
},
"eligibilities": {
"eligibility": [
{
"notEligible": true,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "77QJDJ72h17SlHbambWl",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "328"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "717"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "774"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "969"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "vMASa5kSARwJmVQjeS2o",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "169"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "991"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "310"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "swJsZipFlY5CBJYCZ218",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "257"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "461"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "723"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "S2VY9u1E6lj4TqbjRClE",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "857"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "966"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "529"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "043"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "eL03AJNs8eN9fKuLZDxc",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "205"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "383"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "333"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "676"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "9IZVw3WvVLYbBQ4vbqnL",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "277"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "xbFnafmENiZIrkGblloy",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "422"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "798"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "tsYmZjMYyNqEpiCIfDLM",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "115"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "925"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "210"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "xUGreXBNm9FWIf62LJoq",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "383"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "539"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "785"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "850"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "gDVRCmgbzjy5rgASerPw",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "115"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "330"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "335"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "868"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "149"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 1914.95,
"atpcoRule": "DlJy",
"atpcoTariff": 24,
"bookingClass": "I",
"brand": "iN",
"cabinClass": "ECONOMY",
"cabinClassCode": "Y",
"discountCategory": "98",
"fareBasisCode": "PaWKLI",
"governingAirline": "[ob",
"id": "8cf418a3-df46-44ae-984d-01f2444f1e7d",
"operatingBookingClass": "v",
"privateTariff": false,
"type": "NRF",
"vendor": {
"code": "SMFC",
"value": "SABRE_MYFARES_SUBSCRIBERS"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "CA",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "89",
"arrivalTime": "2026-08-15T00:00:00.0Z",
"boardingTime": "1955-03-22T12:11:36.0Z",
"changeOfGauge": false,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "AD",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "Jr",
"departureTerminal": "Fk",
"departureTime": "2027-05-12T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2799
},
"equipment": "470",
"estimatedArrivalTime": "1891-08-12T11:47:19.0Z",
"estimatedDepartureTime": "1937-05-09T22:29:55.0Z",
"flightDuration": 277,
"flightNumber": "395",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-06-06T00:00:00.0Z",
"departureTime": "2026-11-21T00:00:00.0Z",
"duration": 32,
"elapsedTime": 150
},
{
"airport": "[ob",
"arrivalTime": "2027-04-25T00:00:00.0Z",
"departureTime": "2026-09-26T00:00:00.0Z",
"duration": 140,
"elapsedTime": 155
}
],
"iatci": false,
"id": "df2ee450-a580-46c3-a5a4-660915f1ea97",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "61",
"span": "DOMESTIC",
"status": "DELAYED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 881
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "PL",
"arrivalFlightScheduleStatus": "EARLY",
"arrivalTerminal": "oO",
"arrivalTime": "2026-08-14T00:00:00.0Z",
"boardingTime": "1930-02-01T10:01:29.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "LC",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "Nx",
"departureTerminal": "Ki",
"departureTime": "2026-11-29T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 1104
},
"equipment": "358",
"estimatedArrivalTime": "1942-09-06T19:51:31.0Z",
"estimatedDepartureTime": "1940-09-27T06:24:49.0Z",
"flightDuration": 201,
"flightNumber": "852",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-06-23T00:00:00.0Z",
"departureTime": "2026-12-25T00:00:00.0Z",
"duration": 166,
"elapsedTime": 78
},
{
"airport": "[ob",
"arrivalTime": "2026-09-18T00:00:00.0Z",
"departureTime": "2026-12-09T00:00:00.0Z",
"duration": 52,
"elapsedTime": 278
},
{
"airport": "[ob",
"arrivalTime": "2026-08-10T00:00:00.0Z",
"departureTime": "2026-10-02T00:00:00.0Z",
"duration": 50,
"elapsedTime": 66
},
{
"airport": "[ob",
"arrivalTime": "2026-11-04T00:00:00.0Z",
"departureTime": "2026-11-21T00:00:00.0Z",
"duration": 94,
"elapsedTime": 62
}
],
"iatci": true,
"id": "7607ee32-223e-442a-b601-0901beab146c",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "11",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 644
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "VC",
"arrivalFlightScheduleStatus": "EARLY",
"arrivalTerminal": "y5",
"arrivalTime": "2026-12-11T00:00:00.0Z",
"boardingTime": "1935-01-12T11:22:57.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "TG",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "FT",
"departureTerminal": "Ux",
"departureTime": "2027-04-28T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2143
},
"equipment": "961",
"estimatedArrivalTime": "1933-06-23T17:28:50.0Z",
"estimatedDepartureTime": "1958-05-04T11:56:46.0Z",
"flightDuration": 579,
"flightNumber": "8",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-12-18T00:00:00.0Z",
"departureTime": "2027-06-19T00:00:00.0Z",
"duration": 73,
"elapsedTime": 177
}
],
"iatci": true,
"id": "8fb04f4a-c9ae-4fe4-a095-e84a4f58bb44",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "612",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 483
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "GN",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "3C",
"arrivalTime": "2026-07-26T00:00:00.0Z",
"boardingTime": "1918-09-16T12:16:08.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "HN",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "9v",
"departureTerminal": "h1",
"departureTime": "2027-03-30T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 4701
},
"equipment": "162",
"estimatedArrivalTime": "1935-03-25T12:23:21.0Z",
"estimatedDepartureTime": "1948-06-12T12:56:35.0Z",
"flightDuration": 456,
"flightNumber": "828",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-08-20T00:00:00.0Z",
"departureTime": "2027-04-05T00:00:00.0Z",
"duration": 122,
"elapsedTime": 179
},
{
"airport": "[ob",
"arrivalTime": "2026-12-19T00:00:00.0Z",
"departureTime": "2026-08-01T00:00:00.0Z",
"duration": 46,
"elapsedTime": 288
},
{
"airport": "[ob",
"arrivalTime": "2027-04-09T00:00:00.0Z",
"departureTime": "2027-03-22T00:00:00.0Z",
"duration": 108,
"elapsedTime": 68
}
],
"iatci": false,
"id": "893ec91e-9130-429f-8dd7-baf80d6da6fa",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "3",
"span": "INTERNATIONAL",
"status": "DELAYED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 13
}
],
"id": "59671d4a-2028-4a73-ab84-6fe86b406051",
"number": "904",
"operatingAirlineRecordLocator": "SZEPWH",
"programIdentifier": "585282",
"seatStatus": "STANDBY",
"sequence": 4,
"status": {
"code": "dX",
"value": "STANDBY"
}
}
],
"segment": [
{
"applicableTransportationSecurity": [
"KNOWN_TRAVELER",
"REDRESS",
"REDRESS",
"KNOWN_TRAVELER",
"REDRESS"
],
"associationId": 891,
"baggageCheckInRules": {
"baggageRouteRequired": true,
"homePrintedBagTagRestricted": {
"message": "Restriction applied.",
"type": "RESTRICTED_ON_INTERLINE_FLIGHT"
},
"lateCheckIn": true,
"maxGuaranteedQuantity": 3,
"maxQuantity": 5,
"petAllowed": false,
"reCheckInRequired": {
"message": "Re-check required at airport.",
"reason": "MISSING_BAGGAGE_AGREEMENT"
}
},
"bookingClassUpgradeStatus": {
"code": "OT",
"value": "REJECTED"
},
"eligibilities": {
"eligibility": [
{
"notEligible": true,
"reason": [
{
"category": "INVALID_FLIGHT",
"details": "uEs5ETBV0ZxxXnjqJhDH",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "969"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "470"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "876"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "683"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "z24sPrR93HePbFRv9jrO",
"message": "It is too early for check-in.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "836"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "554"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "105"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "274"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "SFzC8oxWe4SB5cQzGglT",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "296"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "504"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "320"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "963"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "kWLB6F516vuzw2W2pzw3",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "252"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "313"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "825"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "267"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 227.85,
"atpcoRule": "tu4Q",
"atpcoTariff": 69,
"bookingClass": "z",
"brand": "uc",
"cabinClass": "FIRST",
"cabinClassCode": "x",
"discountCategory": "92",
"fareBasisCode": "KqjLr8",
"governingAirline": "[ob",
"id": "154e61c0-8566-4eee-b346-519a630c6508",
"operatingBookingClass": "c",
"privateTariff": true,
"type": "NRF",
"vendor": {
"code": "SITA",
"value": "SABRE_MYFARES_SUBSCRIBERS"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "PA",
"arrivalFlightScheduleStatus": "EARLY",
"arrivalTerminal": "7w",
"arrivalTime": "2026-11-21T00:00:00.0Z",
"boardingTime": "1904-08-23T09:04:19.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "DM",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "Jo",
"departureTerminal": "fY",
"departureTime": "2027-06-26T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3173
},
"equipment": "287",
"estimatedArrivalTime": "1921-10-16T09:32:37.0Z",
"estimatedDepartureTime": "1927-02-06T20:58:52.0Z",
"flightDuration": 67,
"flightNumber": "4421",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-04-05T00:00:00.0Z",
"departureTime": "2027-02-23T00:00:00.0Z",
"duration": 178,
"elapsedTime": 174
}
],
"iatci": false,
"id": "4127dd88-f022-49a4-b002-5ba61047ad42",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "76",
"span": "INTERNATIONAL",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 985
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "EE",
"arrivalFlightScheduleStatus": "EARLY",
"arrivalTerminal": "Rm",
"arrivalTime": "2027-01-16T00:00:00.0Z",
"boardingTime": "1948-06-13T18:39:32.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "BZ",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "xP",
"departureTerminal": "ds",
"departureTime": "2027-05-29T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2368
},
"equipment": "171",
"estimatedArrivalTime": "1922-05-28T21:49:24.0Z",
"estimatedDepartureTime": "1910-05-24T22:53:11.0Z",
"flightDuration": 236,
"flightNumber": "7647",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-02-28T00:00:00.0Z",
"departureTime": "2027-06-06T00:00:00.0Z",
"duration": 137,
"elapsedTime": 109
}
],
"iatci": false,
"id": "9327b0fb-7403-460f-9d7b-e2e3823a2328",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "67",
"span": "DOMESTIC",
"status": "ON TIME",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 386
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "CI",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "LA",
"arrivalTime": "2027-01-13T00:00:00.0Z",
"boardingTime": "1923-08-28T17:45:02.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "SN",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "V8",
"departureTerminal": "cP",
"departureTime": "2027-06-04T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 4508
},
"equipment": "330",
"estimatedArrivalTime": "1927-04-14T02:22:48.0Z",
"estimatedDepartureTime": "1954-03-19T22:07:06.0Z",
"flightDuration": 580,
"flightNumber": "64",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-01-14T00:00:00.0Z",
"departureTime": "2026-08-25T00:00:00.0Z",
"duration": 55,
"elapsedTime": 110
},
{
"airport": "[ob",
"arrivalTime": "2027-01-22T00:00:00.0Z",
"departureTime": "2026-08-05T00:00:00.0Z",
"duration": 47,
"elapsedTime": 244
}
],
"iatci": false,
"id": "a9b99929-40db-4336-a350-1147aff0d135",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "568",
"span": "INTERNATIONAL",
"status": "ON TIME",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 169
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "GH",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "xI",
"arrivalTime": "2027-06-23T00:00:00.0Z",
"boardingTime": "1935-10-31T13:49:45.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "YE",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "wn",
"departureTerminal": "lD",
"departureTime": "2026-12-25T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 1619
},
"equipment": "471",
"estimatedArrivalTime": "1951-11-17T19:15:02.0Z",
"estimatedDepartureTime": "1940-11-26T17:14:55.0Z",
"flightDuration": 167,
"flightNumber": "3",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-08-03T00:00:00.0Z",
"departureTime": "2027-04-25T00:00:00.0Z",
"duration": 104,
"elapsedTime": 127
},
{
"airport": "[ob",
"arrivalTime": "2026-12-03T00:00:00.0Z",
"departureTime": "2027-01-10T00:00:00.0Z",
"duration": 126,
"elapsedTime": 90
}
],
"iatci": true,
"id": "c79dacd0-1247-4f4f-b04a-d4486e4abf7e",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "561",
"span": "DOMESTIC",
"status": "DELAYED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": false,
"timeToDeparture": 132
}
],
"id": "6c926eb1-0153-4735-98d1-360b2ed233be",
"number": "265",
"operatingAirlineRecordLocator": "HRZWWH",
"programIdentifier": "188290",
"seatStatus": "CONFIRMED",
"sequence": 2,
"status": {
"code": "MQ",
"value": "CANCELLED"
}
},
{
"applicableTransportationSecurity": [
"KNOWN_TRAVELER",
"REDRESS"
],
"associationId": 826,
"baggageCheckInRules": {
"baggageRouteRequired": false,
"homePrintedBagTagRestricted": {
"message": "Restriction applied.",
"type": "RESTRICTED_ON_INTERNATIONAL_FLIGHT"
},
"lateCheckIn": true,
"maxGuaranteedQuantity": 2,
"maxQuantity": 5,
"petAllowed": false,
"reCheckInRequired": {
"message": "Customs clearance required.",
"reason": "MISSING_BAGGAGE_AGREEMENT"
}
},
"bookingClassUpgradeStatus": {
"code": "CO",
"value": "UPGRADED"
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "L5fDELoclvLeHLDb4oUt",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "180"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "227"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "987"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "154"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "819"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "rMyGgImvUB2hVDjukFdb",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "619"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "604"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "171"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "424"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "300"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "V2Pt3sCweKueoku55xX8",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "312"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "ZyxWSxJxCNKhmZckB9DL",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "354"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "211"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "297"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "8ZEd3MU1CM3WZ2SL0I3q",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "359"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "004"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "oQI02YfNMdfmJ2HBcYVf",
"message": "It is too early for check-in.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "844"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "569"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "627"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "109"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "49eIXNCLGHOhLzhky9X5",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "424"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "485"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INVALID_FLIGHT",
"details": "F3F31RzED3dk2tKBZWOz",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "722"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "UeiITHUKoWzRtr1dLEZJ",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "878"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 1371.37,
"atpcoRule": "Qjiy",
"atpcoTariff": 7,
"bookingClass": "S",
"brand": "Ro",
"cabinClass": "PREMIUM_ECONOMY",
"cabinClassCode": "V",
"discountCategory": "26",
"fareBasisCode": "bv9a8f",
"governingAirline": "[ob",
"id": "6b1a5f58-abd3-46bd-8e8f-78b625d6043a",
"operatingBookingClass": "V",
"privateTariff": true,
"type": "NLX",
"vendor": {
"code": "SMFC",
"value": "SABRE_MYFARES_AIRLINES"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "TT",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "aU",
"arrivalTime": "2027-02-19T00:00:00.0Z",
"boardingTime": "1958-08-05T10:39:23.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "TC",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "v0",
"departureTerminal": "Xm",
"departureTime": "2027-04-17T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3654
},
"equipment": "158",
"estimatedArrivalTime": "1939-07-17T14:14:58.0Z",
"estimatedDepartureTime": "1949-06-04T14:33:11.0Z",
"flightDuration": 594,
"flightNumber": "9",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-04-03T00:00:00.0Z",
"departureTime": "2026-07-25T00:00:00.0Z",
"duration": 38,
"elapsedTime": 205
},
{
"airport": "[ob",
"arrivalTime": "2027-02-01T00:00:00.0Z",
"departureTime": "2026-12-10T00:00:00.0Z",
"duration": 117,
"elapsedTime": 254
},
{
"airport": "[ob",
"arrivalTime": "2026-12-05T00:00:00.0Z",
"departureTime": "2026-10-24T00:00:00.0Z",
"duration": 44,
"elapsedTime": 88
}
],
"iatci": true,
"id": "a38e048b-7a52-4777-ad74-05ac6ef4f0cf",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "237",
"span": "INTERNATIONAL",
"status": "DELAYED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 110
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "NU",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "w1",
"arrivalTime": "2026-10-28T00:00:00.0Z",
"boardingTime": "1955-07-14T15:39:46.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "PK",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "Cy",
"departureTerminal": "SD",
"departureTime": "2026-07-27T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2365
},
"equipment": "748",
"estimatedArrivalTime": "1919-01-17T23:03:36.0Z",
"estimatedDepartureTime": "1949-09-14T13:39:33.0Z",
"flightDuration": 509,
"flightNumber": "3",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-07-11T00:00:00.0Z",
"departureTime": "2026-10-13T00:00:00.0Z",
"duration": 110,
"elapsedTime": 107
},
{
"airport": "[ob",
"arrivalTime": "2027-04-04T00:00:00.0Z",
"departureTime": "2027-02-05T00:00:00.0Z",
"duration": 81,
"elapsedTime": 300
},
{
"airport": "[ob",
"arrivalTime": "2027-02-27T00:00:00.0Z",
"departureTime": "2026-07-29T00:00:00.0Z",
"duration": 148,
"elapsedTime": 263
}
],
"iatci": true,
"id": "4b098e53-932a-40a6-9218-77bbeb8324dd",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "86",
"span": "DOMESTIC",
"status": "DELAYED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 902
}
],
"id": "7d0a1a2c-8ce7-4794-af26-5c182ef291e9",
"number": "930",
"operatingAirlineRecordLocator": "VSTHGV",
"programIdentifier": "143511",
"seatStatus": "STANDBY",
"sequence": 3,
"status": {
"code": "fa",
"value": "OTHER"
}
},
{
"applicableTransportationSecurity": [
"REDRESS",
"KNOWN_TRAVELER",
"REDRESS",
"REDRESS",
"REDRESS"
],
"associationId": 299,
"baggageCheckInRules": {
"baggageRouteRequired": true,
"homePrintedBagTagRestricted": {
"message": "Home printing prohibited.",
"type": "RESTRICTED_FOR_GIVEN_AIRLINE"
},
"lateCheckIn": true,
"maxGuaranteedQuantity": 2,
"maxQuantity": 4,
"petAllowed": true,
"reCheckInRequired": {
"message": "Re-check required at airport.",
"reason": "MISSING_BAGGAGE_AGREEMENT"
}
},
"bookingClassUpgradeStatus": {
"code": "OT",
"value": "REJECTED"
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "6BhPWbMnMNprIwLykwcD",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "118"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "941"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "XjKk4KBgJYXyECDEidxX",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "786"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "018"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "646"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "843"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "pvRM3YkQEwz6VKkCogtO",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "107"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "213"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "Gp9aIdMTktUToCdTjm01",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "993"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "242"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "410"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "396"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "x8LkV5d0DNVfKOFfRSyN",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "604"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "642"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "229"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "0aD56du6HiAYUWAIVtKN",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "539"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "504"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "833"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "409"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "LlZa97COtykryVw2JbS9",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "477"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "662"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "WfKe5LU1oODGrNyMAcej",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "445"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "982"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "584"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "734"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "460"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "kWffGq9phNL0F58CorIW",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "949"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "167"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "109"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "904"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "807"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "R07fYY5Elow2mEYYUzdr",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "067"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "644"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "468"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "cpWV3sEBDz01EQ3BzjLN",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "199"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "962"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "630"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "624"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "705"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 1091.31,
"atpcoRule": "a3s9",
"atpcoTariff": 7,
"bookingClass": "p",
"brand": "0j",
"cabinClass": "FIRST",
"cabinClassCode": "Q",
"discountCategory": "51",
"fareBasisCode": "5vbv6J",
"governingAirline": "[ob",
"id": "cc7173d0-79c9-48e0-a5c0-6e2804cae368",
"operatingBookingClass": "N",
"privateTariff": false,
"type": "NRF",
"vendor": {
"code": "SMFC",
"value": "SABRE_MYFARES_AIRLINES"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "LB",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "MY",
"arrivalTime": "2027-07-12T00:00:00.0Z",
"boardingTime": "1935-06-02T19:37:37.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "MA",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "0p",
"departureTerminal": "Wk",
"departureTime": "2026-08-05T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 4766
},
"equipment": "903",
"estimatedArrivalTime": "1912-04-10T14:59:35.0Z",
"estimatedDepartureTime": "1894-11-30T16:46:49.0Z",
"flightDuration": 60,
"flightNumber": "62",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-04-13T00:00:00.0Z",
"departureTime": "2026-12-08T00:00:00.0Z",
"duration": 49,
"elapsedTime": 90
}
],
"iatci": true,
"id": "f6bf1d9b-07ec-48a7-ae88-015a86c62490",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "889",
"span": "INTERNATIONAL",
"status": "DELAYED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 687
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "GL",
"arrivalFlightScheduleStatus": "EARLY",
"arrivalTerminal": "Rp",
"arrivalTime": "2027-04-03T00:00:00.0Z",
"boardingTime": "1899-03-07T02:26:54.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "JO",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "vw",
"departureTerminal": "aR",
"departureTime": "2026-10-03T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 734
},
"equipment": "773",
"estimatedArrivalTime": "1891-01-31T14:36:38.0Z",
"estimatedDepartureTime": "1931-10-21T01:59:57.0Z",
"flightDuration": 586,
"flightNumber": "8624",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-10-24T00:00:00.0Z",
"departureTime": "2026-11-01T00:00:00.0Z",
"duration": 83,
"elapsedTime": 282
},
{
"airport": "[ob",
"arrivalTime": "2027-05-31T00:00:00.0Z",
"departureTime": "2027-03-20T00:00:00.0Z",
"duration": 102,
"elapsedTime": 292
}
],
"iatci": false,
"id": "7e9cf5f3-be1a-4dd0-affe-a0c3a09eb27e",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "37",
"span": "INTERNATIONAL",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 885
}
],
"id": "5e3937e7-145a-484c-b552-25b736370346",
"number": "254",
"operatingAirlineRecordLocator": "MBVVPT",
"programIdentifier": "151644",
"seatStatus": "CONFIRMED",
"sequence": 17,
"status": {
"code": "LH",
"value": "FLOWN"
}
}
],
"type": "OUTBOUND"
},
{
"alternativeSegment": [
{
"applicableTransportationSecurity": [
"KNOWN_TRAVELER"
],
"associationId": 313,
"baggageCheckInRules": {
"baggageRouteRequired": true,
"homePrintedBagTagRestricted": {
"message": "Home printing prohibited.",
"type": "RESTRICTED_ON_GIVEN_AIRPORT"
},
"lateCheckIn": false,
"maxGuaranteedQuantity": 3,
"maxQuantity": 1,
"petAllowed": false,
"reCheckInRequired": {
"message": "Customs clearance required.",
"reason": "MISSING_BAGGAGE_AGREEMENT"
}
},
"bookingClassUpgradeStatus": {
"code": "OT",
"value": "OTHER"
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "nVsIEbne30usjNwQCoVd",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "472"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "CHeQGpARHybo3fuSvfWk",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "833"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "806"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "534"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "591"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "389"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "8YiNzLb7e8A9lgbQIl4x",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "842"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "418"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "25o7hA1m31HAVT4PmalM",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "160"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "410"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "2PSOAMtTj0I8h33Eyhhs",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "484"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "186"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "390"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "F7zzailgwRHvbWoHeyYu",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "837"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "352"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "567"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "520"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "765"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "DzjlZsbmtWggD4Kq0KK3",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "703"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "252"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "335"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "659"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "QEmHKFn04bElbm4jPjZe",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "907"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "627"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "369"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "GQPwaJPluwF9P7sQRWb6",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "151"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "861"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "911"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "439"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "v2k1gHgnAAy77pkj8sD4",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "522"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "517"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "PPaTcwgtRKxj9hTrLtCV",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "581"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "428"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "609"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "224"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "626"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "2OJwcihQASvTWxsfxysd",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "877"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "103"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "299"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "402"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "Z1dUC1sIejntFaP36Q1d",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "587"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "099"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "ANb7ETFFfP4ojLnlD2qi",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "248"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "938"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "105"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "xzcser2EY2BlHUJxwzKj",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "272"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "682"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "971"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "484"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "658"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INVALID_FLIGHT",
"details": "G2ediCIHhbqKklrBncE0",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "015"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "CPALr1L2Pg6j5dtWuJOt",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "127"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "495"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "293"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "952"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "KtzWAlwV8QQ0Gpq2V9LN",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "640"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "148"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "293"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "784"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "QEPgOvRPAnknGnB1Jwqs",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "240"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 1418.25,
"atpcoRule": "dQ7o",
"atpcoTariff": 13,
"bookingClass": "y",
"brand": "7j",
"cabinClass": "PREMIUM_ECONOMY",
"cabinClassCode": "y",
"discountCategory": "23",
"fareBasisCode": "GCWazJ",
"governingAirline": "[ob",
"id": "8617644c-ee32-4a67-b18f-d9711e9a64ed",
"operatingBookingClass": "w",
"privateTariff": true,
"type": "REF",
"vendor": {
"code": "SMFC",
"value": "ATPCO"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "BJ",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "0z",
"arrivalTime": "2026-08-19T00:00:00.0Z",
"boardingTime": "1955-09-10T01:23:12.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "GT",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "z9",
"departureTerminal": "KX",
"departureTime": "2027-01-19T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 120
},
"equipment": "881",
"estimatedArrivalTime": "1942-07-31T04:48:22.0Z",
"estimatedDepartureTime": "1925-07-09T03:57:39.0Z",
"flightDuration": 586,
"flightNumber": "8",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-02-09T00:00:00.0Z",
"departureTime": "2027-04-04T00:00:00.0Z",
"duration": 60,
"elapsedTime": 103
},
{
"airport": "[ob",
"arrivalTime": "2027-03-30T00:00:00.0Z",
"departureTime": "2027-07-12T00:00:00.0Z",
"duration": 124,
"elapsedTime": 177
},
{
"airport": "[ob",
"arrivalTime": "2026-08-05T00:00:00.0Z",
"departureTime": "2027-03-30T00:00:00.0Z",
"duration": 140,
"elapsedTime": 128
},
{
"airport": "[ob",
"arrivalTime": "2026-11-23T00:00:00.0Z",
"departureTime": "2026-12-23T00:00:00.0Z",
"duration": 156,
"elapsedTime": 155
}
],
"iatci": true,
"id": "556be713-0d4d-478f-89f2-40d11ea2f7ef",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "17",
"span": "DOMESTIC",
"status": "DELAYED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": false,
"timeToDeparture": 318
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "UZ",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "zf",
"arrivalTime": "2027-05-06T00:00:00.0Z",
"boardingTime": "1918-11-25T07:53:10.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "BG",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "UE",
"departureTerminal": "DI",
"departureTime": "2026-10-01T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 823
},
"equipment": "270",
"estimatedArrivalTime": "1924-12-25T15:38:28.0Z",
"estimatedDepartureTime": "1923-08-21T06:09:44.0Z",
"flightDuration": 125,
"flightNumber": "5",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-09-23T00:00:00.0Z",
"departureTime": "2026-10-25T00:00:00.0Z",
"duration": 79,
"elapsedTime": 261
}
],
"iatci": false,
"id": "8f5fbb7a-e9c0-4c5f-bc50-7345e8eda203",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "30",
"span": "INTERNATIONAL",
"status": "ON TIME",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 457
}
],
"id": "cda8fbbc-59fc-429e-8490-d14237bba9fe",
"number": "679",
"operatingAirlineRecordLocator": "PUASJS",
"priorityListPassengerIds": {
"0": "id01",
"1": "id02"
},
"programIdentifier": "192559",
"seatStatus": "STANDBY",
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"sequence": 15,
"status": {
"code": "xZ",
"value": "DESIRED"
}
},
{
"applicableTransportationSecurity": [
"KNOWN_TRAVELER",
"REDRESS",
"REDRESS",
"REDRESS"
],
"associationId": 191,
"baggageCheckInRules": {
"baggageRouteRequired": false,
"homePrintedBagTagRestricted": {
"message": "Home printing prohibited.",
"type": "RESTRICTED_FOR_GIVEN_AIRLINE"
},
"lateCheckIn": true,
"maxGuaranteedQuantity": 2,
"maxQuantity": 3,
"petAllowed": false,
"reCheckInRequired": {
"message": "Re-check required at airport.",
"reason": "MISSING_BAGGAGE_AGREEMENT"
}
},
"bookingClassUpgradeStatus": {
"code": "OT",
"value": "OTHER"
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "x33wJuYlORkThUotzOyB",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "016"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "676"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "G40mk2arlTdBfCRlSXW3",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "157"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "287"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "gbQBlaTR7c1MMV54ovDG",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "379"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": true,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "EONe9u9rmPNnYnl1RneO",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "673"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "588"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "751"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "844"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 643.78,
"atpcoRule": "1DZj",
"atpcoTariff": 67,
"bookingClass": "Z",
"brand": "aZ",
"cabinClass": "PREMIUM_FIRST",
"cabinClassCode": "P",
"discountCategory": "19",
"fareBasisCode": "SRwPqN",
"governingAirline": "[ob",
"id": "bf44b634-2e28-487c-adb3-0dc08a35cc6d",
"operatingBookingClass": "R",
"privateTariff": false,
"type": "NLX",
"vendor": {
"code": "SITA",
"value": "SITA"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "LI",
"arrivalFlightScheduleStatus": "EARLY",
"arrivalTerminal": "Fe",
"arrivalTime": "2026-12-25T00:00:00.0Z",
"boardingTime": "1954-06-28T01:43:44.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "MA",
"departureFlightScheduleStatus": "DELAYED",
"departureGate": "6b",
"departureTerminal": "l0",
"departureTime": "2027-02-06T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 1521
},
"equipment": "365",
"estimatedArrivalTime": "1910-03-03T16:52:40.0Z",
"estimatedDepartureTime": "1945-07-27T17:55:31.0Z",
"flightDuration": 243,
"flightNumber": "6831",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-12-04T00:00:00.0Z",
"departureTime": "2027-01-23T00:00:00.0Z",
"duration": 135,
"elapsedTime": 272
}
],
"iatci": false,
"id": "7fb5816a-40ba-4e33-b283-5f729817bed3",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "8599",
"span": "DOMESTIC",
"status": "DELAYED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 315
}
],
"id": "34eaf0ea-f9a9-49b9-9992-f8b9182aaee7",
"number": "394",
"operatingAirlineRecordLocator": "ZGQUQC",
"priorityListPassengerIds": {
"0": "id01",
"1": "id02"
},
"programIdentifier": "729666",
"seatStatus": "STANDBY",
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"sequence": 15,
"status": {
"code": "RY",
"value": "ON_HOLD"
}
},
{
"applicableTransportationSecurity": [
"REDRESS",
"KNOWN_TRAVELER",
"KNOWN_TRAVELER"
],
"associationId": 537,
"baggageCheckInRules": {
"baggageRouteRequired": false,
"homePrintedBagTagRestricted": {
"message": "Home printing prohibited.",
"type": "RESTRICTED_ON_INTERLINE_FLIGHT"
},
"lateCheckIn": true,
"maxGuaranteedQuantity": 3,
"maxQuantity": 4,
"petAllowed": true,
"reCheckInRequired": {
"message": "Customs clearance required.",
"reason": "LEGAL_RESTRICTIONS"
}
},
"bookingClassUpgradeStatus": {
"code": "CO",
"value": "REJECTED"
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "INVALID_FLIGHT",
"details": "wcznZCTvvRDLuwzu8KHm",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "609"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "wIbLEYXYxtob42xWCssc",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "776"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 1594.46,
"atpcoRule": "lsfd",
"atpcoTariff": 9,
"bookingClass": "N",
"brand": "wm",
"cabinClass": "FIRST",
"cabinClassCode": "M",
"discountCategory": "95",
"fareBasisCode": "keA3Cf",
"governingAirline": "[ob",
"id": "3135bbb1-259b-4d20-ac7a-d2b1a33aac65",
"operatingBookingClass": "J",
"privateTariff": true,
"type": "NRF",
"vendor": {
"code": "SMFC",
"value": "SABRE_MYFARES_AIRLINES"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "MZ",
"arrivalFlightScheduleStatus": "EARLY",
"arrivalTerminal": "HG",
"arrivalTime": "2027-06-22T00:00:00.0Z",
"boardingTime": "1927-04-24T20:04:41.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "NL",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "nS",
"departureTerminal": "fD",
"departureTime": "2027-01-09T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 944
},
"equipment": "349",
"estimatedArrivalTime": "1948-02-11T15:04:40.0Z",
"estimatedDepartureTime": "1935-05-18T14:18:28.0Z",
"flightDuration": 487,
"flightNumber": "8704",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-12-21T00:00:00.0Z",
"departureTime": "2026-12-16T00:00:00.0Z",
"duration": 63,
"elapsedTime": 220
},
{
"airport": "[ob",
"arrivalTime": "2026-08-23T00:00:00.0Z",
"departureTime": "2027-07-21T00:00:00.0Z",
"duration": 54,
"elapsedTime": 77
},
{
"airport": "[ob",
"arrivalTime": "2026-08-31T00:00:00.0Z",
"departureTime": "2027-03-20T00:00:00.0Z",
"duration": 104,
"elapsedTime": 128
},
{
"airport": "[ob",
"arrivalTime": "2027-06-19T00:00:00.0Z",
"departureTime": "2027-04-23T00:00:00.0Z",
"duration": 59,
"elapsedTime": 210
},
{
"airport": "[ob",
"arrivalTime": "2027-05-21T00:00:00.0Z",
"departureTime": "2026-08-07T00:00:00.0Z",
"duration": 75,
"elapsedTime": 200
}
],
"iatci": false,
"id": "7702fdba-06e6-4996-ab15-98f1c9318b3f",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "829",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": false,
"timeToDeparture": 855
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "MD",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "KS",
"arrivalTime": "2027-06-12T00:00:00.0Z",
"boardingTime": "1960-12-24T23:39:26.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "GD",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "k7",
"departureTerminal": "Z0",
"departureTime": "2027-04-19T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 4385
},
"equipment": "316",
"estimatedArrivalTime": "1922-09-16T14:43:17.0Z",
"estimatedDepartureTime": "1930-11-16T14:45:18.0Z",
"flightDuration": 516,
"flightNumber": "5",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-08-20T00:00:00.0Z",
"departureTime": "2026-09-19T00:00:00.0Z",
"duration": 171,
"elapsedTime": 125
},
{
"airport": "[ob",
"arrivalTime": "2027-03-01T00:00:00.0Z",
"departureTime": "2027-07-21T00:00:00.0Z",
"duration": 163,
"elapsedTime": 207
},
{
"airport": "[ob",
"arrivalTime": "2027-06-28T00:00:00.0Z",
"departureTime": "2027-02-08T00:00:00.0Z",
"duration": 134,
"elapsedTime": 300
}
],
"iatci": true,
"id": "87a6e9ff-5661-4330-b4fd-9e5f3c1ac58f",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "8708",
"span": "INTERNATIONAL",
"status": "ON TIME",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": true,
"throughFlight": false,
"timeToDeparture": 23
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "SA",
"arrivalFlightScheduleStatus": "EARLY",
"arrivalTerminal": "w8",
"arrivalTime": "2026-11-11T00:00:00.0Z",
"boardingTime": "1952-06-07T10:13:20.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "BN",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "T4",
"departureTerminal": "8P",
"departureTime": "2026-08-13T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 727
},
"equipment": "521",
"estimatedArrivalTime": "1947-07-14T12:33:09.0Z",
"estimatedDepartureTime": "1897-02-04T22:25:54.0Z",
"flightDuration": 79,
"flightNumber": "2",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-03-05T00:00:00.0Z",
"departureTime": "2026-12-04T00:00:00.0Z",
"duration": 138,
"elapsedTime": 138
},
{
"airport": "[ob",
"arrivalTime": "2027-03-26T00:00:00.0Z",
"departureTime": "2027-05-20T00:00:00.0Z",
"duration": 54,
"elapsedTime": 201
},
{
"airport": "[ob",
"arrivalTime": "2026-12-24T00:00:00.0Z",
"departureTime": "2026-08-28T00:00:00.0Z",
"duration": 115,
"elapsedTime": 168
},
{
"airport": "[ob",
"arrivalTime": "2027-06-15T00:00:00.0Z",
"departureTime": "2027-05-16T00:00:00.0Z",
"duration": 75,
"elapsedTime": 234
}
],
"iatci": true,
"id": "a9ad0493-2c80-4153-8f7b-515711f25838",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "30",
"span": "INTERNATIONAL",
"status": "CANCELLED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 59
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "TF",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "ey",
"arrivalTime": "2026-12-11T00:00:00.0Z",
"boardingTime": "1898-04-15T18:15:38.0Z",
"changeOfGauge": false,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "CL",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "9Z",
"departureTerminal": "KA",
"departureTime": "2027-05-09T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 122
},
"equipment": "783",
"estimatedArrivalTime": "1898-06-03T02:46:56.0Z",
"estimatedDepartureTime": "1958-10-04T02:35:22.0Z",
"flightDuration": 521,
"flightNumber": "478",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-03-02T00:00:00.0Z",
"departureTime": "2027-04-09T00:00:00.0Z",
"duration": 111,
"elapsedTime": 288
},
{
"airport": "[ob",
"arrivalTime": "2027-03-23T00:00:00.0Z",
"departureTime": "2027-06-21T00:00:00.0Z",
"duration": 97,
"elapsedTime": 147
},
{
"airport": "[ob",
"arrivalTime": "2027-03-20T00:00:00.0Z",
"departureTime": "2027-02-16T00:00:00.0Z",
"duration": 58,
"elapsedTime": 235
},
{
"airport": "[ob",
"arrivalTime": "2027-03-22T00:00:00.0Z",
"departureTime": "2027-03-12T00:00:00.0Z",
"duration": 112,
"elapsedTime": 270
},
{
"airport": "[ob",
"arrivalTime": "2026-12-19T00:00:00.0Z",
"departureTime": "2027-06-07T00:00:00.0Z",
"duration": 31,
"elapsedTime": 185
}
],
"iatci": false,
"id": "4302dfb1-8576-4284-a31c-9dcc9836e727",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "93",
"span": "DOMESTIC",
"status": "ON TIME",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 918
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "GR",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "j4",
"arrivalTime": "2027-02-01T00:00:00.0Z",
"boardingTime": "1921-07-10T14:27:54.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "LR",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "xC",
"departureTerminal": "kS",
"departureTime": "2026-11-17T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2881
},
"equipment": "290",
"estimatedArrivalTime": "1938-08-23T18:04:34.0Z",
"estimatedDepartureTime": "1893-12-24T13:12:17.0Z",
"flightDuration": 351,
"flightNumber": "4583",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-11-05T00:00:00.0Z",
"departureTime": "2027-06-23T00:00:00.0Z",
"duration": 48,
"elapsedTime": 259
},
{
"airport": "[ob",
"arrivalTime": "2027-05-11T00:00:00.0Z",
"departureTime": "2027-02-17T00:00:00.0Z",
"duration": 146,
"elapsedTime": 225
}
],
"iatci": false,
"id": "cbf694d7-1577-4cc9-93cc-c23d5865413e",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "8",
"span": "DOMESTIC",
"status": "ON TIME",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 468
}
],
"id": "287674fa-a794-4b9d-b8c0-c94412770117",
"number": "864",
"operatingAirlineRecordLocator": "RCGHRC",
"priorityListPassengerIds": {
"0": "id01",
"1": "id02"
},
"programIdentifier": "262063",
"seatStatus": "CONFIRMED",
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"sequence": 1,
"status": {
"code": "Kh",
"value": "OTHER"
}
},
{
"applicableTransportationSecurity": [
"REDRESS"
],
"associationId": 665,
"baggageCheckInRules": {
"baggageRouteRequired": false,
"homePrintedBagTagRestricted": {
"message": "Home printing prohibited.",
"type": "RESTRICTED_ON_INTERLINE_FLIGHT"
},
"lateCheckIn": false,
"maxGuaranteedQuantity": 3,
"maxQuantity": 4,
"petAllowed": false,
"reCheckInRequired": {
"message": "Re-check required at airport.",
"reason": "MISSING_BAGGAGE_AGREEMENT"
}
},
"bookingClassUpgradeStatus": {
"code": "CO",
"value": "WAITLISTED"
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "6SJQfIHwzFbNPjPfloz3",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "436"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "Z1lIBzcH8sVNkxqAJ9LA",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "976"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "D9OJhYY3eHMRQ5WP8J6x",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "972"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "i1FqXztscIq5Dj7hEut1",
"message": "It is too early for check-in.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "718"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "6DS3Fu2rgPHb6Qxlqbjh",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "620"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "656"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "wfGtxRW2NG7LruH4yYAu",
"message": "It is too early for check-in.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "907"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "374"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "720"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "640"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "x04Xg5zWWTUuxoqsDj4p",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "877"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "986"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "695"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "409"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 1793.85,
"atpcoRule": "ZDr0",
"atpcoTariff": 34,
"bookingClass": "A",
"brand": "YA",
"cabinClass": "PREMIUM_FIRST",
"cabinClassCode": "X",
"discountCategory": "59",
"fareBasisCode": "jk3Xmt",
"governingAirline": "[ob",
"id": "97e57c72-a77b-4135-b63f-6bf2cc93f20c",
"operatingBookingClass": "y",
"privateTariff": true,
"type": "REF",
"vendor": {
"code": "ATP",
"value": "SABRE_MYFARES_SUBSCRIBERS"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "MF",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "3o",
"arrivalTime": "2026-09-26T00:00:00.0Z",
"boardingTime": "1919-03-14T22:07:27.0Z",
"changeOfGauge": false,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "TW",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "jz",
"departureTerminal": "1X",
"departureTime": "2027-03-25T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 1832
},
"equipment": "169",
"estimatedArrivalTime": "1950-05-22T10:06:57.0Z",
"estimatedDepartureTime": "1918-05-02T06:22:52.0Z",
"flightDuration": 144,
"flightNumber": "31",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-11-29T00:00:00.0Z",
"departureTime": "2027-04-24T00:00:00.0Z",
"duration": 93,
"elapsedTime": 80
},
{
"airport": "[ob",
"arrivalTime": "2026-12-21T00:00:00.0Z",
"departureTime": "2027-01-28T00:00:00.0Z",
"duration": 145,
"elapsedTime": 255
},
{
"airport": "[ob",
"arrivalTime": "2027-01-07T00:00:00.0Z",
"departureTime": "2027-04-18T00:00:00.0Z",
"duration": 125,
"elapsedTime": 126
}
],
"iatci": true,
"id": "a83c30a5-55f5-4dcb-9101-4cc51243e00e",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "382",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 888
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "GD",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "jJ",
"arrivalTime": "2026-12-16T00:00:00.0Z",
"boardingTime": "1961-10-30T20:44:21.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "CZ",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "RV",
"departureTerminal": "kP",
"departureTime": "2026-10-08T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 4367
},
"equipment": "951",
"estimatedArrivalTime": "1895-12-27T22:41:17.0Z",
"estimatedDepartureTime": "1890-12-02T17:55:55.0Z",
"flightDuration": 385,
"flightNumber": "49",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-06-22T00:00:00.0Z",
"departureTime": "2027-05-26T00:00:00.0Z",
"duration": 52,
"elapsedTime": 286
}
],
"iatci": false,
"id": "57a476c9-4154-450d-8d6d-07bd9b4d1771",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "60",
"span": "INTERNATIONAL",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 134
}
],
"id": "2fdfee48-b37b-4670-b221-c00b56a231ed",
"number": "875",
"operatingAirlineRecordLocator": "NBSGMY",
"priorityListPassengerIds": {
"0": "id01",
"1": "id02"
},
"programIdentifier": "960178",
"seatStatus": "STANDBY",
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"sequence": 16,
"status": {
"code": "wU",
"value": "ON_HOLD"
}
}
],
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "kbOxipn9ps0YW7J6qwT2",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "051"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "960"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "PRSsNCGic414dFKmGDUI",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "747"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "619"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "OWAAw9V7OjZstt5v9mRc",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "154"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "316"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "867"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "276"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "LKWuLwIr4SpFb75L0Mbi",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "127"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "4q4I1vYYk5PFg2mAtV3Y",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "367"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "379"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "450"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "239"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "qIFvjhsVZxkhMOtLN8vQ",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "110"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "786"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "631"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "889"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"id": "9d9553c5-3c01-451e-be27-71cea845dc6f",
"marriageGroup": [
{
"segmentRefs": [
"id01",
"id02"
]
}
],
"pastSegment": [
{
"applicableTransportationSecurity": [
"KNOWN_TRAVELER",
"KNOWN_TRAVELER"
],
"associationId": 272,
"baggageCheckInRules": {
"baggageRouteRequired": false,
"homePrintedBagTagRestricted": {
"message": "Home printing prohibited.",
"type": "RESTRICTED_ON_GIVEN_AIRPORT"
},
"lateCheckIn": true,
"maxGuaranteedQuantity": 3,
"maxQuantity": 3,
"petAllowed": true,
"reCheckInRequired": {
"message": "Re-check required at airport.",
"reason": "MISSING_BAGGAGE_AGREEMENT"
}
},
"bookingClassUpgradeStatus": {
"code": "CO",
"value": "OTHER"
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "FPYB2gXyaGwmNf3O8df4",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "273"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "406"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "853"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "394"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 722.19,
"atpcoRule": "LYgs",
"atpcoTariff": 58,
"bookingClass": "V",
"brand": "w2",
"cabinClass": "PREMIUM_FIRST",
"cabinClassCode": "T",
"discountCategory": "25",
"fareBasisCode": "5bU8iG",
"governingAirline": "[ob",
"id": "cd1b1b25-0d57-43b0-b4ad-82272754c8f0",
"operatingBookingClass": "q",
"privateTariff": false,
"type": "REF",
"vendor": {
"code": "SITA",
"value": "SABRE_MYFARES_AIRLINES"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "AE",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "7E",
"arrivalTime": "2027-03-22T00:00:00.0Z",
"boardingTime": "1919-11-06T22:47:39.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "ER",
"departureFlightScheduleStatus": "DELAYED",
"departureGate": "7D",
"departureTerminal": "6Z",
"departureTime": "2026-08-10T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 1131
},
"equipment": "674",
"estimatedArrivalTime": "1917-02-20T17:41:35.0Z",
"estimatedDepartureTime": "1926-11-17T03:47:48.0Z",
"flightDuration": 235,
"flightNumber": "7149",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-01-21T00:00:00.0Z",
"departureTime": "2027-01-09T00:00:00.0Z",
"duration": 143,
"elapsedTime": 293
},
{
"airport": "[ob",
"arrivalTime": "2027-01-09T00:00:00.0Z",
"departureTime": "2027-04-25T00:00:00.0Z",
"duration": 124,
"elapsedTime": 279
},
{
"airport": "[ob",
"arrivalTime": "2026-10-14T00:00:00.0Z",
"departureTime": "2027-04-23T00:00:00.0Z",
"duration": 167,
"elapsedTime": 254
}
],
"iatci": true,
"id": "87a6dc7d-15a3-4ece-af86-a08bd2e38f48",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "748",
"span": "INTERNATIONAL",
"status": "DELAYED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": false,
"timeToDeparture": 859
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "TH",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "K4",
"arrivalTime": "2026-08-07T00:00:00.0Z",
"boardingTime": "1954-06-03T03:52:51.0Z",
"changeOfGauge": false,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "MN",
"departureFlightScheduleStatus": "DELAYED",
"departureGate": "ke",
"departureTerminal": "gJ",
"departureTime": "2026-08-01T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3596
},
"equipment": "896",
"estimatedArrivalTime": "1936-10-26T07:13:29.0Z",
"estimatedDepartureTime": "1944-09-18T05:57:23.0Z",
"flightDuration": 469,
"flightNumber": "9",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-07-17T00:00:00.0Z",
"departureTime": "2026-11-04T00:00:00.0Z",
"duration": 105,
"elapsedTime": 279
},
{
"airport": "[ob",
"arrivalTime": "2027-06-11T00:00:00.0Z",
"departureTime": "2026-09-07T00:00:00.0Z",
"duration": 148,
"elapsedTime": 149
},
{
"airport": "[ob",
"arrivalTime": "2027-06-19T00:00:00.0Z",
"departureTime": "2027-04-17T00:00:00.0Z",
"duration": 41,
"elapsedTime": 220
},
{
"airport": "[ob",
"arrivalTime": "2027-07-02T00:00:00.0Z",
"departureTime": "2027-05-03T00:00:00.0Z",
"duration": 151,
"elapsedTime": 245
},
{
"airport": "[ob",
"arrivalTime": "2027-07-18T00:00:00.0Z",
"departureTime": "2027-02-20T00:00:00.0Z",
"duration": 178,
"elapsedTime": 114
}
],
"iatci": false,
"id": "0ffe2ade-d5e2-4105-b31f-1a01f084d208",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "2092",
"span": "INTERNATIONAL",
"status": "DELAYED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 200
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "HN",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "Fh",
"arrivalTime": "2027-01-09T00:00:00.0Z",
"boardingTime": "1908-10-23T02:07:50.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "TR",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "be",
"departureTerminal": "65",
"departureTime": "2027-04-07T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3681
},
"equipment": "180",
"estimatedArrivalTime": "1959-01-14T16:02:43.0Z",
"estimatedDepartureTime": "1950-02-25T11:46:36.0Z",
"flightDuration": 228,
"flightNumber": "297",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-10-02T00:00:00.0Z",
"departureTime": "2027-03-10T00:00:00.0Z",
"duration": 63,
"elapsedTime": 202
}
],
"iatci": true,
"id": "52d61f8b-7be0-42e3-89d7-103fbf18d6dd",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "5352",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 607
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "BT",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "7i",
"arrivalTime": "2026-08-03T00:00:00.0Z",
"boardingTime": "1935-06-20T12:27:38.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "MW",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "0j",
"departureTerminal": "U8",
"departureTime": "2027-04-18T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 772
},
"equipment": "618",
"estimatedArrivalTime": "1907-10-30T07:09:26.0Z",
"estimatedDepartureTime": "1924-12-17T08:18:16.0Z",
"flightDuration": 591,
"flightNumber": "1",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-05-19T00:00:00.0Z",
"departureTime": "2027-01-07T00:00:00.0Z",
"duration": 81,
"elapsedTime": 191
}
],
"iatci": false,
"id": "d9ae7ced-1069-45ee-8ce5-51fe80cce4ce",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "947",
"span": "INTERNATIONAL",
"status": "CANCELLED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 132
}
],
"id": "f1b0493d-bd24-4c67-b3d1-0e208113cbd7",
"number": "876",
"operatingAirlineRecordLocator": "TNGVBW",
"programIdentifier": "535201",
"seatStatus": "STANDBY",
"sequence": 12,
"status": {
"code": "en",
"value": "DESIRED"
}
}
],
"segment": [
{
"applicableTransportationSecurity": [
"KNOWN_TRAVELER",
"KNOWN_TRAVELER",
"REDRESS"
],
"associationId": 967,
"baggageCheckInRules": {
"baggageRouteRequired": false,
"homePrintedBagTagRestricted": {
"message": "Home printing prohibited.",
"type": "RESTRICTED_ON_INTERNATIONAL_FLIGHT"
},
"lateCheckIn": true,
"maxGuaranteedQuantity": 3,
"maxQuantity": 5,
"petAllowed": false,
"reCheckInRequired": {
"message": "Re-check required at airport.",
"reason": "LEGAL_RESTRICTIONS"
}
},
"bookingClassUpgradeStatus": {
"code": "CO",
"value": "REJECTED"
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "Mmxp3p3NtTrd79HmwbMC",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "174"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "973"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "821"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "472"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "073"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "KHmhBUX8na0wZLiJWvRW",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "144"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "356"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "668pKm6Qsj7etxikbNyj",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "682"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "513"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "820"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 1774.48,
"atpcoRule": "ozCb",
"atpcoTariff": 52,
"bookingClass": "B",
"brand": "Dg",
"cabinClass": "BUSINESS",
"cabinClassCode": "l",
"discountCategory": "38",
"fareBasisCode": "KlFz4Y",
"governingAirline": "[ob",
"id": "d0a6f1fc-d9ad-4910-8e89-888825877439",
"operatingBookingClass": "w",
"privateTariff": false,
"type": "NLX",
"vendor": {
"code": "ATP",
"value": "SITA"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "BO",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "If",
"arrivalTime": "2026-12-17T00:00:00.0Z",
"boardingTime": "1901-06-03T15:01:47.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "SA",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "A7",
"departureTerminal": "NE",
"departureTime": "2026-11-05T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 1230
},
"equipment": "088",
"estimatedArrivalTime": "1909-02-01T15:46:14.0Z",
"estimatedDepartureTime": "1910-06-27T14:26:55.0Z",
"flightDuration": 374,
"flightNumber": "194",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-08-03T00:00:00.0Z",
"departureTime": "2027-05-28T00:00:00.0Z",
"duration": 66,
"elapsedTime": 288
},
{
"airport": "[ob",
"arrivalTime": "2027-03-20T00:00:00.0Z",
"departureTime": "2026-11-09T00:00:00.0Z",
"duration": 123,
"elapsedTime": 83
},
{
"airport": "[ob",
"arrivalTime": "2027-03-11T00:00:00.0Z",
"departureTime": "2027-05-03T00:00:00.0Z",
"duration": 51,
"elapsedTime": 162
},
{
"airport": "[ob",
"arrivalTime": "2027-05-26T00:00:00.0Z",
"departureTime": "2026-08-22T00:00:00.0Z",
"duration": 146,
"elapsedTime": 154
}
],
"iatci": false,
"id": "82da9407-13ee-40d7-af6d-484f7b7efa43",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "2520",
"span": "INTERNATIONAL",
"status": "CANCELLED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 321
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "DE",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "Ym",
"arrivalTime": "2026-08-03T00:00:00.0Z",
"boardingTime": "1944-10-17T04:01:05.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "TG",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "MH",
"departureTerminal": "6g",
"departureTime": "2026-12-11T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 1299
},
"equipment": "660",
"estimatedArrivalTime": "1890-04-14T14:44:34.0Z",
"estimatedDepartureTime": "1922-05-17T13:11:14.0Z",
"flightDuration": 81,
"flightNumber": "590",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-09-23T00:00:00.0Z",
"departureTime": "2026-11-23T00:00:00.0Z",
"duration": 108,
"elapsedTime": 291
},
{
"airport": "[ob",
"arrivalTime": "2026-10-03T00:00:00.0Z",
"departureTime": "2027-01-21T00:00:00.0Z",
"duration": 79,
"elapsedTime": 82
},
{
"airport": "[ob",
"arrivalTime": "2027-01-12T00:00:00.0Z",
"departureTime": "2026-11-07T00:00:00.0Z",
"duration": 84,
"elapsedTime": 232
}
],
"iatci": false,
"id": "a6a2c8b3-e7d9-43d9-b15d-74099bb8453b",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "7",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 106
}
],
"id": "64800780-9f2a-431a-891c-3709d7097848",
"number": "678",
"operatingAirlineRecordLocator": "PSKPBB",
"programIdentifier": "424924",
"seatStatus": "CONFIRMED",
"sequence": 17,
"status": {
"code": "PG",
"value": "DESIRED"
}
},
{
"applicableTransportationSecurity": [
"REDRESS",
"KNOWN_TRAVELER",
"KNOWN_TRAVELER"
],
"associationId": 911,
"baggageCheckInRules": {
"baggageRouteRequired": false,
"homePrintedBagTagRestricted": {
"message": "Restriction applied.",
"type": "RESTRICTED_FOR_GIVEN_AIRLINE"
},
"lateCheckIn": false,
"maxGuaranteedQuantity": 1,
"maxQuantity": 3,
"petAllowed": false,
"reCheckInRequired": {
"message": "Re-check required at airport.",
"reason": "LEGAL_RESTRICTIONS"
}
},
"bookingClassUpgradeStatus": {
"code": "CO",
"value": "UPGRADED"
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "ChVf9lBEgAUfjJK26pTH",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "185"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "OvNvNF75kzBpC4QWvCoq",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "285"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "hkH6caM4VNZsXK0uM1DP",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "726"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "996"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "MqwvaKZRuGzT72mMo23B",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "385"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "348"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "501"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "473"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "ESbWn5dudyk2JW62UOoT",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "319"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "xnOOHyThrSMguWZpinT2",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "735"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "lalbuNqQNUyERurFdONE",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "640"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "116"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "779"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "684"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "395"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "F2TNVH6D4Pe25HD2QMBZ",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "655"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "C2QXBbcv1AvupDJZKLeJ",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "510"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "bcZ3phzcOWTGzlEHP9Cn",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "356"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "214"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "708"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "157"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "327"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 1318.04,
"atpcoRule": "4eXf",
"atpcoTariff": 14,
"bookingClass": "B",
"brand": "mG",
"cabinClass": "ECONOMY",
"cabinClassCode": "X",
"discountCategory": "49",
"fareBasisCode": "REgtCh",
"governingAirline": "[ob",
"id": "0313afdc-242d-4ee9-a3a4-a773c69bef9d",
"operatingBookingClass": "p",
"privateTariff": false,
"type": "REF",
"vendor": {
"code": "SMFC",
"value": "ATPCO"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "DE",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "9U",
"arrivalTime": "2027-01-21T00:00:00.0Z",
"boardingTime": "1932-08-21T16:15:02.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "GY",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "gM",
"departureTerminal": "30",
"departureTime": "2027-04-23T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 1730
},
"equipment": "837",
"estimatedArrivalTime": "1946-05-30T22:36:41.0Z",
"estimatedDepartureTime": "1937-07-31T02:33:50.0Z",
"flightDuration": 84,
"flightNumber": "13",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-01-06T00:00:00.0Z",
"departureTime": "2027-06-11T00:00:00.0Z",
"duration": 102,
"elapsedTime": 196
},
{
"airport": "[ob",
"arrivalTime": "2027-04-04T00:00:00.0Z",
"departureTime": "2026-11-13T00:00:00.0Z",
"duration": 125,
"elapsedTime": 244
},
{
"airport": "[ob",
"arrivalTime": "2026-11-25T00:00:00.0Z",
"departureTime": "2027-06-02T00:00:00.0Z",
"duration": 153,
"elapsedTime": 211
}
],
"iatci": true,
"id": "7444207f-d75e-451f-823a-0ea37b599195",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "9497",
"span": "INTERNATIONAL",
"status": "DELAYED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 352
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "US",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "Yq",
"arrivalTime": "2027-05-13T00:00:00.0Z",
"boardingTime": "1903-11-16T01:19:39.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "UM",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "PL",
"departureTerminal": "nb",
"departureTime": "2026-09-26T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2144
},
"equipment": "836",
"estimatedArrivalTime": "1951-08-29T08:21:33.0Z",
"estimatedDepartureTime": "1962-03-26T11:14:10.0Z",
"flightDuration": 141,
"flightNumber": "419",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-01-26T00:00:00.0Z",
"departureTime": "2026-12-06T00:00:00.0Z",
"duration": 136,
"elapsedTime": 174
},
{
"airport": "[ob",
"arrivalTime": "2027-03-22T00:00:00.0Z",
"departureTime": "2026-08-13T00:00:00.0Z",
"duration": 142,
"elapsedTime": 190
},
{
"airport": "[ob",
"arrivalTime": "2027-01-29T00:00:00.0Z",
"departureTime": "2027-04-18T00:00:00.0Z",
"duration": 91,
"elapsedTime": 218
}
],
"iatci": false,
"id": "49aae872-b89c-4645-84da-52aee14654b9",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "9153",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 825
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "ER",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "o6",
"arrivalTime": "2026-09-02T00:00:00.0Z",
"boardingTime": "1908-02-13T08:45:28.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "BI",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "Ir",
"departureTerminal": "2h",
"departureTime": "2026-10-25T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2149
},
"equipment": "372",
"estimatedArrivalTime": "1895-11-16T16:58:13.0Z",
"estimatedDepartureTime": "1906-12-29T15:26:51.0Z",
"flightDuration": 292,
"flightNumber": "7",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-10-16T00:00:00.0Z",
"departureTime": "2027-04-03T00:00:00.0Z",
"duration": 48,
"elapsedTime": 299
},
{
"airport": "[ob",
"arrivalTime": "2026-12-22T00:00:00.0Z",
"departureTime": "2027-05-13T00:00:00.0Z",
"duration": 67,
"elapsedTime": 149
},
{
"airport": "[ob",
"arrivalTime": "2026-11-01T00:00:00.0Z",
"departureTime": "2027-01-27T00:00:00.0Z",
"duration": 68,
"elapsedTime": 71
}
],
"iatci": false,
"id": "d26c613c-d4ce-48e7-b160-b1d63102d560",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "518",
"span": "INTERNATIONAL",
"status": "ON TIME",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 707
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "WF",
"arrivalFlightScheduleStatus": "EARLY",
"arrivalTerminal": "Ra",
"arrivalTime": "2026-12-16T00:00:00.0Z",
"boardingTime": "1967-06-10T02:56:01.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "AW",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "qN",
"departureTerminal": "lD",
"departureTime": "2026-10-16T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 4613
},
"equipment": "005",
"estimatedArrivalTime": "1909-11-10T19:06:35.0Z",
"estimatedDepartureTime": "1904-03-03T23:01:22.0Z",
"flightDuration": 387,
"flightNumber": "675",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-02-27T00:00:00.0Z",
"departureTime": "2026-08-07T00:00:00.0Z",
"duration": 138,
"elapsedTime": 140
},
{
"airport": "[ob",
"arrivalTime": "2027-02-24T00:00:00.0Z",
"departureTime": "2026-09-11T00:00:00.0Z",
"duration": 30,
"elapsedTime": 171
}
],
"iatci": false,
"id": "f2f43e59-479c-41fa-87cf-631f51f7fb79",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "1",
"span": "INTERNATIONAL",
"status": "ON TIME",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 69
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "VA",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "iU",
"arrivalTime": "2027-04-08T00:00:00.0Z",
"boardingTime": "1892-11-05T17:57:42.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "MC",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "Xe",
"departureTerminal": "CH",
"departureTime": "2027-04-24T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2174
},
"equipment": "042",
"estimatedArrivalTime": "1892-09-04T11:50:29.0Z",
"estimatedDepartureTime": "1966-02-27T06:18:59.0Z",
"flightDuration": 367,
"flightNumber": "89",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-01-08T00:00:00.0Z",
"departureTime": "2026-08-03T00:00:00.0Z",
"duration": 116,
"elapsedTime": 294
},
{
"airport": "[ob",
"arrivalTime": "2026-10-15T00:00:00.0Z",
"departureTime": "2027-03-31T00:00:00.0Z",
"duration": 42,
"elapsedTime": 148
},
{
"airport": "[ob",
"arrivalTime": "2026-10-11T00:00:00.0Z",
"departureTime": "2027-05-31T00:00:00.0Z",
"duration": 92,
"elapsedTime": 209
},
{
"airport": "[ob",
"arrivalTime": "2026-09-24T00:00:00.0Z",
"departureTime": "2027-03-04T00:00:00.0Z",
"duration": 37,
"elapsedTime": 97
},
{
"airport": "[ob",
"arrivalTime": "2027-01-04T00:00:00.0Z",
"departureTime": "2027-01-21T00:00:00.0Z",
"duration": 143,
"elapsedTime": 155
}
],
"iatci": false,
"id": "8205b919-8be4-4580-a5a2-db8b7bf8ad30",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "433",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 48
}
],
"id": "bee7a9d1-c826-4f10-97be-bcb12ba6cd7a",
"number": "525",
"operatingAirlineRecordLocator": "XMECXC",
"programIdentifier": "982502",
"seatStatus": "STANDBY",
"sequence": 7,
"status": {
"code": "aT",
"value": "ON_HOLD"
}
},
{
"applicableTransportationSecurity": [
"KNOWN_TRAVELER",
"REDRESS",
"REDRESS",
"KNOWN_TRAVELER",
"KNOWN_TRAVELER"
],
"associationId": 354,
"baggageCheckInRules": {
"baggageRouteRequired": false,
"homePrintedBagTagRestricted": {
"message": "Home printing prohibited.",
"type": "RESTRICTED_ON_INTERLINE_FLIGHT"
},
"lateCheckIn": false,
"maxGuaranteedQuantity": 3,
"maxQuantity": 5,
"petAllowed": true,
"reCheckInRequired": {
"message": "Re-check required at airport.",
"reason": "LEGAL_RESTRICTIONS"
}
},
"bookingClassUpgradeStatus": {
"code": "CO",
"value": "WAITLISTED"
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "3szkF7nBELMq7RlVG2Ff",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "247"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "977"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "174"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "941"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "642"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "FAcJIfJz0BElO87D91mQ",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "549"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "994"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "010"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "211"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 1625.18,
"atpcoRule": "CoGi",
"atpcoTariff": 43,
"bookingClass": "E",
"brand": "bs",
"cabinClass": "PREMIUM_ECONOMY",
"cabinClassCode": "t",
"discountCategory": "10",
"fareBasisCode": "YGLmfK",
"governingAirline": "[ob",
"id": "55b3fde5-8b28-40c9-adb5-24f5e643c4bf",
"operatingBookingClass": "v",
"privateTariff": true,
"type": "REF",
"vendor": {
"code": "SITA",
"value": "SABRE_MYFARES_SUBSCRIBERS"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "HU",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "ol",
"arrivalTime": "2027-03-04T00:00:00.0Z",
"boardingTime": "1933-10-22T11:04:31.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "PT",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "9X",
"departureTerminal": "Jn",
"departureTime": "2026-11-16T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 1375
},
"equipment": "535",
"estimatedArrivalTime": "1928-07-18T22:34:08.0Z",
"estimatedDepartureTime": "1917-12-24T22:27:47.0Z",
"flightDuration": 227,
"flightNumber": "32",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-09-08T00:00:00.0Z",
"departureTime": "2027-04-05T00:00:00.0Z",
"duration": 82,
"elapsedTime": 90
},
{
"airport": "[ob",
"arrivalTime": "2027-01-13T00:00:00.0Z",
"departureTime": "2027-04-18T00:00:00.0Z",
"duration": 52,
"elapsedTime": 99
},
{
"airport": "[ob",
"arrivalTime": "2027-01-22T00:00:00.0Z",
"departureTime": "2026-11-07T00:00:00.0Z",
"duration": 101,
"elapsedTime": 266
}
],
"iatci": false,
"id": "d148de94-f6a8-485d-8ecc-3aa2660e3056",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "19",
"span": "DOMESTIC",
"status": "DELAYED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 159
}
],
"id": "0ace08be-dae1-4ef6-8956-b167561b96c2",
"number": "949",
"operatingAirlineRecordLocator": "YKNHXA",
"programIdentifier": "413202",
"seatStatus": "STANDBY",
"sequence": 17,
"status": {
"code": "gV",
"value": "NON_REVENUE"
}
},
{
"applicableTransportationSecurity": [
"REDRESS"
],
"associationId": 155,
"baggageCheckInRules": {
"baggageRouteRequired": true,
"homePrintedBagTagRestricted": {
"message": "Restriction applied.",
"type": "RESTRICTED_ON_GIVEN_AIRPORT"
},
"lateCheckIn": true,
"maxGuaranteedQuantity": 2,
"maxQuantity": 4,
"petAllowed": false,
"reCheckInRequired": {
"message": "Re-check required at airport.",
"reason": "MISSING_BAGGAGE_AGREEMENT"
}
},
"bookingClassUpgradeStatus": {
"code": "CO",
"value": "OTHER"
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "TyTXnfxcC42qaYsHU5iL",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "105"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "176"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "895"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "225"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "9QIddgjO51Q39atKUsls",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "602"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "745"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "507"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "758"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "BDkUZKTA1LLqQWgHPwY7",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "661"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "390"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "619"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "2szNmIkcOZ7MiX4zsrf7",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "086"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "Ydbno1R3ygoDCMpwGq9Z",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "334"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "Pw1djA4ydDxd1dpQg2od",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "580"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "581"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "202"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "5LrFZ8ZVOeijpPACPKuz",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "632"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "227"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "Mak41CVBUZojyhSLmds9",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "237"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "0lFt2mRRhTzjfBcTiJE7",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "233"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 440.78,
"atpcoRule": "DBUT",
"atpcoTariff": 42,
"bookingClass": "b",
"brand": "S4",
"cabinClass": "PREMIUM_BUSINESS",
"cabinClassCode": "N",
"discountCategory": "32",
"fareBasisCode": "z8fcac",
"governingAirline": "[ob",
"id": "5905aa07-1af6-4dbb-876b-6f936327bb49",
"operatingBookingClass": "m",
"privateTariff": true,
"type": "NRF",
"vendor": {
"code": "ATP",
"value": "SITA"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "BI",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "Ko",
"arrivalTime": "2026-12-04T00:00:00.0Z",
"boardingTime": "1918-02-09T15:52:42.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "TZ",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "la",
"departureTerminal": "Tu",
"departureTime": "2027-07-12T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 301
},
"equipment": "395",
"estimatedArrivalTime": "1892-07-14T21:05:24.0Z",
"estimatedDepartureTime": "1948-09-20T12:48:36.0Z",
"flightDuration": 532,
"flightNumber": "1832",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-01-21T00:00:00.0Z",
"departureTime": "2027-03-18T00:00:00.0Z",
"duration": 82,
"elapsedTime": 166
},
{
"airport": "[ob",
"arrivalTime": "2027-01-16T00:00:00.0Z",
"departureTime": "2026-08-28T00:00:00.0Z",
"duration": 79,
"elapsedTime": 248
},
{
"airport": "[ob",
"arrivalTime": "2027-02-21T00:00:00.0Z",
"departureTime": "2027-03-24T00:00:00.0Z",
"duration": 176,
"elapsedTime": 113
},
{
"airport": "[ob",
"arrivalTime": "2026-10-09T00:00:00.0Z",
"departureTime": "2027-04-22T00:00:00.0Z",
"duration": 84,
"elapsedTime": 252
}
],
"iatci": true,
"id": "c57143ee-098e-440c-8ab5-e906d43b677b",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "23",
"span": "INTERNATIONAL",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 311
},
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "AS",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "kJ",
"arrivalTime": "2027-01-12T00:00:00.0Z",
"boardingTime": "1931-01-23T21:30:14.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "LI",
"departureFlightScheduleStatus": "DELAYED",
"departureGate": "RA",
"departureTerminal": "f3",
"departureTime": "2027-06-05T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2533
},
"equipment": "090",
"estimatedArrivalTime": "1904-03-31T21:40:03.0Z",
"estimatedDepartureTime": "1919-10-17T10:52:26.0Z",
"flightDuration": 144,
"flightNumber": "3659",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-04-15T00:00:00.0Z",
"departureTime": "2027-03-20T00:00:00.0Z",
"duration": 42,
"elapsedTime": 203
},
{
"airport": "[ob",
"arrivalTime": "2026-08-04T00:00:00.0Z",
"departureTime": "2027-02-05T00:00:00.0Z",
"duration": 43,
"elapsedTime": 236
},
{
"airport": "[ob",
"arrivalTime": "2027-03-15T00:00:00.0Z",
"departureTime": "2027-06-05T00:00:00.0Z",
"duration": 59,
"elapsedTime": 123
}
],
"iatci": true,
"id": "d26ff6d8-fc88-409a-92f1-3670a4ee171d",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "5906",
"span": "DOMESTIC",
"status": "DELAYED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 444
}
],
"id": "59cafbe9-3c83-4ced-9841-91c43d05ab87",
"number": "340",
"operatingAirlineRecordLocator": "AZMQYJ",
"programIdentifier": "748109",
"seatStatus": "STANDBY",
"sequence": 20,
"status": {
"code": "yw",
"value": "NEED_NEED"
}
},
{
"applicableTransportationSecurity": [
"KNOWN_TRAVELER",
"REDRESS",
"REDRESS",
"REDRESS"
],
"associationId": 794,
"baggageCheckInRules": {
"baggageRouteRequired": false,
"homePrintedBagTagRestricted": {
"message": "Restriction applied.",
"type": "RESTRICTED_ON_INTERLINE_FLIGHT"
},
"lateCheckIn": true,
"maxGuaranteedQuantity": 1,
"maxQuantity": 1,
"petAllowed": true,
"reCheckInRequired": {
"message": "Customs clearance required.",
"reason": "MISSING_BAGGAGE_AGREEMENT"
}
},
"bookingClassUpgradeStatus": {
"code": "PE",
"value": "REJECTED"
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "iFHpAzRbnBI8ggOW7A4E",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "089"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "001"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "867"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "ieaD9LJKUAd11gHKs7mS",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "866"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "033"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "pftiVXObC1UPiV1x0H7X",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "096"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "303"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "151"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "4I5PhWRefjbFfgFZIEpw",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "305"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "067"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "774"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "937"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "PBcRbg8yhsVaQveZxs6q",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "523"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "LH0DpZjCssJKW6Gnx2XX",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "504"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "672"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "rzH2wJcjdqoCmcRWB9a4",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "555"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "835"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "320"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "822"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": true,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "Nr5MYks6B5ZftWr26C1F",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "999"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "408"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "2QQpsm8l3JBB1Yt846Zw",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "209"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "698"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "304"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "070"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "232"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "fGbkcAeUTryCgscGeLk5",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "798"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "271"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "723"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "7Qt2wda6AVIhcgFbvjPZ",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "422"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "839"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "278"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "524"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "qPFN08iCzaDhhMB6B7ro",
"message": "It is too early for check-in.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "931"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "930"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INVALID_FLIGHT",
"details": "MuKsCHVnTNWShfVKrry0",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "199"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "758"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "985"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "125"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "UIHBwKw6kG3zTF4SStDt",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "497"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "739"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "817"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"fareInfo": {
"amount": 1807.5,
"atpcoRule": "Ec7Y",
"atpcoTariff": 99,
"bookingClass": "e",
"brand": "5T",
"cabinClass": "ECONOMY",
"cabinClassCode": "d",
"discountCategory": "36",
"fareBasisCode": "NcdcvE",
"governingAirline": "[ob",
"id": "9292f642-5ef4-4d2c-9e9d-33b0fc32f059",
"operatingBookingClass": "W",
"privateTariff": false,
"type": "NLX",
"vendor": {
"code": "ATP",
"value": "SABRE_MYFARES_AIRLINES"
}
},
"flightDetail": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "AZ",
"arrivalFlightScheduleStatus": "EARLY",
"arrivalTerminal": "UV",
"arrivalTime": "2026-10-11T00:00:00.0Z",
"boardingTime": "1960-10-20T21:33:27.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "VU",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "MK",
"departureTerminal": "sD",
"departureTime": "2027-02-07T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3102
},
"equipment": "084",
"estimatedArrivalTime": "1919-03-31T14:44:30.0Z",
"estimatedDepartureTime": "1947-03-31T06:53:17.0Z",
"flightDuration": 195,
"flightNumber": "13",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-06-29T00:00:00.0Z",
"departureTime": "2026-08-29T00:00:00.0Z",
"duration": 47,
"elapsedTime": 237
}
],
"iatci": true,
"id": "11f960fd-79c2-47b1-877d-3590611ac0a0",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "83",
"span": "INTERNATIONAL",
"status": "ON TIME",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 266
}
],
"id": "f28ff84a-8877-4baa-a0a3-8e8925ed20d3",
"number": "339",
"operatingAirlineRecordLocator": "SGHBPG",
"programIdentifier": "770871",
"seatStatus": "CONFIRMED",
"sequence": 11,
"status": {
"code": "Ka",
"value": "STANDBY"
}
}
],
"type": "OUTBOUND"
}
],
"segmentGroups": [
{
"id": "dOE",
"segmentIds": [
"s1",
"s2"
],
"throughCheckIn": false
},
{
"id": "20T",
"segmentIds": [
"s1",
"s2"
],
"throughCheckIn": false
}
]
},
"languagePreference": "FR",
"offerId": "028631ba-454b-498f-8522-c3710341f97c",
"passengers": {
"contactDetails": {
"address": [
{
"city": "Port Jeffereyville",
"companyName": "Spinka and Sons",
"country": "KY",
"id": "3843f88b-5a6a-4648-93bc-1056be3370a2",
"personName": {
"first": "Cyrus",
"last": "Pfeffer",
"middle": "Marlowe",
"prefix": "Miss",
"raw": "Sylvester Pagac",
"suffix": "I"
},
"postalCode": "95869-1074",
"stateProvince": "Iowa",
"street1": "6011 Desiree Fields",
"street2": "Apt. 648",
"type": "HOME"
}
],
"email": [
{
"id": "03ea8e91-1738-430b-8704-ea36fd7affa2",
"type": "PERSONAL",
"value": "Ansel49@hotmail.com"
},
{
"id": "a3855caa-64de-4344-bddf-967a6dd501c4",
"type": "PERSONAL",
"value": "Rosamond_Conn73@yahoo.com"
},
{
"id": "7de2cb5c-d767-4d17-972d-85afd3435369",
"type": "PERSONAL",
"value": "Jay4@gmail.com"
},
{
"id": "f8c5ccfc-ec93-413f-8771-980ded32b1e0",
"type": "PERSONAL",
"value": "Rudy6@yahoo.com"
}
],
"phone": [
{
"allowedSMS": false,
"areaCode": "805",
"carrier": "VERIZON",
"countryCode": "28",
"extension": "640",
"id": "9b224ef2-747f-465f-973e-35067ab5f436",
"number": "50825156",
"type": "MOBILE"
},
{
"allowedSMS": true,
"areaCode": "532",
"carrier": "ATT",
"countryCode": "06",
"extension": "200",
"id": "78861961-0d82-4070-a773-31c4c93c2030",
"number": "68141827",
"type": "MOBILE"
},
{
"allowedSMS": false,
"areaCode": "361",
"carrier": "SPRINT",
"countryCode": "29",
"extension": "375",
"id": "2c271b0d-49a9-45fe-8966-2ab13bd36229",
"number": "21217579",
"type": "MOBILE"
}
]
},
"count": 9,
"emergencyContact": [
{
"contactDetails": "+14074410298",
"countryCode": "EE",
"id": "01937277-a59e-4486-9f06-badb47af29a3",
"name": "Traci Gerhold",
"otherDetails": "eFTRkjnyAhTOOov",
"relationship": "sister"
},
{
"contactDetails": "+16638448662",
"countryCode": "LU",
"id": "0d86e911-92e4-415c-aecc-3cbe01bbf464",
"name": "Omar Johnston",
"otherDetails": "lmNFsxCkBYlNSpY",
"relationship": "parent"
}
],
"passenger": [
{
"airExtra": [
{
"airExtraBundleRef": "84150666-bcaf-4f02-a225-17fe1cd1c96b",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": false,
"convertible": false,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 9
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "5",
"value": "ONE_AND_A_HALF_PERCENT_OF_FARE_PER_KG"
},
"formOfRefund": {
"code": "3",
"value": "ORIGINAL"
},
"freeAllowanceEligibility": {
"quantity": 3
},
"freeOfChargeRules": [
"EMD_REQUIRED"
],
"interlineable": true,
"inventoryControlled": false,
"paperTicketRequired": false,
"purchaseAtTicketIssue": true,
"purchaseBy": "2027-02-03",
"refundable": true,
"tourCode": "dBNd3g"
},
"bagType": "SKI",
"bookingMethod": {
"code": "1 ",
"value": "SPECIAL_SERVICE_REQUEST"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "EXTRA LEGROOM",
"displayOnly": true,
"electronicMiscDocType": {
"code": "1",
"consumedAtIssuance": false,
"value": "STANDALONE_TICKET_ASSOCIATED"
},
"group": "BG",
"id": "UbxFSO",
"reasonForIssuance": {
"code": "G",
"value": "AIRPORT_SERVICES"
},
"sequenceNumber": 30,
"serviceType": {
"code": "kg",
"value": "BAGGAGE_ALLOWANCE"
},
"specialService": {
"code": "WCHR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 17,
"min": 1,
"name": "WEIGHT",
"optional": false,
"type": "ENUM",
"unit": "LB"
},
{
"allowedValue": [
"DOG"
],
"max": 91,
"min": 2,
"name": "WEIGHT",
"optional": false,
"type": "DECIMAL",
"unit": "KG"
},
{
"allowedValue": [
"DOG"
],
"max": 42,
"min": 3,
"name": "WEIGHT",
"optional": false,
"type": "TEXT",
"unit": "IN"
},
{
"allowedValue": [
"DOG"
],
"max": 98,
"min": 4,
"name": "AGE",
"optional": true,
"type": "ENUM",
"unit": "KG"
},
{
"allowedValue": [
"DOG"
],
"max": 62,
"min": 5,
"name": "WEIGHT",
"optional": false,
"type": "ENUM",
"unit": "CM"
}
]
},
"type": "STRUCTURED"
},
"ssimCode": "GZb",
"subCode": "635",
"vendor": "SABR",
"weight": [
{
"unit": "KILOGRAM",
"value": 2.8
},
{
"unit": "KILOGRAM",
"value": 33.1
},
{
"unit": "KILOGRAM",
"value": 27.6
}
]
},
"bookingIndicator": "03",
"disassociated": true,
"emdNumber": {
"number": "41134518484435"
},
"emdPaperIndicator": "E",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "21",
"segmentRef": "879dcca3-0f90-4b97-8177-fabce5f26e72"
},
{
"emdCouponNumber": "17",
"segmentRef": "5f1923d4-5fcc-4ee3-86d2-a12e7a6dc2b7"
},
{
"emdCouponNumber": "11",
"segmentRef": "50ce78cc-2247-447b-a7dc-a5f4210c8fa0"
},
{
"emdCouponNumber": "38",
"segmentRef": "72abdd52-9175-4cda-82b0-fdfcb55a8436"
},
{
"emdCouponNumber": "45",
"segmentRef": "56b01c15-fcc2-4f11-8d8d-b317b525e03c"
}
]
},
"feeApplicationIndicator": "17",
"id": "57067872-d801-4d3b-9ab1-14d4dc93f998",
"miscFee": {
"dealName": "WINTER SALE",
"group": "BG",
"id": "5c1d3e7f-244d-42c7-9e9f-dc1400a90abc",
"offerName": "OFFER A",
"reasonForIssuance": "R",
"subCode": "991"
},
"offerId": {
"id": "1ac1eefc-416a-4355-9934-4112821a0dd3",
"itemId": "1b814342-c66b-4950-90af-632b0d6f9cbf"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "PD",
"value": "PENDING"
},
"pnrId": "DMBJKD",
"quantity": 2,
"specialServiceDescription": {
"code": "QldL",
"properties": {
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "698"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "740"
}
]
},
"text": "rgRbfJQDyhflFXp"
},
"syntheticIdentifier": "39031313967586836512",
"taxExemption": true,
"ticketUsedForEmdPricing": "Y",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 1.4
}
},
{
"airExtraBundleRef": "37fdb127-1278-4daa-841d-1a8fac24ba6e",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": true,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 1
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "1",
"value": "ITEM"
},
"formOfRefund": {
"code": "3",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 0
},
"freeOfChargeRules": [
"EMD_REQUIRED",
"EMD_REQUIRED",
"BOOKING_REQUIRED",
"EMD_REQUIRED",
"BOOKING_REQUIRED"
],
"interlineable": false,
"inventoryControlled": true,
"paperTicketRequired": true,
"purchaseAtTicketIssue": true,
"purchaseBy": "2026-11-15",
"refundable": true,
"tourCode": "soj7gu"
},
"bagType": "SURF",
"bookingMethod": {
"code": "4-",
"value": "SPECIAL_SERVICE_REQUEST"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "UPTO50LB 23KG",
"displayOnly": false,
"electronicMiscDocType": {
"code": "1",
"consumedAtIssuance": false,
"value": "FLIGHT_COUPON_ASSOCIATED"
},
"group": "SEA",
"id": "Z5inXt",
"reasonForIssuance": {
"code": "A",
"value": "FINANCIAL_IMPACT"
},
"sequenceNumber": 86,
"serviceType": {
"code": "63",
"value": "CARRY_ON_BAGGAGE_ALLOWANCE"
},
"specialService": {
"code": "WCHR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 62,
"min": 4,
"name": "SIZE",
"optional": true,
"type": "DECIMAL",
"unit": "IN"
},
{
"allowedValue": [
"DOG"
],
"max": 58,
"min": 2,
"name": "AGE",
"optional": true,
"type": "TEXT",
"unit": "IN"
}
]
},
"type": "OPTIONAL"
},
"ssimCode": "AQh",
"subCode": "928",
"vendor": "MMGR",
"weight": [
{
"unit": "KILOGRAM",
"value": 29.4
},
{
"unit": "KILOGRAM",
"value": 20.2
},
{
"unit": "KILOGRAM",
"value": 49.4
},
{
"unit": "KILOGRAM",
"value": 37.6
}
]
},
"bookingIndicator": "72",
"disassociated": false,
"emdNumber": {
"number": "74687953985052"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "11",
"segmentRef": "4574ca02-f109-4916-98fb-0763f0541764"
},
{
"emdCouponNumber": "62",
"segmentRef": "b8eff483-4f43-4ded-82a4-2b4f84c862c7"
}
]
},
"feeApplicationIndicator": "52",
"id": "f0dfb7ed-b3d7-4a65-a95e-0e43c68a4054",
"miscFee": {
"dealName": "SPRING DEAL",
"group": "BG",
"id": "906bb041-701c-4c10-8007-2befe56691c5",
"offerName": "OFFER A",
"reasonForIssuance": "A",
"subCode": "138"
},
"offerId": {
"id": "40dc10bf-7afc-442e-8187-6e04e437e680",
"itemId": "2969e3f6-9cae-4346-a676-15cb46a68fd8"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "HD",
"value": "FULFILLED"
},
"pnrId": "STYRQM",
"quantity": 5,
"specialServiceDescription": {
"code": "dPBG",
"properties": {
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "299"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "097"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "329"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "891"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "944"
}
]
},
"text": "qlCltCSFSGqOavg"
},
"syntheticIdentifier": "92001636659761058034",
"taxExemption": true,
"ticketUsedForEmdPricing": "N",
"type": "MISC_FEE",
"weight": {
"unit": "KILOGRAM",
"value": 13.9
}
},
{
"airExtraBundleRef": "01910260-b2d6-4a26-875f-f070ae4f8d10",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": false,
"customRules": {
"applyHighestTierLevel": false,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 1
},
"exchangeable": false,
"feeApplicationMethod": {
"code": "3",
"value": "TICKET"
},
"formOfRefund": {
"code": "2",
"value": "ORIGINAL"
},
"freeAllowanceEligibility": {
"quantity": 4
},
"freeOfChargeRules": [
"BOOKING_REQUIRED",
"BOOKING_REQUIRED",
"BOOKING_REQUIRED",
"EMD_REQUIRED",
"EMD_REQUIRED"
],
"interlineable": false,
"inventoryControlled": false,
"paperTicketRequired": true,
"purchaseAtTicketIssue": false,
"purchaseBy": "2027-03-09",
"refundable": true,
"tourCode": "H4SWzm"
},
"bagType": "SURF",
"bookingMethod": {
"code": "8^",
"value": "ANY_ALLOWED"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "UPTO50LB 23KG",
"displayOnly": false,
"electronicMiscDocType": {
"code": "3",
"consumedAtIssuance": true,
"value": "STANDALONE_TICKET_ASSOCIATED"
},
"group": "BG",
"id": "MQopq8",
"reasonForIssuance": {
"code": "B",
"value": "MERCHANDISE"
},
"sequenceNumber": 23,
"serviceType": {
"code": "gF",
"value": "BAGGAGE_ALLOWANCE"
},
"specialService": {
"code": "PETC",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 38,
"min": 4,
"name": "AGE",
"optional": false,
"type": "INT",
"unit": "LB"
},
{
"allowedValue": [
"DOG"
],
"max": 23,
"min": 5,
"name": "SIZE",
"optional": true,
"type": "DECIMAL",
"unit": "LB"
},
{
"allowedValue": [
"DOG"
],
"max": 40,
"min": 5,
"name": "AGE",
"optional": false,
"type": "INT",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 83,
"min": 2,
"name": "WEIGHT",
"optional": false,
"type": "ENUM",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 10,
"min": 5,
"name": "AGE",
"optional": false,
"type": "TEXT",
"unit": "IN"
}
]
},
"type": "REQUIRED"
},
"ssimCode": "5tW",
"subCode": "939",
"vendor": "SABR",
"weight": [
{
"unit": "KILOGRAM",
"value": 30.8
},
{
"unit": "KILOGRAM",
"value": 42.3
},
{
"unit": "KILOGRAM",
"value": 19.7
},
{
"unit": "KILOGRAM",
"value": 43.4
},
{
"unit": "KILOGRAM",
"value": 44.8
}
]
},
"bookingIndicator": "99",
"disassociated": true,
"emdNumber": {
"number": "78122214608227"
},
"emdPaperIndicator": "E",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "17",
"segmentRef": "91528457-738f-4629-a3d2-b6fc10f4f209"
},
{
"emdCouponNumber": "84",
"segmentRef": "379a9f1c-b450-4b95-99c2-78cd99193dc1"
},
{
"emdCouponNumber": "61",
"segmentRef": "ab105619-9d55-4a0e-bd7e-00ca743bf7a6"
},
{
"emdCouponNumber": "09",
"segmentRef": "cb88c197-e079-4939-8713-cf316ab803e8"
}
]
},
"feeApplicationIndicator": "71",
"id": "10764bf2-dfdb-41a0-818b-9d6405a12f22",
"miscFee": {
"dealName": "SPRING DEAL",
"group": "SEA",
"id": "39a91a81-3377-4420-a713-c3997a3b279f",
"offerName": "MAY WEEKEND DISCOUNT",
"reasonForIssuance": "A",
"subCode": "496"
},
"offerId": {
"id": "1e51173d-e943-43bd-9f1f-ffeb5a1247df",
"itemId": "bbd3f691-00ac-408b-ae6a-4152b672a1f8"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "PD",
"value": "UNSUPPORTED"
},
"pnrId": "PGFBFT",
"quantity": 3,
"specialServiceDescription": {
"code": "HARv",
"properties": {
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "306"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "120"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "390"
}
]
},
"text": "frVFsXfDaodOwkk"
},
"syntheticIdentifier": "83699671421978562557",
"taxExemption": false,
"ticketUsedForEmdPricing": "N",
"type": "MISC_FEE",
"weight": {
"unit": "KILOGRAM",
"value": 37
}
},
{
"airExtraBundleRef": "ed587296-7901-43ce-a005-5fe83922b58c",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": false,
"convertible": false,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 7
},
"exchangeable": false,
"feeApplicationMethod": {
"code": "2",
"value": "HALF_PERCENT_OF_FARE_PER_KG"
},
"formOfRefund": {
"code": "3",
"value": "ORIGINAL"
},
"freeAllowanceEligibility": {
"quantity": 1
},
"freeOfChargeRules": [
"BOOKING_REQUIRED",
"BOOKING_REQUIRED",
"BOOKING_REQUIRED"
],
"interlineable": false,
"inventoryControlled": false,
"paperTicketRequired": false,
"purchaseAtTicketIssue": true,
"purchaseBy": "2026-10-28",
"refundable": true,
"tourCode": "w3Pa5z"
},
"bagType": "SURF",
"bookingMethod": {
"code": "2/",
"value": "NO_BOOKING_REQUIRED"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "EXTRA LEGROOM",
"displayOnly": false,
"electronicMiscDocType": {
"code": "3",
"consumedAtIssuance": false,
"value": "STANDALONE_TICKET_ASSOCIATED"
},
"group": "MEA",
"id": "I7WsDC",
"reasonForIssuance": {
"code": "G",
"value": "IN_FLIGHT_SERVICES"
},
"sequenceNumber": 65,
"serviceType": {
"code": "79",
"value": "PREPAID"
},
"specialService": {
"code": "UMNR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 44,
"min": 3,
"name": "SIZE",
"optional": false,
"type": "ENUM",
"unit": "KG"
},
{
"allowedValue": [
"DOG"
],
"max": 67,
"min": 5,
"name": "SIZE",
"optional": false,
"type": "TEXT",
"unit": "LB"
},
{
"allowedValue": [
"DOG"
],
"max": 99,
"min": 5,
"name": "AGE",
"optional": true,
"type": "INT",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 45,
"min": 3,
"name": "AGE",
"optional": true,
"type": "TEXT",
"unit": "KG"
}
]
},
"type": "STRUCTURED"
},
"ssimCode": "SpV",
"subCode": "057",
"vendor": "SABR",
"weight": [
{
"unit": "KILOGRAM",
"value": 50
}
]
},
"bookingIndicator": "16",
"disassociated": true,
"emdNumber": {
"number": "75953004787743"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "16",
"segmentRef": "8a6dbc69-0518-4414-982a-59c7f398b0d8"
},
{
"emdCouponNumber": "07",
"segmentRef": "162d5ae6-804d-4a16-85ad-8e800cf395c1"
},
{
"emdCouponNumber": "45",
"segmentRef": "2cf37825-693c-4d15-9208-64c9eb68cd9d"
},
{
"emdCouponNumber": "71",
"segmentRef": "5efa2bca-cf93-4046-960a-8fb121ce443e"
}
]
},
"feeApplicationIndicator": "87",
"id": "0a99aea0-540d-4746-b4ee-ac76c58a7a89",
"miscFee": {
"dealName": "SPRING DEAL",
"group": "SEA",
"id": "cb7f4e7b-eab9-4122-9114-fd6c43901ca2",
"offerName": "OFFER A",
"reasonForIssuance": "G",
"subCode": "595"
},
"offerId": {
"id": "371c3f72-269e-455f-b017-989592b01248",
"itemId": "996690cf-9a8e-497b-8b98-8f6e6c513295"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "OK",
"value": "WAIVED"
},
"pnrId": "CGWMZW",
"quantity": 4,
"specialServiceDescription": {
"code": "acJe",
"properties": {
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "436"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "649"
}
]
},
"text": "KNyWmWlMywTztiq"
},
"syntheticIdentifier": "12729468905880640386",
"taxExemption": true,
"ticketUsedForEmdPricing": "N",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 32.1
}
},
{
"airExtraBundleRef": "f3766377-fbdb-410c-a6a3-76ceef33e964",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": false,
"convertible": false,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 4
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "5",
"value": "PER_CHECKED_PORTION"
},
"formOfRefund": {
"code": "2",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 5
},
"freeOfChargeRules": [
"BOOKING_REQUIRED",
"BOOKING_REQUIRED",
"EMD_REQUIRED",
"BOOKING_REQUIRED"
],
"interlineable": true,
"inventoryControlled": false,
"paperTicketRequired": false,
"purchaseAtTicketIssue": true,
"purchaseBy": "2027-06-27",
"refundable": true,
"tourCode": "e7efM2"
},
"bagType": "SKI",
"bookingMethod": {
"code": "0^",
"value": "PER_SERVICE_RECORD"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "LOUNGE ACCESS",
"displayOnly": true,
"electronicMiscDocType": {
"code": "2",
"consumedAtIssuance": true,
"value": "ETICKET"
},
"group": "WIF",
"id": "gay610",
"reasonForIssuance": {
"code": "A",
"value": "MERCHANDISE"
},
"sequenceNumber": 68,
"serviceType": {
"code": "U6",
"value": "BAGGAGE_ALLOWANCE"
},
"specialService": {
"code": "WCHR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 43,
"min": 4,
"name": "SIZE",
"optional": true,
"type": "DECIMAL",
"unit": "KG"
},
{
"allowedValue": [
"DOG"
],
"max": 38,
"min": 2,
"name": "SIZE",
"optional": true,
"type": "ENUM",
"unit": "KG"
}
]
},
"type": "OPTIONAL"
},
"ssimCode": "qDr",
"subCode": "019",
"vendor": "MMGR",
"weight": [
{
"unit": "KILOGRAM",
"value": 33.8
},
{
"unit": "KILOGRAM",
"value": 20
}
]
},
"bookingIndicator": "69",
"disassociated": true,
"emdNumber": {
"number": "30798094649796"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "94",
"segmentRef": "3a5a31f3-7540-4ced-a2ec-91962fd7ae60"
},
{
"emdCouponNumber": "55",
"segmentRef": "52f67a4c-3592-4db4-94f4-dc6db7bc8215"
},
{
"emdCouponNumber": "30",
"segmentRef": "284745d3-f512-4d9f-9aba-487d2621ff9c"
},
{
"emdCouponNumber": "55",
"segmentRef": "a5cd76de-a79d-456c-8ad5-bd25c3c3d2db"
},
{
"emdCouponNumber": "04",
"segmentRef": "b5f04f79-36a2-4afd-8e2d-2907d8a88c05"
}
]
},
"feeApplicationIndicator": "15",
"id": "04710cae-489d-4a81-a7b1-5d4678882568",
"miscFee": {
"dealName": "WINTER SALE",
"group": "SEA",
"id": "b44da96c-88dc-4517-98e5-e7521088032e",
"offerName": "OFFER A",
"reasonForIssuance": "G",
"subCode": "439"
},
"offerId": {
"id": "c08f5454-e77b-412e-ace7-a1c8c4b82b7f",
"itemId": "fdaaa357-0a95-4a35-b7bb-93bdc5b8334b"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "OK",
"value": "FULFILLED"
},
"pnrId": "FADXFN",
"quantity": 3,
"specialServiceDescription": {
"code": "IVPP",
"properties": {
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "754"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "690"
}
]
},
"text": "dZMVbLciXLihpas"
},
"syntheticIdentifier": "87515667544422485056",
"taxExemption": true,
"ticketUsedForEmdPricing": "Y",
"type": "MISC_FEE",
"weight": {
"unit": "KILOGRAM",
"value": 12.8
}
}
],
"airExtraBundle": [
{
"childRef": [
"id01",
"id02"
],
"id": "bec6e150-3455-4a1e-95b6-6d14d26c1f29",
"parentRef": "9322b477-343e-4627-a81b-c3e0df8b9431"
},
{
"childRef": [
"id01",
"id02"
],
"id": "89f03f48-9d2d-442a-9b26-91190a5a7a2c",
"parentRef": "4fdb24aa-bdbc-4920-a77a-e8708db6e9f4"
},
{
"childRef": [
"id01",
"id02"
],
"id": "93d039d4-b598-4d47-8fe2-e72da8337ef8",
"parentRef": "163b9071-3428-4e74-9dac-d56d10408e6d"
},
{
"childRef": [
"id01",
"id02"
],
"id": "6daab20e-fcf8-49ff-abc9-2d0a8a9c2865",
"parentRef": "61c0796e-d6fb-4e31-902d-31cd47dbfad5"
}
],
"airExtraDocument": [
{
"airExtraDocumentCoupon": [
{
"number": 93,
"passengerSegmentRef": "ab697496-1d45-4443-8252-06297d0597e8",
"priceBreakdown": {
"base": {
"amount": {
"currency": "HNL",
"value": 324.26
},
"code": "KB",
"conversionRatio": {
"minimumPoints": 786,
"value": 0.54
},
"equivAmount": {
"currency": "KYD",
"value": 370.12
},
"override": false,
"points": 1703,
"referenceAmount": {
"currency": "STN",
"value": 254.69
},
"taxType": "PROPORTIONAL"
},
"commission": [
{
"amount": {
"currency": "MNT",
"value": 381.35
},
"code": "FX",
"conversionRatio": {
"minimumPoints": 627,
"value": 0.75
},
"equivAmount": {
"currency": "AWG",
"value": 135.51
},
"override": false,
"points": 21692,
"referenceAmount": {
"currency": "KGS",
"value": 442.04
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "FJD",
"value": 439.22
},
"code": "Uj",
"conversionRatio": {
"minimumPoints": 226,
"value": 0.11
},
"equivAmount": {
"currency": "KPW",
"value": 442.39
},
"override": true,
"points": 4348,
"referenceAmount": {
"currency": "LKR",
"value": 394.89
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "THB",
"value": 109.32
},
"code": "eP",
"conversionRatio": {
"minimumPoints": 907,
"value": 0.23
},
"equivAmount": {
"currency": "KHR",
"value": 411.2
},
"override": false,
"points": 46556,
"referenceAmount": {
"currency": "BAM",
"value": 6.78
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "UGX",
"value": 457.97
},
"code": "oB",
"conversionRatio": {
"minimumPoints": 616,
"value": 0.84
},
"equivAmount": {
"currency": "SZL",
"value": 299
},
"override": true,
"points": 45380,
"referenceAmount": {
"currency": "ETB",
"value": 48.93
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "VND",
"value": 459.64
},
"code": "UL",
"conversionRatio": {
"minimumPoints": 380,
"value": 0.97
},
"equivAmount": {
"currency": "JMD",
"value": 140.85
},
"override": true,
"points": 5681,
"referenceAmount": {
"currency": "XCD",
"value": 260.97
},
"taxType": "FLAT"
}
],
"discount": [
{
"amount": {
"currency": "PEN",
"value": 210.59
},
"code": "OX",
"conversionRatio": {
"minimumPoints": 828,
"value": 0.13
},
"equivAmount": {
"currency": "ARS",
"value": 281.65
},
"override": true,
"points": 9403,
"referenceAmount": {
"currency": "HNL",
"value": 25.23
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "XPF",
"value": 264.77
},
"code": "gu",
"conversionRatio": {
"minimumPoints": 621,
"value": 0.12
},
"equivAmount": {
"currency": "RSD",
"value": 235.33
},
"override": false,
"points": 34587,
"referenceAmount": {
"currency": "HKD",
"value": 400.78
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "MNT",
"value": 99.81
},
"code": "lJ",
"conversionRatio": {
"minimumPoints": 316,
"value": 0.1
},
"equivAmount": {
"currency": "BZD",
"value": 439.2
},
"override": false,
"points": 49489,
"referenceAmount": {
"currency": "TMT",
"value": 282.96
},
"taxType": "FLAT"
}
],
"fee": [
{
"amount": {
"currency": "SDG",
"value": 434.89
},
"code": "Wx",
"conversionRatio": {
"minimumPoints": 252,
"value": 0.47
},
"equivAmount": {
"currency": "BND",
"value": 145.41
},
"override": true,
"points": 18201,
"referenceAmount": {
"currency": "SCR",
"value": 231.79
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "TTD",
"value": 121.42
},
"code": "Ge",
"conversionRatio": {
"minimumPoints": 951,
"value": 0.73
},
"equivAmount": {
"currency": "RWF",
"value": 473.59
},
"override": true,
"points": 37592,
"referenceAmount": {
"currency": "ILS",
"value": 125.92
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "AMD",
"value": 101.75
},
"code": "fZ",
"conversionRatio": {
"minimumPoints": 898,
"value": 0.85
},
"equivAmount": {
"currency": "PEN",
"value": 313.61
},
"override": true,
"points": 24196,
"referenceAmount": {
"currency": "ILS",
"value": 273.56
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "GEL",
"value": 147.74
},
"code": "yY",
"conversionRatio": {
"minimumPoints": 809,
"value": 0.67
},
"equivAmount": {
"currency": "DOP",
"value": 324.29
},
"override": false,
"points": 16254,
"referenceAmount": {
"currency": "ERN",
"value": 369.18
},
"taxType": "PROPORTIONAL"
}
],
"surcharge": [
{
"amount": {
"currency": "KWD",
"value": 325.96
},
"code": "Rv",
"conversionRatio": {
"minimumPoints": 935,
"value": 0.45
},
"equivAmount": {
"currency": "KMF",
"value": 429.44
},
"override": false,
"points": 32060,
"referenceAmount": {
"currency": "IRR",
"value": 413.7
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "SYP",
"value": 153.57
},
"code": "la",
"conversionRatio": {
"minimumPoints": 352,
"value": 0.28
},
"equivAmount": {
"currency": "MOP",
"value": 415.47
},
"override": false,
"points": 42017,
"referenceAmount": {
"currency": "SLE",
"value": 81.28
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "JPY",
"value": 131.62
},
"code": "So",
"conversionRatio": {
"minimumPoints": 666,
"value": 0.68
},
"equivAmount": {
"currency": "NOK",
"value": 199.91
},
"override": false,
"points": 38714,
"referenceAmount": {
"currency": "BTN",
"value": 133.25
},
"taxType": "PROPORTIONAL"
}
],
"tax": [
{
"amount": {
"currency": "SSP",
"value": 9.88
},
"code": "dy",
"conversionRatio": {
"minimumPoints": 624,
"value": 0.54
},
"equivAmount": {
"currency": "GIP",
"value": 330.28
},
"override": false,
"points": 20178,
"referenceAmount": {
"currency": "IRR",
"value": 336.95
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MOP",
"value": 249.44
},
"code": "Vm",
"conversionRatio": {
"minimumPoints": 599,
"value": 0.16
},
"equivAmount": {
"currency": "EGP",
"value": 285.28
},
"override": false,
"points": 10073,
"referenceAmount": {
"currency": "NGN",
"value": 120.67
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "BZD",
"value": 366.79
},
"code": "Cc",
"conversionRatio": {
"minimumPoints": 406,
"value": 0.89
},
"equivAmount": {
"currency": "STN",
"value": 168.73
},
"override": true,
"points": 33800,
"referenceAmount": {
"currency": "ALL",
"value": 202.83
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "ARS",
"value": 157.35
},
"code": "Xt",
"conversionRatio": {
"minimumPoints": 635,
"value": 0.46
},
"equivAmount": {
"currency": "GEL",
"value": 144.59
},
"override": true,
"points": 32600,
"referenceAmount": {
"currency": "CAD",
"value": 492.36
},
"taxType": "PROPORTIONAL"
}
}
},
{
"number": 25,
"passengerSegmentRef": "03aacc0f-0d46-4c5a-8c0a-789abc5de693",
"priceBreakdown": {
"base": {
"amount": {
"currency": "BAM",
"value": 193.87
},
"code": "wA",
"conversionRatio": {
"minimumPoints": 333,
"value": 0.46
},
"equivAmount": {
"currency": "MKD",
"value": 129.17
},
"override": false,
"points": 28089,
"referenceAmount": {
"currency": "LAK",
"value": 266.7
},
"taxType": "PROPORTIONAL"
},
"commission": [
{
"amount": {
"currency": "SCR",
"value": 263.02
},
"code": "mO",
"conversionRatio": {
"minimumPoints": 315,
"value": 0.46
},
"equivAmount": {
"currency": "DJF",
"value": 418.35
},
"override": false,
"points": 9850,
"referenceAmount": {
"currency": "BSD",
"value": 410.45
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "BAM",
"value": 308.14
},
"code": "lV",
"conversionRatio": {
"minimumPoints": 552,
"value": 0.31
},
"equivAmount": {
"currency": "KYD",
"value": 448.54
},
"override": false,
"points": 26884,
"referenceAmount": {
"currency": "TWD",
"value": 100.65
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "SHP",
"value": 330.22
},
"code": "hg",
"conversionRatio": {
"minimumPoints": 715,
"value": 0.39
},
"equivAmount": {
"currency": "KMF",
"value": 473.53
},
"override": true,
"points": 20955,
"referenceAmount": {
"currency": "MVR",
"value": 237.22
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "OMR",
"value": 360.03
},
"code": "fA",
"conversionRatio": {
"minimumPoints": 510,
"value": 0.32
},
"equivAmount": {
"currency": "SRD",
"value": 174.22
},
"override": false,
"points": 45534,
"referenceAmount": {
"currency": "HUF",
"value": 210.42
},
"taxType": "PROPORTIONAL"
}
],
"discount": [
{
"amount": {
"currency": "GIP",
"value": 236.5
},
"code": "xK",
"conversionRatio": {
"minimumPoints": 456,
"value": 0.91
},
"equivAmount": {
"currency": "KES",
"value": 6.54
},
"override": false,
"points": 12941,
"referenceAmount": {
"currency": "MZN",
"value": 407.12
},
"taxType": "PROPORTIONAL"
}
],
"fee": [
{
"amount": {
"currency": "NPR",
"value": 395.59
},
"code": "AA",
"conversionRatio": {
"minimumPoints": 492,
"value": 0.14
},
"equivAmount": {
"currency": "MWK",
"value": 313.34
},
"override": false,
"points": 20060,
"referenceAmount": {
"currency": "LYD",
"value": 268.78
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "IQD",
"value": 377.97
},
"code": "oG",
"conversionRatio": {
"minimumPoints": 732,
"value": 0.75
},
"equivAmount": {
"currency": "SAR",
"value": 420.78
},
"override": false,
"points": 35385,
"referenceAmount": {
"currency": "PAB",
"value": 475.64
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "CLP",
"value": 61.96
},
"code": "Hn",
"conversionRatio": {
"minimumPoints": 648,
"value": 0.28
},
"equivAmount": {
"currency": "YER",
"value": 73.89
},
"override": true,
"points": 40418,
"referenceAmount": {
"currency": "YER",
"value": 122.12
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MXN",
"value": 476.75
},
"code": "Qb",
"conversionRatio": {
"minimumPoints": 771,
"value": 0.14
},
"equivAmount": {
"currency": "FKP",
"value": 228.83
},
"override": false,
"points": 33167,
"referenceAmount": {
"currency": "SCR",
"value": 212.75
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "AZN",
"value": 169.67
},
"code": "Xu",
"conversionRatio": {
"minimumPoints": 146,
"value": 0.23
},
"equivAmount": {
"currency": "SEK",
"value": 332.43
},
"override": true,
"points": 27821,
"referenceAmount": {
"currency": "HTG",
"value": 56.51
},
"taxType": "FLAT"
}
],
"surcharge": [
{
"amount": {
"currency": "BND",
"value": 438.03
},
"code": "ZT",
"conversionRatio": {
"minimumPoints": 990,
"value": 0.8
},
"equivAmount": {
"currency": "BOB",
"value": 5.45
},
"override": false,
"points": 22191,
"referenceAmount": {
"currency": "AUD",
"value": 174.25
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "SZL",
"value": 454.69
},
"code": "kf",
"conversionRatio": {
"minimumPoints": 161,
"value": 0.77
},
"equivAmount": {
"currency": "PEN",
"value": 334.19
},
"override": false,
"points": 31422,
"referenceAmount": {
"currency": "RWF",
"value": 251.07
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "BHD",
"value": 213.09
},
"code": "dJ",
"conversionRatio": {
"minimumPoints": 312,
"value": 0.95
},
"equivAmount": {
"currency": "BRL",
"value": 89.78
},
"override": false,
"points": 13859,
"referenceAmount": {
"currency": "SDG",
"value": 213.14
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "BHD",
"value": 270
},
"code": "Rt",
"conversionRatio": {
"minimumPoints": 576,
"value": 0.64
},
"equivAmount": {
"currency": "SAR",
"value": 201.84
},
"override": true,
"points": 49289,
"referenceAmount": {
"currency": "USD",
"value": 480.56
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "CZK",
"value": 182.48
},
"code": "WE",
"conversionRatio": {
"minimumPoints": 619,
"value": 0.95
},
"equivAmount": {
"currency": "UZS",
"value": 394.99
},
"override": true,
"points": 17208,
"referenceAmount": {
"currency": "NGN",
"value": 230.6
},
"taxType": "PROPORTIONAL"
}
],
"tax": [
{
"amount": {
"currency": "ARS",
"value": 203.5
},
"code": "Yr",
"conversionRatio": {
"minimumPoints": 185,
"value": 0.49
},
"equivAmount": {
"currency": "BAM",
"value": 317.3
},
"override": false,
"points": 43451,
"referenceAmount": {
"currency": "BGN",
"value": 148.1
},
"taxType": "PROPORTIONAL"
}
],
"total": {
"amount": {
"currency": "PAB",
"value": 473.33
},
"code": "Wj",
"conversionRatio": {
"minimumPoints": 713,
"value": 0.79
},
"equivAmount": {
"currency": "TJS",
"value": 138.2
},
"override": true,
"points": 41249,
"referenceAmount": {
"currency": "NIO",
"value": 331.83
},
"taxType": "PROPORTIONAL"
}
}
}
],
"airExtraRefs": [
"id01",
"id02"
],
"id": "2e484ff1-5b19-48e5-a941-86e071ce3a0b",
"issueDate": "2025-11-05T00:00:00.0Z",
"number": "6323081011224",
"paymentRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "SAR",
"value": 272.03
},
"code": "oU",
"conversionRatio": {
"minimumPoints": 578,
"value": 0.14
},
"equivAmount": {
"currency": "GYD",
"value": 218.22
},
"override": false,
"points": 43863,
"referenceAmount": {
"currency": "NOK",
"value": 133.86
},
"taxType": "FLAT"
},
"commission": [
{
"amount": {
"currency": "MDL",
"value": 192.36
},
"code": "pL",
"conversionRatio": {
"minimumPoints": 737,
"value": 0.21
},
"equivAmount": {
"currency": "MKD",
"value": 281.74
},
"override": true,
"points": 18416,
"referenceAmount": {
"currency": "XAF",
"value": 179.09
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "TOP",
"value": 425.76
},
"code": "hy",
"conversionRatio": {
"minimumPoints": 533,
"value": 0.45
},
"equivAmount": {
"currency": "KZT",
"value": 111.46
},
"override": true,
"points": 24956,
"referenceAmount": {
"currency": "STN",
"value": 354.15
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "BSD",
"value": 470.18
},
"code": "Bf",
"conversionRatio": {
"minimumPoints": 595,
"value": 0.14
},
"equivAmount": {
"currency": "UAH",
"value": 425.77
},
"override": true,
"points": 49051,
"referenceAmount": {
"currency": "RUB",
"value": 317.92
},
"taxType": "PROPORTIONAL"
}
],
"discount": [
{
"amount": {
"currency": "LAK",
"value": 54.4
},
"code": "XY",
"conversionRatio": {
"minimumPoints": 834,
"value": 0.87
},
"equivAmount": {
"currency": "VES",
"value": 368.63
},
"override": false,
"points": 34696,
"referenceAmount": {
"currency": "VND",
"value": 444.34
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "TND",
"value": 80.81
},
"code": "hu",
"conversionRatio": {
"minimumPoints": 549,
"value": 1
},
"equivAmount": {
"currency": "CHF",
"value": 221.83
},
"override": false,
"points": 33112,
"referenceAmount": {
"currency": "MNT",
"value": 238.85
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "RWF",
"value": 38.81
},
"code": "RA",
"conversionRatio": {
"minimumPoints": 929,
"value": 0.85
},
"equivAmount": {
"currency": "LKR",
"value": 368.4
},
"override": false,
"points": 28430,
"referenceAmount": {
"currency": "UYU",
"value": 46.05
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KMF",
"value": 124.56
},
"code": "Nj",
"conversionRatio": {
"minimumPoints": 302,
"value": 0.95
},
"equivAmount": {
"currency": "CNY",
"value": 296.14
},
"override": false,
"points": 43793,
"referenceAmount": {
"currency": "SCR",
"value": 395.6
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "JMD",
"value": 354.75
},
"code": "Dz",
"conversionRatio": {
"minimumPoints": 959,
"value": 0.82
},
"equivAmount": {
"currency": "HNL",
"value": 23.6
},
"override": true,
"points": 4973,
"referenceAmount": {
"currency": "EGP",
"value": 71.45
},
"taxType": "PROPORTIONAL"
}
],
"fee": [
{
"amount": {
"currency": "MUR",
"value": 460.5
},
"code": "jo",
"conversionRatio": {
"minimumPoints": 536,
"value": 0.17
},
"equivAmount": {
"currency": "GBP",
"value": 205.05
},
"override": true,
"points": 27969,
"referenceAmount": {
"currency": "SGD",
"value": 138.7
},
"taxType": "FLAT"
}
],
"surcharge": [
{
"amount": {
"currency": "UAH",
"value": 329.43
},
"code": "jX",
"conversionRatio": {
"minimumPoints": 527,
"value": 0.96
},
"equivAmount": {
"currency": "NGN",
"value": 396.57
},
"override": true,
"points": 18551,
"referenceAmount": {
"currency": "MRU",
"value": 327.59
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "LBP",
"value": 451.31
},
"code": "RW",
"conversionRatio": {
"minimumPoints": 124,
"value": 0.74
},
"equivAmount": {
"currency": "MZN",
"value": 271.42
},
"override": true,
"points": 7469,
"referenceAmount": {
"currency": "BTN",
"value": 223.42
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "KZT",
"value": 38.72
},
"code": "lV",
"conversionRatio": {
"minimumPoints": 466,
"value": 0.52
},
"equivAmount": {
"currency": "UZS",
"value": 348.57
},
"override": true,
"points": 10489,
"referenceAmount": {
"currency": "BND",
"value": 326.45
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "GTQ",
"value": 23.08
},
"code": "OT",
"conversionRatio": {
"minimumPoints": 797,
"value": 0.95
},
"equivAmount": {
"currency": "TMT",
"value": 156.79
},
"override": true,
"points": 20898,
"referenceAmount": {
"currency": "SDG",
"value": 117.24
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "CDF",
"value": 354.89
},
"code": "Ah",
"conversionRatio": {
"minimumPoints": 670,
"value": 0.62
},
"equivAmount": {
"currency": "MGA",
"value": 95.16
},
"override": true,
"points": 3210,
"referenceAmount": {
"currency": "NZD",
"value": 342.62
},
"taxType": "PROPORTIONAL"
}
],
"tax": [
{
"amount": {
"currency": "SLE",
"value": 417.17
},
"code": "DS",
"conversionRatio": {
"minimumPoints": 609,
"value": 0.87
},
"equivAmount": {
"currency": "GTQ",
"value": 125.15
},
"override": true,
"points": 26494,
"referenceAmount": {
"currency": "SAR",
"value": 50.03
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "SOS",
"value": 384.16
},
"code": "lR",
"conversionRatio": {
"minimumPoints": 700,
"value": 0.64
},
"equivAmount": {
"currency": "BZD",
"value": 285.31
},
"override": false,
"points": 44424,
"referenceAmount": {
"currency": "MGA",
"value": 52.01
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "GNF",
"value": 325.71
},
"code": "BC",
"conversionRatio": {
"minimumPoints": 361,
"value": 0.94
},
"equivAmount": {
"currency": "PAB",
"value": 239.69
},
"override": true,
"points": 28718,
"referenceAmount": {
"currency": "IQD",
"value": 328.27
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "JPY",
"value": 280.65
},
"code": "qK",
"conversionRatio": {
"minimumPoints": 145,
"value": 0.85
},
"equivAmount": {
"currency": "KZT",
"value": 491.61
},
"override": true,
"points": 29787,
"referenceAmount": {
"currency": "BMD",
"value": 111.33
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "LRD",
"value": 489.12
},
"code": "Df",
"conversionRatio": {
"minimumPoints": 304,
"value": 0.12
},
"equivAmount": {
"currency": "THB",
"value": 196.85
},
"override": true,
"points": 49896,
"referenceAmount": {
"currency": "CAD",
"value": 152.19
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "MWK",
"value": 345.87
},
"code": "WF",
"conversionRatio": {
"minimumPoints": 196,
"value": 0.82
},
"equivAmount": {
"currency": "PYG",
"value": 414.05
},
"override": true,
"points": 47811,
"referenceAmount": {
"currency": "NAD",
"value": 32.47
},
"taxType": "PROPORTIONAL"
}
},
"type": "MISCELLANEOUS_RECORD"
},
{
"airExtraDocumentCoupon": [
{
"number": 55,
"passengerSegmentRef": "11b9443c-af49-4986-916e-247d476ac17b",
"priceBreakdown": {
"base": {
"amount": {
"currency": "CAD",
"value": 152.5
},
"code": "Rn",
"conversionRatio": {
"minimumPoints": 448,
"value": 0.15
},
"equivAmount": {
"currency": "XAF",
"value": 221.74
},
"override": false,
"points": 25749,
"referenceAmount": {
"currency": "BMD",
"value": 412.93
},
"taxType": "PROPORTIONAL"
},
"commission": [
{
"amount": {
"currency": "PLN",
"value": 139.73
},
"code": "vd",
"conversionRatio": {
"minimumPoints": 795,
"value": 0.15
},
"equivAmount": {
"currency": "TJS",
"value": 152.23
},
"override": false,
"points": 41752,
"referenceAmount": {
"currency": "XOF",
"value": 175.1
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "SRD",
"value": 58.53
},
"code": "Uo",
"conversionRatio": {
"minimumPoints": 167,
"value": 0.43
},
"equivAmount": {
"currency": "HTG",
"value": 245.83
},
"override": false,
"points": 40216,
"referenceAmount": {
"currency": "YER",
"value": 55.87
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "NIO",
"value": 434.15
},
"code": "jP",
"conversionRatio": {
"minimumPoints": 296,
"value": 0.65
},
"equivAmount": {
"currency": "ARS",
"value": 381.66
},
"override": false,
"points": 13897,
"referenceAmount": {
"currency": "BYN",
"value": 415
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KHR",
"value": 74.78
},
"code": "ca",
"conversionRatio": {
"minimumPoints": 426,
"value": 0.23
},
"equivAmount": {
"currency": "BIF",
"value": 391.62
},
"override": false,
"points": 14658,
"referenceAmount": {
"currency": "ERN",
"value": 281.05
},
"taxType": "FLAT"
}
],
"discount": [
{
"amount": {
"currency": "PKR",
"value": 288.43
},
"code": "uF",
"conversionRatio": {
"minimumPoints": 192,
"value": 0.77
},
"equivAmount": {
"currency": "OMR",
"value": 241.08
},
"override": true,
"points": 49532,
"referenceAmount": {
"currency": "CNY",
"value": 128.99
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "NZD",
"value": 440.55
},
"code": "jF",
"conversionRatio": {
"minimumPoints": 953,
"value": 0.65
},
"equivAmount": {
"currency": "GYD",
"value": 197.25
},
"override": true,
"points": 5781,
"referenceAmount": {
"currency": "TND",
"value": 253.28
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MAD",
"value": 372.74
},
"code": "Ky",
"conversionRatio": {
"minimumPoints": 353,
"value": 0.34
},
"equivAmount": {
"currency": "ZWL",
"value": 270.68
},
"override": true,
"points": 35907,
"referenceAmount": {
"currency": "AZN",
"value": 300.3
},
"taxType": "PROPORTIONAL"
}
],
"fee": [
{
"amount": {
"currency": "FJD",
"value": 349.92
},
"code": "qv",
"conversionRatio": {
"minimumPoints": 654,
"value": 0.48
},
"equivAmount": {
"currency": "UGX",
"value": 301.68
},
"override": false,
"points": 21727,
"referenceAmount": {
"currency": "TOP",
"value": 286.95
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "PGK",
"value": 167.69
},
"code": "Pj",
"conversionRatio": {
"minimumPoints": 815,
"value": 0.39
},
"equivAmount": {
"currency": "CRC",
"value": 245.64
},
"override": false,
"points": 33052,
"referenceAmount": {
"currency": "BDT",
"value": 215.2
},
"taxType": "FLAT"
}
],
"surcharge": [
{
"amount": {
"currency": "CAD",
"value": 284.81
},
"code": "fz",
"conversionRatio": {
"minimumPoints": 686,
"value": 0.93
},
"equivAmount": {
"currency": "SEK",
"value": 200.13
},
"override": true,
"points": 44964,
"referenceAmount": {
"currency": "KYD",
"value": 351.94
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "VUV",
"value": 55.9
},
"code": "LX",
"conversionRatio": {
"minimumPoints": 555,
"value": 0.57
},
"equivAmount": {
"currency": "TRY",
"value": 402.17
},
"override": true,
"points": 49430,
"referenceAmount": {
"currency": "RON",
"value": 187.64
},
"taxType": "PROPORTIONAL"
}
],
"tax": [
{
"amount": {
"currency": "TND",
"value": 20.49
},
"code": "Ad",
"conversionRatio": {
"minimumPoints": 396,
"value": 0.54
},
"equivAmount": {
"currency": "MNT",
"value": 151.54
},
"override": true,
"points": 6014,
"referenceAmount": {
"currency": "TWD",
"value": 421.9
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MVR",
"value": 34.73
},
"code": "iI",
"conversionRatio": {
"minimumPoints": 664,
"value": 0.37
},
"equivAmount": {
"currency": "BOB",
"value": 348.2
},
"override": false,
"points": 47810,
"referenceAmount": {
"currency": "ALL",
"value": 275.32
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MDL",
"value": 333.81
},
"code": "uC",
"conversionRatio": {
"minimumPoints": 453,
"value": 0.77
},
"equivAmount": {
"currency": "BGN",
"value": 458.85
},
"override": false,
"points": 41089,
"referenceAmount": {
"currency": "SEK",
"value": 31.59
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "NOK",
"value": 139.53
},
"code": "vs",
"conversionRatio": {
"minimumPoints": 841,
"value": 0.82
},
"equivAmount": {
"currency": "PAB",
"value": 79.2
},
"override": true,
"points": 5037,
"referenceAmount": {
"currency": "MVR",
"value": 421.49
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "CNY",
"value": 196.07
},
"code": "ht",
"conversionRatio": {
"minimumPoints": 585,
"value": 0.95
},
"equivAmount": {
"currency": "YER",
"value": 195.18
},
"override": false,
"points": 32700,
"referenceAmount": {
"currency": "LKR",
"value": 403.42
},
"taxType": "FLAT"
}
}
},
{
"number": 65,
"passengerSegmentRef": "20f1d10d-5425-411b-b4b3-534ef5c71bba",
"priceBreakdown": {
"base": {
"amount": {
"currency": "OMR",
"value": 146.64
},
"code": "Xv",
"conversionRatio": {
"minimumPoints": 509,
"value": 0.35
},
"equivAmount": {
"currency": "MDL",
"value": 267.66
},
"override": false,
"points": 19492,
"referenceAmount": {
"currency": "MDL",
"value": 154.76
},
"taxType": "FLAT"
},
"commission": [
{
"amount": {
"currency": "ERN",
"value": 353.63
},
"code": "Gl",
"conversionRatio": {
"minimumPoints": 141,
"value": 0.64
},
"equivAmount": {
"currency": "VND",
"value": 202.89
},
"override": false,
"points": 33013,
"referenceAmount": {
"currency": "THB",
"value": 49.19
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MUR",
"value": 367.91
},
"code": "jo",
"conversionRatio": {
"minimumPoints": 663,
"value": 0.17
},
"equivAmount": {
"currency": "UGX",
"value": 33.03
},
"override": true,
"points": 1886,
"referenceAmount": {
"currency": "ILS",
"value": 52.83
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "RUB",
"value": 421.48
},
"code": "pJ",
"conversionRatio": {
"minimumPoints": 265,
"value": 0.68
},
"equivAmount": {
"currency": "ALL",
"value": 334.63
},
"override": true,
"points": 44812,
"referenceAmount": {
"currency": "BZD",
"value": 259.65
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "UYU",
"value": 191.04
},
"code": "dV",
"conversionRatio": {
"minimumPoints": 157,
"value": 0.96
},
"equivAmount": {
"currency": "PGK",
"value": 159.89
},
"override": false,
"points": 39695,
"referenceAmount": {
"currency": "BWP",
"value": 126.35
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "RWF",
"value": 71.36
},
"code": "vm",
"conversionRatio": {
"minimumPoints": 491,
"value": 0.53
},
"equivAmount": {
"currency": "OMR",
"value": 210.96
},
"override": false,
"points": 35727,
"referenceAmount": {
"currency": "RON",
"value": 180.66
},
"taxType": "PROPORTIONAL"
}
],
"discount": [
{
"amount": {
"currency": "KGS",
"value": 64.98
},
"code": "EJ",
"conversionRatio": {
"minimumPoints": 921,
"value": 0.3
},
"equivAmount": {
"currency": "LRD",
"value": 219.03
},
"override": true,
"points": 43618,
"referenceAmount": {
"currency": "INR",
"value": 445.52
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "MMK",
"value": 470.28
},
"code": "QX",
"conversionRatio": {
"minimumPoints": 886,
"value": 0.72
},
"equivAmount": {
"currency": "IRR",
"value": 258.92
},
"override": true,
"points": 27192,
"referenceAmount": {
"currency": "JOD",
"value": 321.66
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "ILS",
"value": 410.79
},
"code": "yw",
"conversionRatio": {
"minimumPoints": 335,
"value": 0.93
},
"equivAmount": {
"currency": "JOD",
"value": 74.72
},
"override": true,
"points": 11339,
"referenceAmount": {
"currency": "BZD",
"value": 406.33
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "DJF",
"value": 105.88
},
"code": "pW",
"conversionRatio": {
"minimumPoints": 779,
"value": 0.49
},
"equivAmount": {
"currency": "TRY",
"value": 134.33
},
"override": false,
"points": 10949,
"referenceAmount": {
"currency": "GIP",
"value": 396.08
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "AZN",
"value": 278.01
},
"code": "AG",
"conversionRatio": {
"minimumPoints": 708,
"value": 0.26
},
"equivAmount": {
"currency": "MAD",
"value": 242.36
},
"override": false,
"points": 21873,
"referenceAmount": {
"currency": "NOK",
"value": 325.93
},
"taxType": "FLAT"
}
],
"fee": [
{
"amount": {
"currency": "LSL",
"value": 144.75
},
"code": "ee",
"conversionRatio": {
"minimumPoints": 180,
"value": 0.49
},
"equivAmount": {
"currency": "VND",
"value": 353.06
},
"override": false,
"points": 49231,
"referenceAmount": {
"currency": "AMD",
"value": 199.02
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "PGK",
"value": 448.84
},
"code": "yb",
"conversionRatio": {
"minimumPoints": 668,
"value": 0.41
},
"equivAmount": {
"currency": "IQD",
"value": 30.83
},
"override": true,
"points": 26716,
"referenceAmount": {
"currency": "BSD",
"value": 444.37
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MDL",
"value": 473.4
},
"code": "Wy",
"conversionRatio": {
"minimumPoints": 821,
"value": 0.98
},
"equivAmount": {
"currency": "XOF",
"value": 19.44
},
"override": true,
"points": 11620,
"referenceAmount": {
"currency": "RUB",
"value": 489.65
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "TWD",
"value": 194.54
},
"code": "uE",
"conversionRatio": {
"minimumPoints": 377,
"value": 0.95
},
"equivAmount": {
"currency": "HNL",
"value": 188.33
},
"override": false,
"points": 7860,
"referenceAmount": {
"currency": "SAR",
"value": 302.55
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MRU",
"value": 146.44
},
"code": "Bl",
"conversionRatio": {
"minimumPoints": 129,
"value": 0.47
},
"equivAmount": {
"currency": "MUR",
"value": 216.95
},
"override": false,
"points": 36913,
"referenceAmount": {
"currency": "USD",
"value": 142.7
},
"taxType": "FLAT"
}
],
"surcharge": [
{
"amount": {
"currency": "NPR",
"value": 184.48
},
"code": "qY",
"conversionRatio": {
"minimumPoints": 249,
"value": 0.77
},
"equivAmount": {
"currency": "GNF",
"value": 200.18
},
"override": false,
"points": 24701,
"referenceAmount": {
"currency": "MYR",
"value": 496.73
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "IQD",
"value": 323.76
},
"code": "pJ",
"conversionRatio": {
"minimumPoints": 585,
"value": 0.32
},
"equivAmount": {
"currency": "LSL",
"value": 486.51
},
"override": false,
"points": 15602,
"referenceAmount": {
"currency": "THB",
"value": 272.74
},
"taxType": "FLAT"
}
],
"tax": [
{
"amount": {
"currency": "XAF",
"value": 87.28
},
"code": "XS",
"conversionRatio": {
"minimumPoints": 167,
"value": 0.63
},
"equivAmount": {
"currency": "AWG",
"value": 90.77
},
"override": false,
"points": 4472,
"referenceAmount": {
"currency": "COP",
"value": 35.28
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "CZK",
"value": 329.98
},
"code": "Ye",
"conversionRatio": {
"minimumPoints": 990,
"value": 0.4
},
"equivAmount": {
"currency": "DJF",
"value": 476.63
},
"override": true,
"points": 15486,
"referenceAmount": {
"currency": "CVE",
"value": 160.05
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "ERN",
"value": 384.21
},
"code": "ty",
"conversionRatio": {
"minimumPoints": 150,
"value": 0.43
},
"equivAmount": {
"currency": "MUR",
"value": 178.8
},
"override": true,
"points": 5056,
"referenceAmount": {
"currency": "ALL",
"value": 77.25
},
"taxType": "FLAT"
}
}
},
{
"number": 8,
"passengerSegmentRef": "2307a743-a395-4d03-9a7a-052584c7d787",
"priceBreakdown": {
"base": {
"amount": {
"currency": "TZS",
"value": 205.36
},
"code": "GR",
"conversionRatio": {
"minimumPoints": 551,
"value": 0.42
},
"equivAmount": {
"currency": "BAM",
"value": 292.17
},
"override": true,
"points": 44710,
"referenceAmount": {
"currency": "SDG",
"value": 431.59
},
"taxType": "FLAT"
},
"commission": [
{
"amount": {
"currency": "MAD",
"value": 22.51
},
"code": "KK",
"conversionRatio": {
"minimumPoints": 855,
"value": 0.22
},
"equivAmount": {
"currency": "MZN",
"value": 396.94
},
"override": false,
"points": 14444,
"referenceAmount": {
"currency": "INR",
"value": 54.55
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "GHS",
"value": 238.97
},
"code": "zt",
"conversionRatio": {
"minimumPoints": 355,
"value": 0.29
},
"equivAmount": {
"currency": "KES",
"value": 312.94
},
"override": true,
"points": 41883,
"referenceAmount": {
"currency": "BMD",
"value": 275.19
},
"taxType": "FLAT"
}
],
"discount": [
{
"amount": {
"currency": "XCD",
"value": 231.94
},
"code": "ls",
"conversionRatio": {
"minimumPoints": 676,
"value": 0.85
},
"equivAmount": {
"currency": "VES",
"value": 481.92
},
"override": false,
"points": 45639,
"referenceAmount": {
"currency": "GBP",
"value": 486
},
"taxType": "FLAT"
}
],
"fee": [
{
"amount": {
"currency": "SLE",
"value": 175.08
},
"code": "ty",
"conversionRatio": {
"minimumPoints": 266,
"value": 0.42
},
"equivAmount": {
"currency": "KWD",
"value": 46.56
},
"override": false,
"points": 32990,
"referenceAmount": {
"currency": "ZWL",
"value": 251.8
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "GYD",
"value": 351.86
},
"code": "Yo",
"conversionRatio": {
"minimumPoints": 172,
"value": 0.14
},
"equivAmount": {
"currency": "BTN",
"value": 403.71
},
"override": false,
"points": 47451,
"referenceAmount": {
"currency": "BGN",
"value": 334.24
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "LSL",
"value": 488.63
},
"code": "Id",
"conversionRatio": {
"minimumPoints": 667,
"value": 0.83
},
"equivAmount": {
"currency": "AFN",
"value": 249.6
},
"override": true,
"points": 5625,
"referenceAmount": {
"currency": "OMR",
"value": 340.45
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "ALL",
"value": 443.1
},
"code": "RB",
"conversionRatio": {
"minimumPoints": 711,
"value": 0.27
},
"equivAmount": {
"currency": "SLE",
"value": 228.88
},
"override": false,
"points": 17901,
"referenceAmount": {
"currency": "UAH",
"value": 305.83
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "ALL",
"value": 28.3
},
"code": "pr",
"conversionRatio": {
"minimumPoints": 909,
"value": 0.44
},
"equivAmount": {
"currency": "CNY",
"value": 376.94
},
"override": false,
"points": 36871,
"referenceAmount": {
"currency": "MWK",
"value": 467.39
},
"taxType": "FLAT"
}
],
"surcharge": [
{
"amount": {
"currency": "BIF",
"value": 463.98
},
"code": "lc",
"conversionRatio": {
"minimumPoints": 358,
"value": 0.89
},
"equivAmount": {
"currency": "KPW",
"value": 255.78
},
"override": false,
"points": 46982,
"referenceAmount": {
"currency": "LAK",
"value": 188.9
},
"taxType": "PROPORTIONAL"
}
],
"tax": [
{
"amount": {
"currency": "SAR",
"value": 119.64
},
"code": "Af",
"conversionRatio": {
"minimumPoints": 884,
"value": 0.64
},
"equivAmount": {
"currency": "UYU",
"value": 293.83
},
"override": false,
"points": 44751,
"referenceAmount": {
"currency": "MOP",
"value": 370.86
},
"taxType": "PROPORTIONAL"
}
],
"total": {
"amount": {
"currency": "KRW",
"value": 90.56
},
"code": "sq",
"conversionRatio": {
"minimumPoints": 852,
"value": 0.29
},
"equivAmount": {
"currency": "BND",
"value": 407.78
},
"override": true,
"points": 37855,
"referenceAmount": {
"currency": "INR",
"value": 110.11
},
"taxType": "PROPORTIONAL"
}
}
},
{
"number": 56,
"passengerSegmentRef": "14cc4215-0b63-4f8c-85a2-8efea536a2f8",
"priceBreakdown": {
"base": {
"amount": {
"currency": "VES",
"value": 200.72
},
"code": "ED",
"conversionRatio": {
"minimumPoints": 321,
"value": 0.33
},
"equivAmount": {
"currency": "BDT",
"value": 7.03
},
"override": true,
"points": 26209,
"referenceAmount": {
"currency": "MDL",
"value": 489.14
},
"taxType": "PROPORTIONAL"
},
"commission": [
{
"amount": {
"currency": "MMK",
"value": 390.75
},
"code": "Vv",
"conversionRatio": {
"minimumPoints": 501,
"value": 0.3
},
"equivAmount": {
"currency": "ISK",
"value": 317.29
},
"override": false,
"points": 10710,
"referenceAmount": {
"currency": "LSL",
"value": 147.51
},
"taxType": "PROPORTIONAL"
}
],
"discount": [
{
"amount": {
"currency": "USD",
"value": 227.28
},
"code": "vc",
"conversionRatio": {
"minimumPoints": 938,
"value": 0.56
},
"equivAmount": {
"currency": "ERN",
"value": 13.18
},
"override": false,
"points": 32660,
"referenceAmount": {
"currency": "UYU",
"value": 223.25
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KPW",
"value": 438.58
},
"code": "XU",
"conversionRatio": {
"minimumPoints": 157,
"value": 0.71
},
"equivAmount": {
"currency": "AED",
"value": 51
},
"override": true,
"points": 34881,
"referenceAmount": {
"currency": "SOS",
"value": 125.44
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "PAB",
"value": 386.03
},
"code": "ZT",
"conversionRatio": {
"minimumPoints": 884,
"value": 0.11
},
"equivAmount": {
"currency": "BWP",
"value": 434.35
},
"override": true,
"points": 42610,
"referenceAmount": {
"currency": "JPY",
"value": 462.4
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "MWK",
"value": 287.14
},
"code": "dD",
"conversionRatio": {
"minimumPoints": 907,
"value": 0.22
},
"equivAmount": {
"currency": "TJS",
"value": 224.61
},
"override": false,
"points": 49433,
"referenceAmount": {
"currency": "BTN",
"value": 470.24
},
"taxType": "FLAT"
}
],
"fee": [
{
"amount": {
"currency": "AOA",
"value": 289.98
},
"code": "RW",
"conversionRatio": {
"minimumPoints": 929,
"value": 0.48
},
"equivAmount": {
"currency": "ZWL",
"value": 18.81
},
"override": false,
"points": 1486,
"referenceAmount": {
"currency": "CDF",
"value": 488.59
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "TMT",
"value": 416.1
},
"code": "mi",
"conversionRatio": {
"minimumPoints": 344,
"value": 0.58
},
"equivAmount": {
"currency": "FJD",
"value": 87.66
},
"override": true,
"points": 21930,
"referenceAmount": {
"currency": "KPW",
"value": 374.52
},
"taxType": "PROPORTIONAL"
}
],
"surcharge": [
{
"amount": {
"currency": "OMR",
"value": 97.25
},
"code": "Ki",
"conversionRatio": {
"minimumPoints": 683,
"value": 0.3
},
"equivAmount": {
"currency": "KHR",
"value": 234.78
},
"override": true,
"points": 36677,
"referenceAmount": {
"currency": "SZL",
"value": 205.77
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "BGN",
"value": 494.22
},
"code": "mE",
"conversionRatio": {
"minimumPoints": 409,
"value": 0.21
},
"equivAmount": {
"currency": "HTG",
"value": 458.93
},
"override": false,
"points": 26767,
"referenceAmount": {
"currency": "LRD",
"value": 60.65
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "AZN",
"value": 97.24
},
"code": "Oq",
"conversionRatio": {
"minimumPoints": 987,
"value": 0.61
},
"equivAmount": {
"currency": "GEL",
"value": 414.78
},
"override": false,
"points": 32548,
"referenceAmount": {
"currency": "XCD",
"value": 54.98
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "NPR",
"value": 23.81
},
"code": "Kb",
"conversionRatio": {
"minimumPoints": 668,
"value": 0.17
},
"equivAmount": {
"currency": "SAR",
"value": 268.07
},
"override": false,
"points": 7112,
"referenceAmount": {
"currency": "AZN",
"value": 145.31
},
"taxType": "FLAT"
}
],
"tax": [
{
"amount": {
"currency": "BBD",
"value": 271.23
},
"code": "le",
"conversionRatio": {
"minimumPoints": 139,
"value": 0.98
},
"equivAmount": {
"currency": "CNY",
"value": 163.69
},
"override": false,
"points": 2952,
"referenceAmount": {
"currency": "PHP",
"value": 385.68
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KPW",
"value": 202.02
},
"code": "rV",
"conversionRatio": {
"minimumPoints": 810,
"value": 0.9
},
"equivAmount": {
"currency": "DZD",
"value": 260.42
},
"override": true,
"points": 40362,
"referenceAmount": {
"currency": "THB",
"value": 297.73
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "MVR",
"value": 52.08
},
"code": "tK",
"conversionRatio": {
"minimumPoints": 391,
"value": 0.21
},
"equivAmount": {
"currency": "AUD",
"value": 465.97
},
"override": true,
"points": 3349,
"referenceAmount": {
"currency": "KPW",
"value": 102.23
},
"taxType": "PROPORTIONAL"
}
}
},
{
"number": 30,
"passengerSegmentRef": "8815ab7c-b915-48cf-a41f-a850e737026c",
"priceBreakdown": {
"base": {
"amount": {
"currency": "RSD",
"value": 314.59
},
"code": "Ay",
"conversionRatio": {
"minimumPoints": 983,
"value": 0.13
},
"equivAmount": {
"currency": "UAH",
"value": 56.34
},
"override": false,
"points": 15629,
"referenceAmount": {
"currency": "KRW",
"value": 92
},
"taxType": "FLAT"
},
"commission": [
{
"amount": {
"currency": "AWG",
"value": 478.27
},
"code": "KI",
"conversionRatio": {
"minimumPoints": 154,
"value": 0.79
},
"equivAmount": {
"currency": "OMR",
"value": 480.38
},
"override": true,
"points": 19063,
"referenceAmount": {
"currency": "STN",
"value": 311.2
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MOP",
"value": 285.96
},
"code": "Qb",
"conversionRatio": {
"minimumPoints": 721,
"value": 0.89
},
"equivAmount": {
"currency": "KRW",
"value": 435.1
},
"override": false,
"points": 26891,
"referenceAmount": {
"currency": "VUV",
"value": 294.26
},
"taxType": "PROPORTIONAL"
}
],
"discount": [
{
"amount": {
"currency": "SDG",
"value": 72.86
},
"code": "st",
"conversionRatio": {
"minimumPoints": 112,
"value": 0.23
},
"equivAmount": {
"currency": "UAH",
"value": 307.53
},
"override": false,
"points": 13785,
"referenceAmount": {
"currency": "MAD",
"value": 383.01
},
"taxType": "PROPORTIONAL"
}
],
"fee": [
{
"amount": {
"currency": "MNT",
"value": 423.85
},
"code": "uy",
"conversionRatio": {
"minimumPoints": 779,
"value": 0.93
},
"equivAmount": {
"currency": "MVR",
"value": 59.1
},
"override": false,
"points": 13608,
"referenceAmount": {
"currency": "SBD",
"value": 278.06
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "MAD",
"value": 280.8
},
"code": "iP",
"conversionRatio": {
"minimumPoints": 458,
"value": 0.46
},
"equivAmount": {
"currency": "LRD",
"value": 342.9
},
"override": false,
"points": 44006,
"referenceAmount": {
"currency": "SSP",
"value": 356.09
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "MAD",
"value": 303.1
},
"code": "Xh",
"conversionRatio": {
"minimumPoints": 443,
"value": 0.44
},
"equivAmount": {
"currency": "SCR",
"value": 25.89
},
"override": false,
"points": 21972,
"referenceAmount": {
"currency": "CUP",
"value": 46.98
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KMF",
"value": 86.87
},
"code": "SI",
"conversionRatio": {
"minimumPoints": 738,
"value": 0.48
},
"equivAmount": {
"currency": "BRL",
"value": 126.31
},
"override": true,
"points": 45149,
"referenceAmount": {
"currency": "VUV",
"value": 329.72
},
"taxType": "PROPORTIONAL"
}
],
"surcharge": [
{
"amount": {
"currency": "BTN",
"value": 431.27
},
"code": "Ar",
"conversionRatio": {
"minimumPoints": 842,
"value": 0.12
},
"equivAmount": {
"currency": "DZD",
"value": 185.91
},
"override": true,
"points": 37836,
"referenceAmount": {
"currency": "GYD",
"value": 495.8
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "CNY",
"value": 184.89
},
"code": "Ii",
"conversionRatio": {
"minimumPoints": 940,
"value": 0.34
},
"equivAmount": {
"currency": "CVE",
"value": 239.62
},
"override": true,
"points": 4711,
"referenceAmount": {
"currency": "NOK",
"value": 270.41
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "DOP",
"value": 137.81
},
"code": "Ep",
"conversionRatio": {
"minimumPoints": 222,
"value": 0.52
},
"equivAmount": {
"currency": "ALL",
"value": 403.89
},
"override": true,
"points": 7775,
"referenceAmount": {
"currency": "HTG",
"value": 37.37
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "TRY",
"value": 400.1
},
"code": "WX",
"conversionRatio": {
"minimumPoints": 956,
"value": 0.56
},
"equivAmount": {
"currency": "ARS",
"value": 295.25
},
"override": false,
"points": 4422,
"referenceAmount": {
"currency": "BSD",
"value": 297.12
},
"taxType": "PROPORTIONAL"
}
],
"tax": [
{
"amount": {
"currency": "MWK",
"value": 333.92
},
"code": "sw",
"conversionRatio": {
"minimumPoints": 351,
"value": 0.28
},
"equivAmount": {
"currency": "BDT",
"value": 481.9
},
"override": false,
"points": 27765,
"referenceAmount": {
"currency": "TZS",
"value": 239.22
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "LKR",
"value": 250.33
},
"code": "Cp",
"conversionRatio": {
"minimumPoints": 503,
"value": 0.25
},
"equivAmount": {
"currency": "FKP",
"value": 32.65
},
"override": false,
"points": 32203,
"referenceAmount": {
"currency": "PAB",
"value": 277.14
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "BAM",
"value": 266.18
},
"code": "Yt",
"conversionRatio": {
"minimumPoints": 971,
"value": 0.59
},
"equivAmount": {
"currency": "IRR",
"value": 241.09
},
"override": true,
"points": 22969,
"referenceAmount": {
"currency": "SDG",
"value": 470.47
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "NPR",
"value": 302.32
},
"code": "ir",
"conversionRatio": {
"minimumPoints": 894,
"value": 0.93
},
"equivAmount": {
"currency": "SAR",
"value": 267.35
},
"override": true,
"points": 35425,
"referenceAmount": {
"currency": "SYP",
"value": 23.24
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "BDT",
"value": 407.47
},
"code": "El",
"conversionRatio": {
"minimumPoints": 358,
"value": 0.76
},
"equivAmount": {
"currency": "KMF",
"value": 416.85
},
"override": true,
"points": 38243,
"referenceAmount": {
"currency": "INR",
"value": 59.94
},
"taxType": "PROPORTIONAL"
}
}
}
],
"airExtraRefs": [
"id01",
"id02"
],
"id": "b8429093-5997-465c-abdc-f3fa5fd12a06",
"issueDate": "2025-10-17T00:00:00.0Z",
"number": "1264337099585",
"paymentRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "IDR",
"value": 420.68
},
"code": "DF",
"conversionRatio": {
"minimumPoints": 590,
"value": 0.15
},
"equivAmount": {
"currency": "HUF",
"value": 456.67
},
"override": true,
"points": 44712,
"referenceAmount": {
"currency": "BHD",
"value": 65.24
},
"taxType": "PROPORTIONAL"
},
"commission": [
{
"amount": {
"currency": "NGN",
"value": 490.55
},
"code": "kb",
"conversionRatio": {
"minimumPoints": 437,
"value": 0.83
},
"equivAmount": {
"currency": "KYD",
"value": 248.67
},
"override": true,
"points": 23906,
"referenceAmount": {
"currency": "BHD",
"value": 46.96
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "CVE",
"value": 228.03
},
"code": "Gh",
"conversionRatio": {
"minimumPoints": 877,
"value": 0.29
},
"equivAmount": {
"currency": "WST",
"value": 49.47
},
"override": false,
"points": 2944,
"referenceAmount": {
"currency": "BAM",
"value": 237.11
},
"taxType": "PROPORTIONAL"
}
],
"discount": [
{
"amount": {
"currency": "XCD",
"value": 16.77
},
"code": "kF",
"conversionRatio": {
"minimumPoints": 181,
"value": 0.45
},
"equivAmount": {
"currency": "NAD",
"value": 386.37
},
"override": false,
"points": 35289,
"referenceAmount": {
"currency": "KZT",
"value": 79.67
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "GIP",
"value": 252.98
},
"code": "WU",
"conversionRatio": {
"minimumPoints": 884,
"value": 0.49
},
"equivAmount": {
"currency": "BZD",
"value": 326.53
},
"override": false,
"points": 15181,
"referenceAmount": {
"currency": "COP",
"value": 361.82
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "PKR",
"value": 299.89
},
"code": "Xu",
"conversionRatio": {
"minimumPoints": 614,
"value": 0.87
},
"equivAmount": {
"currency": "MMK",
"value": 105.34
},
"override": true,
"points": 37567,
"referenceAmount": {
"currency": "SDG",
"value": 415.85
},
"taxType": "FLAT"
}
],
"fee": [
{
"amount": {
"currency": "GBP",
"value": 483.83
},
"code": "ki",
"conversionRatio": {
"minimumPoints": 176,
"value": 0.52
},
"equivAmount": {
"currency": "ZAR",
"value": 476.34
},
"override": true,
"points": 13604,
"referenceAmount": {
"currency": "MAD",
"value": 106.19
},
"taxType": "FLAT"
}
],
"surcharge": [
{
"amount": {
"currency": "UZS",
"value": 219.03
},
"code": "MB",
"conversionRatio": {
"minimumPoints": 270,
"value": 0.34
},
"equivAmount": {
"currency": "BDT",
"value": 494.7
},
"override": true,
"points": 35501,
"referenceAmount": {
"currency": "KYD",
"value": 238.82
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "OMR",
"value": 8.52
},
"code": "QV",
"conversionRatio": {
"minimumPoints": 263,
"value": 0.46
},
"equivAmount": {
"currency": "TRY",
"value": 195.7
},
"override": true,
"points": 27064,
"referenceAmount": {
"currency": "MRU",
"value": 177.44
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "BOB",
"value": 325.87
},
"code": "cm",
"conversionRatio": {
"minimumPoints": 960,
"value": 0.22
},
"equivAmount": {
"currency": "JOD",
"value": 296.32
},
"override": false,
"points": 25989,
"referenceAmount": {
"currency": "FKP",
"value": 472.61
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "CLP",
"value": 385.59
},
"code": "ec",
"conversionRatio": {
"minimumPoints": 605,
"value": 0.16
},
"equivAmount": {
"currency": "STN",
"value": 279.4
},
"override": true,
"points": 8029,
"referenceAmount": {
"currency": "GIP",
"value": 48.6
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "SSP",
"value": 80.4
},
"code": "pq",
"conversionRatio": {
"minimumPoints": 895,
"value": 0.56
},
"equivAmount": {
"currency": "ETB",
"value": 81.63
},
"override": false,
"points": 33528,
"referenceAmount": {
"currency": "BAM",
"value": 162.72
},
"taxType": "FLAT"
}
],
"tax": [
{
"amount": {
"currency": "XOF",
"value": 21.67
},
"code": "MQ",
"conversionRatio": {
"minimumPoints": 244,
"value": 0.44
},
"equivAmount": {
"currency": "CZK",
"value": 137.78
},
"override": false,
"points": 9721,
"referenceAmount": {
"currency": "MMK",
"value": 92.12
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "TTD",
"value": 200.12
},
"code": "tK",
"conversionRatio": {
"minimumPoints": 788,
"value": 0.35
},
"equivAmount": {
"currency": "KYD",
"value": 325.09
},
"override": true,
"points": 15591,
"referenceAmount": {
"currency": "PLN",
"value": 373.38
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "SDG",
"value": 186.09
},
"code": "pQ",
"conversionRatio": {
"minimumPoints": 804,
"value": 0.42
},
"equivAmount": {
"currency": "BWP",
"value": 31.44
},
"override": true,
"points": 28457,
"referenceAmount": {
"currency": "AED",
"value": 133.35
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "RUB",
"value": 201.85
},
"code": "Rb",
"conversionRatio": {
"minimumPoints": 363,
"value": 0.4
},
"equivAmount": {
"currency": "PLN",
"value": 291.37
},
"override": true,
"points": 6369,
"referenceAmount": {
"currency": "VES",
"value": 361.29
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "PAB",
"value": 344.02
},
"code": "js",
"conversionRatio": {
"minimumPoints": 182,
"value": 0.24
},
"equivAmount": {
"currency": "BGN",
"value": 483.43
},
"override": false,
"points": 7815,
"referenceAmount": {
"currency": "TTD",
"value": 412.19
},
"taxType": "PROPORTIONAL"
}
},
"type": "OTHER"
}
],
"associationId": 836,
"baggagePoolId": 473,
"boardingPasses": [
{
"barCode": "et4CYQoL9xazVUqpFpp5N5WaSSHbngprNeOUKFNk",
"boardingPassData": [
{
"agent": {
"city": "hjw",
"country": "BI",
"sign": "PwZ"
},
"baggage": {
"carryOnWeight": {
"unit": "KG",
"value": 6.2
},
"checkedInBaggage": {
"bagTagNumber": [
"12345678",
"87654321"
],
"quantity": 3,
"totalWeight": {
"unit": "LB",
"value": 17.8
}
}
},
"bookingClass": "I",
"cabinClass": "PREMIUM_FIRST",
"checkInSequenceNumber": "560",
"deck": {
"code": "MIDDLE",
"value": "OTHER"
},
"displayData": {
"accommodation": "RESIDENCE SUITE",
"agentCityName": "Lake Bufordtown",
"arrivalAirportName": "Rogahnborough",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "6835",
"cabinClassCode": "q",
"cabinText": "ECONOMY",
"carryOnText": "NO CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Schmidtberg",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "8585",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "9010",
"estimatedDepartureDate": "2026-08-21T00:00:00.0Z",
"estimatedDepartureTime": "7080",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "GOLD",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "ws6A",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "2502",
"scheduledDepartureDate": "2027-06-26T00:00:00.0Z",
"scheduledDepartureTime": "1799",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "narrowbody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"flightDetail": {
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "BQ",
"arrivalTime": "2027-06-05T00:00:00.0Z",
"boardingTime": "1890-01-21T03:23:37.0Z",
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "RE",
"departureFlightScheduleStatus": "DELAYED",
"departureGate": "y6",
"departureTerminal": "6e",
"departureTime": "2026-12-16T00:00:00.0Z",
"equipment": "087",
"estimatedArrivalTime": "1963-03-24T15:29:14.0Z",
"estimatedDepartureTime": "1959-12-12T17:48:15.0Z",
"flightNumber": "60",
"operatingAirline": "[ob",
"operatingFlightNumber": "1305"
},
"group": "jbtNoS",
"loyaltyAccount": {
"id": "36fb5c0d-54d1-4c9f-a21c-a93fc2b26cc4",
"latestAwardDate": "2025-08-31",
"loyaltyTierLevel": {
"atpco": "17",
"customerInsight": "36",
"name": "platinum",
"number": 5,
"priority": 2,
"tag": "DPs"
},
"memberAirline": "[ob",
"memberId": "7012265843",
"membershipStartDate": "2025-06-22",
"mileage": {
"unit": "MILES",
"value": 2234
},
"pnrId": "5",
"points": 21891,
"source": "PNR"
},
"passengerFlightId": "uTJxjtzzpT",
"personName": {
"first": "Edna",
"last": "Marquardt",
"middle": "Riley",
"prefix": "Ms.",
"raw": "Joy Hudson",
"suffix": "DVM"
},
"recordLocator": "KWWJEW",
"seatNumber": "30A",
"source": "HOST",
"standbyPriority": "Db",
"supplementaryData": {
"dhsStatus": 4,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "67948183086274",
"loungeAccess": true,
"selectee": false,
"skyPriority": true,
"spanishLargeFamily": true,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "BF"
},
"ticketCouponNumber": "13",
"ticketNumber": {
"airlineAccountingCode": "405",
"checkDigit": "8",
"number": "02579163906600",
"serialNumber": "8056254744"
},
"zone": "5"
},
{
"agent": {
"city": "dYX",
"country": "VA",
"sign": "wKt"
},
"baggage": {
"carryOnWeight": {
"unit": "KG",
"value": 18.6
},
"checkedInBaggage": {
"bagTagNumber": [
"11223344",
"87654321",
"12345678"
],
"quantity": 3,
"totalWeight": {
"unit": "KG",
"value": 16.7
}
}
},
"bookingClass": "m",
"cabinClass": "PREMIUM_BUSINESS",
"checkInSequenceNumber": "295",
"deck": {
"code": "MIDDLE",
"value": "OTHER"
},
"displayData": {
"accommodation": "RESIDENCE SUITE",
"agentCityName": "West Demetrisboro",
"arrivalAirportName": "Bolingbrook",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "8895",
"cabinClassCode": "P",
"cabinText": "FIRST CLASS",
"carryOnText": "NO CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Fort Hubert",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "1780",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "4248",
"estimatedDepartureDate": "2026-12-06T00:00:00.0Z",
"estimatedDepartureTime": "0692",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "PLATINUM",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "e4UD",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "1846",
"scheduledDepartureDate": "2027-07-11T00:00:00.0Z",
"scheduledDepartureTime": "1682",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "narrowbody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"flightDetail": {
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "GG",
"arrivalTime": "2027-07-08T00:00:00.0Z",
"boardingTime": "1909-02-16T20:45:20.0Z",
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "MN",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "NM",
"departureTerminal": "8d",
"departureTime": "2026-11-25T00:00:00.0Z",
"equipment": "234",
"estimatedArrivalTime": "1933-11-24T11:24:45.0Z",
"estimatedDepartureTime": "1891-11-13T15:10:55.0Z",
"flightNumber": "480",
"operatingAirline": "[ob",
"operatingFlightNumber": "932"
},
"group": "48WyBs",
"loyaltyAccount": {
"id": "64753750-818f-4ccb-8ec7-46e9de792e9a",
"latestAwardDate": "2025-09-07",
"loyaltyTierLevel": {
"atpco": "07",
"customerInsight": "93",
"name": "platinum",
"number": 4,
"priority": 6,
"tag": "wbK"
},
"memberAirline": "[ob",
"memberId": "6516619485",
"membershipStartDate": "2023-10-01",
"mileage": {
"unit": "MILES",
"value": 2699
},
"pnrId": "1",
"points": 69620,
"source": "SSCI"
},
"passengerFlightId": "wHSXq6NABt",
"personName": {
"first": "Turner",
"last": "Schaden",
"middle": "Sasha",
"prefix": "Mr.",
"raw": "Elaine Hessel",
"suffix": "II"
},
"recordLocator": "QJGEKE",
"seatNumber": "34E",
"source": "OTHER",
"standbyPriority": "UI",
"supplementaryData": {
"dhsStatus": 2,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "04254186514789",
"loungeAccess": true,
"selectee": true,
"skyPriority": false,
"spanishLargeFamily": true,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "NL"
},
"ticketCouponNumber": "71",
"ticketNumber": {
"airlineAccountingCode": "187",
"checkDigit": "2",
"number": "78439614715156",
"serialNumber": "0757472964"
},
"zone": "1"
},
{
"agent": {
"city": "OBQ",
"country": "NE",
"sign": "kHF"
},
"baggage": {
"carryOnWeight": {
"unit": "KG",
"value": 19.8
},
"checkedInBaggage": {
"bagTagNumber": [
"12345678",
"87654321",
"11223344"
],
"quantity": 2,
"totalWeight": {
"unit": "KG",
"value": 5.9
}
}
},
"bookingClass": "c",
"cabinClass": "PREMIUM_ECONOMY",
"checkInSequenceNumber": "892",
"deck": {
"code": "UPPER",
"value": "UPPER"
},
"displayData": {
"accommodation": "FIRST CLASS",
"agentCityName": "Monahanport",
"arrivalAirportName": "Kaitlinton",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "1902",
"cabinClassCode": "F",
"cabinText": "BUSINESS",
"carryOnText": "NO CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Vivianneburgh",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "7808",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "1952",
"estimatedDepartureDate": "2027-06-15T00:00:00.0Z",
"estimatedDepartureTime": "9867",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "SILVER",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "43KJ",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "4548",
"scheduledDepartureDate": "2027-06-11T00:00:00.0Z",
"scheduledDepartureTime": "1612",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "widebody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"flightDetail": {
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "ML",
"arrivalTime": "2027-02-08T00:00:00.0Z",
"boardingTime": "1928-02-24T03:52:37.0Z",
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "ZM",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "bw",
"departureTerminal": "UE",
"departureTime": "2026-08-05T00:00:00.0Z",
"equipment": "471",
"estimatedArrivalTime": "1968-07-15T07:06:32.0Z",
"estimatedDepartureTime": "1918-01-25T15:09:14.0Z",
"flightNumber": "46",
"operatingAirline": "[ob",
"operatingFlightNumber": "471"
},
"group": "Cb6EUM",
"loyaltyAccount": {
"id": "c1ee482c-0039-4b60-be67-aadc1c1afd75",
"latestAwardDate": "2026-06-30",
"loyaltyTierLevel": {
"atpco": "25",
"customerInsight": "47",
"name": "gold",
"number": 1,
"priority": 1,
"tag": "HND"
},
"memberAirline": "[ob",
"memberId": "1210115169",
"membershipStartDate": "2025-11-28",
"mileage": {
"unit": "MILES",
"value": 354
},
"pnrId": "0",
"points": 81482,
"source": "PNR"
},
"passengerFlightId": "3RdJen9p2c",
"personName": {
"first": "Ashton",
"last": "Lesch",
"middle": "Shiloh",
"prefix": "Mr.",
"raw": "John Crist",
"suffix": "Sr."
},
"recordLocator": "FUSCWG",
"seatNumber": "4D",
"source": "OTHER",
"standbyPriority": "Ob",
"supplementaryData": {
"dhsStatus": 5,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "82490992988765",
"loungeAccess": true,
"selectee": false,
"skyPriority": true,
"spanishLargeFamily": false,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "GT"
},
"ticketCouponNumber": "21",
"ticketNumber": {
"airlineAccountingCode": "056",
"checkDigit": "7",
"number": "56528224895260",
"serialNumber": "4483902973"
},
"zone": "1"
},
{
"agent": {
"city": "upO",
"country": "TC",
"sign": "EEI"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 16.1
},
"checkedInBaggage": {
"bagTagNumber": [
"12345678",
"11223344",
"87654321"
],
"quantity": 2,
"totalWeight": {
"unit": "LB",
"value": 3.9
}
}
},
"bookingClass": "u",
"cabinClass": "ECONOMY",
"checkInSequenceNumber": "176",
"deck": {
"code": "UPPER",
"value": "OTHER"
},
"displayData": {
"accommodation": "FIRST CLASS",
"agentCityName": "North Sid",
"arrivalAirportName": "Svenchester",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "9037",
"cabinClassCode": "Q",
"cabinText": "BUSINESS",
"carryOnText": "NO CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Port Malika",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "3244",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "5869",
"estimatedDepartureDate": "2026-11-18T00:00:00.0Z",
"estimatedDepartureTime": "8834",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "SILVER",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "18YU",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "0324",
"scheduledDepartureDate": "2027-04-04T00:00:00.0Z",
"scheduledDepartureTime": "9955",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "widebody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"flightDetail": {
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "UY",
"arrivalTime": "2026-07-24T00:00:00.0Z",
"boardingTime": "1919-07-03T23:24:35.0Z",
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "AZ",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "YG",
"departureTerminal": "XY",
"departureTime": "2026-11-22T00:00:00.0Z",
"equipment": "897",
"estimatedArrivalTime": "1954-05-16T05:07:01.0Z",
"estimatedDepartureTime": "1935-11-22T06:19:47.0Z",
"flightNumber": "31",
"operatingAirline": "[ob",
"operatingFlightNumber": "63"
},
"group": "tpv8Hp",
"loyaltyAccount": {
"id": "735b6609-199e-4863-8ae6-d8995629d42a",
"latestAwardDate": "2025-11-01",
"loyaltyTierLevel": {
"atpco": "55",
"customerInsight": "15",
"name": "platinum",
"number": 4,
"priority": 7,
"tag": "WTr"
},
"memberAirline": "[ob",
"memberId": "2420696277",
"membershipStartDate": "2026-04-15",
"mileage": {
"unit": "MILES",
"value": 2677
},
"pnrId": "2",
"points": 75729,
"source": "SSCI"
},
"passengerFlightId": "wYAjL5BtLd",
"personName": {
"first": "Erich",
"last": "Wisozk",
"middle": "Avery",
"prefix": "Ms.",
"raw": "Mr. Nathan Heller",
"suffix": "I"
},
"recordLocator": "MNMGKQ",
"seatNumber": "16C",
"source": "EXTERNAL",
"standbyPriority": "Ii",
"supplementaryData": {
"dhsStatus": 2,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "17098221656552",
"loungeAccess": true,
"selectee": false,
"skyPriority": false,
"spanishLargeFamily": false,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "TK"
},
"ticketCouponNumber": "64",
"ticketNumber": {
"airlineAccountingCode": "899",
"checkDigit": "0",
"number": "98919184776192",
"serialNumber": "3344814686"
},
"zone": "7"
},
{
"agent": {
"city": "GBI",
"country": "ET",
"sign": "FCa"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 16.4
},
"checkedInBaggage": {
"bagTagNumber": [
"11223344",
"87654321",
"12345678"
],
"quantity": 3,
"totalWeight": {
"unit": "KG",
"value": 19.9
}
}
},
"bookingClass": "A",
"cabinClass": "PREMIUM_ECONOMY",
"checkInSequenceNumber": "193",
"deck": {
"code": "UPPER",
"value": "MAIN"
},
"displayData": {
"accommodation": "RESIDENCE SUITE",
"agentCityName": "Clementworth",
"arrivalAirportName": "New Jacquesshire",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "3075",
"cabinClassCode": "Q",
"cabinText": "ECONOMY",
"carryOnText": "NO CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Calihaven",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "7071",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "8065",
"estimatedDepartureDate": "2026-11-14T00:00:00.0Z",
"estimatedDepartureTime": "0861",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "PLATINUM",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "k9FU",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "3282",
"scheduledDepartureDate": "2026-10-30T00:00:00.0Z",
"scheduledDepartureTime": "4298",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "regional",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"flightDetail": {
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "HN",
"arrivalTime": "2026-09-29T00:00:00.0Z",
"boardingTime": "1959-11-20T06:45:43.0Z",
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "BG",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "K9",
"departureTerminal": "Bu",
"departureTime": "2026-11-23T00:00:00.0Z",
"equipment": "167",
"estimatedArrivalTime": "1926-03-14T06:05:53.0Z",
"estimatedDepartureTime": "1906-02-10T14:03:49.0Z",
"flightNumber": "8",
"operatingAirline": "[ob",
"operatingFlightNumber": "64"
},
"group": "xVoQ2B",
"loyaltyAccount": {
"id": "7c1fd84a-261c-4b54-be41-e27e95f44aff",
"latestAwardDate": "2026-02-24",
"loyaltyTierLevel": {
"atpco": "02",
"customerInsight": "41",
"name": "gold",
"number": 4,
"priority": 4,
"tag": "mNV"
},
"memberAirline": "[ob",
"memberId": "1277484242",
"membershipStartDate": "2023-09-01",
"mileage": {
"unit": "MILES",
"value": 113
},
"pnrId": "3",
"points": 87602,
"source": "PNR"
},
"passengerFlightId": "4wmv5rTu9p",
"personName": {
"first": "Damien",
"last": "Schuster",
"middle": "Addison",
"prefix": "Ms.",
"raw": "Jerald Anderson",
"suffix": "IV"
},
"recordLocator": "XJBZDD",
"seatNumber": "9B",
"source": "HOST",
"standbyPriority": "13",
"supplementaryData": {
"dhsStatus": 4,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "25641281487379",
"loungeAccess": true,
"selectee": false,
"skyPriority": false,
"spanishLargeFamily": true,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "NG"
},
"ticketCouponNumber": "25",
"ticketNumber": {
"airlineAccountingCode": "935",
"checkDigit": "6",
"number": "64584114691911",
"serialNumber": "4309001704"
},
"zone": "6"
}
],
"formattedBoardingPass": {
"document": {
"contentType": "application/x-7z-compressed",
"name": "after_selfishly_providence.[object Object]",
"value": "OA9RGYyWGmITW9srYEIGTkVb5mBjWAqUXBtJPwBVPfIcXkKg5on8KkrUrMHvSo7x"
},
"image": {
"contentType": "video/3gpp",
"name": "ack_desecrate_congregate.[object Object]",
"value": "GvtwAi31huja4Zrsb6SOeZjYgU2EC0rek7wUKmC6F3yXplKBooFjjOyrQhFpu7km"
},
"pectab": {
"data": {
"contentType": "text/css",
"name": "sightseeing_sternly_properly.[object Object]",
"value": "YZSAFMAiPQ9UOiooyVl1CmRtuCiaLuUtPNhQvMOlgupovgRLOA4jI8J5fzguqaLW"
},
"layout": {
"contentType": "text/calendar",
"name": "plump_hastily.[object Object]",
"value": "Mlewwhn9Zy2TAT3bbZHxLHJCNLGt4IdfR4jyRWP71L7mmsCQWG9X5Zlr85VpDC6L"
},
"template": {
"contentType": "application/java-archive",
"name": "exonerate.[object Object]",
"value": "BkuIDqKt9h3jmQIUXtGh4V1w4Bixzp1kO2UIryiMsL7L4YwKH93ae9Qs30IBtovJ"
},
"templates": [
{
"contentType": "application/ld+json",
"name": "traditionalism_burdensome.[object Object]",
"value": "OQ4bHFeHHKeCGGPpkXkzNR5A4MwRUxn3UMm07n4V5WbCUL08cfYMYXJyZFYX2jmv"
},
{
"contentType": "application/vnd.rar",
"name": "urgently_qualified_greatly.[object Object]",
"value": "pYMqgOdctMcoZznEIQp2iNg5TQRUNgNiEIgRZPO61afzcyFByMzFgC6Ck8He3gGj"
}
]
},
"supplementaryData": {
"accommodation": "FIRST CLASS",
"selectee": false,
"skyPriority": true,
"zone": "7"
},
"zpl": {
"contentType": "application/ld+json",
"name": "courageously_deplore.[object Object]",
"value": "Tu3HH6bMVQ6764DHDM32FEH3rpFuJeLumDc6sYzhlZuF06WLBqpP0tsV2M59MQ8k"
}
},
"passengerFlightIds": [
"id02",
"id01"
],
"type": "BOARDING_PASS"
},
{
"barCode": "zIE9T7luKAExK7TEWZv5CLOF2mvDLE6fNR1eCVoR",
"boardingPassData": [
{
"agent": {
"city": "Azs",
"country": "LT",
"sign": "kcO"
},
"baggage": {
"carryOnWeight": {
"unit": "KG",
"value": 1.4
},
"checkedInBaggage": {
"bagTagNumber": [
"12345678",
"87654321",
"11223344"
],
"quantity": 3,
"totalWeight": {
"unit": "LB",
"value": 5.1
}
}
},
"bookingClass": "U",
"cabinClass": "BUSINESS",
"checkInSequenceNumber": "178",
"deck": {
"code": "MIDDLE",
"value": "MAIN"
},
"displayData": {
"accommodation": "FIRST CLASS",
"agentCityName": "Rolfsoncester",
"arrivalAirportName": "Beaumont",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "6463",
"cabinClassCode": "j",
"cabinText": "ECONOMY",
"carryOnText": "NO CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Sacramento",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "0537",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "3420",
"estimatedDepartureDate": "2026-09-17T00:00:00.0Z",
"estimatedDepartureTime": "8167",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "SILVER",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "Vwox",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "5157",
"scheduledDepartureDate": "2027-06-15T00:00:00.0Z",
"scheduledDepartureTime": "7375",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "regional",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"flightDetail": {
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "AF",
"arrivalTime": "2027-06-22T00:00:00.0Z",
"boardingTime": "1935-03-04T19:21:05.0Z",
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "TR",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "Gg",
"departureTerminal": "0R",
"departureTime": "2026-12-06T00:00:00.0Z",
"equipment": "261",
"estimatedArrivalTime": "1948-05-15T07:57:51.0Z",
"estimatedDepartureTime": "1952-04-19T08:35:41.0Z",
"flightNumber": "9",
"operatingAirline": "[ob",
"operatingFlightNumber": "36"
},
"group": "I0XWMY",
"loyaltyAccount": {
"id": "03ebbe1f-e56f-4e95-8b78-c92fdb115240",
"latestAwardDate": "2026-03-26",
"loyaltyTierLevel": {
"atpco": "44",
"customerInsight": "85",
"name": "platinum",
"number": 2,
"priority": 8,
"tag": "xrT"
},
"memberAirline": "[ob",
"memberId": "0935157293",
"membershipStartDate": "2021-10-16",
"mileage": {
"unit": "MILES",
"value": 391
},
"pnrId": "8",
"points": 27319,
"source": "PNR"
},
"passengerFlightId": "Zh76M1se5R",
"personName": {
"first": "Marcus",
"last": "Parker",
"middle": "Shiloh",
"prefix": "Mr.",
"raw": "Chester Prohaska",
"suffix": "I"
},
"recordLocator": "UAZJPG",
"seatNumber": "2A",
"source": "HOST",
"standbyPriority": "7g",
"supplementaryData": {
"dhsStatus": 5,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "30194589057049",
"loungeAccess": true,
"selectee": false,
"skyPriority": true,
"spanishLargeFamily": true,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "BR"
},
"ticketCouponNumber": "04",
"ticketNumber": {
"airlineAccountingCode": "869",
"checkDigit": "0",
"number": "01072621663950",
"serialNumber": "8458972234"
},
"zone": "4"
}
],
"formattedBoardingPass": {
"document": {
"contentType": "audio/ogg",
"name": "pension_excitedly.[object Object]",
"value": "kmaUn7UHHpQ7geITRYjCs54MqQNfF7GJiOb7pKA497yMvFrxxoHzcvPnrRGO01Lx"
},
"image": {
"contentType": "font/woff",
"name": "for_notwithstanding_times.[object Object]",
"value": "azLXK8lYzpm5aavL1N4uYnq3e58hjNHSOBHl6QierrIG5flo5q3qtYUP56KNrZ2i"
},
"pectab": {
"data": {
"contentType": "application/vnd.ms-fontobject",
"name": "consequently_abnormally.[object Object]",
"value": "qUBTt5clrIG2TrPCUErIJDnKOmQUjl1tI8w0mvndNoEku8uvkVFDeDYB9xegS5N1"
},
"layout": {
"contentType": "application/x-7z-compressed",
"name": "honestly_lest.[object Object]",
"value": "LqDl5YdZd5WvyrEkJvFhNtRuXgz8YKPAO536w6Epr5BQJPymZbNNZzCo7g979M7w"
},
"template": {
"contentType": "application/vnd.rar",
"name": "qua_promise.[object Object]",
"value": "kdcY3unntGokSzdn1CuqQLcRlmLah8Bhax2EfXAZcDGiGpJEPmFLmregQxXcEloI"
},
"templates": [
{
"contentType": "application/x-sh",
"name": "waterlogged_yuck_pfft.[object Object]",
"value": "wqxNBRPr875FCHGM3kkNRjWKwgfxoRfzELdsvD7JfwO4ats8P18yRQ1ZNefWt3Qv"
},
{
"contentType": "image/png",
"name": "specific.[object Object]",
"value": "DgbML8tQjeMTFjvZ6ufcpccrdZ5FQy1rT6vAJo6EaJKHcl2zJABNGxzRkIzoZxzK"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": false,
"skyPriority": false,
"zone": "4"
},
"zpl": {
"contentType": "audio/aac",
"name": "between.[object Object]",
"value": "hX8J3Poa8p8mHMdlOZVFCsPxwKjO6rsc1jnlOaYKI5zj2fqD6XGSQNMMvfeyJL0A"
}
},
"passengerFlightIds": [
"id02",
"id01"
],
"type": "BOARDING_PASS"
},
{
"barCode": "nuRhONRBLWElubQpwRI5wGs1IL0AAGtoNPYrJW2D",
"boardingPassData": [
{
"agent": {
"city": "ARl",
"country": "GL",
"sign": "oEp"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 9.8
},
"checkedInBaggage": {
"bagTagNumber": [
"87654321",
"12345678"
],
"quantity": 2,
"totalWeight": {
"unit": "KG",
"value": 4.9
}
}
},
"bookingClass": "k",
"cabinClass": "PREMIUM_BUSINESS",
"checkInSequenceNumber": "211",
"deck": {
"code": "MAIN",
"value": "OTHER"
},
"displayData": {
"accommodation": "FIRST CLASS",
"agentCityName": "West Arvilla",
"arrivalAirportName": "Oro Valley",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "1670",
"cabinClassCode": "o",
"cabinText": "FIRST CLASS",
"carryOnText": "NO CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Baumbachmouth",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "4435",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "1363",
"estimatedDepartureDate": "2026-12-31T00:00:00.0Z",
"estimatedDepartureTime": "4276",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "PLATINUM",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "DkY4",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "9612",
"scheduledDepartureDate": "2026-08-02T00:00:00.0Z",
"scheduledDepartureTime": "0266",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "regional",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"flightDetail": {
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "KY",
"arrivalTime": "2026-11-05T00:00:00.0Z",
"boardingTime": "1941-08-16T16:42:17.0Z",
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "NO",
"departureFlightScheduleStatus": "DELAYED",
"departureGate": "LP",
"departureTerminal": "lb",
"departureTime": "2026-09-11T00:00:00.0Z",
"equipment": "506",
"estimatedArrivalTime": "1932-05-21T05:57:23.0Z",
"estimatedDepartureTime": "1966-02-18T21:44:39.0Z",
"flightNumber": "73",
"operatingAirline": "[ob",
"operatingFlightNumber": "33"
},
"group": "rkF0OJ",
"loyaltyAccount": {
"id": "e515410c-7e9f-4c04-85c9-393ca1aadbc2",
"latestAwardDate": "2025-09-25",
"loyaltyTierLevel": {
"atpco": "50",
"customerInsight": "99",
"name": "gold",
"number": 2,
"priority": 4,
"tag": "HGm"
},
"memberAirline": "[ob",
"memberId": "1118088000",
"membershipStartDate": "2026-02-22",
"mileage": {
"unit": "MILES",
"value": 2550
},
"pnrId": "0",
"points": 16551,
"source": "PNR"
},
"passengerFlightId": "LLm7Z0g1OE",
"personName": {
"first": "Ena",
"last": "Block",
"middle": "Cameron",
"prefix": "Mr.",
"raw": "Velma Stehr",
"suffix": "DDS"
},
"recordLocator": "VZWPKH",
"seatNumber": "35E",
"source": "EXTERNAL",
"standbyPriority": "vf",
"supplementaryData": {
"dhsStatus": 1,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "04670525093760",
"loungeAccess": false,
"selectee": true,
"skyPriority": false,
"spanishLargeFamily": false,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "KI"
},
"ticketCouponNumber": "40",
"ticketNumber": {
"airlineAccountingCode": "174",
"checkDigit": "7",
"number": "68869797647730",
"serialNumber": "6073780202"
},
"zone": "8"
}
],
"formattedBoardingPass": {
"document": {
"contentType": "font/ttf",
"name": "aha_ecliptic.[object Object]",
"value": "YWBEE1z3XNYItx3e3vik52nqouqDVRQ21izsSwvW2TG38bYSvf9pNuUrJ4U9fnMa"
},
"image": {
"contentType": "video/webm",
"name": "doubtfully_upright.[object Object]",
"value": "ADVTGzLxsOiFwCgJhl7Vi5s7sfAYqBBiphWvmnYX8P1RQutjEDVySPp6nkySNLf3"
},
"pectab": {
"data": {
"contentType": "font/woff",
"name": "vengeful_aside_ordinary.[object Object]",
"value": "8fRtoGw1duE1KUStx70lyOcRrQKW0CJEqAT0eKbMIvy00CAsImXkoVo2b15uKhff"
},
"layout": {
"contentType": "application/gzip",
"name": "yuck_poorly_ouch.[object Object]",
"value": "s4RXsbFfTcXGmufWpQLd91SHu4jZ3MhMFp4OagXDzqXdDYdCuf0iDMShTVJ3c32z"
},
"template": {
"contentType": "application/vnd.rar",
"name": "down_and_collaborate.[object Object]",
"value": "jae2HxH92dA67c2mvWO1rofnOtzK9BfAPVZJJP1X26BgFqtaOHglHacZwPtCbBI2"
},
"templates": [
{
"contentType": "audio/wav",
"name": "hourly.[object Object]",
"value": "4WBGYuqLQ5n2ybqwz1GICZUDjQ02IrTncVePpqQo8f3NJtmxYGTUHLUIGz6HVfor"
},
{
"contentType": "application/vnd.mozilla.xul+xml",
"name": "mmm_beyond_familiarize.[object Object]",
"value": "BW0cd8kxzc90JVDE4oowfID1TFuQpFAXpuQtR4IN7lGM9A4tXMHmyOgZb4jN6T7E"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": true,
"skyPriority": false,
"zone": "4"
},
"zpl": {
"contentType": "audio/3gpp",
"name": "boohoo_arrange.[object Object]",
"value": "9qq1NCp8ApeVMAgNmzdEdxysoqrVn38C71j4IzqVhxNrhZbWZ1lJw8hntSJH6oti"
}
},
"passengerFlightIds": [
"id02",
"id01"
],
"type": "BOARDING_PASS"
},
{
"barCode": "ZbD7QK1NzAfFPDrvxlaSzj7vbGLyuHMdBkr07nxP",
"boardingPassData": [
{
"agent": {
"city": "yft",
"country": "CX",
"sign": "vkD"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 3.9
},
"checkedInBaggage": {
"bagTagNumber": [
"12345678",
"11223344",
"87654321"
],
"quantity": 2,
"totalWeight": {
"unit": "LB",
"value": 16.8
}
}
},
"bookingClass": "L",
"cabinClass": "PREMIUM_ECONOMY",
"checkInSequenceNumber": "469",
"deck": {
"code": "MAIN",
"value": "UPPER"
},
"displayData": {
"accommodation": "BUSINESS",
"agentCityName": "Cassinbury",
"arrivalAirportName": "Boyerburgh",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "9705",
"cabinClassCode": "e",
"cabinText": "BUSINESS",
"carryOnText": "CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Hegmannfurt",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "8693",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "4170",
"estimatedDepartureDate": "2027-07-18T00:00:00.0Z",
"estimatedDepartureTime": "5015",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "PLATINUM",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "0AzU",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "5447",
"scheduledDepartureDate": "2027-04-21T00:00:00.0Z",
"scheduledDepartureTime": "5664",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "narrowbody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"flightDetail": {
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "SG",
"arrivalTime": "2026-10-26T00:00:00.0Z",
"boardingTime": "1935-07-12T19:26:39.0Z",
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "YE",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "sZ",
"departureTerminal": "mx",
"departureTime": "2027-05-25T00:00:00.0Z",
"equipment": "580",
"estimatedArrivalTime": "1906-07-10T13:28:16.0Z",
"estimatedDepartureTime": "1924-10-10T11:43:54.0Z",
"flightNumber": "2890",
"operatingAirline": "[ob",
"operatingFlightNumber": "321"
},
"group": "vSUlPS",
"loyaltyAccount": {
"id": "bc5c992a-99eb-467e-b243-024a90c9e5ff",
"latestAwardDate": "2025-11-09",
"loyaltyTierLevel": {
"atpco": "62",
"customerInsight": "18",
"name": "platinum",
"number": 2,
"priority": 2,
"tag": "cBw"
},
"memberAirline": "[ob",
"memberId": "9441982961",
"membershipStartDate": "2021-10-10",
"mileage": {
"unit": "MILES",
"value": 2986
},
"pnrId": "8",
"points": 26184,
"source": "SSCI"
},
"passengerFlightId": "xAz5sVZBQv",
"personName": {
"first": "Elliot",
"last": "Herman",
"middle": "Riley",
"prefix": "Ms.",
"raw": "Angel Weber Sr.",
"suffix": "DVM"
},
"recordLocator": "REFBDQ",
"seatNumber": "7F",
"source": "OTHER",
"standbyPriority": "4J",
"supplementaryData": {
"dhsStatus": 5,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "03484214262432",
"loungeAccess": true,
"selectee": true,
"skyPriority": false,
"spanishLargeFamily": false,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "KZ"
},
"ticketCouponNumber": "61",
"ticketNumber": {
"airlineAccountingCode": "357",
"checkDigit": "0",
"number": "81656003431290",
"serialNumber": "4829503021"
},
"zone": "4"
}
],
"formattedBoardingPass": {
"document": {
"contentType": "video/3gpp",
"name": "forswear_airmail_once.[object Object]",
"value": "KCvb22EzBEkmNyCtcyP8IiBnPIzEihMqTjAB97y79ZH04KQzzmbuR0LZu8TkfEIz"
},
"image": {
"contentType": "video/3gpp2",
"name": "enfold_rough_status.[object Object]",
"value": "fjFk3r7FgmHN5KnrfS6q2l4QSSQhj5TLj0r35Tf02M0Xzy7Thwc9ST4XoyV4jAIs"
},
"pectab": {
"data": {
"contentType": "application/vnd.apple.installer+xml",
"name": "diligently.[object Object]",
"value": "ug5uYws5YLWo6suv1POy77Fv8khGR6ulXD9Wj7MaprL1OtfJcxZNPEKN2CE2sAfZ"
},
"layout": {
"contentType": "application/json",
"name": "enormously.[object Object]",
"value": "BEq6LKY3Pj5gHPjGmLp5BV9mvjws2U3S3eNjRUYspEnbm57u26frrlH1biyfL6ou"
},
"template": {
"contentType": "application/x-freearc",
"name": "entire.[object Object]",
"value": "9h4P5tcC6R82qPrMuSrluT8Yn8wO13CqMDYUfAmqJv04lod1f5uvwwA1P4PHqDYX"
},
"templates": [
{
"contentType": "application/ogg",
"name": "describe.[object Object]",
"value": "OdltUfs5r5x9KL48nOv30lgud5TXwuTnmaAdTIcYXTgxXGGdejTQ8wC2unLrUJhg"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": true,
"skyPriority": true,
"zone": "2"
},
"zpl": {
"contentType": "image/avif",
"name": "pfft_blah_terribly.[object Object]",
"value": "qc5xtJt66CBbZ0sJQoVkJCLtz2oYZ5aYIWcy9MTyJEY2bKIRutnc19Cz8CrXb24D"
}
},
"passengerFlightIds": [
"id02",
"id01"
],
"type": "BOARDING_PASS"
},
{
"barCode": "h2y28QtgeqQep1g3JJIGztvmCuhrNFL3tNSAxCiw",
"boardingPassData": [
{
"agent": {
"city": "zFF",
"country": "TN",
"sign": "gWd"
},
"baggage": {
"carryOnWeight": {
"unit": "KG",
"value": 17.1
},
"checkedInBaggage": {
"bagTagNumber": [
"12345678",
"87654321",
"11223344"
],
"quantity": 2,
"totalWeight": {
"unit": "LB",
"value": 15.4
}
}
},
"bookingClass": "e",
"cabinClass": "FIRST",
"checkInSequenceNumber": "280",
"deck": {
"code": "MIDDLE",
"value": "UPPER"
},
"displayData": {
"accommodation": "BUSINESS",
"agentCityName": "Port Ollieboro",
"arrivalAirportName": "Eltaton",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "4193",
"cabinClassCode": "q",
"cabinText": "ECONOMY",
"carryOnText": "CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Donnellycester",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "3574",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "4569",
"estimatedDepartureDate": "2026-08-21T00:00:00.0Z",
"estimatedDepartureTime": "2567",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "PLATINUM",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "5cko",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "7550",
"scheduledDepartureDate": "2027-05-11T00:00:00.0Z",
"scheduledDepartureTime": "0446",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "widebody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"flightDetail": {
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "SM",
"arrivalTime": "2027-07-15T00:00:00.0Z",
"boardingTime": "1952-04-27T19:30:29.0Z",
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "ET",
"departureFlightScheduleStatus": "DELAYED",
"departureGate": "II",
"departureTerminal": "rV",
"departureTime": "2027-05-12T00:00:00.0Z",
"equipment": "743",
"estimatedArrivalTime": "1896-02-23T14:27:05.0Z",
"estimatedDepartureTime": "1942-09-15T23:45:04.0Z",
"flightNumber": "774",
"operatingAirline": "[ob",
"operatingFlightNumber": "15"
},
"group": "JI4Piz",
"loyaltyAccount": {
"id": "2cc53b8a-482c-4ac9-bec3-5896d5c3381b",
"latestAwardDate": "2025-08-27",
"loyaltyTierLevel": {
"atpco": "54",
"customerInsight": "21",
"name": "silver",
"number": 4,
"priority": 5,
"tag": "ISS"
},
"memberAirline": "[ob",
"memberId": "1451050187",
"membershipStartDate": "2023-09-19",
"mileage": {
"unit": "MILES",
"value": 3195
},
"pnrId": "7",
"points": 42217,
"source": "PNR"
},
"passengerFlightId": "d7tFYg3tyx",
"personName": {
"first": "Bettye",
"last": "Hyatt",
"middle": "Gray",
"prefix": "Dr.",
"raw": "Caroline Bernier",
"suffix": "II"
},
"recordLocator": "TEYECM",
"seatNumber": "17D",
"source": "OTHER",
"standbyPriority": "wG",
"supplementaryData": {
"dhsStatus": 5,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "09247831181521",
"loungeAccess": false,
"selectee": false,
"skyPriority": false,
"spanishLargeFamily": true,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "AF"
},
"ticketCouponNumber": "14",
"ticketNumber": {
"airlineAccountingCode": "852",
"checkDigit": "2",
"number": "53508676137358",
"serialNumber": "7235221012"
},
"zone": "4"
},
{
"agent": {
"city": "dfe",
"country": "NF",
"sign": "Znh"
},
"baggage": {
"carryOnWeight": {
"unit": "KG",
"value": 11.4
},
"checkedInBaggage": {
"bagTagNumber": [
"12345678",
"11223344",
"87654321"
],
"quantity": 1,
"totalWeight": {
"unit": "LB",
"value": 2
}
}
},
"bookingClass": "o",
"cabinClass": "BUSINESS",
"checkInSequenceNumber": "978",
"deck": {
"code": "MAIN",
"value": "MAIN"
},
"displayData": {
"accommodation": "BUSINESS",
"agentCityName": "Janesville",
"arrivalAirportName": "South Cydney",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "6552",
"cabinClassCode": "M",
"cabinText": "ECONOMY",
"carryOnText": "CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Fond du Lac",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "1111",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "5978",
"estimatedDepartureDate": "2027-05-04T00:00:00.0Z",
"estimatedDepartureTime": "5309",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "PLATINUM",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "Ov2J",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "2963",
"scheduledDepartureDate": "2027-02-12T00:00:00.0Z",
"scheduledDepartureTime": "2615",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "regional",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"flightDetail": {
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "ZW",
"arrivalTime": "2027-04-17T00:00:00.0Z",
"boardingTime": "1958-10-05T18:25:52.0Z",
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "BA",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "Yr",
"departureTerminal": "9b",
"departureTime": "2027-06-18T00:00:00.0Z",
"equipment": "344",
"estimatedArrivalTime": "1969-11-07T09:27:40.0Z",
"estimatedDepartureTime": "1941-11-04T11:39:26.0Z",
"flightNumber": "6",
"operatingAirline": "[ob",
"operatingFlightNumber": "799"
},
"group": "olmYbm",
"loyaltyAccount": {
"id": "9578786a-7416-4b98-9fde-defdb22c93bd",
"latestAwardDate": "2026-03-15",
"loyaltyTierLevel": {
"atpco": "90",
"customerInsight": "81",
"name": "silver",
"number": 2,
"priority": 7,
"tag": "JQP"
},
"memberAirline": "[ob",
"memberId": "6030336790",
"membershipStartDate": "2025-12-01",
"mileage": {
"unit": "MILES",
"value": 4051
},
"pnrId": "8",
"points": 48208,
"source": "SSCI"
},
"passengerFlightId": "jbDm93EsWy",
"personName": {
"first": "Edwardo",
"last": "Huels",
"middle": "Greer",
"prefix": "Miss",
"raw": "Cynthia Windler",
"suffix": "I"
},
"recordLocator": "EQCCXR",
"seatNumber": "3B",
"source": "HOST",
"standbyPriority": "z2",
"supplementaryData": {
"dhsStatus": 1,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "03605558178483",
"loungeAccess": false,
"selectee": true,
"skyPriority": false,
"spanishLargeFamily": false,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "BI"
},
"ticketCouponNumber": "31",
"ticketNumber": {
"airlineAccountingCode": "062",
"checkDigit": "1",
"number": "51820936120644",
"serialNumber": "7970152604"
},
"zone": "2"
},
{
"agent": {
"city": "phv",
"country": "FJ",
"sign": "uax"
},
"baggage": {
"carryOnWeight": {
"unit": "KG",
"value": 5.3
},
"checkedInBaggage": {
"bagTagNumber": [
"12345678",
"87654321"
],
"quantity": 2,
"totalWeight": {
"unit": "KG",
"value": 9.1
}
}
},
"bookingClass": "w",
"cabinClass": "PREMIUM_ECONOMY",
"checkInSequenceNumber": "394",
"deck": {
"code": "UPPER",
"value": "OTHER"
},
"displayData": {
"accommodation": "FIRST CLASS",
"agentCityName": "Dimitriborough",
"arrivalAirportName": "Nathenshire",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "2300",
"cabinClassCode": "Q",
"cabinText": "FIRST CLASS",
"carryOnText": "NO CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Lucyfield",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "7191",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "4199",
"estimatedDepartureDate": "2027-07-02T00:00:00.0Z",
"estimatedDepartureTime": "3547",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "GOLD",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "xeJo",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "1292",
"scheduledDepartureDate": "2027-03-26T00:00:00.0Z",
"scheduledDepartureTime": "9188",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "narrowbody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"flightDetail": {
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "BE",
"arrivalTime": "2027-04-22T00:00:00.0Z",
"boardingTime": "1911-01-01T20:35:17.0Z",
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "BD",
"departureFlightScheduleStatus": "DELAYED",
"departureGate": "Lb",
"departureTerminal": "d4",
"departureTime": "2027-06-22T00:00:00.0Z",
"equipment": "970",
"estimatedArrivalTime": "1969-04-12T18:49:24.0Z",
"estimatedDepartureTime": "1920-08-16T22:03:46.0Z",
"flightNumber": "5765",
"operatingAirline": "[ob",
"operatingFlightNumber": "6138"
},
"group": "XWEjgS",
"loyaltyAccount": {
"id": "4dd5a2c4-ec11-4df7-9c0f-9337077ac0b1",
"latestAwardDate": "2026-06-07",
"loyaltyTierLevel": {
"atpco": "78",
"customerInsight": "62",
"name": "silver",
"number": 2,
"priority": 7,
"tag": "vrO"
},
"memberAirline": "[ob",
"memberId": "9600699428",
"membershipStartDate": "2022-11-23",
"mileage": {
"unit": "MILES",
"value": 2141
},
"pnrId": "7",
"points": 75369,
"source": "PNR"
},
"passengerFlightId": "Z5rCfRu10R",
"personName": {
"first": "Lyla",
"last": "Russel",
"middle": "Logan",
"prefix": "Ms.",
"raw": "Lena Torp",
"suffix": "V"
},
"recordLocator": "YHRDTZ",
"seatNumber": "6D",
"source": "HOST",
"standbyPriority": "AK",
"supplementaryData": {
"dhsStatus": 5,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "68766669782436",
"loungeAccess": false,
"selectee": false,
"skyPriority": false,
"spanishLargeFamily": false,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "KZ"
},
"ticketCouponNumber": "99",
"ticketNumber": {
"airlineAccountingCode": "913",
"checkDigit": "4",
"number": "81814582311087",
"serialNumber": "7649498591"
},
"zone": "2"
}
],
"formattedBoardingPass": {
"document": {
"contentType": "application/ogg",
"name": "ugh_transom_angrily.[object Object]",
"value": "XEndD3wrQ17KMC0SrIRJykOaj4crEhSuuATvsNtPmdyEXaBciLwTSXhTpNFh807d"
},
"image": {
"contentType": "image/avif",
"name": "how_gadzooks.[object Object]",
"value": "D2iWaYYUEaRxhD7XAmOjh0QlopfdtLvN65SVo6Jm7aGdb8D6J3uQt32cDG6wLkl1"
},
"pectab": {
"data": {
"contentType": "image/svg+xml",
"name": "overfeed_camouflage_overburden.[object Object]",
"value": "tNDCyDBDIFozpFQcyhN9xnoPWx3wGeRQBemBt1V3TFCxx4RHZYgThwbx5JrTEQDk"
},
"layout": {
"contentType": "image/tiff",
"name": "scowl.[object Object]",
"value": "jkm3awiDcRoY1IRlDZfzSMJ1w4EFt5XhrGgxTwalQ4BLv2eKjViyboNPpF0vnMSa"
},
"template": {
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"name": "for_deflect_brandish.[object Object]",
"value": "RWwLNgbkKtGJemwkSDp154iIApFeYmrjuggP29BcXJlIMv8blU5AePzXanPTxeOt"
},
"templates": [
{
"contentType": "application/x-abiword",
"name": "inasmuch_ugh_elastic.[object Object]",
"value": "DgtacTIFof4soCcq74EDViqkp9DaKaUvwieiBOAUQBp72XImpdH55TupyKIpz44D"
},
{
"contentType": "application/vnd.amazon.ebook",
"name": "advocate_lampoon_above.[object Object]",
"value": "ymRomhypAlLWjjPg6mxuDeMXCNtzhTdIZbzdPHZyU5V5yaAlQmEHzHbw1aPU7sGt"
},
{
"contentType": "application/xml",
"name": "before.[object Object]",
"value": "cPXWnDT0jUBhJOZmX6swH72Y8GxIdIBsyIQHCM40lQJPsc0bhXNPDVMwAqUtyDV8"
},
{
"contentType": "image/bmp",
"name": "colonialism.[object Object]",
"value": "FqOYaD1PuHd1vz9U2NA1YymJe1UPnS13wdiIlUGjXHpkf3Qp8b9Pfz8fL1S65tDs"
}
]
},
"supplementaryData": {
"accommodation": "FIRST CLASS",
"selectee": true,
"skyPriority": true,
"zone": "3"
},
"zpl": {
"contentType": "application/gzip",
"name": "boohoo.[object Object]",
"value": "OTJ6BTdBx1qYrXUxK370WOVRZZ422SLNaU1AhYU1wtuqDzVYM5MCc2VUEhq6TbVq"
}
},
"passengerFlightIds": [
"id02",
"id01"
],
"type": "BOARDING_PASS"
}
],
"checkedBaggage": [
{
"airExtraRefs": [
"id01",
"id02"
],
"airline": "sQ",
"baggageTagTypes": [
{
"code": "p",
"description": "FRAGILE",
"reason": [
{
"code": "84",
"description": "QOSjjNonGyoinxp"
},
{
"code": "07",
"description": "PpimZwhZBrWdFnh"
}
]
},
{
"code": "o",
"description": "STANDARD",
"reason": [
{
"code": "57",
"description": "usJgXzOhymNktJw"
},
{
"code": "54",
"description": "ClquzPMvlnSCfNj"
},
{
"code": "03",
"description": "bwWfMEqIFpbQxli"
},
{
"code": "31",
"description": "YsWFSlGVPcYJcwx"
}
]
},
{
"code": "X",
"description": "DAMAGED",
"reason": [
{
"code": "87",
"description": "KqWIwdCKeuPrHpL"
},
{
"code": "27",
"description": "afqLVBFtqWCbElD"
}
]
},
{
"code": "Q",
"description": "DAMAGED",
"reason": [
{
"code": "39",
"description": "tSkNElZmpJJmbEW"
},
{
"code": "79",
"description": "kJYhDamEsiconWd"
},
{
"code": "59",
"description": "QGAhAKXSDlnNxRa"
},
{
"code": "72",
"description": "PMGQwVsJPhCMDvo"
},
{
"code": "88",
"description": "NGunJYpzQIpAEra"
}
]
}
],
"bagTag": {
"ancillaryBagType": "STANDARD",
"arrivalAirport": "wvK",
"bagTagNumber": "R2K5Uh5c7K",
"bagTagState": "INACTIVE",
"departureAirport": "ECF",
"excludeFromSubsequentBagCalculation": false
},
"freeBaggageAllowance": true,
"id": "e087cb56-d895-40d5-a549-d74f4f92b131",
"segmentRefs": [
"id01",
"id02"
],
"size": {
"unit": "METER",
"value": 165
},
"status": "CHECKED_IN",
"weight": {
"unit": "KILOGRAM",
"value": 13
}
},
{
"airExtraRefs": [
"id01",
"id02"
],
"airline": "sq",
"baggageTagTypes": [
{
"code": "m",
"description": "FRAGILE",
"reason": [
{
"code": "03",
"description": "rfSCtYXVyMfVsXZ"
},
{
"code": "41",
"description": "ozslFQOSoZRHNTR"
},
{
"code": "72",
"description": "JcjYMETQSaRBsaC"
},
{
"code": "89",
"description": "gMwftQzkFVXiRVZ"
},
{
"code": "67",
"description": "tQcXkzLvObCbwEm"
}
]
},
{
"code": "O",
"description": "STANDARD",
"reason": [
{
"code": "21",
"description": "NDoGFeuUVbxGqkC"
},
{
"code": "43",
"description": "qKyitXveVJjUFQb"
},
{
"code": "22",
"description": "GYkyZMPChtUvjrX"
},
{
"code": "41",
"description": "GcvprnhVxUPtbPY"
},
{
"code": "94",
"description": "grdlYSccxvzYIWI"
}
]
},
{
"code": "E",
"description": "FRAGILE",
"reason": [
{
"code": "61",
"description": "SBsEyrueeeAMoPC"
},
{
"code": "19",
"description": "QwyRcruZgYDZFbq"
}
]
}
],
"bagTag": {
"ancillaryBagType": "OTHER",
"arrivalAirport": "OGv",
"bagTagNumber": "BfPK45Yyij",
"bagTagState": "INACTIVE",
"departureAirport": "kKY",
"excludeFromSubsequentBagCalculation": true
},
"freeBaggageAllowance": true,
"id": "48534a97-3cd1-47b6-83fc-4b9170bbacb5",
"segmentRefs": [
"id01",
"id02"
],
"size": {
"unit": "INCH",
"value": 120
},
"status": "NOT_CHECKED_IN",
"weight": {
"unit": "KILOGRAM",
"value": 23.9
}
},
{
"airExtraRefs": [
"id01",
"id02"
],
"airline": "ji",
"baggageTagTypes": [
{
"code": "B",
"description": "DAMAGED",
"reason": [
{
"code": "12",
"description": "SlEmjfZtELmHfCU"
},
{
"code": "80",
"description": "gFWVhJHLHqTAuEw"
},
{
"code": "45",
"description": "qGJkhsXbJuBVnSS"
},
{
"code": "50",
"description": "NvCzVFtPAbsotak"
}
]
},
{
"code": "t",
"description": "DAMAGED",
"reason": [
{
"code": "39",
"description": "pmLvvavcAUHDzyW"
}
]
},
{
"code": "l",
"description": "FRAGILE",
"reason": [
{
"code": "81",
"description": "dqRihVTWURiNASD"
},
{
"code": "63",
"description": "pHYAJdTgPstelDW"
},
{
"code": "02",
"description": "tNPCvWEJrdLhKuj"
}
]
}
],
"bagTag": {
"ancillaryBagType": "OTHER",
"arrivalAirport": "FhX",
"bagTagNumber": "18036fBDAL",
"bagTagState": "ACTIVE",
"departureAirport": "DTW",
"excludeFromSubsequentBagCalculation": true
},
"freeBaggageAllowance": true,
"id": "072f21ed-b510-447b-931a-cf0745e66ff5",
"segmentRefs": [
"id01",
"id02"
],
"size": {
"unit": "CENTIMETER",
"value": 178
},
"status": "NOT_CHECKED_IN",
"weight": {
"unit": "KILOGRAM",
"value": 5.9
}
}
],
"contactDetails": {
"address": [
{
"city": "East Celinehaven",
"companyName": "Harber - Schneider",
"country": "SO",
"id": "9936659f-e2df-4ff2-b6ab-761b93374032",
"personName": {
"first": "Wyatt",
"last": "Schuster",
"middle": "Bailey",
"prefix": "Dr.",
"raw": "Elijah Ledner",
"suffix": "I"
},
"postalCode": "53736-0979",
"stateProvince": "South Carolina",
"street1": "42043 Chapel Street",
"street2": "Apt. 908",
"type": "HOME"
},
{
"city": "New Lavonland",
"companyName": "Quigley, Kunze and Crooks",
"country": "UA",
"id": "501c6f22-bd0f-474e-a65c-6726bb742abd",
"personName": {
"first": "Ethel",
"last": "Nitzsche",
"middle": "Skyler",
"prefix": "Mr.",
"raw": "Roman Deckow",
"suffix": "DDS"
},
"postalCode": "01693",
"stateProvince": "Missouri",
"street1": "171 Freddie Cliff",
"street2": "Suite 668",
"type": "HOME"
},
{
"city": "Hansenmouth",
"companyName": "Prohaska LLC",
"country": "PH",
"id": "319c3408-e759-425b-8aff-2405142812b3",
"personName": {
"first": "Evert",
"last": "Fay",
"middle": "Phoenix",
"prefix": "Miss",
"raw": "Emanuel Yundt",
"suffix": "PhD"
},
"postalCode": "06664",
"stateProvince": "New Mexico",
"street1": "64539 Clement Crescent",
"street2": "Suite 162",
"type": "HOME"
},
{
"city": "Fort Jakayla",
"companyName": "Gerhold and Sons",
"country": "TL",
"id": "4e6a2464-f08a-4125-b2bc-ba5506451f8e",
"personName": {
"first": "Kory",
"last": "Funk",
"middle": "Nico",
"prefix": "Mr.",
"raw": "Billie Lesch",
"suffix": "DDS"
},
"postalCode": "97650-0744",
"stateProvince": "New Mexico",
"street1": "397 Von Ridges",
"street2": "Apt. 660",
"type": "HOME"
},
{
"city": "Greenchester",
"companyName": "Braun and Sons",
"country": "BF",
"id": "52b40082-d370-4045-bb00-49cab2dd9625",
"personName": {
"first": "Vickie",
"last": "Cormier",
"middle": "Emerson",
"prefix": "Dr.",
"raw": "Matthew Wiegand PhD",
"suffix": "III"
},
"postalCode": "36788",
"stateProvince": "Louisiana",
"street1": "9620 Abernathy Alley",
"street2": "Suite 259",
"type": "HOME"
}
],
"email": [
{
"id": "d20c9138-0781-4d71-b9fd-932eaddc3b8f",
"type": "PERSONAL",
"value": "Dominique92@yahoo.com"
},
{
"id": "93e2c600-d855-4512-8e38-dde2575cc6bc",
"type": "PERSONAL",
"value": "Joan.Zieme89@hotmail.com"
},
{
"id": "05be8101-a762-4c4a-bffd-fbe0e1bb16f5",
"type": "PERSONAL",
"value": "Kristin_Ferry@hotmail.com"
},
{
"id": "454ae0b4-1e0f-4c97-9bc8-8a1712b03cff",
"type": "PERSONAL",
"value": "Nellie6@hotmail.com"
}
],
"phone": [
{
"allowedSMS": true,
"areaCode": "035",
"carrier": "VERIZON",
"countryCode": "22",
"extension": "791",
"id": "21058609-76df-41eb-8e52-7aec79b1d4b4",
"number": "77940357",
"type": "MOBILE"
},
{
"allowedSMS": false,
"areaCode": "227",
"carrier": "SPRINT",
"countryCode": "36",
"extension": "583",
"id": "ed0cf02d-60e7-4803-92ca-080cec48d7b4",
"number": "66239855",
"type": "MOBILE"
},
{
"allowedSMS": true,
"areaCode": "785",
"carrier": "VERIZON",
"countryCode": "69",
"extension": "401",
"id": "ef756f00-1db3-472f-a486-c1113c4129d0",
"number": "49361806",
"type": "MOBILE"
}
]
},
"contactTracingDetails": {
"emails": [
{
"countryCode": "BH",
"id": "ad6cea04-6292-4031-b05b-8d87d2282714",
"value": "Javon41@yahoo.com"
}
],
"phones": [
{
"countryCode": "SY",
"id": "3a9ac27d-2c54-4f50-be48-178005bb4941",
"value": "Reta_Grady@yahoo.com"
},
{
"countryCode": "NF",
"id": "abe322f4-061a-44c7-8abb-afa9fe32985a",
"value": "Jadyn33@gmail.com"
}
]
},
"dateOfBirth": "2019-04-03",
"eligibilities": {
"eligibility": [
{
"notEligible": true,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "vK3THFCnYXQaMerfERY8",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "054"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "459"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "517"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "131"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "yNqNZZFcmZea5I8zhc3V",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "620"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "649"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "81b7ZcTaFtfH4buRmkza",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "366"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "DdS27XNZ2dapszDcBFmn",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "351"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "227"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "205"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "ByoGaUT575JFxsF0A0OV",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "903"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "957"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "020"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "172"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "116"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": true,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "ugA5NRHOXco4MvzgKuXV",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "512"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "827"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "738"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "143"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "536"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "EOdIT5z16bMQ0ZJmdESI",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "634"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "057"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "796"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "377"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "657"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "EUfJCz5IqyHVmIRT1031",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "475"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "221"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "265"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "628"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "PyZ7Vg6ifrSHlbNvC2Z6",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "120"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "384"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "532"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "bifeDBFML6rOSEzjh2R5",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "935"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "VSoEMa6XSfeaIm29Sn1J",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "315"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "255"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "414"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "466"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "64utkwZjcDxBegux6eVt",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "434"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "713"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "923"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "998"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "i8WZc9uxPvFAQZ0J8ihy",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "637"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "015"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "778"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "667"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "908"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "tPapy238sk3nlZGxXpz2",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "500"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "443"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "209"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "7m1ExlksrcRrnH4fvAAX",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "277"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "865"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "564"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "6199bHwZvQwCHxqqGzYD",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "088"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "159"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "311"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "097"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "631"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "LIyWL8nJbKFkGtaptwnC",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "520"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "035"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "UK829UgLm1afWe2C0olR",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "213"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "940"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "758"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "Qns6NSCvkqepeoKR28BH",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "792"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "825"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "962"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "XTyDOI0h9pSpVjcux72s",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "864"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "107"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "icUktMtQ5I2IRZ1rVnYQ",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "109"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "471"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "005"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "gQTs5ertfqJDCT1akikT",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "761"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "162"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "705"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "170"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"emd": [
{
"agent": {
"duty": "kW",
"homeBranch": "79822",
"homeLocation": "xru",
"homeStation": "5566",
"lniata": "NcfzXL",
"sine": "lis",
"stationLocation": "BnD",
"stationNumber": "7617",
"ticketingProvider": {
"checkDigit": "6",
"name": "Erdman - Gottlieb",
"number": "173",
"value": "PI"
},
"type": "e",
"workLocation": "sIT"
},
"customer": [
{
"purchaser": {
"firstName": "Harry",
"lastName": "Hermann",
"name": "Dr. Stacey West"
},
"traveler": {
"externalNumber": "23430690",
"firstName": "Madalyn",
"lastName": "McLaughlin",
"name": "Arnold Swaniawski",
"passengerType": "INF"
}
},
{
"purchaser": {
"firstName": "Alycia",
"lastName": "Gutkowski",
"name": "Ricardo Beatty"
},
"traveler": {
"externalNumber": "56858546",
"firstName": "Troy",
"lastName": "Wuckert",
"name": "Laurence Mohr",
"passengerType": "INF"
}
},
{
"purchaser": {
"firstName": "Phyllis",
"lastName": "Johnson",
"name": "Miss Katrina Gutmann"
},
"traveler": {
"externalNumber": "85207510",
"firstName": "Retta",
"lastName": "Fay",
"name": "Leon Willms-Lubowitz",
"passengerType": "ADT"
}
},
{
"purchaser": {
"firstName": "Jean",
"lastName": "Wiegand",
"name": "Shelley Goyette-Farrell"
},
"traveler": {
"externalNumber": "29050617",
"firstName": "Alice",
"lastName": "Mitchell",
"name": "Sherry Harris",
"passengerType": "CHD"
}
},
{
"purchaser": {
"firstName": "Lia",
"lastName": "Reichel",
"name": "Rachel Metz"
},
"traveler": {
"externalNumber": "73706027",
"firstName": "Adeline",
"lastName": "Hamill",
"name": "Betsy Brown",
"passengerType": "ADT"
}
}
],
"emdCoupon": [
{
"classOfService": "V",
"couponNumber": "03",
"endLocation": "LZV",
"marketingFlightNumber": "4053",
"marketingProvider": {
"checkDigit": "2",
"name": "Herman Group",
"number": "138",
"value": "wq"
},
"startDateTime": "2027-07-14T00:00:00.0Z",
"startLocation": "Bnd"
},
{
"classOfService": "e",
"couponNumber": "82",
"endLocation": "MEK",
"marketingFlightNumber": "4731",
"marketingProvider": {
"checkDigit": "9",
"name": "Stroman LLC",
"number": "069",
"value": "nq"
},
"startDateTime": "2026-08-01T00:00:00.0Z",
"startLocation": "YqJ"
},
{
"classOfService": "D",
"couponNumber": "52",
"endLocation": "bhz",
"marketingFlightNumber": "8047",
"marketingProvider": {
"checkDigit": "7",
"name": "Cruickshank and Sons",
"number": "525",
"value": "Vs"
},
"startDateTime": "2027-02-09T00:00:00.0Z",
"startLocation": "Rkv"
},
{
"classOfService": "M",
"couponNumber": "40",
"endLocation": "TKR",
"marketingFlightNumber": "6953",
"marketingProvider": {
"checkDigit": "7",
"name": "O'Hara - Gutkowski",
"number": "341",
"value": "VN"
},
"startDateTime": "2027-05-17T00:00:00.0Z",
"startLocation": "Man"
}
],
"emdNumber": {
"number": "03697981381394"
},
"fareCalculationDetails": "OCfvPxuEBYqjGgW2rHQO",
"fareCalculationMode": "7",
"issueTime": "2025-08-23T00:00:00.0Z",
"miscellaneous": [
{
"associatedTicketNumber": {
"associationType": "dpX",
"checkDigit": "6",
"couponNumber": "77",
"value": "9795726081640"
},
"emdCoupon": [
{
"classOfService": "Q",
"couponNumber": "77",
"endLocation": "iyg",
"marketingFlightNumber": "2791",
"marketingProvider": {
"checkDigit": "0",
"name": "Rohan, Beier and Satterfield",
"number": "776",
"value": "Po"
},
"startDateTime": "2026-08-02T00:00:00.0Z",
"startLocation": "Rcr"
},
{
"classOfService": "J",
"couponNumber": "10",
"endLocation": "lEq",
"marketingFlightNumber": "5690",
"marketingProvider": {
"checkDigit": "2",
"name": "Frami Group",
"number": "552",
"value": "lb"
},
"startDateTime": "2027-03-19T00:00:00.0Z",
"startLocation": "MTw"
},
{
"classOfService": "n",
"couponNumber": "31",
"endLocation": "JxO",
"marketingFlightNumber": "9348",
"marketingProvider": {
"checkDigit": "3",
"name": "Bogisich Inc",
"number": "343",
"value": "Ms"
},
"startDateTime": "2026-08-30T00:00:00.0Z",
"startLocation": "cCg"
},
{
"classOfService": "o",
"couponNumber": "19",
"endLocation": "gfh",
"marketingFlightNumber": "7661",
"marketingProvider": {
"checkDigit": "9",
"name": "Schneider LLC",
"number": "541",
"value": "sc"
},
"startDateTime": "2026-09-07T00:00:00.0Z",
"startLocation": "HSd"
},
{
"classOfService": "b",
"couponNumber": "81",
"endLocation": "FEU",
"marketingFlightNumber": "4028",
"marketingProvider": {
"checkDigit": "7",
"name": "Harber - Huel",
"number": "447",
"value": "tX"
},
"startDateTime": "2027-02-22T00:00:00.0Z",
"startLocation": "KHt"
}
],
"fee": {
"base": {
"text": "288478",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "STN",
"value": 366.77
},
"valueCode": "BMQR"
},
"code": "vwgC",
"coupon": 9,
"description": "Discover the glass new Ball with an exciting mix of Rubber ingredients",
"equivalent": {
"text": "509120",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "BND",
"value": 19.26
},
"valueCode": "Fv5k"
},
"quantity": 3,
"total": {
"text": "542745",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "KMF",
"value": 133.07
},
"valueCode": "6ulk"
},
"totalTax": {
"text": "381279",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "SOS",
"value": 54.02
},
"valueCode": "RrSb"
}
},
"optionalService": {
"feeProvider": {
"checkDigit": "6",
"name": "Runolfsdottir - Heidenreich",
"number": "377",
"value": "Mb"
},
"group": "iHjOT",
"indicators": {
"consumed": "R",
"feeOverride": "a",
"taxExempt": "V"
},
"journeyType": "fC",
"reason": "bKdQYuMfuS"
},
"tax": [
{
"tax": [
{
"exempt": true,
"name": "FIXUKUDyJy",
"sequence": 3,
"status": "QF",
"taxCode": "Uzn",
"text": "219180",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "EGP",
"value": 223.46
},
"valueCode": "rhaS"
},
{
"exempt": true,
"name": "kbonWaWxhi",
"sequence": 5,
"status": "te",
"taxCode": "cgi",
"text": "817489",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "SOS",
"value": 311.06
},
"valueCode": "xWIj"
},
{
"exempt": false,
"name": "xslLfkwcif",
"sequence": 3,
"status": "IT",
"taxCode": "KhP",
"text": "045160",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "CLP",
"value": 40.32
},
"valueCode": "P4Z9"
},
{
"exempt": true,
"name": "EGwuZgmyqU",
"sequence": 3,
"status": "Ey",
"taxCode": "GJz",
"text": "015179",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "TND",
"value": 273.8
},
"valueCode": "Z158"
},
{
"exempt": true,
"name": "eGHlCgtkhX",
"sequence": 2,
"status": "TX",
"taxCode": "pVq",
"text": "907134",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "DJF",
"value": 147.14
},
"valueCode": "tMll"
}
]
},
{
"tax": [
{
"exempt": false,
"name": "erkxRJwzFN",
"sequence": 5,
"status": "lZ",
"taxCode": "WvL",
"text": "363742",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "USD",
"value": 87.67
},
"valueCode": "09HV"
},
{
"exempt": false,
"name": "YvuewkimRY",
"sequence": 4,
"status": "WJ",
"taxCode": "BlD",
"text": "285736",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "GIP",
"value": 14.45
},
"valueCode": "hxV7"
}
]
}
]
},
{
"associatedTicketNumber": {
"associationType": "nOn",
"checkDigit": "5",
"couponNumber": "14",
"value": "4848609288017"
},
"emdCoupon": [
{
"classOfService": "A",
"couponNumber": "24",
"endLocation": "tpe",
"marketingFlightNumber": "2021",
"marketingProvider": {
"checkDigit": "7",
"name": "Reilly - Boyer",
"number": "953",
"value": "Lz"
},
"startDateTime": "2026-11-14T00:00:00.0Z",
"startLocation": "Zhz"
},
{
"classOfService": "f",
"couponNumber": "29",
"endLocation": "ZBE",
"marketingFlightNumber": "6032",
"marketingProvider": {
"checkDigit": "1",
"name": "Quitzon Group",
"number": "296",
"value": "gl"
},
"startDateTime": "2026-07-28T00:00:00.0Z",
"startLocation": "Xgi"
},
{
"classOfService": "U",
"couponNumber": "25",
"endLocation": "Wqn",
"marketingFlightNumber": "9565",
"marketingProvider": {
"checkDigit": "2",
"name": "Schiller - Fadel",
"number": "402",
"value": "et"
},
"startDateTime": "2026-10-28T00:00:00.0Z",
"startLocation": "FIh"
},
{
"classOfService": "X",
"couponNumber": "81",
"endLocation": "jlw",
"marketingFlightNumber": "1945",
"marketingProvider": {
"checkDigit": "5",
"name": "Bartoletti, Hodkiewicz and Wisoky",
"number": "276",
"value": "aT"
},
"startDateTime": "2027-07-01T00:00:00.0Z",
"startLocation": "mjR"
},
{
"classOfService": "u",
"couponNumber": "66",
"endLocation": "uuQ",
"marketingFlightNumber": "5689",
"marketingProvider": {
"checkDigit": "8",
"name": "Tillman, Runolfsson and Stroman",
"number": "974",
"value": "Mo"
},
"startDateTime": "2027-05-21T00:00:00.0Z",
"startLocation": "AlG"
}
],
"fee": {
"base": {
"text": "149552",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "UAH",
"value": 43.64
},
"valueCode": "44Zi"
},
"code": "tdWS",
"coupon": 7,
"description": "Innovative Towels featuring best technology and Aluminum construction",
"equivalent": {
"text": "279800",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "BHD",
"value": 206.35
},
"valueCode": "n8TX"
},
"quantity": 5,
"total": {
"text": "915942",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "ILS",
"value": 102.14
},
"valueCode": "LqYq"
},
"totalTax": {
"text": "488966",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "PKR",
"value": 423.39
},
"valueCode": "gO2K"
}
},
"optionalService": {
"feeProvider": {
"checkDigit": "5",
"name": "Cartwright Group",
"number": "307",
"value": "ir"
},
"group": "ayoaC",
"indicators": {
"consumed": "d",
"feeOverride": "J",
"taxExempt": "o"
},
"journeyType": "na",
"reason": "dyyAEFpXgV"
},
"tax": [
{
"tax": [
{
"exempt": false,
"name": "leQddeyNXK",
"sequence": 5,
"status": "LY",
"taxCode": "XPC",
"text": "053765",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "JOD",
"value": 459.31
},
"valueCode": "bXP7"
},
{
"exempt": false,
"name": "pPjliVjVkE",
"sequence": 5,
"status": "Kt",
"taxCode": "KPd",
"text": "750620",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "ETB",
"value": 39.72
},
"valueCode": "HPKa"
}
]
},
{
"tax": [
{
"exempt": true,
"name": "phwWYWfrFW",
"sequence": 1,
"status": "fj",
"taxCode": "nsk",
"text": "445416",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "KRW",
"value": 370.87
},
"valueCode": "l59v"
}
]
},
{
"tax": [
{
"exempt": true,
"name": "eKdstspuvZ",
"sequence": 4,
"status": "hF",
"taxCode": "fWL",
"text": "883223",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "XAF",
"value": 247.05
},
"valueCode": "qNkg"
},
{
"exempt": false,
"name": "VOSGLOSyup",
"sequence": 1,
"status": "MH",
"taxCode": "TPP",
"text": "004575",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "SOS",
"value": 86.43
},
"valueCode": "T2MT"
},
{
"exempt": true,
"name": "hpqCLsHpWF",
"sequence": 2,
"status": "gc",
"taxCode": "TDM",
"text": "174388",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "CHF",
"value": 175.18
},
"valueCode": "GjA1"
}
]
},
{
"tax": [
{
"exempt": true,
"name": "gUIzNFOaxj",
"sequence": 4,
"status": "gX",
"taxCode": "dsP",
"text": "895818",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "WST",
"value": 106.19
},
"valueCode": "Jckv"
}
]
}
]
}
],
"payment": [
{
"base": {
"applyCreditIndicator": false,
"currency": "DKK",
"value": 227.4
},
"cashIndicator": false,
"formOfPaymentType": "CASH",
"paymentConfirmation": false,
"remarks": "fmyRpyYMFY",
"sequence": 4,
"tax": {
"applyCreditIndicator": false,
"currency": "UAH",
"value": 83.69
},
"total": {
"applyCreditIndicator": true,
"currency": "PAB",
"value": 456.31
}
},
{
"base": {
"applyCreditIndicator": true,
"currency": "SZL",
"value": 235.52
},
"cashIndicator": true,
"formOfPaymentType": "CC",
"paymentConfirmation": true,
"remarks": "SWfuAdkQoM",
"sequence": 3,
"tax": {
"applyCreditIndicator": false,
"currency": "UZS",
"value": 470.9
},
"total": {
"applyCreditIndicator": true,
"currency": "BHD",
"value": 98.09
}
}
],
"priceBreakdown": {
"amounts": {
"base": {
"text": "774111",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "DZD",
"value": 112.31
},
"valueCode": "ucmf"
},
"equivalent": {
"currencyConversion": {
"bankerBuyingRate": 1.1747,
"bankerSellingRate": 1.1205,
"iataClearingHouseRate": 1.1042
},
"text": "075785",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "ANG",
"value": 94.88
},
"valueCode": "z2Pj"
},
"net": {
"text": "938066",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "AOA",
"value": 384.99
},
"valueCode": "wpS7"
},
"tax": [
{
"exempt": false,
"name": "gxwttTShzG",
"sequence": 1,
"status": "dS",
"taxCode": "FBk",
"text": "601087",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "HUF",
"value": 337.98
},
"valueCode": "h1oq"
},
{
"exempt": true,
"name": "cpoBOHKMQx",
"sequence": 3,
"status": "Fi",
"taxCode": "Ilb",
"text": "086249",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "CVE",
"value": 448.26
},
"valueCode": "TawB"
},
{
"exempt": true,
"name": "WsILZHmSUO",
"sequence": 2,
"status": "Vh",
"taxCode": "sxV",
"text": "449312",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "MGA",
"value": 200.85
},
"valueCode": "HYHI"
},
{
"exempt": false,
"name": "hevmfWGzhZ",
"sequence": 4,
"status": "EV",
"taxCode": "XrX",
"text": "484054",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "CHF",
"value": 461.32
},
"valueCode": "Xgh0"
}
],
"total": {
"rateOfExchange": 1.0373,
"text": "441856",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "JMD",
"value": 382.21
},
"valueCode": "cYJF"
},
"totalTax": {
"text": "743881",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "BND",
"value": 401.19
},
"valueCode": "WyPu"
}
},
"taxes": {
"tax": [
{
"exempt": true,
"name": "CwvxniTCfm",
"sequence": 1,
"status": "Ip",
"taxCode": "bgo",
"text": "042583",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "VND",
"value": 274.68
},
"valueCode": "l8ys"
},
{
"exempt": true,
"name": "LLvUgUGKgy",
"sequence": 1,
"status": "Rv",
"taxCode": "HPM",
"text": "901820",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "ERN",
"value": 271.12
},
"valueCode": "ChCl"
}
]
}
},
"reasonForIssue": "MjpXFkonBr",
"relatedDocument": [
{
"associatedTicketNumber": {
"associationType": "ddv",
"checkDigit": "9",
"couponNumber": "36",
"value": "8275869645828"
},
"checkDigit": "6",
"coupon": "62",
"iataNumber": "712",
"issueCity": "Hettieville",
"issueDate": "2026-02-14",
"number": "9084604942506",
"payment": "AtUkV",
"remark": "ZnSNJcqGiU",
"sequence": "91",
"transactionId": "1243792b-f216-42a4-8c78-d19a6178e3af",
"type": "LINKED"
},
{
"associatedTicketNumber": {
"associationType": "hPk",
"checkDigit": "5",
"couponNumber": "21",
"value": "2003664926232"
},
"checkDigit": "4",
"coupon": "54",
"iataNumber": "531",
"issueCity": "Draper",
"issueDate": "2025-08-19",
"number": "3008435377664",
"payment": "iHhkN",
"remark": "bVVquLjnAe",
"sequence": "45",
"transactionId": "d1c3b19f-1d6b-4490-a2b1-04b95ae772ee",
"type": "LINKED"
},
{
"associatedTicketNumber": {
"associationType": "NJG",
"checkDigit": "0",
"couponNumber": "44",
"value": "2083996616208"
},
"checkDigit": "5",
"coupon": "32",
"iataNumber": "816",
"issueCity": "New Kevenport",
"issueDate": "2026-07-13",
"number": "2183901596599",
"payment": "wdCOn",
"remark": "ToEMIRuyWd",
"sequence": "06",
"transactionId": "b8f7a6eb-d112-4adc-ae54-0336b9e0ff4c",
"type": "REFUND"
}
],
"reservation": {
"creationDate": "2026-02-17T00:00:00.0Z",
"provider": "McDermott and Sons",
"recordLocator": "NMFWGU"
},
"systemCreateDateTime": "2025-08-15T00:00:00.0Z",
"type": "KVL"
},
{
"agent": {
"duty": "ul",
"homeBranch": "20592",
"homeLocation": "Qwc",
"homeStation": "6605",
"lniata": "J9TlJT",
"sine": "aGv",
"stationLocation": "TCt",
"stationNumber": "3682",
"ticketingProvider": {
"checkDigit": "7",
"name": "Frami Group",
"number": "563",
"value": "sI"
},
"type": "i",
"workLocation": "gpD"
},
"customer": [
{
"purchaser": {
"firstName": "Avis",
"lastName": "Leffler",
"name": "Heather Schamberger"
},
"traveler": {
"externalNumber": "06846107",
"firstName": "Joany",
"lastName": "Nitzsche",
"name": "Mable Gusikowski-Lemke",
"passengerType": "ADT"
}
},
{
"purchaser": {
"firstName": "Reynold",
"lastName": "Littel",
"name": "Bernard Ledner"
},
"traveler": {
"externalNumber": "01687488",
"firstName": "Susie",
"lastName": "Schaefer",
"name": "Kristin Barrows",
"passengerType": "CHD"
}
},
{
"purchaser": {
"firstName": "Edyth",
"lastName": "Abshire",
"name": "Hattie Wyman"
},
"traveler": {
"externalNumber": "19854711",
"firstName": "Judah",
"lastName": "Will",
"name": "Jean Sauer",
"passengerType": "INF"
}
}
],
"emdCoupon": [
{
"classOfService": "a",
"couponNumber": "54",
"endLocation": "CCh",
"marketingFlightNumber": "0198",
"marketingProvider": {
"checkDigit": "1",
"name": "Robel and Sons",
"number": "305",
"value": "QT"
},
"startDateTime": "2026-08-06T00:00:00.0Z",
"startLocation": "oRw"
},
{
"classOfService": "R",
"couponNumber": "19",
"endLocation": "WcV",
"marketingFlightNumber": "5162",
"marketingProvider": {
"checkDigit": "6",
"name": "Stracke Inc",
"number": "841",
"value": "zC"
},
"startDateTime": "2027-02-05T00:00:00.0Z",
"startLocation": "ewN"
},
{
"classOfService": "D",
"couponNumber": "64",
"endLocation": "OTD",
"marketingFlightNumber": "4038",
"marketingProvider": {
"checkDigit": "3",
"name": "Borer, Welch and Leffler",
"number": "844",
"value": "Hr"
},
"startDateTime": "2027-05-14T00:00:00.0Z",
"startLocation": "Jrg"
},
{
"classOfService": "F",
"couponNumber": "04",
"endLocation": "toc",
"marketingFlightNumber": "8636",
"marketingProvider": {
"checkDigit": "3",
"name": "Pfeffer Inc",
"number": "275",
"value": "El"
},
"startDateTime": "2027-06-30T00:00:00.0Z",
"startLocation": "lUM"
}
],
"emdNumber": {
"number": "37535228868328"
},
"fareCalculationDetails": "Uim9J6ZvH8UVHIU4mp49",
"fareCalculationMode": "3",
"issueTime": "2026-04-30T00:00:00.0Z",
"miscellaneous": [
{
"associatedTicketNumber": {
"associationType": "shv",
"checkDigit": "1",
"couponNumber": "39",
"value": "6050675742927"
},
"emdCoupon": [
{
"classOfService": "S",
"couponNumber": "49",
"endLocation": "KGS",
"marketingFlightNumber": "4685",
"marketingProvider": {
"checkDigit": "9",
"name": "Thiel and Sons",
"number": "789",
"value": "QV"
},
"startDateTime": "2026-11-23T00:00:00.0Z",
"startLocation": "McG"
},
{
"classOfService": "V",
"couponNumber": "78",
"endLocation": "KkH",
"marketingFlightNumber": "9163",
"marketingProvider": {
"checkDigit": "9",
"name": "Padberg, Shields and Brown",
"number": "435",
"value": "az"
},
"startDateTime": "2027-07-01T00:00:00.0Z",
"startLocation": "huT"
},
{
"classOfService": "V",
"couponNumber": "64",
"endLocation": "HqC",
"marketingFlightNumber": "0161",
"marketingProvider": {
"checkDigit": "5",
"name": "Lind - Cassin",
"number": "070",
"value": "gS"
},
"startDateTime": "2027-06-20T00:00:00.0Z",
"startLocation": "yMN"
}
],
"fee": {
"base": {
"text": "325943",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "KRW",
"value": 331.91
},
"valueCode": "1qNi"
},
"code": "y3xl",
"coupon": 1,
"description": "The sleek and impressionable Bike comes with silver LED lighting for smart functionality",
"equivalent": {
"text": "474519",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "KWD",
"value": 438.98
},
"valueCode": "i5tp"
},
"quantity": 4,
"total": {
"text": "649452",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "WST",
"value": 469.56
},
"valueCode": "qfpr"
},
"totalTax": {
"text": "909704",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "IRR",
"value": 308.39
},
"valueCode": "FGi1"
}
},
"optionalService": {
"feeProvider": {
"checkDigit": "7",
"name": "Fritsch - Jaskolski",
"number": "608",
"value": "pD"
},
"group": "HCGQq",
"indicators": {
"consumed": "k",
"feeOverride": "i",
"taxExempt": "m"
},
"journeyType": "of",
"reason": "mOcTnzdnip"
},
"tax": [
{
"tax": [
{
"exempt": true,
"name": "KkfMeWzNZC",
"sequence": 2,
"status": "it",
"taxCode": "BuE",
"text": "139818",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "BYN",
"value": 462.97
},
"valueCode": "9gFi"
},
{
"exempt": false,
"name": "iCnrMPfHYX",
"sequence": 3,
"status": "oF",
"taxCode": "GFE",
"text": "218659",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "MVR",
"value": 430.44
},
"valueCode": "5iYw"
},
{
"exempt": true,
"name": "rpDMEkiVoL",
"sequence": 2,
"status": "UL",
"taxCode": "lUN",
"text": "437882",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "KGS",
"value": 100.69
},
"valueCode": "ndkV"
}
]
}
]
},
{
"associatedTicketNumber": {
"associationType": "hdx",
"checkDigit": "9",
"couponNumber": "78",
"value": "0791144896763"
},
"emdCoupon": [
{
"classOfService": "o",
"couponNumber": "89",
"endLocation": "Jat",
"marketingFlightNumber": "3711",
"marketingProvider": {
"checkDigit": "9",
"name": "Sipes - Glover",
"number": "188",
"value": "eM"
},
"startDateTime": "2027-07-06T00:00:00.0Z",
"startLocation": "ofw"
}
],
"fee": {
"base": {
"text": "160138",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "PHP",
"value": 393.03
},
"valueCode": "WQNT"
},
"code": "kAK0",
"coupon": 1,
"description": "The mint green Tuna combines Eritrea aesthetics with Osmium-based durability",
"equivalent": {
"text": "971006",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "MYR",
"value": 165.97
},
"valueCode": "EkAq"
},
"quantity": 4,
"total": {
"text": "406094",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "KMF",
"value": 396.36
},
"valueCode": "yrei"
},
"totalTax": {
"text": "797833",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "SZL",
"value": 83.57
},
"valueCode": "DBGd"
}
},
"optionalService": {
"feeProvider": {
"checkDigit": "5",
"name": "Skiles Group",
"number": "505",
"value": "iv"
},
"group": "RJRIp",
"indicators": {
"consumed": "r",
"feeOverride": "Z",
"taxExempt": "X"
},
"journeyType": "BR",
"reason": "NddlTzuELj"
},
"tax": [
{
"tax": [
{
"exempt": true,
"name": "fqqeTcaLkf",
"sequence": 5,
"status": "wc",
"taxCode": "Dpk",
"text": "817401",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "HKD",
"value": 393.26
},
"valueCode": "wbrJ"
},
{
"exempt": false,
"name": "uaqulymVpv",
"sequence": 1,
"status": "nI",
"taxCode": "gIF",
"text": "670089",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "TJS",
"value": 498.3
},
"valueCode": "OneW"
}
]
},
{
"tax": [
{
"exempt": true,
"name": "RRTVehbdSb",
"sequence": 4,
"status": "ip",
"taxCode": "GXR",
"text": "244747",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "HTG",
"value": 67.65
},
"valueCode": "ciue"
},
{
"exempt": true,
"name": "cLrlYOCFZi",
"sequence": 5,
"status": "Gm",
"taxCode": "mJF",
"text": "647266",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "ETB",
"value": 491.64
},
"valueCode": "lg9q"
},
{
"exempt": true,
"name": "HtonBItYnG",
"sequence": 2,
"status": "un",
"taxCode": "hWZ",
"text": "512323",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "GEL",
"value": 241.47
},
"valueCode": "X0SO"
},
{
"exempt": true,
"name": "FdamyzheVh",
"sequence": 5,
"status": "WZ",
"taxCode": "eKT",
"text": "430009",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "TJS",
"value": 80.86
},
"valueCode": "lXSl"
}
]
},
{
"tax": [
{
"exempt": false,
"name": "PfnOOPAbCv",
"sequence": 2,
"status": "at",
"taxCode": "rME",
"text": "722264",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "CVE",
"value": 241.95
},
"valueCode": "evrs"
},
{
"exempt": false,
"name": "NCyEQQETzQ",
"sequence": 2,
"status": "dh",
"taxCode": "wdz",
"text": "367544",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "BHD",
"value": 158.74
},
"valueCode": "NBEH"
}
]
}
]
},
{
"associatedTicketNumber": {
"associationType": "nLv",
"checkDigit": "7",
"couponNumber": "72",
"value": "4306119329498"
},
"emdCoupon": [
{
"classOfService": "U",
"couponNumber": "65",
"endLocation": "QLi",
"marketingFlightNumber": "2480",
"marketingProvider": {
"checkDigit": "7",
"name": "Lubowitz, Rolfson and Grant",
"number": "603",
"value": "Ub"
},
"startDateTime": "2026-10-10T00:00:00.0Z",
"startLocation": "BNB"
}
],
"fee": {
"base": {
"text": "169348",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "ZWL",
"value": 39.21
},
"valueCode": "jIx8"
},
"code": "L2ZO",
"coupon": 7,
"description": "Stylish Ball designed to make you stand out with rusty looks",
"equivalent": {
"text": "750490",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "IRR",
"value": 160.28
},
"valueCode": "uwew"
},
"quantity": 2,
"total": {
"text": "751543",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "MGA",
"value": 454.46
},
"valueCode": "SIFn"
},
"totalTax": {
"text": "921907",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "AWG",
"value": 495.71
},
"valueCode": "gdjv"
}
},
"optionalService": {
"feeProvider": {
"checkDigit": "1",
"name": "Bashirian - Stracke",
"number": "674",
"value": "uS"
},
"group": "GAMoz",
"indicators": {
"consumed": "a",
"feeOverride": "Z",
"taxExempt": "r"
},
"journeyType": "dV",
"reason": "CnhEtUCtlE"
},
"tax": [
{
"tax": [
{
"exempt": true,
"name": "tESBqXmGlv",
"sequence": 3,
"status": "nm",
"taxCode": "FUP",
"text": "979577",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "TRY",
"value": 167.41
},
"valueCode": "65vk"
},
{
"exempt": false,
"name": "zlPtuegEPx",
"sequence": 3,
"status": "bO",
"taxCode": "tUW",
"text": "292303",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "SDG",
"value": 323.36
},
"valueCode": "Jhb5"
}
]
},
{
"tax": [
{
"exempt": false,
"name": "CnNpuFEgCf",
"sequence": 5,
"status": "OG",
"taxCode": "wrE",
"text": "631127",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "IRR",
"value": 478.1
},
"valueCode": "xwoy"
},
{
"exempt": true,
"name": "bKhDeREyCN",
"sequence": 3,
"status": "tN",
"taxCode": "TQB",
"text": "147695",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "CUP",
"value": 355.24
},
"valueCode": "72jh"
},
{
"exempt": false,
"name": "GfuFZapUCv",
"sequence": 4,
"status": "sf",
"taxCode": "FRQ",
"text": "377215",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "LRD",
"value": 130.25
},
"valueCode": "bNpw"
},
{
"exempt": false,
"name": "dJAvMSdqfG",
"sequence": 5,
"status": "Bw",
"taxCode": "PQl",
"text": "025719",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "KMF",
"value": 195.25
},
"valueCode": "4hvD"
}
]
}
]
},
{
"associatedTicketNumber": {
"associationType": "adK",
"checkDigit": "3",
"couponNumber": "90",
"value": "8474001470645"
},
"emdCoupon": [
{
"classOfService": "s",
"couponNumber": "13",
"endLocation": "jxI",
"marketingFlightNumber": "4907",
"marketingProvider": {
"checkDigit": "4",
"name": "Ledner, Cummerata and Kovacek",
"number": "944",
"value": "fc"
},
"startDateTime": "2027-02-12T00:00:00.0Z",
"startLocation": "wqI"
},
{
"classOfService": "n",
"couponNumber": "11",
"endLocation": "jwp",
"marketingFlightNumber": "9398",
"marketingProvider": {
"checkDigit": "5",
"name": "Bergnaum, Rau and Robel",
"number": "287",
"value": "nO"
},
"startDateTime": "2026-09-26T00:00:00.0Z",
"startLocation": "gyd"
},
{
"classOfService": "N",
"couponNumber": "93",
"endLocation": "hnn",
"marketingFlightNumber": "5609",
"marketingProvider": {
"checkDigit": "2",
"name": "Nitzsche LLC",
"number": "122",
"value": "fZ"
},
"startDateTime": "2027-07-08T00:00:00.0Z",
"startLocation": "lmR"
},
{
"classOfService": "x",
"couponNumber": "82",
"endLocation": "wjs",
"marketingFlightNumber": "8876",
"marketingProvider": {
"checkDigit": "4",
"name": "Donnelly - Quigley",
"number": "934",
"value": "OD"
},
"startDateTime": "2027-04-05T00:00:00.0Z",
"startLocation": "GyT"
}
],
"fee": {
"base": {
"text": "685610",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "CDF",
"value": 233.27
},
"valueCode": "U2TT"
},
"code": "ZLlx",
"coupon": 4,
"description": "Professional-grade Tuna perfect for mild training and recreational use",
"equivalent": {
"text": "166837",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "SLE",
"value": 299.54
},
"valueCode": "HPKk"
},
"quantity": 2,
"total": {
"text": "034653",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "MXN",
"value": 444.6
},
"valueCode": "L9q8"
},
"totalTax": {
"text": "669017",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "ETB",
"value": 316.28
},
"valueCode": "NjSl"
}
},
"optionalService": {
"feeProvider": {
"checkDigit": "6",
"name": "Roob - Zulauf",
"number": "284",
"value": "nb"
},
"group": "xZaMK",
"indicators": {
"consumed": "V",
"feeOverride": "e",
"taxExempt": "p"
},
"journeyType": "MZ",
"reason": "XunNSjmCMx"
},
"tax": [
{
"tax": [
{
"exempt": true,
"name": "HkNaPJUnRD",
"sequence": 4,
"status": "KY",
"taxCode": "KRh",
"text": "911756",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "SSP",
"value": 62.75
},
"valueCode": "rzSx"
},
{
"exempt": true,
"name": "NRMvktNAze",
"sequence": 1,
"status": "Fy",
"taxCode": "Zyr",
"text": "495006",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "UGX",
"value": 121.32
},
"valueCode": "Wv9U"
},
{
"exempt": true,
"name": "TTFaOgyMar",
"sequence": 5,
"status": "Oq",
"taxCode": "hWO",
"text": "882361",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "MDL",
"value": 50.86
},
"valueCode": "EVo5"
},
{
"exempt": true,
"name": "npMXbCbTOB",
"sequence": 4,
"status": "MV",
"taxCode": "ArM",
"text": "981568",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "DKK",
"value": 395.77
},
"valueCode": "tX1s"
},
{
"exempt": true,
"name": "xTdXFlswQG",
"sequence": 2,
"status": "LN",
"taxCode": "CUb",
"text": "904632",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "AUD",
"value": 302.73
},
"valueCode": "9x82"
}
]
},
{
"tax": [
{
"exempt": false,
"name": "XksBwCjCMp",
"sequence": 3,
"status": "WA",
"taxCode": "iVw",
"text": "275956",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "TWD",
"value": 185
},
"valueCode": "9Y4D"
}
]
},
{
"tax": [
{
"exempt": true,
"name": "ABIChHgJzx",
"sequence": 4,
"status": "zw",
"taxCode": "YtG",
"text": "136812",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "KHR",
"value": 422.43
},
"valueCode": "Amkf"
},
{
"exempt": false,
"name": "QYwAtMeJMi",
"sequence": 4,
"status": "NH",
"taxCode": "ske",
"text": "729375",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "ANG",
"value": 18.38
},
"valueCode": "rICp"
}
]
},
{
"tax": [
{
"exempt": true,
"name": "PLmSgvGJhL",
"sequence": 3,
"status": "bc",
"taxCode": "zQG",
"text": "370279",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "SBD",
"value": 449.46
},
"valueCode": "vO1e"
},
{
"exempt": false,
"name": "asDZoNuAvu",
"sequence": 4,
"status": "En",
"taxCode": "JUX",
"text": "024333",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "GYD",
"value": 443.09
},
"valueCode": "8bSm"
}
]
}
]
}
],
"payment": [
{
"base": {
"applyCreditIndicator": true,
"currency": "MWK",
"value": 109.53
},
"cashIndicator": true,
"formOfPaymentType": "CC",
"paymentConfirmation": false,
"remarks": "HPAasOGwdl",
"sequence": 5,
"tax": {
"applyCreditIndicator": false,
"currency": "RON",
"value": 57.78
},
"total": {
"applyCreditIndicator": true,
"currency": "PEN",
"value": 213.75
}
},
{
"base": {
"applyCreditIndicator": false,
"currency": "MMK",
"value": 39.09
},
"cashIndicator": true,
"formOfPaymentType": "CASH",
"paymentConfirmation": false,
"remarks": "zFGSHWLQrt",
"sequence": 5,
"tax": {
"applyCreditIndicator": false,
"currency": "GNF",
"value": 349.96
},
"total": {
"applyCreditIndicator": true,
"currency": "INR",
"value": 107.82
}
}
],
"priceBreakdown": {
"amounts": {
"base": {
"text": "889536",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "VES",
"value": 433.12
},
"valueCode": "LqTD"
},
"equivalent": {
"currencyConversion": {
"bankerBuyingRate": 0.8962,
"bankerSellingRate": 1.0288,
"iataClearingHouseRate": 1.0507
},
"text": "205001",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "SOS",
"value": 424.84
},
"valueCode": "3V7Y"
},
"net": {
"text": "714499",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "XOF",
"value": 275.33
},
"valueCode": "B6Q0"
},
"tax": [
{
"exempt": true,
"name": "BmZtvElsVi",
"sequence": 5,
"status": "xV",
"taxCode": "eDP",
"text": "624671",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "KZT",
"value": 426.57
},
"valueCode": "KW01"
},
{
"exempt": false,
"name": "uUuMDeFKGM",
"sequence": 3,
"status": "pI",
"taxCode": "msy",
"text": "867735",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "GIP",
"value": 417.09
},
"valueCode": "UjQA"
},
{
"exempt": false,
"name": "gLxxuEckdd",
"sequence": 1,
"status": "rB",
"taxCode": "zKP",
"text": "465705",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "LYD",
"value": 79.09
},
"valueCode": "hgkJ"
},
{
"exempt": false,
"name": "qlWtrOmWsy",
"sequence": 1,
"status": "Gj",
"taxCode": "kwR",
"text": "620268",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "ANG",
"value": 125.43
},
"valueCode": "fEgM"
},
{
"exempt": true,
"name": "qnRsTGLdYl",
"sequence": 4,
"status": "nG",
"taxCode": "qod",
"text": "132526",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "MYR",
"value": 428.31
},
"valueCode": "b9r4"
}
],
"total": {
"rateOfExchange": 1.0625,
"text": "638451",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "DOP",
"value": 450.08
},
"valueCode": "3GSm"
},
"totalTax": {
"text": "537544",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "NPR",
"value": 377.92
},
"valueCode": "bmJ8"
}
},
"taxes": {
"tax": [
{
"exempt": false,
"name": "jKTHfDkGNB",
"sequence": 3,
"status": "Ee",
"taxCode": "pUQ",
"text": "621888",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "KYD",
"value": 68.98
},
"valueCode": "8mj8"
},
{
"exempt": true,
"name": "JdhOjbbGKD",
"sequence": 2,
"status": "qG",
"taxCode": "iNM",
"text": "677353",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "QAR",
"value": 370.18
},
"valueCode": "Mc0t"
},
{
"exempt": false,
"name": "hYBJEXGjcP",
"sequence": 3,
"status": "vE",
"taxCode": "Vjt",
"text": "330530",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "HKD",
"value": 98.42
},
"valueCode": "GfKq"
},
{
"exempt": false,
"name": "jVgoeiSGkQ",
"sequence": 5,
"status": "xe",
"taxCode": "cnp",
"text": "018356",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "ARS",
"value": 76.41
},
"valueCode": "s3hx"
},
{
"exempt": false,
"name": "VQkzqmVMjy",
"sequence": 5,
"status": "IW",
"taxCode": "lGA",
"text": "791265",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "LAK",
"value": 455.09
},
"valueCode": "BCAb"
}
]
}
},
"reasonForIssue": "AaTeqnNhwq",
"relatedDocument": [
{
"associatedTicketNumber": {
"associationType": "OXa",
"checkDigit": "2",
"couponNumber": "51",
"value": "8843668379664"
},
"checkDigit": "2",
"coupon": "61",
"iataNumber": "405",
"issueCity": "Royal Oak",
"issueDate": "2026-06-12",
"number": "8110965214248",
"payment": "btVqT",
"remark": "PFOfxLNOCW",
"sequence": "54",
"transactionId": "9c72977f-f4dd-48c5-af38-cd19264b1e81",
"type": "LINKED"
}
],
"reservation": {
"creationDate": "2026-03-26T00:00:00.0Z",
"provider": "Zieme and Sons",
"recordLocator": "ARXDGB"
},
"systemCreateDateTime": "2026-04-26T00:00:00.0Z",
"type": "rEa"
}
],
"emergencyContact": [
{
"contactDetails": "+15489594796",
"countryCode": "PW",
"id": "b3154de2-29bc-4cad-90f1-e76fc83e34f2",
"name": "Marco Terry",
"otherDetails": "FQEIUFsHQTsNoyk",
"relationship": "friend"
},
{
"contactDetails": "+15425226363",
"countryCode": "BF",
"id": "1d9989b1-3bcd-4e39-bcc5-14716925e492",
"name": "Betty Marvin",
"otherDetails": "kUWFnZfeDJaIfma",
"relationship": "friend"
},
{
"contactDetails": "+14987516181",
"countryCode": "BR",
"id": "8b9cd633-abaa-4110-a44b-61a43a7e3ef3",
"name": "Cecil Goodwin PhD",
"otherDetails": "AuwegGxJgPtRrPK",
"relationship": "sister"
},
{
"contactDetails": "+12704203289",
"countryCode": "TL",
"id": "52360dba-fa44-40c0-81f0-a1f8a0054175",
"name": "Merle Kemmer",
"otherDetails": "GBhgLhRDmgNVZBU",
"relationship": "parent"
},
{
"contactDetails": "+17585027264",
"countryCode": "EG",
"id": "1aa57938-fecc-4e53-8bf7-8646c007926b",
"name": "Miss Edna Grimes",
"otherDetails": "yyqnbmOXUIrsKiT",
"relationship": "spouse"
}
],
"exchangeAvailability": {
"exchangeableEmds": [
{
"airExtraRefs": [
"ae1",
"ae2"
],
"emdNumber": "31000777769518"
},
{
"airExtraRefs": [
"ae1",
"ae2"
],
"emdNumber": "04276485772704"
}
],
"payableAirExtraRefs": [
"ae1",
"ae2"
]
},
"fiscalCode": "RT7Lv8tnXp",
"gender": "MALE",
"genericSpecialRequests": {
"genericSpecialRequest": [
{
"airlineCode": "he",
"airlineFactsType": "OTHER_AIRLINE",
"code": "Rbi9x",
"freeText": "BocslMFCnyVypVm",
"fullText": "BvhmxGHOVDdzPGEQonnHGAFtPVorAc",
"id": "afe517b5-a875-432c-a06b-d1a53c4e2fad",
"messageType": "SSR",
"numberInParty": 8,
"segmentRefs": [
"id01",
"id02"
],
"status": {
"statusCode": "CN",
"value": "VERIFICATION"
},
"syntheticIdentifier": "770288530349450",
"ticketNumber": {
"airlineAccountingCode": "842",
"checkDigit": "0",
"number": "65301634398381",
"serialNumber": "8897471515"
}
},
{
"airlineCode": "Ih",
"airlineFactsType": "HOSTED",
"code": "af5kk",
"freeText": "VXhFXnglJLljHBi",
"fullText": "ofsBOsLPfDtlOMLSlaaZzvfmKUAPmj",
"id": "d3c5cca4-69fd-445c-8aa8-0dd0029ac692",
"messageType": "SSR",
"numberInParty": 7,
"segmentRefs": [
"id01",
"id02"
],
"status": {
"statusCode": "CN",
"value": "UNSUPPORTED"
},
"syntheticIdentifier": "971904562594274",
"ticketNumber": {
"airlineAccountingCode": "683",
"checkDigit": "2",
"number": "43931585364140",
"serialNumber": "9371669645"
}
},
{
"airlineCode": "yu",
"airlineFactsType": "OTHER_AIRLINE",
"code": "87a4W",
"freeText": "iyadoyIAgfdaanb",
"fullText": "xBCbmMahePAWsSoQWQAequedNYZLAX",
"id": "f882d985-822e-4c91-955b-b8de40302b33",
"messageType": "OSI",
"numberInParty": 10,
"segmentRefs": [
"id01",
"id02"
],
"status": {
"statusCode": "HD",
"value": "WAIVED"
},
"syntheticIdentifier": "237522000591719",
"ticketNumber": {
"airlineAccountingCode": "986",
"checkDigit": "6",
"number": "40823710777954",
"serialNumber": "5695278215"
}
},
{
"airlineCode": "AO",
"airlineFactsType": "HOSTED",
"code": "3sypS",
"freeText": "gkjnrixWBQZZrBj",
"fullText": "mFEQUXUypxIknXvqvcPEpAElqYzQAs",
"id": "652dd3bf-b2e5-4548-bc07-13211de22a77",
"messageType": "SSR",
"numberInParty": 8,
"segmentRefs": [
"id01",
"id02"
],
"status": {
"statusCode": "HD",
"value": "WAIVED"
},
"syntheticIdentifier": "338637709550409",
"ticketNumber": {
"airlineAccountingCode": "715",
"checkDigit": "7",
"number": "13931823175141",
"serialNumber": "6727743655"
}
},
{
"airlineCode": "Er",
"airlineFactsType": "OTHER_AIRLINE",
"code": "1KNfX",
"freeText": "HMbKZkAoenuSgjg",
"fullText": "KqimssrwiIKOidUBauYgPJsxqdXLGw",
"id": "fe804039-1755-4b2a-b992-39d45a288500",
"messageType": "OSI",
"numberInParty": 10,
"segmentRefs": [
"id01",
"id02"
],
"status": {
"statusCode": "CN",
"value": "UNSUPPORTED"
},
"syntheticIdentifier": "833270323577415",
"ticketNumber": {
"airlineAccountingCode": "576",
"checkDigit": "0",
"number": "20653967952535",
"serialNumber": "0865167583"
}
}
]
},
"id": "64b4d33f-6682-4591-95f8-bc5f50dcef24",
"iropContact": {
"emails": {
"email": [
{
"address": "Gabriel_Gulgowski76@gmail.com",
"id": "75ac93a4-4c3b-4868-9f98-48f878a0d4c0",
"languageCode": "ES",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "358213756864307"
},
{
"address": "Hollie.Towne40@yahoo.com",
"id": "3354afd6-e5a8-4f54-972b-b800f8afa214",
"languageCode": "FR",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "701839452841272"
},
{
"address": "Myrtis.Hansen63@hotmail.com",
"id": "ff8c9d8f-c78a-4e8b-b473-ccd8e973e77e",
"languageCode": "NL",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "272278472557939"
},
{
"address": "Xzavier.Schimmel35@gmail.com",
"id": "e3aa43e9-50bf-400d-985c-6ad1e3f57bce",
"languageCode": "EN",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "772022026213690"
}
]
},
"phones": {
"phone": [
{
"id": "5abf524e-c186-4473-b8a7-b9ff0e25f76f",
"number": "+15903438112",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "928243714465315"
}
]
},
"refusals": {
"refusal": [
{
"id": "db3983a6-6475-41d8-ae90-25211f0b2bd2",
"reason": "kFfEdfqyJF",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "191851950681437"
},
{
"id": "137ec9cb-6dea-46ed-bb70-086d61c5aa30",
"reason": "iWnFnbPjgs",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "463518508740897"
},
{
"id": "8b425649-a9ca-4129-beb6-fa5f6f2cf88a",
"reason": "OuWztDJGSF",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "846944337800259"
},
{
"id": "3acf01c4-1545-4188-9882-57c132ac07fa",
"reason": "DXZzXlprYm",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "401918517291687"
},
{
"id": "0d1d30ca-ef8b-47a5-94a2-e838b97cc53c",
"reason": "jKTROvieoq",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "137945485609357"
}
]
}
},
"loyaltyAccount": [
{
"id": "33644662-263f-4768-bd8f-cfca614ed17c",
"latestAwardDate": "2025-11-08",
"loyaltyTierLevel": {
"atpco": "32",
"customerInsight": "49",
"name": "gold",
"number": 4,
"priority": 6,
"tag": "OVx"
},
"memberAirline": "[ob",
"memberId": "1895200602",
"membershipStartDate": "2022-01-14",
"mileage": {
"unit": "MILES",
"value": 3391
},
"pnrId": "3",
"points": 97444,
"source": "PNR"
},
{
"id": "362cb6ad-2238-4509-a850-9068ee045d03",
"latestAwardDate": "2025-12-13",
"loyaltyTierLevel": {
"atpco": "33",
"customerInsight": "08",
"name": "silver",
"number": 3,
"priority": 10,
"tag": "NGW"
},
"memberAirline": "[ob",
"memberId": "9892714014",
"membershipStartDate": "2023-09-27",
"mileage": {
"unit": "MILES",
"value": 1317
},
"pnrId": "1",
"points": 53016,
"source": "PNR"
},
{
"id": "7600cf81-d2e7-4265-aa49-59914f9709b9",
"latestAwardDate": "2026-02-04",
"loyaltyTierLevel": {
"atpco": "09",
"customerInsight": "08",
"name": "gold",
"number": 4,
"priority": 9,
"tag": "ToW"
},
"memberAirline": "[ob",
"memberId": "6527595026",
"membershipStartDate": "2023-09-17",
"mileage": {
"unit": "MILES",
"value": 3284
},
"pnrId": "6",
"points": 21375,
"source": "SSCI"
}
],
"nameNumber": "883.4",
"passengerDocument": [
{
"document": {
"applicableCountry": "MR",
"countryOfBirth": "LA",
"dateOfBirth": "2015-01-21",
"expiryDate": "2027-03-15",
"gender": "L",
"id": "9f18916e-a4e8-48b8-8334-6efcc642c57a",
"issueDate": "2025-03-25",
"issuingCountry": "AI",
"issuingPlace": "Lake Phyllishaven",
"nationality": "BLZ",
"number": "2p13ISz5fs",
"personName": {
"first": "Edmond",
"last": "Goodwin-Wuckert",
"middle": "Harper",
"prefix": "Mrs.",
"raw": "Ginger Mayert",
"suffix": "III"
},
"placeOfBirth": "Lake Carolinaboro",
"type": "PASSPORT"
},
"holderType": "SECONDARY",
"inputMethod": "SWIPE",
"multinameHolder": false
}
],
"passengerItineraryParts": {
"passengerItineraryPart": [
{
"airExtra": [
{
"airExtraBundleRef": "9747f72d-69bb-4786-9090-da6d785cbb5f",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": false,
"convertible": false,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 8
},
"exchangeable": false,
"feeApplicationMethod": {
"code": "4",
"value": "ONE_AND_A_HALF_PERCENT_OF_FARE_PER_KG"
},
"formOfRefund": {
"code": "2",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 1
},
"freeOfChargeRules": [
"BOOKING_REQUIRED",
"EMD_REQUIRED",
"BOOKING_REQUIRED",
"EMD_REQUIRED",
"BOOKING_REQUIRED"
],
"interlineable": false,
"inventoryControlled": false,
"paperTicketRequired": true,
"purchaseAtTicketIssue": false,
"purchaseBy": "2026-08-12",
"refundable": false,
"tourCode": "1XFt2s"
},
"bagType": "PET",
"bookingMethod": {
"code": "9=",
"value": "AUXILIARY_SEGMENT"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "EXTRA LEGROOM",
"displayOnly": true,
"electronicMiscDocType": {
"code": "2",
"consumedAtIssuance": false,
"value": "ETICKET"
},
"group": "MEA",
"id": "LTaD3O",
"reasonForIssuance": {
"code": "B",
"value": "INDIVIDUAL_AIRLINE_USE"
},
"sequenceNumber": 41,
"serviceType": {
"code": "0d",
"value": "PREPAID"
},
"specialService": {
"code": "UMNR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 51,
"min": 5,
"name": "SIZE",
"optional": true,
"type": "DECIMAL",
"unit": "IN"
},
{
"allowedValue": [
"DOG"
],
"max": 56,
"min": 5,
"name": "WEIGHT",
"optional": false,
"type": "ENUM",
"unit": "LB"
},
{
"allowedValue": [
"DOG"
],
"max": 38,
"min": 1,
"name": "WEIGHT",
"optional": false,
"type": "DECIMAL",
"unit": "KG"
},
{
"allowedValue": [
"DOG"
],
"max": 41,
"min": 1,
"name": "WEIGHT",
"optional": false,
"type": "DECIMAL",
"unit": "LB"
}
]
},
"type": "OPTIONAL"
},
"ssimCode": "u1k",
"subCode": "941",
"vendor": "SABR",
"weight": [
{
"unit": "KILOGRAM",
"value": 5.5
},
{
"unit": "KILOGRAM",
"value": 9.1
},
{
"unit": "KILOGRAM",
"value": 32.9
}
]
},
"bookingIndicator": "77",
"disassociated": true,
"emdNumber": {
"number": "43942830794109"
},
"emdPaperIndicator": "E",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "27",
"segmentRef": "1fd6f9da-464b-430c-95c8-157cd5e72d6e"
},
{
"emdCouponNumber": "83",
"segmentRef": "9f6f8364-49c6-427c-ac47-bd7d542fae4c"
}
]
},
"feeApplicationIndicator": "27",
"id": "94a08d5d-fc43-4d11-ac55-0e70b18031d9",
"miscFee": {
"dealName": "SPRING DEAL",
"group": "SEA",
"id": "925dc483-5466-44bf-8c30-e89f11fb319f",
"offerName": "MAY WEEKEND DISCOUNT",
"reasonForIssuance": "G",
"subCode": "221"
},
"offerId": {
"id": "ba5adb7a-198b-4ef8-b0b6-b82e42adde45",
"itemId": "2441d19c-a630-4e7e-9cc3-ba851b77fa68"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "OK",
"value": "PENDING"
},
"pnrId": "MNSNGG",
"quantity": 1,
"specialServiceDescription": {
"code": "hoPw",
"properties": {
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "546"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "406"
}
]
},
"text": "vryhWUdydSZuFjZ"
},
"syntheticIdentifier": "13510696209081760308",
"taxExemption": false,
"ticketUsedForEmdPricing": "N",
"type": "MISC_FEE",
"weight": {
"unit": "KILOGRAM",
"value": 20.7
}
},
{
"airExtraBundleRef": "dd4c66ff-2d4b-4031-9421-4a29cc5b3778",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": false,
"convertible": false,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 7
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "4",
"value": "PER_CHECKED_PORTION"
},
"formOfRefund": {
"code": "1",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 3
},
"freeOfChargeRules": [
"BOOKING_REQUIRED",
"BOOKING_REQUIRED",
"EMD_REQUIRED",
"BOOKING_REQUIRED"
],
"interlineable": false,
"inventoryControlled": false,
"paperTicketRequired": false,
"purchaseAtTicketIssue": true,
"purchaseBy": "2027-06-29",
"refundable": true,
"tourCode": "YaReiT"
},
"bagType": "BIKE",
"bookingMethod": {
"code": "8_",
"value": "PER_SERVICE_RECORD"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "PRIORITY BOARDING",
"displayOnly": false,
"electronicMiscDocType": {
"code": "2",
"consumedAtIssuance": true,
"value": "ETICKET"
},
"group": "MEA",
"id": "Korqj9",
"reasonForIssuance": {
"code": "B",
"value": "AIRPORT_SERVICES"
},
"sequenceNumber": 6,
"serviceType": {
"code": "51",
"value": "PREPAID"
},
"specialService": {
"code": "PETC",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 67,
"min": 5,
"name": "SIZE",
"optional": true,
"type": "TEXT",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 54,
"min": 1,
"name": "AGE",
"optional": false,
"type": "INT",
"unit": "LB"
}
]
},
"type": "STRUCTURED"
},
"ssimCode": "fjY",
"subCode": "318",
"vendor": "SABR",
"weight": [
{
"unit": "KILOGRAM",
"value": 11.9
},
{
"unit": "KILOGRAM",
"value": 13
}
]
},
"bookingIndicator": "38",
"disassociated": false,
"emdNumber": {
"number": "68782079318535"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "40",
"segmentRef": "d7a4f487-36f0-47c2-b421-26304b445aab"
},
{
"emdCouponNumber": "41",
"segmentRef": "e619f9bd-352e-4ae6-9204-58ae7313f16a"
},
{
"emdCouponNumber": "00",
"segmentRef": "0d21dccb-eeec-412b-9132-d842eafe9b16"
},
{
"emdCouponNumber": "29",
"segmentRef": "e68fc681-1ede-419e-bcef-70730cf083a5"
},
{
"emdCouponNumber": "37",
"segmentRef": "8b39f4e0-1d0b-46ce-88d4-d5484f020a7b"
}
]
},
"feeApplicationIndicator": "78",
"id": "67630fed-3275-4c08-8a62-c8b1c37a9853",
"miscFee": {
"dealName": "WINTER SALE",
"group": "BG",
"id": "31e046e0-3087-4814-9ed8-4190216f4517",
"offerName": "OFFER A",
"reasonForIssuance": "R",
"subCode": "985"
},
"offerId": {
"id": "8c6f2263-2498-47cf-b73d-9dc0e9165b51",
"itemId": "ff814a9a-35d7-4d43-8b6d-4b691304a743"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "PD",
"value": "PENDING"
},
"pnrId": "TBABGD",
"quantity": 1,
"specialServiceDescription": {
"code": "pYou",
"properties": {
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "166"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "623"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "318"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "561"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "651"
}
]
},
"text": "IOTdkrqLeAJDmqq"
},
"syntheticIdentifier": "83709826895705790031",
"taxExemption": true,
"ticketUsedForEmdPricing": "N",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 49.8
}
}
],
"id": "c32c4350-8a46-4822-9610-736637ac8559",
"itineraryPartRef": "e6bb340c-3f57-49f8-8151-ff8e828250d5"
},
{
"airExtra": [
{
"airExtraBundleRef": "46aaf782-3e37-4c15-8f83-654c841b5abb",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": false,
"convertible": false,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 7
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "3",
"value": "TICKET"
},
"formOfRefund": {
"code": "3",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 2
},
"freeOfChargeRules": [
"EMD_REQUIRED"
],
"interlineable": true,
"inventoryControlled": true,
"paperTicketRequired": true,
"purchaseAtTicketIssue": true,
"purchaseBy": "2027-05-25",
"refundable": false,
"tourCode": "20QXXs"
},
"bagType": "GOLF",
"bookingMethod": {
"code": "0=",
"value": "SPECIAL_SERVICE_REQUEST"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "LOUNGE ACCESS",
"displayOnly": false,
"electronicMiscDocType": {
"code": "1",
"consumedAtIssuance": true,
"value": "FLIGHT_COUPON_ASSOCIATED"
},
"group": "SEA",
"id": "nf40Co",
"reasonForIssuance": {
"code": "A",
"value": "AIRPORT_SERVICES"
},
"sequenceNumber": 90,
"serviceType": {
"code": "SN",
"value": "PREREGISTERED_BAGGAGE"
},
"specialService": {
"code": "WCHR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 29,
"min": 5,
"name": "WEIGHT",
"optional": true,
"type": "TEXT",
"unit": "CM"
}
]
},
"type": "NOTALLOWED"
},
"ssimCode": "SHL",
"subCode": "501",
"vendor": "AMAD",
"weight": [
{
"unit": "KILOGRAM",
"value": 16.3
},
{
"unit": "KILOGRAM",
"value": 20
},
{
"unit": "KILOGRAM",
"value": 32.5
},
{
"unit": "KILOGRAM",
"value": 26.2
},
{
"unit": "KILOGRAM",
"value": 26.3
}
]
},
"bookingIndicator": "78",
"disassociated": true,
"emdNumber": {
"number": "90998147542161"
},
"emdPaperIndicator": "E",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "67",
"segmentRef": "606aac29-823a-44db-8637-2937d292b42b"
}
]
},
"feeApplicationIndicator": "12",
"id": "7217a7c8-99e8-470e-8e41-1b733abc2306",
"miscFee": {
"dealName": "WINTER SALE",
"group": "SEA",
"id": "457762e8-73a2-4404-80d7-e94e524775b9",
"offerName": "OFFER A",
"reasonForIssuance": "A",
"subCode": "978"
},
"offerId": {
"id": "ab9f5c95-48b3-4fdd-ad9e-198ffebfe987",
"itemId": "b1a23ce6-d3ae-4b14-a3af-9f6c6b80729e"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "HD",
"value": "WAIVED"
},
"pnrId": "VZZXNQ",
"quantity": 1,
"specialServiceDescription": {
"code": "gJEp",
"properties": {
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "358"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "989"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "482"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "989"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "442"
}
]
},
"text": "wbJGmDUyfezepeE"
},
"syntheticIdentifier": "07228408314157938375",
"taxExemption": true,
"ticketUsedForEmdPricing": "Y",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 44.6
}
}
],
"id": "af3a5cb9-c978-42b1-bc46-ea93c4c3b14f",
"itineraryPartRef": "e61ca6c1-8ed2-4f79-9ad4-8184d01e0419"
},
{
"airExtra": [
{
"airExtraBundleRef": "a093d5fe-ba2e-4fc5-9512-fcf4d2c55e26",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": true,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 2
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "4",
"value": "ONE_WAY"
},
"formOfRefund": {
"code": "3",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 2
},
"freeOfChargeRules": [
"BOOKING_REQUIRED",
"EMD_REQUIRED",
"BOOKING_REQUIRED"
],
"interlineable": true,
"inventoryControlled": false,
"paperTicketRequired": true,
"purchaseAtTicketIssue": false,
"purchaseBy": "2027-02-03",
"refundable": false,
"tourCode": "vniYpy"
},
"bagType": "GOLF",
"bookingMethod": {
"code": "3^",
"value": "SPECIAL_SERVICE_REQUEST"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "UPTO50LB 23KG",
"displayOnly": true,
"electronicMiscDocType": {
"code": "2",
"consumedAtIssuance": true,
"value": "FLIGHT_COUPON_ASSOCIATED"
},
"group": "BG",
"id": "liOFOb",
"reasonForIssuance": {
"code": "B",
"value": "BAGGAGE"
},
"sequenceNumber": 92,
"serviceType": {
"code": "yW",
"value": "FLIGHT_RELATED"
},
"specialService": {
"code": "WCHR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 87,
"min": 4,
"name": "WEIGHT",
"optional": true,
"type": "DECIMAL",
"unit": "IN"
}
]
},
"type": "OPTIONAL"
},
"ssimCode": "VO5",
"subCode": "653",
"vendor": "AMAD",
"weight": [
{
"unit": "KILOGRAM",
"value": 13.8
},
{
"unit": "KILOGRAM",
"value": 34.4
},
{
"unit": "KILOGRAM",
"value": 26.5
},
{
"unit": "KILOGRAM",
"value": 37.6
}
]
},
"bookingIndicator": "25",
"disassociated": false,
"emdNumber": {
"number": "73962619362503"
},
"emdPaperIndicator": "E",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "87",
"segmentRef": "0182c2bc-fc32-454e-ac87-f4364c4e2b05"
},
{
"emdCouponNumber": "97",
"segmentRef": "513ad579-be8d-4199-8178-3af9a34df856"
}
]
},
"feeApplicationIndicator": "56",
"id": "3ec8c27d-b3a1-48f1-a04d-47889b70565f",
"miscFee": {
"dealName": "SPRING DEAL",
"group": "SEA",
"id": "b09d1099-1a62-46e5-b175-fa39c619bdb1",
"offerName": "MAY WEEKEND DISCOUNT",
"reasonForIssuance": "A",
"subCode": "340"
},
"offerId": {
"id": "42395c3d-775a-4306-82dd-cbbab992dc13",
"itemId": "c3b3e4f4-985f-4a78-a866-8e1b762e8a2b"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "HD",
"value": "PENDING"
},
"pnrId": "PVEDBS",
"quantity": 1,
"specialServiceDescription": {
"code": "NVuo",
"properties": {
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "488"
}
]
},
"text": "IshQUrOZeuvjXpT"
},
"syntheticIdentifier": "70484897616633782024",
"taxExemption": true,
"ticketUsedForEmdPricing": "N",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 49.6
}
},
{
"airExtraBundleRef": "484d30e9-5264-43ac-b911-11bca29f5ab0",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": false,
"customRules": {
"applyHighestTierLevel": false,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 5
},
"exchangeable": false,
"feeApplicationMethod": {
"code": "3",
"value": "ONE_WAY"
},
"formOfRefund": {
"code": "2",
"value": "ORIGINAL"
},
"freeAllowanceEligibility": {
"quantity": 2
},
"freeOfChargeRules": [
"BOOKING_REQUIRED"
],
"interlineable": true,
"inventoryControlled": true,
"paperTicketRequired": true,
"purchaseAtTicketIssue": false,
"purchaseBy": "2026-11-24",
"refundable": true,
"tourCode": "Q96QA5"
},
"bagType": "BIKE",
"bookingMethod": {
"code": "8/",
"value": "CONTACT_AIRLINE"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "PRIORITY BOARDING",
"displayOnly": false,
"electronicMiscDocType": {
"code": "2",
"consumedAtIssuance": true,
"value": "STANDALONE_TICKET_ASSOCIATED"
},
"group": "BG",
"id": "Jd81lb",
"reasonForIssuance": {
"code": "B",
"value": "GROUND_TRANSPORT_NON_AIR_SERVICES"
},
"sequenceNumber": 90,
"serviceType": {
"code": "wI",
"value": "CHARGES"
},
"specialService": {
"code": "PETC",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 19,
"min": 1,
"name": "SIZE",
"optional": true,
"type": "ENUM",
"unit": "IN"
}
]
},
"type": "REQUIRED"
},
"ssimCode": "Xd9",
"subCode": "644",
"vendor": "AMAD",
"weight": [
{
"unit": "KILOGRAM",
"value": 3.7
},
{
"unit": "KILOGRAM",
"value": 13.8
},
{
"unit": "KILOGRAM",
"value": 40.8
},
{
"unit": "KILOGRAM",
"value": 3.1
},
{
"unit": "KILOGRAM",
"value": 33.6
}
]
},
"bookingIndicator": "92",
"disassociated": false,
"emdNumber": {
"number": "32465037401751"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "51",
"segmentRef": "93e3e9a1-a357-4754-b88d-2c7a9c36f8ff"
},
{
"emdCouponNumber": "11",
"segmentRef": "c3e6ebf8-33bf-4f5f-83c8-64db327ecf03"
},
{
"emdCouponNumber": "81",
"segmentRef": "93853a83-8319-412c-88b4-4e7f80eddbb8"
}
]
},
"feeApplicationIndicator": "28",
"id": "8a8285c4-fc80-46bd-a846-7ac0e62f4555",
"miscFee": {
"dealName": "WINTER SALE",
"group": "BG",
"id": "700f485d-f123-446d-aec3-8a53661b3728",
"offerName": "OFFER A",
"reasonForIssuance": "G",
"subCode": "126"
},
"offerId": {
"id": "0b1437e5-689e-481b-a667-9f3bf3500f97",
"itemId": "ccca9242-e922-4c78-8689-1818d3f0bd36"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "OK",
"value": "REJECTED"
},
"pnrId": "MVPAWQ",
"quantity": 5,
"specialServiceDescription": {
"code": "xgVP",
"properties": {
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "352"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "839"
}
]
},
"text": "YFCkBmaUXHARmoE"
},
"syntheticIdentifier": "03234089359185278419",
"taxExemption": false,
"ticketUsedForEmdPricing": "N",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 36.7
}
}
],
"id": "ae7d4cda-53d5-478c-a1cc-403a16eac9f2",
"itineraryPartRef": "3d701ca0-8db8-4796-a020-ea625cf32048"
}
]
},
"passengerRef": "ef45424b-8feb-4b68-9743-2af13332d6d3",
"passengerSegments": {
"passengerSegment": [
{
"additionalTravelInformation": {
"residencyDocumentType": {
"id": "5055c2a8-8a93-4ceb-9ffb-84a7a23f3cb7",
"residencyCountry": "GR",
"value": "RESIDENCE_PERMIT"
},
"returnDate": {
"id": "5ed25ace-37c3-4132-9a7a-c5b3e86b3d58",
"value": "2026-12-01"
},
"stayType": {
"id": "6d5a6f13-831a-41dd-8029-a0b1f068c199",
"value": "VACATION"
},
"timaticDocumentType": {
"id": "3502f78d-3745-426b-8bb2-e0e6cf42bdec",
"value": "BRITISH_PROTECTED_PERSON_PASSPORT"
},
"visaVerified": {
"id": "e3e8e3b2-aa8b-4a0a-8917-092ad8e6c2fe",
"value": false
}
},
"airExtra": [
{
"airExtraBundleRef": "0d9effd2-d1a2-48a3-aacd-dd40a5444d1b",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": false,
"customRules": {
"applyHighestTierLevel": false,
"convertible": false,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 2
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "4",
"value": "TRAVEL"
},
"formOfRefund": {
"code": "3",
"value": "ORIGINAL"
},
"freeAllowanceEligibility": {
"quantity": 5
},
"freeOfChargeRules": [
"EMD_REQUIRED"
],
"interlineable": true,
"inventoryControlled": true,
"paperTicketRequired": true,
"purchaseAtTicketIssue": false,
"purchaseBy": "2027-03-18",
"refundable": true,
"tourCode": "x6gGQ7"
},
"bagType": "BIKE",
"bookingMethod": {
"code": "7@",
"value": "ANY_ALLOWED"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "UPTO50LB 23KG",
"displayOnly": true,
"electronicMiscDocType": {
"code": "3",
"consumedAtIssuance": true,
"value": "ETICKET"
},
"group": "SEA",
"id": "y0DVEe",
"reasonForIssuance": {
"code": "G",
"value": "MERCHANDISE"
},
"sequenceNumber": 68,
"serviceType": {
"code": "cB",
"value": "PREREGISTERED_BAGGAGE"
},
"specialService": {
"code": "BGDA",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 73,
"min": 5,
"name": "SIZE",
"optional": true,
"type": "DECIMAL",
"unit": "CM"
}
]
},
"type": "OPTIONAL"
},
"ssimCode": "93B",
"subCode": "095",
"vendor": "MMGR",
"weight": [
{
"unit": "KILOGRAM",
"value": 7.2
},
{
"unit": "KILOGRAM",
"value": 35.2
}
]
},
"bookingIndicator": "34",
"disassociated": true,
"emdNumber": {
"number": "08883065985508"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "72",
"segmentRef": "5d1429ac-1087-4113-8f7a-fd7804f4c0f7"
}
]
},
"feeApplicationIndicator": "02",
"id": "72b68d17-c95a-46a4-8609-8327b9cb642c",
"miscFee": {
"dealName": "WINTER SALE",
"group": "BG",
"id": "b4f0fb50-0fcb-4617-8b72-354b59cbed52",
"offerName": "OFFER A",
"reasonForIssuance": "G",
"subCode": "727"
},
"offerId": {
"id": "ac825177-04b1-42af-9d97-8744a4668361",
"itemId": "6932ca0d-6f4d-4eb4-b8b9-97cea17ee51d"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "HD",
"value": "VERIFICATION"
},
"pnrId": "FQRJRH",
"quantity": 4,
"specialServiceDescription": {
"code": "BmAS",
"properties": {
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "646"
}
]
},
"text": "YHGyfpWMnBIQCII"
},
"syntheticIdentifier": "84874115150154445411",
"taxExemption": true,
"ticketUsedForEmdPricing": "N",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 38.3
}
},
{
"airExtraBundleRef": "253cef77-effa-40b7-a4fb-a2f153b74742",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": false,
"customRules": {
"applyHighestTierLevel": false,
"convertible": false,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 6
},
"exchangeable": false,
"feeApplicationMethod": {
"code": "1",
"value": "TICKET"
},
"formOfRefund": {
"code": "2",
"value": "ORIGINAL"
},
"freeAllowanceEligibility": {
"quantity": 1
},
"freeOfChargeRules": [
"EMD_REQUIRED",
"BOOKING_REQUIRED",
"EMD_REQUIRED"
],
"interlineable": true,
"inventoryControlled": false,
"paperTicketRequired": false,
"purchaseAtTicketIssue": false,
"purchaseBy": "2027-02-06",
"refundable": true,
"tourCode": "1R5oZ5"
},
"bagType": "PET",
"bookingMethod": {
"code": "4^",
"value": "PER_SERVICE_RECORD"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "UPTO50LB 23KG",
"displayOnly": false,
"electronicMiscDocType": {
"code": "1",
"consumedAtIssuance": true,
"value": "FLIGHT_COUPON_ASSOCIATED"
},
"group": "WIF",
"id": "KJi-pW",
"reasonForIssuance": {
"code": "B",
"value": "IN_FLIGHT_SERVICES"
},
"sequenceNumber": 88,
"serviceType": {
"code": "po",
"value": "FLIGHT_RELATED"
},
"specialService": {
"code": "UMNR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 53,
"min": 3,
"name": "SIZE",
"optional": false,
"type": "TEXT",
"unit": "KG"
},
{
"allowedValue": [
"DOG"
],
"max": 21,
"min": 1,
"name": "WEIGHT",
"optional": true,
"type": "DECIMAL",
"unit": "IN"
},
{
"allowedValue": [
"DOG"
],
"max": 56,
"min": 4,
"name": "SIZE",
"optional": false,
"type": "DECIMAL",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 68,
"min": 3,
"name": "SIZE",
"optional": false,
"type": "ENUM",
"unit": "KG"
}
]
},
"type": "REQUIRED"
},
"ssimCode": "KUL",
"subCode": "169",
"vendor": "SABR",
"weight": [
{
"unit": "KILOGRAM",
"value": 41.4
},
{
"unit": "KILOGRAM",
"value": 22.9
},
{
"unit": "KILOGRAM",
"value": 16.9
}
]
},
"bookingIndicator": "88",
"disassociated": false,
"emdNumber": {
"number": "79997913904387"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "88",
"segmentRef": "6616ea80-d3d2-4942-a67b-3c3918702744"
},
{
"emdCouponNumber": "12",
"segmentRef": "900dc0d8-316f-4070-afcd-fb9f42b1b591"
},
{
"emdCouponNumber": "14",
"segmentRef": "af2f241d-7c57-458b-bd17-4ae31836d572"
},
{
"emdCouponNumber": "84",
"segmentRef": "23369151-1011-4718-8b48-8d338187c41b"
},
{
"emdCouponNumber": "05",
"segmentRef": "ad25331f-c2b1-4d52-9d87-47c693b4087e"
}
]
},
"feeApplicationIndicator": "23",
"id": "8b1e0746-6402-416c-a36f-757f4cc370be",
"miscFee": {
"dealName": "WINTER SALE",
"group": "SEA",
"id": "acf81903-58ca-48db-a79b-22d1b8350f50",
"offerName": "MAY WEEKEND DISCOUNT",
"reasonForIssuance": "A",
"subCode": "626"
},
"offerId": {
"id": "99b3753b-438a-4569-9b02-aff267585fb4",
"itemId": "da6e04f8-6c9a-48dd-a03f-6a22045b0cf0"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "PD",
"value": "FULFILLED"
},
"pnrId": "MGWNUB",
"quantity": 5,
"specialServiceDescription": {
"code": "lfOG",
"properties": {
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "953"
}
]
},
"text": "jyAzRvmjQPRQgFy"
},
"syntheticIdentifier": "36596709936936084446",
"taxExemption": false,
"ticketUsedForEmdPricing": "N",
"type": "MISC_FEE",
"weight": {
"unit": "KILOGRAM",
"value": 8.1
}
},
{
"airExtraBundleRef": "6848af56-279f-441e-ae10-fb5fbc5b3c7f",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": false,
"customRules": {
"applyHighestTierLevel": true,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 1
},
"exchangeable": false,
"feeApplicationMethod": {
"code": "3",
"value": "PER_CHECKED_PORTION"
},
"formOfRefund": {
"code": "3",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 4
},
"freeOfChargeRules": [
"BOOKING_REQUIRED",
"EMD_REQUIRED",
"EMD_REQUIRED"
],
"interlineable": false,
"inventoryControlled": true,
"paperTicketRequired": false,
"purchaseAtTicketIssue": true,
"purchaseBy": "2027-02-28",
"refundable": true,
"tourCode": "YAn1HU"
},
"bagType": "SKI",
"bookingMethod": {
"code": "0_",
"value": "SPECIAL_SERVICE_REQUEST"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "PRIORITY BOARDING",
"displayOnly": true,
"electronicMiscDocType": {
"code": "1",
"consumedAtIssuance": true,
"value": "STANDALONE_TICKET_ASSOCIATED"
},
"group": "BG",
"id": "oS_w6g",
"reasonForIssuance": {
"code": "A",
"value": "OTHER"
},
"sequenceNumber": 59,
"serviceType": {
"code": "x8",
"value": "BAGGAGE_ALLOWANCE"
},
"specialService": {
"code": "UMNR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 18,
"min": 3,
"name": "AGE",
"optional": true,
"type": "DECIMAL",
"unit": "IN"
},
{
"allowedValue": [
"DOG"
],
"max": 27,
"min": 2,
"name": "WEIGHT",
"optional": true,
"type": "INT",
"unit": "KG"
}
]
},
"type": "STRUCTURED"
},
"ssimCode": "CnL",
"subCode": "003",
"vendor": "MMGR",
"weight": [
{
"unit": "KILOGRAM",
"value": 16.7
},
{
"unit": "KILOGRAM",
"value": 24.7
},
{
"unit": "KILOGRAM",
"value": 16.4
}
]
},
"bookingIndicator": "50",
"disassociated": false,
"emdNumber": {
"number": "66022226274467"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "40",
"segmentRef": "a7a1647a-fc9b-4f2a-80ad-62f811e14b09"
},
{
"emdCouponNumber": "34",
"segmentRef": "0e5f9f6a-37fe-416b-9052-7c6e1408203e"
},
{
"emdCouponNumber": "80",
"segmentRef": "ee005881-371f-480c-92c8-1ffed7e62767"
},
{
"emdCouponNumber": "80",
"segmentRef": "fbab59cd-41e0-4abb-8e1b-419278de2f5c"
},
{
"emdCouponNumber": "12",
"segmentRef": "04d19131-b62d-4315-86ff-a88106128128"
}
]
},
"feeApplicationIndicator": "96",
"id": "ba8e5672-b660-4f92-947c-b5d1d7e7290c",
"miscFee": {
"dealName": "WINTER SALE",
"group": "SEA",
"id": "61fa9c85-d441-4816-9c16-775b05b31a1d",
"offerName": "MAY WEEKEND DISCOUNT",
"reasonForIssuance": "A",
"subCode": "905"
},
"offerId": {
"id": "44fff2c3-62d0-43a6-8087-979de4bc2abb",
"itemId": "7ebea5b3-f6b7-44de-8e1c-87cc08f667ae"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "HD",
"value": "PENDING"
},
"pnrId": "DXWVFK",
"quantity": 2,
"specialServiceDescription": {
"code": "eLoo",
"properties": {
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "696"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "385"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "523"
}
]
},
"text": "ONAznGVEorGOLFq"
},
"syntheticIdentifier": "38144844777515458961",
"taxExemption": false,
"ticketUsedForEmdPricing": "N",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 14.8
}
}
],
"baggagePoolId": 616,
"editCodes": {
"editCode": [
{
"code": "oO",
"id": "b72f949f-ea5e-4400-ac2c-ef820ca4624a",
"text": [
{
"id": "9a3fc84a-802c-4cb2-b6d8-8c9339567536",
"lineId": "93",
"value": "PJsQGuNzCHAyygE"
},
{
"id": "76ab1d6a-92c5-4269-b836-e8111d9dbc87",
"lineId": "48",
"value": "kEuZKRNkgPQlkNr"
},
{
"id": "459256dc-97c7-46ce-9679-1148dc2418d2",
"lineId": "34",
"value": "YOCOkSVPrOlstTd"
},
{
"id": "1ace225c-ef1f-4c5f-a5c1-72086101cb08",
"lineId": "89",
"value": "aKYPKoPDMInyBxO"
}
]
},
{
"code": "QO",
"id": "209295b7-e7c9-4457-b9cc-d91c29416a2c",
"text": [
{
"id": "9efece70-74b0-48fc-983d-9d2a8c180fa5",
"lineId": "15",
"value": "GrVhIAJfyulmlKz"
},
{
"id": "436b0d16-7af5-49fe-9a42-0f0692a981a3",
"lineId": "59",
"value": "iUszkngjKLNTzgm"
},
{
"id": "523d368e-df1e-4850-b8c3-d8929f99cfb9",
"lineId": "92",
"value": "KryfIVqegsVXOmz"
},
{
"id": "f4c4e4b9-91ce-4c3a-a453-d1acd1182d4a",
"lineId": "66",
"value": "IohLOnbcRCKnpzS"
}
]
}
]
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "nIi2I1duxP2Jcf5XxdLm",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "552"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "CSM6TvORnG7kvlDP7cj7",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "671"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "947"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "dDYwxB51LH2dx4gDBmsh",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "036"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "333"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "KTfiBGtyGi9qRGSF5Hum",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "908"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "453"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "221"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "394"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "339"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "M8BcvlgpGE0JkmBpM8J7",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "092"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "873"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"id": "cc0d5089-e25c-4c48-9850-269c0e1c2fd7",
"loyaltyAccount": {
"id": "d8c22627-c4ce-468d-baf7-f5ce197e69c8",
"latestAwardDate": "2025-12-21",
"loyaltyTierLevel": {
"atpco": "62",
"customerInsight": "15",
"name": "gold",
"number": 5,
"priority": 6,
"tag": "fOo"
},
"memberAirline": "[ob",
"memberId": "4300688547",
"membershipStartDate": "2026-01-03",
"mileage": {
"unit": "MILES",
"value": 232
},
"pnrId": "8",
"points": 40568,
"source": "SSCI"
},
"nonRevenuePassengerInfo": {
"priorityCode": "VJb",
"seniorityDate": "2007-06-05T00:00:00.0Z",
"upgradeCode": "CBE"
},
"passengerCheckInId": "0pnSuNn3",
"passengerFlight": [
{
"boardingPass": {
"agent": {
"city": "FbC",
"country": "NI",
"sign": "kKV"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 8.3
},
"checkedInBaggage": {
"bagTagNumber": [
"12345678",
"87654321",
"11223344"
],
"quantity": 1,
"totalWeight": {
"unit": "LB",
"value": 8.4
}
}
},
"barCode": "4WVvtK1tEgkee707JEMXZAKsxCgO4EN9bwXVysSx",
"checkInSequenceNumber": "354",
"deck": {
"code": "MAIN",
"value": "MAIN"
},
"displayData": {
"accommodation": "RESIDENCE SUITE",
"agentCityName": "Great Falls",
"arrivalAirportName": "New Citlallifield",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "0306",
"cabinClassCode": "R",
"cabinText": "ECONOMY",
"carryOnText": "NO CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Alexandrefield",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "5259",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "9677",
"estimatedDepartureDate": "2026-08-08T00:00:00.0Z",
"estimatedDepartureTime": "8295",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "GOLD",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "wdoq",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "8386",
"scheduledDepartureDate": "2027-06-11T00:00:00.0Z",
"scheduledDepartureTime": "9521",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "regional",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 1920.92,
"atpcoRule": "Sdt2",
"atpcoTariff": 88,
"bookingClass": "u",
"brand": "bb",
"cabinClass": "BUSINESS",
"cabinClassCode": "V",
"discountCategory": "38",
"fareBasisCode": "Yrnq2E",
"governingAirline": "[ob",
"id": "9db5b412-fcb7-41c4-b448-1a2fddf3ba1c",
"operatingBookingClass": "t",
"privateTariff": true,
"type": "NRF",
"vendor": {
"code": "SMFC",
"value": "SABRE_MYFARES_AIRLINES"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "DZ",
"arrivalFlightScheduleStatus": "EARLY",
"arrivalTerminal": "yt",
"arrivalTime": "2027-02-17T00:00:00.0Z",
"boardingTime": "1896-09-11T21:47:47.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "MA",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "dg",
"departureTerminal": "0B",
"departureTime": "2026-12-14T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2884
},
"equipment": "942",
"estimatedArrivalTime": "1931-10-14T07:13:02.0Z",
"estimatedDepartureTime": "1918-11-25T20:15:43.0Z",
"flightDuration": 102,
"flightNumber": "2847",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-06-08T00:00:00.0Z",
"departureTime": "2027-02-12T00:00:00.0Z",
"duration": 44,
"elapsedTime": 192
},
{
"airport": "[ob",
"arrivalTime": "2027-02-05T00:00:00.0Z",
"departureTime": "2027-03-08T00:00:00.0Z",
"duration": 73,
"elapsedTime": 162
},
{
"airport": "[ob",
"arrivalTime": "2027-02-11T00:00:00.0Z",
"departureTime": "2027-05-05T00:00:00.0Z",
"duration": 123,
"elapsedTime": 239
}
],
"iatci": true,
"id": "2f3e75d7-f5b5-4181-bfd4-87765f0fa4ec",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "7510",
"span": "INTERNATIONAL",
"status": "CANCELLED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 276
},
"formattedBoardingPass": {
"document": {
"contentType": "image/webp",
"name": "council_um.[object Object]",
"value": "K3lfrzXLygEeXQxoUGhjZfLOgz4qqe5DaG9ng47BB4iiHOAXBTP82b9loOA6XzLp"
},
"image": {
"contentType": "application/json",
"name": "notwithstanding_rust.[object Object]",
"value": "rzOV4Q7n7sz8Nu2wlth2d5MfFvc0iAAl61kFYLoFqTaBSXXOQOoZSDZwCyuQVJSO"
},
"pectab": {
"data": {
"contentType": "font/woff2",
"name": "till_ceramic_bah.[object Object]",
"value": "EDhPEjtoGjnf99BkUEUiHDVoE6Ix87Gg4Vto3uyufWbnE0FLXyx9qNAm1PCv6lhl"
},
"layout": {
"contentType": "audio/3gpp",
"name": "the.[object Object]",
"value": "aISveYFFDSUVQMBeTyzFHvvtGDk08ILb0c9sVccl2ZkjrzZq9euLOZ76TvH9k1eE"
},
"template": {
"contentType": "audio/opus",
"name": "whose_loosely_singing.[object Object]",
"value": "g52Q2HQ7E2Kro6GxlMijb6kKcfMVsjebGw39cozeqRYKV2QeLME7GeXyqb0SVJDH"
},
"templates": [
{
"contentType": "audio/midi",
"name": "upward_practical_diversity.[object Object]",
"value": "CNvZR7elSUnqNG3156HBzWUiOydjt2Dpdu9iqb9RTRCTDnBN4HJwluxxOim9QNB4"
},
{
"contentType": "video/mp2t",
"name": "the_with_violin.[object Object]",
"value": "tW5YcJTAk83A3vO11VSHuBXyncCykaevp6RSux8pC5WjbBsbWJFK9mW040Tj4u4N"
}
]
},
"supplementaryData": {
"accommodation": "FIRST CLASS",
"selectee": true,
"skyPriority": true,
"zone": "3"
},
"zpl": {
"contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
"name": "likewise_yesterday.[object Object]",
"value": "heHvuuA29ulkotloloxA26iPcS1PEHs12eTajbyJJseFA8RO17zojqQ49TNxDmOb"
}
},
"group": "EE5Xn2",
"loyaltyAccount": {
"id": "f718d94f-1dbd-430b-9406-08f8ac4295ef",
"latestAwardDate": "2025-09-19",
"loyaltyTierLevel": {
"atpco": "71",
"customerInsight": "39",
"name": "silver",
"number": 4,
"priority": 4,
"tag": "eFq"
},
"memberAirline": "[ob",
"memberId": "1011962868",
"membershipStartDate": "2023-01-29",
"mileage": {
"unit": "MILES",
"value": 2772
},
"pnrId": "0",
"points": 95713,
"source": "SSCI"
},
"personName": {
"first": "Gwen",
"last": "Huel",
"middle": "London",
"prefix": "Mrs.",
"raw": "Dennis Waelchi",
"suffix": "III"
},
"priorityVerificationCard": true,
"recordLocator": "AKBPFA",
"seat": {
"column": "I",
"row": "08",
"value": "14C"
},
"source": "EXTERNAL",
"standbyPriority": "wf",
"supplementaryData": {
"dhsStatus": 3,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "55687498084251",
"loungeAccess": true,
"selectee": true,
"skyPriority": false,
"spanishLargeFamily": true,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "MW"
},
"ticketCouponNumber": "79",
"ticketNumber": {
"airlineAccountingCode": "332",
"checkDigit": "4",
"number": "52856172220000",
"serialNumber": "3016254717"
},
"upgradePriority": "w2DG7",
"zone": "6"
},
"checkedIn": true,
"checkInNumber": 218,
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "ZpguaMGaoLPHuUHSyGNe",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "440"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "819"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "326"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "713"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "512"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "MaeIe454NOFpttTIpFJ0",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "960"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "701"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "024"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "UQe6C51SI8zrY0dr0iCh",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "778"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "310"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "L1D8Xji2vf8HeXLEJYcY",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "341"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "683"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "273"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "TZs5KDPwp8ZQEB5L5Z13",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "127"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "925"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "K7nHIbeJjjCYqBkRC5eE",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "718"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "043"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "975"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "123"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "w28fayQVJWOWPbWo10LS",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "259"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "981"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "828"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INVALID_FLIGHT",
"details": "5mpKqUZGTsVuoIv9Qjt6",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "842"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "KTlYKgCwtqbDmk4eiSVN",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "096"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "527"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "790"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "558"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"flightRefs": [
"id01",
"id02"
],
"id": "f93a33bb-feb4-4ce0-90f0-6f9bbf092923",
"loungeCard": {
"formattedLoungeCard": {
"image": {
"contentType": "video/3gpp",
"name": "meatloaf_subtle.[object Object]",
"value": "WnnScMH065zfsZN5lXpBhglEUEpHyq0bXvVScSeQtPr2IqLOxeQ41ZmuZi3WTLIY"
},
"pectab": {
"data": {
"contentType": "text/html",
"name": "think_weatherize.[object Object]",
"value": "9RX8kjkG6WrZGCSNpbW43VEFFSnkvB4OKm2wJAxVT3O24TbuRTFOtj4dO2ZEpEMk"
},
"layout": {
"contentType": "application/x-7z-compressed",
"name": "tarry_endow_duh.[object Object]",
"value": "JChJy5hT8HstjWlsYBjokdagOM9bTmyV9ssglT0AGIxhX5v4Oe43RSM3p1lHQkdM"
},
"template": {
"contentType": "application/vnd.mozilla.xul+xml",
"name": "save_gloomy_ha.[object Object]",
"value": "lxYG7zN1tnykg9xi8fyrOlVp750KrIPajc0wvgNjklQtRfxbWzduCub8ZCtc2ZtA"
},
"templates": [
{
"contentType": "audio/3gpp2",
"name": "fall_internationalize.[object Object]",
"value": "de9SwNFIVySst35yBGOxjlTYsMBi7MR2KEddtDJ4cXacoBhiWPCPRJAdHNQVnc2u"
}
]
}
}
},
"preReservedSeat": {
"airExtraRef": "10804b67-81c3-4f24-9419-894b5673654e",
"offerId": "86af351d-a89c-436e-92f3-a4401e94569c",
"offerItemId": "e08cecba-cf41-4cdc-b365-765c0e096e47",
"type": "MIDDLE",
"value": "rP"
},
"priorityCode": "VOd",
"seat": {
"airExtraRef": "a06c53ff-16e3-42fd-a606-c6eab82de4bd",
"offerId": "c5daec81-216e-4e7a-abcd-b3002ff7aa9f",
"offerItemId": "fb869f11-6fc8-4c4d-9a14-f4a3bc3f64bc",
"type": "MIDDLE",
"value": "wj"
},
"status": "ON_PRIORITY_LIST",
"upgradeCode": "GKK"
},
{
"boardingPass": {
"agent": {
"city": "cQZ",
"country": "MM",
"sign": "Rfa"
},
"baggage": {
"carryOnWeight": {
"unit": "KG",
"value": 12.2
},
"checkedInBaggage": {
"bagTagNumber": [
"11223344",
"87654321",
"12345678"
],
"quantity": 2,
"totalWeight": {
"unit": "KG",
"value": 16.8
}
}
},
"barCode": "mSfow7VMDDw7jGDBUEdzQtJ2NbL67RuOnRfHPyPE",
"checkInSequenceNumber": "601",
"deck": {
"code": "UPPER",
"value": "UPPER"
},
"displayData": {
"accommodation": "RESIDENCE SUITE",
"agentCityName": "Town 'n' Country",
"arrivalAirportName": "Murraybury",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "6778",
"cabinClassCode": "x",
"cabinText": "BUSINESS",
"carryOnText": "NO CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Fort Tina",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "1398",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "0341",
"estimatedDepartureDate": "2026-12-17T00:00:00.0Z",
"estimatedDepartureTime": "2576",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "SILVER",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "FAi8",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "9038",
"scheduledDepartureDate": "2026-12-12T00:00:00.0Z",
"scheduledDepartureTime": "5188",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "narrowbody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 713.22,
"atpcoRule": "t8CV",
"atpcoTariff": 70,
"bookingClass": "N",
"brand": "3Z",
"cabinClass": "PREMIUM_ECONOMY",
"cabinClassCode": "E",
"discountCategory": "85",
"fareBasisCode": "I7mjQ8",
"governingAirline": "[ob",
"id": "d52b4a33-ad47-4483-9391-6a439bf0b462",
"operatingBookingClass": "k",
"privateTariff": true,
"type": "REF",
"vendor": {
"code": "ATP",
"value": "ATPCO"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "UY",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "LP",
"arrivalTime": "2026-08-18T00:00:00.0Z",
"boardingTime": "1913-07-29T18:49:38.0Z",
"changeOfGauge": false,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "FR",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "Bk",
"departureTerminal": "oP",
"departureTime": "2026-12-12T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2054
},
"equipment": "754",
"estimatedArrivalTime": "1931-11-09T08:23:53.0Z",
"estimatedDepartureTime": "1918-02-16T09:01:33.0Z",
"flightDuration": 468,
"flightNumber": "85",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-07-24T00:00:00.0Z",
"departureTime": "2027-04-26T00:00:00.0Z",
"duration": 142,
"elapsedTime": 252
},
{
"airport": "[ob",
"arrivalTime": "2026-08-05T00:00:00.0Z",
"departureTime": "2027-05-17T00:00:00.0Z",
"duration": 112,
"elapsedTime": 281
},
{
"airport": "[ob",
"arrivalTime": "2027-02-10T00:00:00.0Z",
"departureTime": "2026-11-08T00:00:00.0Z",
"duration": 120,
"elapsedTime": 233
},
{
"airport": "[ob",
"arrivalTime": "2027-03-08T00:00:00.0Z",
"departureTime": "2027-05-10T00:00:00.0Z",
"duration": 67,
"elapsedTime": 195
},
{
"airport": "[ob",
"arrivalTime": "2027-05-15T00:00:00.0Z",
"departureTime": "2026-11-25T00:00:00.0Z",
"duration": 62,
"elapsedTime": 90
}
],
"iatci": true,
"id": "90f89798-b181-45e3-af2f-017d8498003e",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "110",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 742
},
"formattedBoardingPass": {
"document": {
"contentType": "application/rtf",
"name": "throughout_toward.[object Object]",
"value": "O778CwIjTjcv4HbvG2fCtURgryUF5btY1YJfMccVJbNktSoA8WdsQaqVbaXT98Pi"
},
"image": {
"contentType": "audio/opus",
"name": "bank.[object Object]",
"value": "3BlFr90LhlpJvIalYBqnTPoit39Kh8hj2nnGh0Jx1DbYVzVixpkhi3iGEyBwASv2"
},
"pectab": {
"data": {
"contentType": "image/png",
"name": "inasmuch.[object Object]",
"value": "z7z9BToH9A1J2T2uFqssUAKk0QpWTOKzfgFHcn9GzV8EfcEMiw2zD0XofXT3neOx"
},
"layout": {
"contentType": "image/vnd.microsoft.icon",
"name": "redact_necessary.[object Object]",
"value": "ZxuDenkPbl4B8DOxCQQOp9DwBst8MU5EbZd42HVGaCyLLsyQm8BswGIyQeLMGFtR"
},
"template": {
"contentType": "text/javascript",
"name": "because.[object Object]",
"value": "PjH46OlZkmYZqMj4KWWaSjoka1DAZPNonJcoT9NwZzdkLs0cpDmBzQ2uI29OuWxb"
},
"templates": [
{
"contentType": "application/x-tar",
"name": "save.[object Object]",
"value": "HwfSVJYESBVkhkX5AHIHTEwSB7EAo5CKFbhdMduwdLpW1VT9Vn7J6M0xG5KCK8Kw"
},
{
"contentType": "application/octet-stream",
"name": "pace.[object Object]",
"value": "VEMMC7LXchLK4H5UOOPFDHVBzvsgtnpNlLirlOhk2QuM6g7tuus1mEhRFO9Whdsf"
},
{
"contentType": "application/json",
"name": "magnetize_self_reliant.[object Object]",
"value": "uL2zN48zTxoZYkY5TTSNaGE4rFaduVFu4gy4936KheHFMGlrCkmWDyCpuciqrjPj"
},
{
"contentType": "application/vnd.apple.installer+xml",
"name": "savour_leading.[object Object]",
"value": "nRbN1cutwJ7DnwCaVYBF70RecmgAL3LJoh0pv5TzCFLYlMMmwNFXwE0ujPLWFSuy"
},
{
"contentType": "video/mp2t",
"name": "of_tomorrow.[object Object]",
"value": "yfFwarsuMKZ4ziBI7HaVRC89xiZ2jMeAjzs1K4xiTnOSNP0coFiV2dayGg67yNfC"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": true,
"skyPriority": true,
"zone": "8"
},
"zpl": {
"contentType": "image/bmp",
"name": "veto.[object Object]",
"value": "hxdjjNvf4xXDz3Vqig5kxZLSNWtC8JmjV0BGBebwhv3M2D26enh8Kz09gj4Z7jst"
}
},
"group": "qaENQq",
"loyaltyAccount": {
"id": "51ec1842-0389-4282-8bc8-9120a9e2bd73",
"latestAwardDate": "2026-01-20",
"loyaltyTierLevel": {
"atpco": "03",
"customerInsight": "77",
"name": "gold",
"number": 4,
"priority": 7,
"tag": "UXn"
},
"memberAirline": "[ob",
"memberId": "1035180938",
"membershipStartDate": "2024-10-24",
"mileage": {
"unit": "MILES",
"value": 784
},
"pnrId": "5",
"points": 30307,
"source": "PNR"
},
"personName": {
"first": "Ulises",
"last": "Schneider",
"middle": "River",
"prefix": "Ms.",
"raw": "Mrs. Katherine Watsica",
"suffix": "DDS"
},
"priorityVerificationCard": false,
"recordLocator": "HRZGYF",
"seat": {
"column": "V",
"row": "61",
"value": "7D"
},
"source": "EXTERNAL",
"standbyPriority": "XA",
"supplementaryData": {
"dhsStatus": 1,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "22698224874897",
"loungeAccess": true,
"selectee": true,
"skyPriority": false,
"spanishLargeFamily": true,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "IL"
},
"ticketCouponNumber": "49",
"ticketNumber": {
"airlineAccountingCode": "909",
"checkDigit": "0",
"number": "09476758099639",
"serialNumber": "9766737789"
},
"upgradePriority": "M1dqZ",
"zone": "4"
},
"checkedIn": false,
"checkInNumber": 265,
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "eeFZ857Z8mgCo1PsmZXf",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "341"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "572"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "456"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "010"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "tmO2QElUlq7yN3mwd5Vj",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "077"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "999"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "790"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "u6YKCtFlduNqCnPhdWS3",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "237"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "229"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "446"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "niOgVfZGADQk5nc0KaPq",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "614"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "185"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "bZvDf0jjKGluIrMxqmxX",
"message": "It is too early for check-in.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "113"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "325"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "628"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "492"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "5kTjME57PzKcBAg24UK8",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "093"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "550"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "190"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"flightRefs": [
"id01",
"id02"
],
"id": "c9d9d790-951f-428d-a857-128ea2b456b0",
"loungeCard": {
"formattedLoungeCard": {
"image": {
"contentType": "video/webm",
"name": "airport.[object Object]",
"value": "fZTiTfM3x2wGW9gbU18e2EGqt5KB8yN3SrcdilcJSPzSp0NAwQEHFkjWId1jqJDd"
},
"pectab": {
"data": {
"contentType": "text/css",
"name": "at_excepting.[object Object]",
"value": "FMxH4ci98swCiqeRRd8lGx0YSQZMTDeAwE4vNPdmRl9519jrpKPyDbsicm3c9ZEB"
},
"layout": {
"contentType": "image/jpeg",
"name": "gadzooks_biodegradable_than.[object Object]",
"value": "Jq6wDUM2cNDyaKVcEuFUK0dfxdLODAu5xOFQt8N19jZKiwFPMtm5LBLZT7ilp2Pf"
},
"template": {
"contentType": "font/ttf",
"name": "which.[object Object]",
"value": "LKPHV5e6bR1cZGX3feLfcN9OnFXw7xSAAT7ujCvDNGdYnLWL4Aze7nc7P1ooRzuo"
},
"templates": [
{
"contentType": "video/3gpp2",
"name": "circa.[object Object]",
"value": "nAJl9JxEyY3fOcLCIZrPnNVH33s5shHRByvIV3gCDx3HzFuSOwlIXU0Zpkb42pQT"
},
{
"contentType": "application/x-7z-compressed",
"name": "finer_hopelessly_unimpressively.[object Object]",
"value": "92PWgyaMVYPN7M4ERyCjF6m66E1NMQmfvkNVfADfa3AZbjlJYcF6NCXESezeoble"
},
{
"contentType": "audio/webm",
"name": "beautifully_innovate_mortally.[object Object]",
"value": "LHGhVTc1uNpm7CM8DShSdkmXSjEjhXi2eHO5FEZ1qGCdPqzOGq3Oyff6gErsRO6j"
},
{
"contentType": "application/xml",
"name": "along_bah_critical.[object Object]",
"value": "jauHu1LNQoXSQeObk0Fjomemy9tCcWIT50e9iHH2fr9g6zxEjXMyomZK8aBd2TGl"
}
]
}
}
},
"preReservedSeat": {
"airExtraRef": "5b32c1cd-e644-4273-a343-8f43bdffa07f",
"offerId": "b7f36a43-2843-4c51-9eaf-b5771245f108",
"offerItemId": "38eeeaec-d50f-4583-9dfc-a38880060301",
"type": "WINDOW",
"value": "fW"
},
"priorityCode": "ccC",
"seat": {
"airExtraRef": "a9717c36-2aae-4b8b-b37b-f939bba4c4da",
"offerId": "c3bc6a4c-bdc6-4ee2-b980-43dbc90e02f8",
"offerItemId": "abb091dc-d351-4e1a-b040-d1327aececba",
"type": "WINDOW",
"value": "Fl"
},
"status": "UNKNOWN",
"upgradeCode": "IPw"
},
{
"boardingPass": {
"agent": {
"city": "JnD",
"country": "TO",
"sign": "qat"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 8.1
},
"checkedInBaggage": {
"bagTagNumber": [
"11223344",
"12345678"
],
"quantity": 3,
"totalWeight": {
"unit": "KG",
"value": 19.9
}
}
},
"barCode": "Uzr2Sc7icj0u2QYJ6rxHK18SJRUmZJytsxaRWe6c",
"checkInSequenceNumber": "793",
"deck": {
"code": "UPPER",
"value": "MAIN"
},
"displayData": {
"accommodation": "BUSINESS",
"agentCityName": "South Lysannehaven",
"arrivalAirportName": "South Jordynstad",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "8855",
"cabinClassCode": "w",
"cabinText": "FIRST CLASS",
"carryOnText": "NO CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Port Lowell",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "0167",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "2296",
"estimatedDepartureDate": "2026-08-01T00:00:00.0Z",
"estimatedDepartureTime": "7033",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "PLATINUM",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "40nP",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "6837",
"scheduledDepartureDate": "2026-08-08T00:00:00.0Z",
"scheduledDepartureTime": "0406",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "narrowbody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 1578.6,
"atpcoRule": "ndmk",
"atpcoTariff": 55,
"bookingClass": "D",
"brand": "WT",
"cabinClass": "PREMIUM_ECONOMY",
"cabinClassCode": "r",
"discountCategory": "03",
"fareBasisCode": "4d5vv2",
"governingAirline": "[ob",
"id": "f0909c6e-45cb-4014-a5ef-a57efe227840",
"operatingBookingClass": "W",
"privateTariff": false,
"type": "REF",
"vendor": {
"code": "ATP",
"value": "ATPCO"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "UM",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "V6",
"arrivalTime": "2027-04-11T00:00:00.0Z",
"boardingTime": "1939-04-19T05:20:03.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "LY",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "Uz",
"departureTerminal": "Ii",
"departureTime": "2026-12-02T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 4845
},
"equipment": "907",
"estimatedArrivalTime": "1924-02-04T16:52:55.0Z",
"estimatedDepartureTime": "1933-04-10T21:36:23.0Z",
"flightDuration": 149,
"flightNumber": "6760",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-08-18T00:00:00.0Z",
"departureTime": "2027-05-25T00:00:00.0Z",
"duration": 42,
"elapsedTime": 278
},
{
"airport": "[ob",
"arrivalTime": "2026-09-24T00:00:00.0Z",
"departureTime": "2027-05-07T00:00:00.0Z",
"duration": 122,
"elapsedTime": 217
},
{
"airport": "[ob",
"arrivalTime": "2027-04-14T00:00:00.0Z",
"departureTime": "2026-12-28T00:00:00.0Z",
"duration": 42,
"elapsedTime": 175
},
{
"airport": "[ob",
"arrivalTime": "2026-10-19T00:00:00.0Z",
"departureTime": "2027-07-18T00:00:00.0Z",
"duration": 39,
"elapsedTime": 100
}
],
"iatci": false,
"id": "3e86a8e6-1926-44cf-bf58-f2f591c04ac3",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "54",
"span": "INTERNATIONAL",
"status": "ON TIME",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 496
},
"formattedBoardingPass": {
"document": {
"contentType": "image/webp",
"name": "indeed.[object Object]",
"value": "ZKyPfBT1j60OBlTEUDsqtLrtVPpuwQnSMr9HfS0EczBoYttc2d2KmVoXxEJsqdzG"
},
"image": {
"contentType": "application/vnd.ms-fontobject",
"name": "bracelet.[object Object]",
"value": "r9C8HcpBAq5wy8iwgxhrh3khUAu6jRie3vzwNxOrO0PL3oN85ZqJyLrJM2PGoEUp"
},
"pectab": {
"data": {
"contentType": "image/gif",
"name": "fooey_detective_um.[object Object]",
"value": "n4E7dCNCz47zsfEa2aAF3dB4QVWVIegs8EZsU3PGd6etJP3GwrpIxpn4g7zvD7ia"
},
"layout": {
"contentType": "video/x-msvideo",
"name": "misread.[object Object]",
"value": "4X7Ps5lWDsYNESwdEjhwYWzYfO8zAR3NHHk5nvhM2lxFwJTzcBgZBelC6wTZJjGb"
},
"template": {
"contentType": "application/ogg",
"name": "which_unless.[object Object]",
"value": "KdojFLqlafIof03MWVeSanh8W1TIZ5dESCleX5if7eRWFnsH7NHbMkKI7pBr8aCC"
},
"templates": [
{
"contentType": "audio/3gpp2",
"name": "unfinished_etch.[object Object]",
"value": "53kXPoGqnqjkZbqZJ2WB6fmv4XyDV4cugZ7uPT5iSFABqrBMAYOZ0AcxFwuKqgSU"
},
{
"contentType": "video/mpeg",
"name": "militate.[object Object]",
"value": "NMSfUyq5wu9BKN5Osoxx0r5m5PvP6bNqY2pxWhLjPPjXUzXit7OGd92jcoyxPZdZ"
},
{
"contentType": "audio/webm",
"name": "yowza_crumble.[object Object]",
"value": "pGe2BPYOy91Ye0RSMLwhtsrbJitnZeJw7MCe6gUC35WTnDS92CKhZGZYoDHwfUir"
},
{
"contentType": "text/plain",
"name": "awkwardly_round.[object Object]",
"value": "H2VcXchEVwwrBSS2h07BJXm4WZYc6qpwOsAEO7cfT2jAe4ZdYYAdztJfyc8gcICT"
},
{
"contentType": "application/vnd.oasis.opendocument.presentation",
"name": "vainly_indeed_swill.[object Object]",
"value": "81EYYd2aw3uVjgGD4bSZKWSgxxluYXsr3egEwxngXQ6mNpdqnkojPN3A3kb0DDLl"
}
]
},
"supplementaryData": {
"accommodation": "FIRST CLASS",
"selectee": false,
"skyPriority": true,
"zone": "6"
},
"zpl": {
"contentType": "video/ogg",
"name": "huzzah_until_beyond.[object Object]",
"value": "ir2V52fqWPxibqpShw0o3wvrQEBvNhZu9QP7gMkrqN6Yz1C70uZQkmfYhbPim7CQ"
}
},
"group": "nU7RBp",
"loyaltyAccount": {
"id": "c5722772-6d5d-4c30-b695-37dee81ab9e0",
"latestAwardDate": "2026-06-08",
"loyaltyTierLevel": {
"atpco": "53",
"customerInsight": "02",
"name": "platinum",
"number": 2,
"priority": 5,
"tag": "VzZ"
},
"memberAirline": "[ob",
"memberId": "0729376936",
"membershipStartDate": "2026-05-08",
"mileage": {
"unit": "MILES",
"value": 190
},
"pnrId": "3",
"points": 72068,
"source": "PNR"
},
"personName": {
"first": "Aron",
"last": "Schamberger",
"middle": "Ryan",
"prefix": "Ms.",
"raw": "Bernice Durgan DVM",
"suffix": "MD"
},
"priorityVerificationCard": true,
"recordLocator": "YQYZSR",
"seat": {
"column": "z",
"row": "86",
"value": "10E"
},
"source": "OTHER",
"standbyPriority": "zc",
"supplementaryData": {
"dhsStatus": 5,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "35082997705997",
"loungeAccess": true,
"selectee": false,
"skyPriority": false,
"spanishLargeFamily": true,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "BT"
},
"ticketCouponNumber": "38",
"ticketNumber": {
"airlineAccountingCode": "036",
"checkDigit": "5",
"number": "41159066755888",
"serialNumber": "2012306413"
},
"upgradePriority": "MkKgx",
"zone": "0"
},
"checkedIn": false,
"checkInNumber": 341,
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "bVPYzlTypd3L4CBhb7aj",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "395"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "183"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "420"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "167"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "lrwWNLyF2twluhWuBMIF",
"message": "It is too early for check-in.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "512"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "fVQRTUW997ls0xtqboci",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "124"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "601"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "819"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "035"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "561"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"flightRefs": [
"id01",
"id02"
],
"id": "b339916b-52e2-45e5-90c1-7ae0f447ae6d",
"loungeCard": {
"formattedLoungeCard": {
"image": {
"contentType": "application/rtf",
"name": "regarding_bossy.[object Object]",
"value": "RWAGzLYx1uAmIT0Pv3x4bkDHifrkWw1KRKTEW5ncUIGm0QISbWQxiHkF0wvJhW12"
},
"pectab": {
"data": {
"contentType": "audio/aac",
"name": "chunter.[object Object]",
"value": "3iviFfC3ZixdtkOXEcIgCSnDCT4pVgqUuA0twnMeF9Yu7Lb7uSt80VoxXfLr9lTf"
},
"layout": {
"contentType": "image/avif",
"name": "captain_under_supposing.[object Object]",
"value": "zyntthS7wKWbLvnqhwiwoGgQX0GEsaMPVKnMsSevjnDUhpcXEB1HhOzFYwDTq4TJ"
},
"template": {
"contentType": "application/epub+zip",
"name": "orientate.[object Object]",
"value": "CR3coac0hHLE3KK93XxGezXajdJ8jhk6hFKNbQfFhUAfRZFJjFLru27R2dkWj0RI"
},
"templates": [
{
"contentType": "text/html",
"name": "sternly_enlightened.[object Object]",
"value": "zHOJiseEZln9hUipQkuMhCCvlpcL3stzepaREHa6IuIQrYqAsluVzc6KhcAe5bZO"
}
]
}
}
},
"preReservedSeat": {
"airExtraRef": "be9f4204-8181-4ca9-832b-6ddc47366605",
"offerId": "2bfba9bf-e80d-41e1-b22d-ea6d515cde2f",
"offerItemId": "8e8cdd39-dde2-472a-9eac-be5c148b1600",
"type": "MIDDLE",
"value": "qN"
},
"priorityCode": "gbO",
"seat": {
"airExtraRef": "0d15fcd2-457e-4c26-8c57-e96a75b983c4",
"offerId": "642198fc-fb0d-495b-b782-75472c543b60",
"offerItemId": "55ab956c-998d-4245-943b-15262f4d752b",
"type": "AISLE",
"value": "7p"
},
"status": "CHECKED_IN",
"upgradeCode": "bf1"
}
],
"passengerOffer": {
"offerId": "1c1acbdb-02b7-4580-b701-09827c7b",
"offerItems": [
{
"annotations": [
{
"key": "noFHog",
"value": "JPtURilwQL"
}
],
"availableQuantity": 1,
"bannerName": "Licensed",
"characteristics": [
"CH 1A W"
],
"offerItemId": "776b6af2-c238-479b-a3d1-cb037837",
"offerName": "Practical Aluminum Chips",
"price": {
"currency": "ETB",
"value": 432.74
},
"priority": 10
},
{
"annotations": [
{
"key": "mpZAas",
"value": "qcZdejBUZN"
},
{
"key": "BBEdRg",
"value": "CywplrLSNm"
}
],
"availableQuantity": 42,
"bannerName": "Modern",
"characteristics": [
"CH 1A W"
],
"offerItemId": "f846a61a-7d5c-460b-a616-168a0380",
"offerName": "Rustic Marble Bacon",
"price": {
"currency": "LYD",
"value": 45.84
},
"priority": 10
},
{
"annotations": [
{
"key": "bEwSFx",
"value": "anfwycMbuf"
},
{
"key": "TdsMOQ",
"value": "SELjXjFqpL"
},
{
"key": "VLrBrX",
"value": "QZAQQNDIvF"
},
{
"key": "wRZiXt",
"value": "UKhWHXXqUG"
}
],
"availableQuantity": 28,
"bannerName": "Fantastic",
"characteristics": [
"CH 1A W"
],
"offerItemId": "6a4ef3de-29af-4976-bfda-bc38506d",
"offerName": "Recycled Metal Shoes",
"price": {
"currency": "MGA",
"value": 323.38
},
"priority": 9
}
]
},
"passengerType": "INF",
"segmentRef": "1733c3fb-5205-4b63-bc9b-459970c2bb78",
"upgradeAvailability": [
{
"bookingClassAvailabilityRef": "65c8c920-0bb0-4014-9ed5-9960707c7db5",
"cabin": "S",
"description": "Premium Economy",
"id": "120e4f7f-db33-4f14-a9c5-fd47f752a006",
"pricedAncillaryRef": "cde6a78a-0f1c-416a-8611-04e0401a46d0"
},
{
"bookingClassAvailabilityRef": "2ea825c3-35c6-44d7-ace2-121081c4becf",
"cabin": "K",
"description": "First",
"id": "e132f538-0807-49db-aa29-d4dad1e1bbb5",
"pricedAncillaryRef": "dd2819fc-6159-4281-8e0c-08563d0e66c6"
},
{
"bookingClassAvailabilityRef": "ecb3d29c-aa66-4a12-a47c-201b7aa676f5",
"cabin": "L",
"description": "Business",
"id": "a59a03b6-41c7-443b-9968-701d2316fffa",
"pricedAncillaryRef": "dcf2deac-3a2c-4d32-beef-fc887dc8f061"
},
{
"bookingClassAvailabilityRef": "f55df848-4959-410a-adac-2b0b6c9646e3",
"cabin": "k",
"description": "Business",
"id": "28d6dbfc-b0ea-4c9f-bf75-58648da98876",
"pricedAncillaryRef": "b7d91735-b9e2-4f83-9e4d-5da127c21315"
}
]
},
{
"additionalTravelInformation": {
"residencyDocumentType": {
"id": "d7d9f6bf-7648-47bc-85a8-152b8a0d3d2e",
"residencyCountry": "NZ",
"value": "ALIENS_PASSPORT"
},
"returnDate": {
"id": "0baf997e-3b7b-48ab-a8bc-13f5f7e988b9",
"value": "2026-08-31"
},
"stayType": {
"id": "81521bd6-3970-433d-870e-568e2d67151f",
"value": "DUTY"
},
"timaticDocumentType": {
"id": "59d213fc-fd5a-4b5d-a4d8-c929b9ab9250",
"value": "NEXUS_CARD"
},
"visaVerified": {
"id": "860da08c-3b27-4514-9773-26f2b5edb9fc",
"value": true
}
},
"airExtra": [
{
"airExtraBundleRef": "75d05fb3-84c6-4847-a363-96b5dd4b9872",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": false,
"customRules": {
"applyHighestTierLevel": true,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 5
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "2",
"value": "TICKET"
},
"formOfRefund": {
"code": "1",
"value": "ORIGINAL"
},
"freeAllowanceEligibility": {
"quantity": 5
},
"freeOfChargeRules": [
"BOOKING_REQUIRED",
"BOOKING_REQUIRED"
],
"interlineable": true,
"inventoryControlled": true,
"paperTicketRequired": false,
"purchaseAtTicketIssue": false,
"purchaseBy": "2027-03-06",
"refundable": true,
"tourCode": "0aOauY"
},
"bagType": "SURF",
"bookingMethod": {
"code": "0=",
"value": "ANY_ALLOWED"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "EXTRA LEGROOM",
"displayOnly": false,
"electronicMiscDocType": {
"code": "1",
"consumedAtIssuance": false,
"value": "STANDALONE_TICKET_ASSOCIATED"
},
"group": "MEA",
"id": "Hi_o61",
"reasonForIssuance": {
"code": "B",
"value": "AIR_TRANSPORTATION"
},
"sequenceNumber": 2,
"serviceType": {
"code": "bq",
"value": "PREREGISTERED_BAGGAGE"
},
"specialService": {
"code": "BGDA",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 73,
"min": 5,
"name": "AGE",
"optional": true,
"type": "TEXT",
"unit": "KG"
},
{
"allowedValue": [
"DOG"
],
"max": 58,
"min": 3,
"name": "SIZE",
"optional": false,
"type": "TEXT",
"unit": "LB"
},
{
"allowedValue": [
"DOG"
],
"max": 71,
"min": 1,
"name": "AGE",
"optional": false,
"type": "INT",
"unit": "CM"
}
]
},
"type": "OPTIONAL"
},
"ssimCode": "xu2",
"subCode": "561",
"vendor": "AMAD",
"weight": [
{
"unit": "KILOGRAM",
"value": 17.7
}
]
},
"bookingIndicator": "89",
"disassociated": true,
"emdNumber": {
"number": "12884838408806"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "08",
"segmentRef": "24159bb5-f0bb-4b97-ab02-9925d1c7c345"
},
{
"emdCouponNumber": "52",
"segmentRef": "8f62796e-d856-4e29-9eb5-eff71624d282"
},
{
"emdCouponNumber": "27",
"segmentRef": "f04e27f4-99b1-456f-b90a-de986ff853e8"
}
]
},
"feeApplicationIndicator": "92",
"id": "12863efd-fe24-4777-bb88-440c20a6f7ee",
"miscFee": {
"dealName": "WINTER SALE",
"group": "BG",
"id": "49f73e47-f1d1-4fa6-9cea-5bbdc1c648f3",
"offerName": "OFFER A",
"reasonForIssuance": "R",
"subCode": "195"
},
"offerId": {
"id": "277446f0-cf6d-46c8-83e1-8598d7de66e6",
"itemId": "0c830a99-b952-41fe-824c-a9f5c63645d9"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "HD",
"value": "VERIFICATION"
},
"pnrId": "KKBYUZ",
"quantity": 3,
"specialServiceDescription": {
"code": "nzDs",
"properties": {
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "030"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "091"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "122"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "829"
}
]
},
"text": "LXZlcHTXcGezwQm"
},
"syntheticIdentifier": "30348205876152022216",
"taxExemption": true,
"ticketUsedForEmdPricing": "Y",
"type": "MISC_FEE",
"weight": {
"unit": "KILOGRAM",
"value": 39.9
}
},
{
"airExtraBundleRef": "8ffba684-15b8-4b5d-abbb-1843f04a314f",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": true,
"convertible": false,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 5
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "2",
"value": "TICKET"
},
"formOfRefund": {
"code": "3",
"value": "ORIGINAL"
},
"freeAllowanceEligibility": {
"quantity": 5
},
"freeOfChargeRules": [
"EMD_REQUIRED",
"EMD_REQUIRED",
"EMD_REQUIRED",
"EMD_REQUIRED",
"EMD_REQUIRED"
],
"interlineable": false,
"inventoryControlled": false,
"paperTicketRequired": false,
"purchaseAtTicketIssue": true,
"purchaseBy": "2027-03-01",
"refundable": false,
"tourCode": "xYrQTC"
},
"bagType": "SKI",
"bookingMethod": {
"code": "3_",
"value": "AUXILIARY_SEGMENT"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "PRIORITY BOARDING",
"displayOnly": false,
"electronicMiscDocType": {
"code": "3",
"consumedAtIssuance": true,
"value": "STANDALONE_TICKET_ASSOCIATED"
},
"group": "WIF",
"id": "XioaJ-",
"reasonForIssuance": {
"code": "G",
"value": "AIR_TRANSPORTATION"
},
"sequenceNumber": 45,
"serviceType": {
"code": "Sw",
"value": "CHARGES"
},
"specialService": {
"code": "BGDA",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 27,
"min": 3,
"name": "SIZE",
"optional": false,
"type": "DECIMAL",
"unit": "IN"
}
]
},
"type": "OPTIONAL"
},
"ssimCode": "cAa",
"subCode": "005",
"vendor": "AMAD",
"weight": [
{
"unit": "KILOGRAM",
"value": 28.5
},
{
"unit": "KILOGRAM",
"value": 32.2
}
]
},
"bookingIndicator": "22",
"disassociated": true,
"emdNumber": {
"number": "98171506111663"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "47",
"segmentRef": "cf71cb59-567e-4395-80f2-2970d4478c3f"
}
]
},
"feeApplicationIndicator": "95",
"id": "fa3ef1d6-e30a-49e4-9542-11e10df5a24b",
"miscFee": {
"dealName": "WINTER SALE",
"group": "SEA",
"id": "3c1f38e9-7569-4aa1-8571-752fa17f1e4d",
"offerName": "MAY WEEKEND DISCOUNT",
"reasonForIssuance": "G",
"subCode": "842"
},
"offerId": {
"id": "19c35d6d-3d4f-467d-8da1-5ff44900c7a1",
"itemId": "dd9a8afd-5c45-46b4-a143-5d8ac26c117a"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "HD",
"value": "REJECTED"
},
"pnrId": "TYXWXH",
"quantity": 5,
"specialServiceDescription": {
"code": "hyAc",
"properties": {
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "556"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "235"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "793"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "244"
}
]
},
"text": "sEHMPgqfcDncVmC"
},
"syntheticIdentifier": "48302410538313307342",
"taxExemption": false,
"ticketUsedForEmdPricing": "Y",
"type": "MISC_FEE",
"weight": {
"unit": "KILOGRAM",
"value": 23.4
}
}
],
"baggagePoolId": 306,
"editCodes": {
"editCode": [
{
"code": "Wv",
"id": "22204915-de60-4cee-ac53-05e699a981ca",
"text": [
{
"id": "9d5121ab-f8af-4bf7-ae71-6df4a13f533d",
"lineId": "50",
"value": "RvZfiMwykFDognT"
}
]
},
{
"code": "Un",
"id": "d27c22ef-8048-4d66-824f-33be5aca246e",
"text": [
{
"id": "49325395-5b57-4def-b659-e609b24de390",
"lineId": "34",
"value": "UoKcquMQKqIlzfR"
},
{
"id": "f7aa4481-d4fc-40c4-ba1c-8e2c1d83f651",
"lineId": "88",
"value": "qothgzdMBrwjCVL"
}
]
},
{
"code": "fv",
"id": "74768108-1e2c-4a33-9d0a-1b4fd244f4a2",
"text": [
{
"id": "591e9195-e7a4-4ad9-a88a-149d64d49d40",
"lineId": "19",
"value": "AJXJfTDbDNslujz"
},
{
"id": "a1af2c0d-3d12-4523-a833-1712b994a097",
"lineId": "10",
"value": "iqWGzAKeYNVlhxz"
},
{
"id": "5461845c-bced-4c4a-b224-6f80043b92c7",
"lineId": "91",
"value": "EuUSBcPeQGpzJNL"
}
]
}
]
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "VCOL5vmBLvq7XW6eypQD",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "252"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "IT2MGimsQay1U9PDaS9M",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "053"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "951"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "969"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "82rjh6PvhHqVXYWvVU9S",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "243"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "213"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "936"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "286"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INVALID_FLIGHT",
"details": "nFc2fuTpHuegVyUQqYGv",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "455"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "D4YAe7VJvjX5auMbnLVi",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "689"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "043"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "9lxhPimlCU8TsCYVOmv4",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "511"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "210"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "782"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "255"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "jEl0wAc7uzrZQ0grkIq5",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "293"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "500"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "779"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "mj0QHHmeuXeFcYeTP4lI",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "404"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"id": "f6bd9d7a-4256-4c74-a481-ef7f90030141",
"loyaltyAccount": {
"id": "3a091141-490f-4659-b0c7-be945fae8c11",
"latestAwardDate": "2026-07-09",
"loyaltyTierLevel": {
"atpco": "07",
"customerInsight": "65",
"name": "gold",
"number": 5,
"priority": 9,
"tag": "KMG"
},
"memberAirline": "[ob",
"memberId": "0390881174",
"membershipStartDate": "2024-06-18",
"mileage": {
"unit": "MILES",
"value": 2617
},
"pnrId": "5",
"points": 26133,
"source": "SSCI"
},
"nonRevenuePassengerInfo": {
"priorityCode": "Dvi",
"seniorityDate": "2011-09-21T00:00:00.0Z",
"upgradeCode": "YTg"
},
"passengerCheckInId": "s9DxMNjr",
"passengerFlight": [
{
"boardingPass": {
"agent": {
"city": "hpa",
"country": "DK",
"sign": "aHb"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 15
},
"checkedInBaggage": {
"bagTagNumber": [
"11223344",
"87654321",
"12345678"
],
"quantity": 3,
"totalWeight": {
"unit": "KG",
"value": 14.4
}
}
},
"barCode": "lMXl8UAjNJCCamTlNGeMvdKZeXZtWc68WwZKaQyT",
"checkInSequenceNumber": "227",
"deck": {
"code": "MAIN",
"value": "OTHER"
},
"displayData": {
"accommodation": "FIRST CLASS",
"agentCityName": "McLaughlinborough",
"arrivalAirportName": "VonRuedenberg",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "6998",
"cabinClassCode": "r",
"cabinText": "FIRST CLASS",
"carryOnText": "CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Cleveland",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "3051",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "1300",
"estimatedDepartureDate": "2027-07-21T00:00:00.0Z",
"estimatedDepartureTime": "2038",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "GOLD",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "f4Ie",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "4214",
"scheduledDepartureDate": "2027-01-10T00:00:00.0Z",
"scheduledDepartureTime": "9552",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "regional",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 1177.12,
"atpcoRule": "7X95",
"atpcoTariff": 45,
"bookingClass": "F",
"brand": "oz",
"cabinClass": "PREMIUM_BUSINESS",
"cabinClassCode": "U",
"discountCategory": "44",
"fareBasisCode": "TWSFPY",
"governingAirline": "[ob",
"id": "747b19d0-e0df-48a0-831c-edabcfed1957",
"operatingBookingClass": "K",
"privateTariff": true,
"type": "REF",
"vendor": {
"code": "SMFC",
"value": "SABRE_MYFARES_AIRLINES"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "DE",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "Dd",
"arrivalTime": "2027-04-10T00:00:00.0Z",
"boardingTime": "1947-04-25T11:41:27.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "DZ",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "i3",
"departureTerminal": "5d",
"departureTime": "2027-03-10T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3126
},
"equipment": "753",
"estimatedArrivalTime": "1967-03-30T01:27:42.0Z",
"estimatedDepartureTime": "1893-04-01T14:51:56.0Z",
"flightDuration": 500,
"flightNumber": "85",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-05-23T00:00:00.0Z",
"departureTime": "2026-08-20T00:00:00.0Z",
"duration": 160,
"elapsedTime": 236
},
{
"airport": "[ob",
"arrivalTime": "2027-05-06T00:00:00.0Z",
"departureTime": "2026-11-30T00:00:00.0Z",
"duration": 30,
"elapsedTime": 254
},
{
"airport": "[ob",
"arrivalTime": "2027-04-28T00:00:00.0Z",
"departureTime": "2026-12-27T00:00:00.0Z",
"duration": 168,
"elapsedTime": 298
}
],
"iatci": false,
"id": "d9e6fe3d-f846-413d-9bef-cbba143ad2ff",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "324",
"span": "INTERNATIONAL",
"status": "ON TIME",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": true,
"timeToDeparture": 791
},
"formattedBoardingPass": {
"document": {
"contentType": "application/pdf",
"name": "stitcher_politely_abseil.[object Object]",
"value": "OrCEEHAHgvKkP1Tc2hScHZUKKSZ6JNyu80KpeTrEv5BnP6oT0gyLtR7415nVZPF8"
},
"image": {
"contentType": "image/vnd.microsoft.icon",
"name": "how.[object Object]",
"value": "Maq8N5u4dr7NwCnlB4tKpD0UfvcT2JrSY6KyOZUbt138809iXxT9SiXfQ2djiqSA"
},
"pectab": {
"data": {
"contentType": "application/vnd.visio",
"name": "during_interestingly.[object Object]",
"value": "9B7kF0EFEHwawwO6MbPlIVEeLINdzxUsD5PqIXB2vSsGrps5ANC4b61XPmZERCvd"
},
"layout": {
"contentType": "audio/wav",
"name": "after_heartbeat_deflate.[object Object]",
"value": "AmPYTdRtUHDuq66R7ZBNoxFJ1ZC8LNMKz5QrzZwfBQP9gPqWZP7MWVhkiJSIrNpN"
},
"template": {
"contentType": "font/otf",
"name": "dual_noxious_dereference.[object Object]",
"value": "2MCgx5Tia0yRksYkHRayMmVYvTRpjyCR839P2rXh0U4AJMlINIcCtaYxbts0HM1S"
},
"templates": [
{
"contentType": "text/calendar",
"name": "knowledgeably.[object Object]",
"value": "tXexdiiQIq8jRVcsmM5oZMGwNbmUgRha1bUkaGeoN7I0GfJ9P8CxhOUFtoIvRHFu"
},
{
"contentType": "application/msword",
"name": "unabashedly_tenderly_covenant.[object Object]",
"value": "GVZe5WJzOalTHEZn11aGLb2KBg7BQCLNSJd6NVG76HGXCPk7avrQ2lQmjtgsF82v"
},
{
"contentType": "text/plain",
"name": "beneath_that.[object Object]",
"value": "FrBeqYpKMLsPoMoqNVuy6p9w5Ef2fnXCNbFmOxKSizXZWUotanBaez1z0eNFWyJP"
}
]
},
"supplementaryData": {
"accommodation": "FIRST CLASS",
"selectee": true,
"skyPriority": true,
"zone": "3"
},
"zpl": {
"contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"name": "gah_out_hm.[object Object]",
"value": "RASGZ8CHYKI0oysNvQtUUJaab9Ld3Lo3Sqoi4O7YGBVvyf5m1RzvD6DY3Qt5wVKR"
}
},
"group": "DknqXS",
"loyaltyAccount": {
"id": "52c513aa-0bcc-49b4-a2e9-d95b0a8e1d26",
"latestAwardDate": "2025-09-30",
"loyaltyTierLevel": {
"atpco": "40",
"customerInsight": "69",
"name": "silver",
"number": 5,
"priority": 10,
"tag": "Osm"
},
"memberAirline": "[ob",
"memberId": "3933864889",
"membershipStartDate": "2023-12-25",
"mileage": {
"unit": "MILES",
"value": 3122
},
"pnrId": "9",
"points": 85333,
"source": "PNR"
},
"personName": {
"first": "Sanford",
"last": "Bashirian",
"middle": "Brooklyn",
"prefix": "Mrs.",
"raw": "Mitchell West",
"suffix": "DDS"
},
"priorityVerificationCard": true,
"recordLocator": "YXPYFD",
"seat": {
"column": "a",
"row": "42",
"value": "29C"
},
"source": "HOST",
"standbyPriority": "ho",
"supplementaryData": {
"dhsStatus": 5,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "14197697517414",
"loungeAccess": true,
"selectee": false,
"skyPriority": true,
"spanishLargeFamily": false,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "GL"
},
"ticketCouponNumber": "06",
"ticketNumber": {
"airlineAccountingCode": "701",
"checkDigit": "6",
"number": "40691711699616",
"serialNumber": "6846642300"
},
"upgradePriority": "WVYKY",
"zone": "5"
},
"checkedIn": true,
"checkInNumber": 436,
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "dml0rUTeOKmjckP0d56A",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "050"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "672"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "ON5fvlWilW7P4N1fZO0G",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "839"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "679"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "JwFGITCWgXT7lzhIp0jY",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "191"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "726"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "276"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "AmKFvoLIhTtVW8sdS0yd",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "571"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "OUC9802nO81eaRr1PrDz",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "710"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "083"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "362"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "428"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"flightRefs": [
"id01",
"id02"
],
"id": "f62e0ead-a902-42d9-9413-9ea22ae8cf82",
"loungeCard": {
"formattedLoungeCard": {
"image": {
"contentType": "font/woff",
"name": "brace.[object Object]",
"value": "XoXDwv2xvhef3vixNsSKTDzzc7YSmrdt8yxVSzEVMIaE79pvjCvra2YJfx71fsIk"
},
"pectab": {
"data": {
"contentType": "image/bmp",
"name": "wherever.[object Object]",
"value": "vCdRylWkcDCWhU7SOYVq5lmOScpngyEXIV8Gq3uL3dxVSXtbq9ul7SYHtMASlwwW"
},
"layout": {
"contentType": "application/vnd.rar",
"name": "boohoo_even.[object Object]",
"value": "aX2lHNUzgb7PPlRARRMKdXx1jA6cEciRrUfOnlPaNG0BpWPEOUAsdchyTnMPuX85"
},
"template": {
"contentType": "text/css",
"name": "rim_which.[object Object]",
"value": "LSHYLKx7Um9qm0DZB3rAV34BhqWTl22sgkfObNaBgQxOyxzFJKDpRpofC9Vkn34H"
},
"templates": [
{
"contentType": "font/woff",
"name": "shocked.[object Object]",
"value": "4lFj1NtjhumbMFdLUrtaTYFxuRE53eEHodt2Wd3seTOcZSCXXofRQXOF4xpkJ7Eb"
},
{
"contentType": "application/x-abiword",
"name": "gadzooks_phew.[object Object]",
"value": "iLg5tohQl0UQuq57tEKHxF15RQkCwVUu7HkRAsKgbuJW2Un2f339OPNP5N9dfsgZ"
},
{
"contentType": "application/vnd.oasis.opendocument.spreadsheet",
"name": "hmph.[object Object]",
"value": "CE8QpJSvCGWXUmpz70G5CCkCLi1YvNRxSRMy4OdFP9qu8lOKkc1O7wVE24RJp0Sj"
},
{
"contentType": "image/webp",
"name": "pigsty_aw_mostly.[object Object]",
"value": "RyqnR6fkZr0oRNJZppbrv9MFasZZQUx6BkT3AIKRvc3c2QhjqsEgLrv9Pkp9mXOb"
}
]
}
}
},
"preReservedSeat": {
"airExtraRef": "2a9b3677-0e4e-422f-86cd-9e54ca1fb16f",
"offerId": "0feb18b3-1398-4130-b1d3-63b9542fd244",
"offerItemId": "0ec7116d-9dde-48b0-8e0e-2e00185c8961",
"type": "AISLE",
"value": "rY"
},
"priorityCode": "eaJ",
"seat": {
"airExtraRef": "65718261-3fc2-488d-b70c-fa90ab67b93f",
"offerId": "6716a45d-2514-4b25-9e76-b2683dda6dfc",
"offerItemId": "5e8bcf8d-7776-429d-ba22-6de2454620bf",
"type": "AISLE",
"value": "2U"
},
"status": "OFFLOADED",
"upgradeCode": "uSS"
}
],
"passengerOffer": {
"offerId": "9f1d10fe-9825-48b1-b54c-9cedfefe",
"offerItems": [
{
"annotations": [
{
"key": "xZhiVz",
"value": "cgofUgOqNO"
},
{
"key": "WcAEvU",
"value": "ScHyIVkNrm"
}
],
"availableQuantity": 34,
"bannerName": "Oriental",
"characteristics": [
"CH 1A W"
],
"offerItemId": "49835dbb-8d4a-4c9b-ab7b-767b67bb",
"offerName": "Fresh Silk Pizza",
"price": {
"currency": "SOS",
"value": 405.86
},
"priority": 3
}
]
},
"passengerType": "ADT",
"segmentRef": "8468d69a-9689-468e-bfc3-7dcbf4f4bdc8",
"upgradeAvailability": [
{
"bookingClassAvailabilityRef": "fcd2b551-8600-4f35-a0d7-8bb6d5b6be70",
"cabin": "w",
"description": "Premium Economy",
"id": "6060e552-25b8-4382-be4a-2cb6ff475163",
"pricedAncillaryRef": "ced7b7fe-af62-47c0-95ca-f526d1459277"
},
{
"bookingClassAvailabilityRef": "c2e55fc5-8a55-4476-ab9c-d6e1b4966c7b",
"cabin": "I",
"description": "Premium Economy",
"id": "a72b4507-1a71-4eb9-8dce-2bb548187643",
"pricedAncillaryRef": "f09079c5-bf84-42e5-84ef-b154f2ddadd7"
},
{
"bookingClassAvailabilityRef": "a2845ecd-a7fa-4a6a-b289-2d5088dfeb11",
"cabin": "R",
"description": "First",
"id": "b74f08f8-b61c-45c1-b2b2-3a00cd9fbf03",
"pricedAncillaryRef": "b52233f6-52ed-47f0-9055-a325bb60450d"
}
]
}
]
},
"personName": {
"first": "Hannah",
"last": "Schinner",
"middle": "Kyle",
"prefix": "Mr.",
"raw": "Ms. Jacquelyn Smith",
"suffix": "Sr."
},
"recordLocator": "EYYFSM",
"requestedSearchCriteria": {
"fulfilled": true
},
"requestedType": "SENIOR",
"syntheticIdentifier": "RRj0BQ22z2EAFZWX3FRaPAqm0",
"ticket": [
{
"agent": {
"duty": "Lz",
"homeBranch": "03007",
"homeLocation": "xPx",
"homeStation": "6876",
"lniata": "NLpaSB",
"sine": "jOy",
"stationLocation": "mHr",
"stationNumber": "7812",
"ticketingProvider": {
"checkDigit": "1",
"name": "Bosco, Wolf and Considine",
"number": "977",
"value": "iS"
},
"type": "H",
"workLocation": "eBu"
},
"discountDetails": {
"dealName": [
"EARLY_BIRD",
"SUMMER_SALE",
"MEMBER_ONLY"
],
"offerName": [
"Promo2",
"Promo1"
],
"promotionCode": [
"SAVE50",
"SAVE20"
]
},
"expiryDate": "2027-03-26",
"fareCalculation": "nVnrQWy5K8JxP7qnnD9h",
"fareCalculationMode": "4",
"fareCalculationPricing": "3",
"history": [
{
"affinityHistory": [
{
"frequentFlyer": {
"number": "9184264208",
"provider": "[object Object]",
"tier": "tp"
}
},
{
"frequentFlyer": {
"number": "1032498849",
"provider": "[object Object]",
"tier": "DW"
}
},
{
"frequentFlyer": {
"number": "3356804440",
"provider": "[object Object]",
"tier": "Op"
}
}
],
"agent": {
"duty": "ho",
"homeLocation": "lPl",
"lniata": "eNZ9bU",
"sine": "DnM",
"ticketingProvider": {
"checkDigit": "5",
"name": "MacGyver, Steuber and Heaney",
"number": "900",
"value": "eU"
},
"workLocation": "VEN"
},
"code": "aG",
"details": {
"accountingCode": "hreac0",
"affectedCoupons": "88",
"currentDocumentStatus": "Vw",
"documentEventActivity": "yzpsg",
"documentPurgeTypeCode": "IH",
"newReservation": "RBXYGT",
"oldRemark": "RtIkmlZKmO",
"oldReservation": "DUAPYB",
"previousDocumentStatus": "ls",
"supportingDocument": "3097348867"
},
"number": 742,
"relatedDocumentHistory": {
"miscellaneous": {
"affectedCoupons": "79",
"number": 807,
"sequence": 1
},
"supportingDocument": {
"affectedCoupons": "62",
"number": 930,
"sequence": 1
}
},
"sequence": 1,
"serviceCouponHistory": [
{
"coupon": 6,
"currentStatus": "pw",
"sequence": 2
},
{
"coupon": 8,
"currentStatus": "lG",
"sequence": 1
}
],
"transactionInfo": {
"id": "666254fe-10f7-46e6-8d38-37cd868d6311",
"inputMessage": "ZsmEWnxeLohMEKOEcvje",
"localDateTime": "2026-07-22T00:00:00.0Z",
"systemDateTime": "2026-07-22T00:00:00.0Z",
"systemProvider": "Bergnaum, Greenholt and Watsica"
}
},
{
"affinityHistory": [
{
"frequentFlyer": {
"number": "0832614668",
"provider": "[object Object]",
"tier": "Mz"
}
},
{
"frequentFlyer": {
"number": "1574200486",
"provider": "[object Object]",
"tier": "Tf"
}
}
],
"agent": {
"duty": "zZ",
"homeLocation": "Lcw",
"lniata": "YUlI4I",
"sine": "pjc",
"ticketingProvider": {
"checkDigit": "1",
"name": "Kulas, Hagenes and Kiehn",
"number": "626",
"value": "Ks"
},
"workLocation": "WJv"
},
"code": "Nk",
"details": {
"accountingCode": "cwejfQ",
"affectedCoupons": "63",
"currentDocumentStatus": "FV",
"documentEventActivity": "fHJRs",
"documentPurgeTypeCode": "pF",
"newReservation": "YAQXBR",
"oldRemark": "GxpegSdvdG",
"oldReservation": "QUTXKY",
"previousDocumentStatus": "zG",
"supportingDocument": "9720271224"
},
"number": 603,
"relatedDocumentHistory": {
"miscellaneous": {
"affectedCoupons": "93",
"number": 470,
"sequence": 4
},
"supportingDocument": {
"affectedCoupons": "51",
"number": 269,
"sequence": 4
}
},
"sequence": 3,
"serviceCouponHistory": [
{
"coupon": 7,
"currentStatus": "vQ",
"sequence": 5
},
{
"coupon": 4,
"currentStatus": "xY",
"sequence": 4
}
],
"transactionInfo": {
"id": "0e1b7395-2ed4-4058-94ce-23632b9757e5",
"inputMessage": "FGMZThdhfqdJSSQLwryk",
"localDateTime": "2026-07-22T00:00:00.0Z",
"systemDateTime": "2026-07-21T00:00:00.0Z",
"systemProvider": "Stroman Group"
}
}
],
"id": "e95ee8fa-11e5-4d3b-b2fa-a6eb0983d158",
"issued": false,
"issueDate": "2026-06-21T00:00:00.0Z",
"issueTime": {
"useForPricing": false,
"value": "2025-10-08T00:00:00.0Z"
},
"payment": [
{
"base": {
"applyCreditIndicator": false,
"currency": "INR",
"value": 197.84
},
"cashIndicator": true,
"formOfPaymentType": "CHECK",
"paymentConfirmation": false,
"remarks": "uRRLBMvmJn",
"sequence": 3,
"tax": {
"applyCreditIndicator": false,
"currency": "DZD",
"value": 437.89
},
"total": {
"applyCreditIndicator": true,
"currency": "HTG",
"value": 499.5
}
},
{
"base": {
"applyCreditIndicator": true,
"currency": "FKP",
"value": 239.88
},
"cashIndicator": false,
"formOfPaymentType": "CC",
"paymentConfirmation": false,
"remarks": "reArvzcrAY",
"sequence": 5,
"tax": {
"applyCreditIndicator": false,
"currency": "CUP",
"value": 367.59
},
"total": {
"applyCreditIndicator": true,
"currency": "FKP",
"value": 243.22
}
},
{
"base": {
"applyCreditIndicator": true,
"currency": "SYP",
"value": 447.98
},
"cashIndicator": false,
"formOfPaymentType": "CC",
"paymentConfirmation": false,
"remarks": "CjRzPgAjrn",
"sequence": 2,
"tax": {
"applyCreditIndicator": false,
"currency": "MUR",
"value": 95.85
},
"total": {
"applyCreditIndicator": false,
"currency": "BSD",
"value": 428.83
}
},
{
"base": {
"applyCreditIndicator": false,
"currency": "BTN",
"value": 61.7
},
"cashIndicator": false,
"formOfPaymentType": "CASH",
"paymentConfirmation": true,
"remarks": "PuTLYXGfkK",
"sequence": 1,
"tax": {
"applyCreditIndicator": true,
"currency": "BAM",
"value": 125.6
},
"total": {
"applyCreditIndicator": true,
"currency": "BWP",
"value": 164.13
}
}
],
"presentCreditCard": true,
"priceBreakdown": {
"amounts": {
"base": {
"text": "334722",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "VES",
"value": 397.51
},
"valueCode": "41W0"
},
"equivalent": {
"currencyConversion": {
"bankerBuyingRate": 0.8015,
"bankerSellingRate": 1.1723,
"iataClearingHouseRate": 0.8102
},
"text": "405656",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "BIF",
"value": 68.13
},
"valueCode": "R2Dv"
},
"net": {
"text": "882731",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "GBP",
"value": 306.31
},
"valueCode": "45Wj"
},
"tax": [
{
"exempt": true,
"name": "jAXpiloGLo",
"sequence": 5,
"status": "Zd",
"taxCode": "mvT",
"text": "551114",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "ARS",
"value": 246.28
},
"valueCode": "ztN2"
},
{
"exempt": true,
"name": "JRBgJuIvdu",
"sequence": 4,
"status": "zC",
"taxCode": "Yjf",
"text": "026383",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "XOF",
"value": 407.71
},
"valueCode": "CMR1"
},
{
"exempt": false,
"name": "EvdNhutepb",
"sequence": 3,
"status": "Hp",
"taxCode": "FvK",
"text": "278607",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "SSP",
"value": 326.34
},
"valueCode": "LzJd"
},
{
"exempt": false,
"name": "pNFAUrRbCR",
"sequence": 5,
"status": "wk",
"taxCode": "tsj",
"text": "475767",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "MGA",
"value": 69.44
},
"valueCode": "TO00"
},
{
"exempt": true,
"name": "vrcUoETLVD",
"sequence": 3,
"status": "Uo",
"taxCode": "EAe",
"text": "501258",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "MKD",
"value": 161.98
},
"valueCode": "9A86"
}
],
"total": {
"rateOfExchange": 1.1391,
"text": "235618",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "BHD",
"value": 181.26
},
"valueCode": "Gbk8"
},
"totalTax": {
"text": "810793",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "KWD",
"value": 440.33
},
"valueCode": "Go9s"
}
},
"taxes": {
"tax": [
{
"exempt": false,
"name": "OdiIXMUBwN",
"sequence": 3,
"status": "rU",
"taxCode": "niN",
"text": "440437",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "UAH",
"value": 133.94
},
"valueCode": "P6Fj"
},
{
"exempt": true,
"name": "cejeDAohKt",
"sequence": 4,
"status": "VG",
"taxCode": "KWo",
"text": "563031",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "MZN",
"value": 338.44
},
"valueCode": "DOcI"
},
{
"exempt": true,
"name": "PUChYTUxzi",
"sequence": 1,
"status": "jc",
"taxCode": "arI",
"text": "576064",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "CNY",
"value": 466.51
},
"valueCode": "QYXF"
},
{
"exempt": false,
"name": "jhqmKAdLxz",
"sequence": 1,
"status": "vG",
"taxCode": "Seu",
"text": "786861",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "EGP",
"value": 272.34
},
"valueCode": "YdLI"
}
]
}
},
"refundable": false,
"relatedDocument": {
"conjuctive": [
{
"checkDigit": "5",
"number": "2202035805435",
"sequence": 3
},
{
"checkDigit": "8",
"number": "4920577739559",
"sequence": 4
}
]
},
"reservation": {
"creationDate": "2025-12-16T00:00:00.0Z",
"provider": "Langosh, Mills and Wolff",
"recordLocator": "YKHPXU"
},
"systemCreateDateTime": "2026-07-21T00:00:00.0Z",
"ticketCoupon": [
{
"bagAllowance": "0PC",
"baggageDisclosure": {
"baggageEmbargo": {
"restrictionText": [
"Pet in cabin is not permitted"
]
},
"carryOnBaggage": {
"additionalInfo": "Additional item allowed",
"baggageAllowanceDefinition": {
"allowanceSource": "TICKET",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 199
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 100
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 135
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 164
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 136
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 23.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 24.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 13.6
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "zR5ILyNV",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 176
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 177
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 41.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 25.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 8.5
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "OLL4swUO",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 164
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 117
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 35.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 5.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 17.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 47.7
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "EddrjRln",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Piece",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 77
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 70
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 116
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 47.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 42.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 6.3
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "t0hlVMN-",
"quantity": 1
}
],
"baggageRestriction": [
{
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 169
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 78
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 54
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 129
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 20.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 35.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 47.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 41.1
}
}
],
"weightLimitDescription": "UP TO 20 KG"
}
],
"entitlementDetails": {
"ruleId": "Ne6rsv",
"ruleType": "OVERRIDE_ALLOWANCE"
},
"id": "o5Yz_xXf",
"pricedAncillaryRef": "IMa8qRTC",
"quantity": 2,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 37.2
}
],
"unknown": true
},
"excessBaggage": [
{
"ancillaryRef": "tIMr0E3k",
"baggageRestriction": {
"description": "per Piece",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 92
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 93
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 199
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 72
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 89
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 28.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 28.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 48.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 43.2
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"fee": {
"currency": "RON",
"unitDescription": "per Piece",
"value": 86.71
},
"notPermitted": false,
"unknown": true
},
{
"ancillaryRef": "3bauMf0l",
"baggageRestriction": {
"description": "per Piece",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 119
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 13.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 4.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 45.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 32.9
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"fee": {
"currency": "OMR",
"unitDescription": "per Piece",
"value": 37.63
},
"notPermitted": false,
"unknown": false
}
]
},
"checkedInBaggage": {
"baggageAllowanceDefinition": [
{
"allowanceSource": "ENTITLEMENTS",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 85
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 130
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 150
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 65
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 36.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 45.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 8.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 7.8
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "LLoUJlG0",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 103
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 86
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 2.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 37.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 44.1
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "B5D4335Q",
"quantity": 1
}
],
"baggageRestriction": [
{
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 93
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 40.5
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 160
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 183
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 184
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 151
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 36.1
}
}
],
"weightLimitDescription": "UP TO 20 KG"
}
],
"entitlementDetails": {
"ruleId": "VGgzPV",
"ruleType": "OVERRIDE"
},
"id": "ubMCg3DV",
"pricedAncillaryRef": "F55JMO_5",
"quantity": 3,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 6.5
},
{
"unit": "KILOGRAM",
"value": 21.2
}
],
"unknown": false
}
],
"excessBaggage": [
{
"ancillaryRef": "twQZYbzH",
"baggageRestriction": {
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 188
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 151
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 32.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 43.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 43.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 33
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"fee": {
"currency": "SYP",
"unitDescription": "per Kilo",
"value": 47.37
},
"notPermitted": true,
"unknown": false
},
{
"ancillaryRef": "DDBjIIRb",
"baggageRestriction": {
"description": "per Piece",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 166
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 75
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 96
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 162
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 7.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 30.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 32.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 47.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 38.4
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"fee": {
"currency": "EGP",
"unitDescription": "per Piece",
"value": 53.33
},
"notPermitted": true,
"unknown": true
}
]
}
},
"bookingStatus": {
"name": "srBOHk",
"value": "CN"
},
"classOfService": "T",
"couponNumber": "34",
"couponUse": "A",
"currentStatus": "aZ",
"endDateTime": "2026-07-29T00:00:00.0Z",
"endLocation": "sBS",
"fareBasisCode": "z8ODm2OE",
"marketingFlightNumber": "7733",
"marketingProvider": {
"checkDigit": "4",
"name": "Boyer - Walter",
"number": "193",
"value": "VF"
},
"segmentRef": "ae47d07b-7074-46c8-8216-63473b24a80f",
"startDateTime": "2027-01-04T00:00:00.0Z",
"startLocation": "YZs",
"status": "REPRINTED",
"stopOver": "A"
},
{
"bagAllowance": "2PC",
"baggageDisclosure": {
"baggageEmbargo": {
"restrictionText": [
"Pet in cabin is not permitted"
]
},
"carryOnBaggage": {
"additionalInfo": "Must fit under seat",
"baggageAllowanceDefinition": {
"allowanceSource": "ENTITLEMENTS",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Piece",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 70
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 187
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 133
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 6.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 13.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 3.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 2.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 46.9
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "GTGVXpDK",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 144
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 180
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 103
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 130
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 9.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 44.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 36.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 16.6
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "JotS7pps",
"quantity": 2
}
],
"baggageRestriction": [
{
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 180
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 95
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 110
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 18.1
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 155
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 135
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 94
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 32.1
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 143
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 126
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 81
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 77
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 31.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 26.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 17.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 10.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 29.6
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 114
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 95
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 103
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 92
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 139
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 17
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 26.3
}
}
],
"weightLimitDescription": "UP TO 20 KG"
}
],
"entitlementDetails": {
"ruleId": "XEdgir",
"ruleType": "ADDITIONAL"
},
"id": "VyjLhRYs",
"pricedAncillaryRef": "3ruLYMjX",
"quantity": 1,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 47.4
}
],
"unknown": true
},
"excessBaggage": [
{
"ancillaryRef": "0K_yLqLz",
"baggageRestriction": {
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 142
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 77
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 52
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 79
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 150
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 39.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 15.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 1.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 39.9
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"fee": {
"currency": "JMD",
"unitDescription": "per Kilo",
"value": 93.58
},
"notPermitted": true,
"unknown": false
}
]
},
"checkedInBaggage": {
"baggageAllowanceDefinition": [
{
"allowanceSource": "TICKET",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 181
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 86
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 177
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 98
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 37.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 46.3
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "oaTYfqTJ",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 184
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 73
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 104
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 31.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 11.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 3.9
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "DAxkd7i_",
"quantity": 2
}
],
"baggageRestriction": [
{
"description": "per Pound",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 200
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 50
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 25.9
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Pound",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 96
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 10.5
}
}
],
"weightLimitDescription": "UP TO 20 KG"
}
],
"entitlementDetails": {
"ruleId": "3OkxVc",
"ruleType": "OVERRIDE_ALLOWANCE"
},
"id": "KuSHQspu",
"pricedAncillaryRef": "OLlfmnSe",
"quantity": 2,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 41.2
}
],
"unknown": true
}
],
"excessBaggage": [
{
"ancillaryRef": "19267sly",
"baggageRestriction": {
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 197
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 196
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 41.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 8.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 37.5
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"fee": {
"currency": "UAH",
"unitDescription": "per Kilo",
"value": 88.37
},
"notPermitted": true,
"unknown": true
},
{
"ancillaryRef": "lIqpCc9v",
"baggageRestriction": {
"description": "per Pound",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 84
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 23.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 36.9
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"fee": {
"currency": "SYP",
"unitDescription": "per Kilo",
"value": 59.97
},
"notPermitted": false,
"unknown": true
},
{
"ancillaryRef": "40EoNqoB",
"baggageRestriction": {
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 66
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 60
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 109
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 131
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 17.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 6.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 37.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 26.7
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"fee": {
"currency": "TND",
"unitDescription": "per Piece",
"value": 20.01
},
"notPermitted": true,
"unknown": true
}
]
}
},
"bookingStatus": {
"name": "tdFoDW",
"value": "CN"
},
"classOfService": "h",
"couponNumber": "15",
"couponUse": "t",
"currentStatus": "lf",
"endDateTime": "2027-06-05T00:00:00.0Z",
"endLocation": "yyH",
"fareBasisCode": "s2RJxVJO",
"marketingFlightNumber": "9130",
"marketingProvider": {
"checkDigit": "6",
"name": "Lueilwitz - Fisher",
"number": "406",
"value": "CY"
},
"segmentRef": "4f0c5d52-98fa-4937-a0b1-32c1501f1eaa",
"startDateTime": "2026-12-04T00:00:00.0Z",
"startLocation": "ibt",
"status": "CONTROLLED",
"stopOver": "c"
},
{
"bagAllowance": "1PC",
"baggageDisclosure": {
"baggageEmbargo": {
"restrictionText": [
"Pet in cabin is not permitted"
]
},
"carryOnBaggage": {
"additionalInfo": "Additional item allowed",
"baggageAllowanceDefinition": {
"allowanceSource": "ENTITLEMENTS",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 74
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 35.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 25.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 25.8
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "Xpm27NIA",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 152
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 80
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.1
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "S2xcdTMT",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 141
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 137
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 73
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 51
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 75
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 14.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 12.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 13.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 36.3
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "Q92K5nYE",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 119
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 88
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 140
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 34.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 22.4
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "iUcJMavb",
"quantity": 2
}
],
"baggageRestriction": [
{
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 74
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 193
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 187
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 78
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 34.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 28.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 18.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 37.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 15.9
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 128
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 54
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 190
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 35
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 1.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 8.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 2.2
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
}
],
"entitlementDetails": {
"ruleId": "602r05",
"ruleType": "OVERRIDE"
},
"id": "oM-YeImu",
"pricedAncillaryRef": "N0ZX-L-x",
"quantity": 3,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 11.2
},
{
"unit": "KILOGRAM",
"value": 43.4
},
{
"unit": "KILOGRAM",
"value": 15
},
{
"unit": "KILOGRAM",
"value": 41
},
{
"unit": "KILOGRAM",
"value": 49.5
}
],
"unknown": true
},
"excessBaggage": [
{
"ancillaryRef": "4QGMEv4q",
"baggageRestriction": {
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 169
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 87
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 7.4
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"fee": {
"currency": "SBD",
"unitDescription": "per Piece",
"value": 62.59
},
"notPermitted": false,
"unknown": false
},
{
"ancillaryRef": "XBh3iALp",
"baggageRestriction": {
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 95
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 48.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 32.5
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"fee": {
"currency": "AWG",
"unitDescription": "per Piece",
"value": 79.16
},
"notPermitted": false,
"unknown": false
},
{
"ancillaryRef": "yXRUvr4k",
"baggageRestriction": {
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 119
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 194
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 59
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 22
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 39.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 22.2
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"fee": {
"currency": "LAK",
"unitDescription": "per Piece",
"value": 18.99
},
"notPermitted": true,
"unknown": false
}
]
},
"checkedInBaggage": {
"baggageAllowanceDefinition": [
{
"allowanceSource": "TICKET",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 132
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 140
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 44.5
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "8poBJUxn",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 80
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 99
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 135
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 123
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 134
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 18
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 34.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 15.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 9.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 44.9
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "WSjqEz98",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 143
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 135
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 141
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 55
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 38.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 16.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 41.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 23
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "WU1Klgn7",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 50
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 132
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 142
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 32.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 21.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 23
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 42.9
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "YhQmFR8R",
"quantity": 2
}
],
"baggageRestriction": [
{
"description": "per Piece",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 98
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 164
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 100
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 131
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 81
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 9.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 33.6
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
}
],
"entitlementDetails": {
"ruleId": "qfvfXH",
"ruleType": "ADDITIONAL"
},
"id": "t0PpZLI1",
"pricedAncillaryRef": "j5JNCZyT",
"quantity": 1,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 3.2
},
{
"unit": "KILOGRAM",
"value": 18
},
{
"unit": "KILOGRAM",
"value": 21.4
},
{
"unit": "KILOGRAM",
"value": 16.7
},
{
"unit": "KILOGRAM",
"value": 5.4
}
],
"unknown": false
},
{
"allowanceSource": "ENTITLEMENTS",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Pound",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 189
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 27.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 17
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 36.3
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "FpgngYky",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 100
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 72
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 69
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 186
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 4.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 20.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 5.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 5.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 30.9
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "vaaR7InN",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 177
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 159
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 139
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 63
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 11.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 25.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 18.2
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "tPmjPxf1",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 56
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 192
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 108
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 38.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 42.6
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "MjovHOn9",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 110
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 69
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 93
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 26.2
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "XLXeEAM8",
"quantity": 1
}
],
"baggageRestriction": [
{
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 162
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 25.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 46.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 38
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 39.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 28.3
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 119
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 83
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 187
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 53
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 159
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 36
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 181
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 65
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 60
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 153
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 28.5
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Pound",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 160
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 46.4
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 62
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 42.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 43.1
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
}
],
"entitlementDetails": {
"ruleId": "H6SEkD",
"ruleType": "ADDITIONAL"
},
"id": "Um3_QNHW",
"pricedAncillaryRef": "ORr6eVzW",
"quantity": 3,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 4.1
}
],
"unknown": true
},
{
"allowanceSource": "OPTIONAL_SERVICES",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 190
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 139
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 135
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 83
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 59
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 10.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 36.9
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "bFkxZFoV",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 104
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 173
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 113
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 132
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 149
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 47.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 34.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 17.8
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "x7M894dT",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Piece",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 175
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 86
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.4
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "-miPL3Zu",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 82
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 4.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 26.9
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "7t8tGK5L",
"quantity": 1
}
],
"baggageRestriction": [
{
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 187
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 16.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 30.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 11.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 30.4
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 53
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 83
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 174
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 167
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 16.6
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Pound",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 183
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 41.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 14.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 40.4
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 158
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 107
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 129
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 107
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 40.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 15.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 13.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 25.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 20.7
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
}
],
"entitlementDetails": {
"ruleId": "rMF4GF",
"ruleType": "ADDITIONAL"
},
"id": "TF7vTXif",
"pricedAncillaryRef": "fYfxbiMr",
"quantity": 1,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 42.7
},
{
"unit": "KILOGRAM",
"value": 8.4
}
],
"unknown": false
},
{
"allowanceSource": "TICKET",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 178
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 188
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 69
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 134
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 192
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 33.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 1.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 9.1
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "X1ZDaUfP",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 93
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 167
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 32.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 32.3
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "TKvSX_OF",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 59
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 156
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 187
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 127
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 135
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 25.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 8.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 30.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 22.9
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "MJ3SG66e",
"quantity": 1
}
],
"baggageRestriction": [
{
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 141
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 119
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 122
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 80
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 83
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 18.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 35.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 2.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 21.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 44.8
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 177
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 116
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 157
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 38.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 23.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 6.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 18.9
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
}
],
"entitlementDetails": {
"ruleId": "HrStK8",
"ruleType": "OVERRIDE"
},
"id": "JqiW9CbF",
"pricedAncillaryRef": "kIpi_Cpl",
"quantity": 3,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 6.5
}
],
"unknown": true
},
{
"allowanceSource": "TICKET",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 168
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 2.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 9.7
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "KzzPRr9i",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 186
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 119
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 84
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 47.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 26.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 13.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 26.3
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "nBNK7YKT",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 77
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 79
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 138
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 160
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 26.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 21
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "V3Tc90L2",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 63
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 124
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 121
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 39.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 40.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 1.3
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "PMW1rR3D",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 136
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 27.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 9.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 33.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 45
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "TrHoCPw4",
"quantity": 1
}
],
"baggageRestriction": [
{
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 139
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 50
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 196
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 31
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 106
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 62
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 167
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 125
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 170
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 27
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 25.9
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 79
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 128
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 114
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 2.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 15.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 28.2
}
}
],
"weightLimitDescription": "UP TO 20 KG"
}
],
"entitlementDetails": {
"ruleId": "vPJoIV",
"ruleType": "FEE_WAIVER"
},
"id": "ssmfJCXv",
"pricedAncillaryRef": "ztZFcixS",
"quantity": 3,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 42.7
},
{
"unit": "KILOGRAM",
"value": 44.7
},
{
"unit": "KILOGRAM",
"value": 17.4
},
{
"unit": "KILOGRAM",
"value": 37.1
},
{
"unit": "KILOGRAM",
"value": 25.4
}
],
"unknown": false
}
],
"excessBaggage": [
{
"ancillaryRef": "aYAfXfz2",
"baggageRestriction": {
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 199
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 62
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 148
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 112
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 13
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 45.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 23.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.9
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"fee": {
"currency": "UAH",
"unitDescription": "per Piece",
"value": 62.19
},
"notPermitted": false,
"unknown": false
},
{
"ancillaryRef": "9tUHlS3d",
"baggageRestriction": {
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 76
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 71
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 110
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 57
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 34
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 32.7
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"fee": {
"currency": "BWP",
"unitDescription": "per Kilo",
"value": 74.15
},
"notPermitted": true,
"unknown": false
},
{
"ancillaryRef": "FR0xpUJU",
"baggageRestriction": {
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 52
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 146
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 141
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 173
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 96
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 12.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 24.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 44.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 30
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"fee": {
"currency": "XPF",
"unitDescription": "per Piece",
"value": 97.9
},
"notPermitted": false,
"unknown": false
},
{
"ancillaryRef": "5IDuJqW3",
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 131
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 44.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 45
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 11.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 25.7
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"fee": {
"currency": "PKR",
"unitDescription": "per Piece",
"value": 28.83
},
"notPermitted": false,
"unknown": false
},
{
"ancillaryRef": "ZEYfWNWI",
"baggageRestriction": {
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 97
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 71
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.8
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"fee": {
"currency": "AFN",
"unitDescription": "per Kilo",
"value": 41.66
},
"notPermitted": true,
"unknown": false
}
]
}
},
"bookingStatus": {
"name": "CylRDX",
"value": "RQ"
},
"classOfService": "w",
"couponNumber": "13",
"couponUse": "K",
"currentStatus": "Ha",
"endDateTime": "2027-04-27T00:00:00.0Z",
"endLocation": "FKi",
"fareBasisCode": "CVUdOl4u",
"marketingFlightNumber": "6221",
"marketingProvider": {
"checkDigit": "1",
"name": "Botsford Group",
"number": "617",
"value": "pn"
},
"segmentRef": "edaf5197-ab0e-4bf0-9f27-434baca6f6e2",
"startDateTime": "2027-03-20T00:00:00.0Z",
"startLocation": "OhE",
"status": "LIFTED",
"stopOver": "v"
},
{
"bagAllowance": "0PC",
"baggageDisclosure": {
"baggageEmbargo": {
"restrictionText": [
"Pet in cabin is not permitted"
]
},
"carryOnBaggage": {
"additionalInfo": "Must fit under seat",
"baggageAllowanceDefinition": {
"allowanceSource": "TICKET",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 156
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 71
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 55
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 18
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 2.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 35.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 39.5
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "cyfa6N3z",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 60
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 41.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 27.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 14.1
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "lAdHSyAI",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Piece",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 141
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 67
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 123
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 91
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 9.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 7.6
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "35wQcegY",
"quantity": 1
}
],
"baggageRestriction": [
{
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 54
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 101
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 136
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 109
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 60
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 44
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 39.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 7.8
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 125
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 106
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 200
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 1.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 24.1
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Pound",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 63
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 60
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 136
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 10.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 34
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Pound",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 157
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 194
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 147
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 39.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 16.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 25.9
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 156
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 166
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 179
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 16.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 40.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 24.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 10.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 26.2
}
}
],
"weightLimitDescription": "UP TO 20 KG"
}
],
"entitlementDetails": {
"ruleId": "zOq60R",
"ruleType": "ADDITIONAL"
},
"id": "zNyY9t68",
"pricedAncillaryRef": "WB_mrd8I",
"quantity": 3,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 5.7
},
{
"unit": "KILOGRAM",
"value": 19
},
{
"unit": "KILOGRAM",
"value": 14.3
}
],
"unknown": true
},
"excessBaggage": [
{
"ancillaryRef": "koGl_BI1",
"baggageRestriction": {
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 94
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 169
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 35.6
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"fee": {
"currency": "MXN",
"unitDescription": "per Kilo",
"value": 86.05
},
"notPermitted": true,
"unknown": false
},
{
"ancillaryRef": "5epiTGLo",
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 56
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 13.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 33.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 29
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 19.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 43.1
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"fee": {
"currency": "CRC",
"unitDescription": "per Kilo",
"value": 73.74
},
"notPermitted": false,
"unknown": false
}
]
},
"checkedInBaggage": {
"baggageAllowanceDefinition": [
{
"allowanceSource": "TICKET",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Piece",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 94
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 173
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 1.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 25.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 21
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 15.2
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "DENaWEfg",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 158
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 180
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 145
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 186
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 200
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 19.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 24.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 21
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 33.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.6
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "-nPOCRVQ",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 146
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 61
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 122
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 99
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 3.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 14.6
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "o4k_91tU",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 165
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 33.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.7
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "LJ7h8NoE",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 54
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 106
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 109
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 130
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 80
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 5.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 4.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 33.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 29.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 10.9
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "yyXQu2pX",
"quantity": 1
}
],
"baggageRestriction": [
{
"description": "per Pound",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 62
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 180
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 168
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 130
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 118
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 11.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 35.3
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 114
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 101
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 64
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 12.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 6.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 21.2
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
}
],
"entitlementDetails": {
"ruleId": "o9IkWQ",
"ruleType": "FEE_WAIVER"
},
"id": "HaqdLNF_",
"pricedAncillaryRef": "vnsBLFNi",
"quantity": 1,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 28.2
},
{
"unit": "KILOGRAM",
"value": 36.8
},
{
"unit": "KILOGRAM",
"value": 15.1
},
{
"unit": "KILOGRAM",
"value": 3.6
},
{
"unit": "KILOGRAM",
"value": 1.8
}
],
"unknown": false
},
{
"allowanceSource": "ENTITLEMENTS",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 160
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 191
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 89
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 130
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 97
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 36.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 20.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 47.4
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "-lAptoPM",
"quantity": 1
}
],
"baggageRestriction": [
{
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 123
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 84
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 110
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 9.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 42.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 38.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 23.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 22.7
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 61
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 176
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 149
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 142
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 42.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 37.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 8.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 29.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 38.9
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 121
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 74
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 77
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 3.2
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 168
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 161
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 157
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 107
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 33.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 29.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 35.4
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 69
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 20.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 2.1
}
}
],
"weightLimitDescription": "UP TO 20 KG"
}
],
"entitlementDetails": {
"ruleId": "apj8qh",
"ruleType": "OVERRIDE_ALLOWANCE"
},
"id": "5JkBE2rP",
"pricedAncillaryRef": "SUT8OO_4",
"quantity": 1,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 41.6
},
{
"unit": "KILOGRAM",
"value": 45.6
},
{
"unit": "KILOGRAM",
"value": 2.1
},
{
"unit": "KILOGRAM",
"value": 1.9
}
],
"unknown": true
},
{
"allowanceSource": "ENTITLEMENTS",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 95
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 43.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 8.8
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "LyY3jvtW",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 136
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 187
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 41.9
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "htUHwu13",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 68
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 151
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 182
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 41
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 16.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 13.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 16.5
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "IIS-ZW-e",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 124
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 110
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 149
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 61
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 13.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 36
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "4apL8klA",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 136
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 129
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 25.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 11.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 40.8
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "UscjoUkc",
"quantity": 2
}
],
"baggageRestriction": [
{
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 145
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 53
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 79
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 11.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 19.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 24.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 19.3
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 194
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 29.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 34.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 41.6
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 184
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 155
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 133
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 145
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 9.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 19.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 13.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 23
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 137
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 158
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 79
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 4.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 30.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 1.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 28
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 38.2
}
}
],
"weightLimitDescription": "UP TO 20 KG"
}
],
"entitlementDetails": {
"ruleId": "CxLXiL",
"ruleType": "OVERRIDE"
},
"id": "067khS40",
"pricedAncillaryRef": "s_-_4WVj",
"quantity": 2,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 44.8
},
{
"unit": "KILOGRAM",
"value": 41.5
},
{
"unit": "KILOGRAM",
"value": 47.1
},
{
"unit": "KILOGRAM",
"value": 13.5
},
{
"unit": "KILOGRAM",
"value": 18.7
}
],
"unknown": true
}
],
"excessBaggage": [
{
"ancillaryRef": "0LBVJpZC",
"baggageRestriction": {
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 155
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 176
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 31.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 6.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 7.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 37.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 8.2
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"fee": {
"currency": "MKD",
"unitDescription": "per Piece",
"value": 60.76
},
"notPermitted": false,
"unknown": true
}
]
}
},
"bookingStatus": {
"name": "tETIqJ",
"value": "RQ"
},
"classOfService": "a",
"couponNumber": "06",
"couponUse": "B",
"currentStatus": "LO",
"endDateTime": "2027-06-25T00:00:00.0Z",
"endLocation": "YxG",
"fareBasisCode": "RK6xK4yF",
"marketingFlightNumber": "6508",
"marketingProvider": {
"checkDigit": "3",
"name": "Bahringer, Windler and Boyer",
"number": "269",
"value": "Lu"
},
"segmentRef": "49f2f753-6b61-4eaa-ae40-c9acd10d3e78",
"startDateTime": "2027-06-30T00:00:00.0Z",
"startLocation": "Dog",
"status": "REPRINTED",
"stopOver": "q"
}
],
"ticketNumber": {
"airlineAccountingCode": "454",
"checkDigit": "4",
"number": "71243585120743",
"serialNumber": "6058751881"
},
"ticketRemark": [
{
"category": "ORIGINALISSUE",
"header": "LsMKmfYjZz",
"remarkLine": "fxUd66lrZ0G56mrWF7XmUCvhKxQgOBhEbpUgYR574VFoKQI5U2",
"sequence": 98,
"type": "Baggage"
},
{
"category": "MANUAL",
"header": "AWIOFzeOzV",
"remarkLine": "zgrdZi7MQthP25a4fE7ecosTRe1ZngrPzajmjFqtCqN3GoA5pK",
"sequence": 9,
"type": "Baggage"
},
{
"category": "MANUAL",
"header": "qQmraBFQGE",
"remarkLine": "BSo6cVJUBTGm5bLqTOtA4unD3VJrzl5TCIsTHK385vY2hextHN",
"sequence": 26,
"type": "Special Assistance"
},
{
"category": "PASSENGER",
"header": "PWdcamehhk",
"remarkLine": "nrZNqIKgMjwkvv16rtY2YT10CwPTfSHRYSAaRvxXhS3HjtNMbv",
"sequence": 15,
"type": "Baggage"
}
],
"tourNumber": "Vc28RN"
},
{
"agent": {
"duty": "qs",
"homeBranch": "94837",
"homeLocation": "HzB",
"homeStation": "5080",
"lniata": "ApdPRa",
"sine": "JZd",
"stationLocation": "bzz",
"stationNumber": "5002",
"ticketingProvider": {
"checkDigit": "1",
"name": "Rohan - Lueilwitz",
"number": "046",
"value": "jP"
},
"type": "b",
"workLocation": "cqa"
},
"discountDetails": {
"dealName": [
"SUMMER_SALE",
"EARLY_BIRD"
],
"offerName": [
"Promo1",
"Promo2"
],
"promotionCode": [
"SAVE20",
"SAVE50"
]
},
"expiryDate": "2026-10-28",
"fareCalculation": "mRAQSqvLZSBOonfJNK0G",
"fareCalculationMode": "9",
"fareCalculationPricing": "3",
"history": [
{
"affinityHistory": [
{
"frequentFlyer": {
"number": "8437892509",
"provider": "[object Object]",
"tier": "SA"
}
},
{
"frequentFlyer": {
"number": "5056183857",
"provider": "[object Object]",
"tier": "Gq"
}
},
{
"frequentFlyer": {
"number": "3639239686",
"provider": "[object Object]",
"tier": "Et"
}
}
],
"agent": {
"duty": "aj",
"homeLocation": "meS",
"lniata": "14lIzl",
"sine": "hIK",
"ticketingProvider": {
"checkDigit": "0",
"name": "Hirthe, Brekke and Bayer",
"number": "876",
"value": "bh"
},
"workLocation": "sVA"
},
"code": "hI",
"details": {
"accountingCode": "yerWBA",
"affectedCoupons": "46",
"currentDocumentStatus": "HO",
"documentEventActivity": "XFGGt",
"documentPurgeTypeCode": "Wo",
"newReservation": "ZWJWKV",
"oldRemark": "fMBPYyGLRm",
"oldReservation": "WZWJXA",
"previousDocumentStatus": "uV",
"supportingDocument": "7570649387"
},
"number": 88,
"relatedDocumentHistory": {
"miscellaneous": {
"affectedCoupons": "41",
"number": 769,
"sequence": 4
},
"supportingDocument": {
"affectedCoupons": "03",
"number": 781,
"sequence": 2
}
},
"sequence": 4,
"serviceCouponHistory": [
{
"coupon": 9,
"currentStatus": "ev",
"sequence": 5
},
{
"coupon": 1,
"currentStatus": "CO",
"sequence": 5
},
{
"coupon": 5,
"currentStatus": "SB",
"sequence": 4
}
],
"transactionInfo": {
"id": "a5af6c37-3418-4ea9-98cc-9483498724eb",
"inputMessage": "QoOzrqPWhVDrNllWVkIH",
"localDateTime": "2026-07-21T00:00:00.0Z",
"systemDateTime": "2026-07-22T00:00:00.0Z",
"systemProvider": "Murphy, Ratke and Krajcik"
}
}
],
"id": "034915b4-09ca-49df-a23e-b537e7ec0725",
"issued": true,
"issueDate": "2025-11-17T00:00:00.0Z",
"issueTime": {
"useForPricing": false,
"value": "2025-08-17T00:00:00.0Z"
},
"payment": [
{
"base": {
"applyCreditIndicator": false,
"currency": "PYG",
"value": 216.88
},
"cashIndicator": true,
"formOfPaymentType": "CHECK",
"paymentConfirmation": true,
"remarks": "uPvbQfSUdx",
"sequence": 2,
"tax": {
"applyCreditIndicator": false,
"currency": "SDG",
"value": 352.39
},
"total": {
"applyCreditIndicator": false,
"currency": "ZMW",
"value": 307.65
}
},
{
"base": {
"applyCreditIndicator": true,
"currency": "BHD",
"value": 56.31
},
"cashIndicator": false,
"formOfPaymentType": "CASH",
"paymentConfirmation": true,
"remarks": "gxdCngRdrS",
"sequence": 4,
"tax": {
"applyCreditIndicator": false,
"currency": "QAR",
"value": 189.41
},
"total": {
"applyCreditIndicator": true,
"currency": "NIO",
"value": 236.2
}
},
{
"base": {
"applyCreditIndicator": true,
"currency": "EGP",
"value": 156.65
},
"cashIndicator": false,
"formOfPaymentType": "CC",
"paymentConfirmation": false,
"remarks": "eGgrkhWlXT",
"sequence": 4,
"tax": {
"applyCreditIndicator": true,
"currency": "MNT",
"value": 88.34
},
"total": {
"applyCreditIndicator": false,
"currency": "KWD",
"value": 164.64
}
}
],
"presentCreditCard": false,
"priceBreakdown": {
"amounts": {
"base": {
"text": "916982",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "IQD",
"value": 86.32
},
"valueCode": "E9LP"
},
"equivalent": {
"currencyConversion": {
"bankerBuyingRate": 1.0501,
"bankerSellingRate": 0.9704,
"iataClearingHouseRate": 0.9135
},
"text": "663796",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "GTQ",
"value": 189.61
},
"valueCode": "zjvW"
},
"net": {
"text": "534397",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "MMK",
"value": 102.55
},
"valueCode": "VH32"
},
"tax": [
{
"exempt": false,
"name": "iUmeJiwcFv",
"sequence": 1,
"status": "NK",
"taxCode": "ATK",
"text": "491144",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "HNL",
"value": 85.51
},
"valueCode": "TPMN"
},
{
"exempt": false,
"name": "zkjMXdeZGG",
"sequence": 2,
"status": "NR",
"taxCode": "IbU",
"text": "204384",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "KZT",
"value": 10.79
},
"valueCode": "6AHp"
},
{
"exempt": true,
"name": "vVrwKQrqND",
"sequence": 2,
"status": "Co",
"taxCode": "gHX",
"text": "121941",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "KES",
"value": 126.44
},
"valueCode": "8PG0"
},
{
"exempt": true,
"name": "XQRHEJqOCd",
"sequence": 3,
"status": "qu",
"taxCode": "eaO",
"text": "081992",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "ALL",
"value": 360.25
},
"valueCode": "eHpy"
},
{
"exempt": false,
"name": "UctXDIcrHY",
"sequence": 1,
"status": "RK",
"taxCode": "qnF",
"text": "213330",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "BBD",
"value": 196.33
},
"valueCode": "T9Tx"
}
],
"total": {
"rateOfExchange": 0.8282,
"text": "488552",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "SDG",
"value": 269.17
},
"valueCode": "6DLm"
},
"totalTax": {
"text": "535826",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "ILS",
"value": 217.12
},
"valueCode": "Kty2"
}
},
"taxes": {
"tax": [
{
"exempt": true,
"name": "YGinMVHpsv",
"sequence": 2,
"status": "Ey",
"taxCode": "mDs",
"text": "656120",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "DOP",
"value": 22.39
},
"valueCode": "clW9"
},
{
"exempt": true,
"name": "iwHymNaZYs",
"sequence": 2,
"status": "LY",
"taxCode": "qcZ",
"text": "708192",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "QAR",
"value": 253.97
},
"valueCode": "TaXi"
},
{
"exempt": true,
"name": "lnnBhhGSpx",
"sequence": 3,
"status": "Xa",
"taxCode": "WpR",
"text": "601263",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "YER",
"value": 192.85
},
"valueCode": "sC4P"
},
{
"exempt": false,
"name": "SrpwULEkQH",
"sequence": 2,
"status": "FL",
"taxCode": "WxY",
"text": "043359",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "SZL",
"value": 345.89
},
"valueCode": "c9Ue"
},
{
"exempt": true,
"name": "UZdJJimxIq",
"sequence": 2,
"status": "WM",
"taxCode": "TeY",
"text": "508043",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "ISK",
"value": 202.01
},
"valueCode": "thpM"
}
]
}
},
"refundable": false,
"relatedDocument": {
"conjuctive": [
{
"checkDigit": "3",
"number": "8217338155341",
"sequence": 4
},
{
"checkDigit": "1",
"number": "1437098592888",
"sequence": 5
},
{
"checkDigit": "8",
"number": "0195625259455",
"sequence": 3
}
]
},
"reservation": {
"creationDate": "2026-03-31T00:00:00.0Z",
"provider": "Deckow, Lockman and Lind",
"recordLocator": "KHWVBA"
},
"systemCreateDateTime": "2026-07-17T00:00:00.0Z",
"ticketCoupon": [
{
"bagAllowance": "1PC",
"baggageDisclosure": {
"baggageEmbargo": {
"restrictionText": [
"Pet in cabin is not permitted"
]
},
"carryOnBaggage": {
"additionalInfo": "Must fit under seat",
"baggageAllowanceDefinition": {
"allowanceSource": "OPTIONAL_SERVICES",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 186
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 121
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 169
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 34
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 20.9
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "JdwXAOoj",
"quantity": 2
}
],
"baggageRestriction": [
{
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 172
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 179
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 127
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 179
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 143
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 23.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 27.7
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 128
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 76
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 12.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 35.5
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 193
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 166
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 94
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 37
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 45.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 42.4
}
}
],
"weightLimitDescription": "UP TO 20 KG"
}
],
"entitlementDetails": {
"ruleId": "l8bUy8",
"ruleType": "ADDITIONAL"
},
"id": "T1dj_og_",
"pricedAncillaryRef": "RjA_Wsl3",
"quantity": 3,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 2
},
{
"unit": "KILOGRAM",
"value": 44.8
},
{
"unit": "KILOGRAM",
"value": 45.6
},
{
"unit": "KILOGRAM",
"value": 3.7
},
{
"unit": "KILOGRAM",
"value": 10.9
}
],
"unknown": true
},
"excessBaggage": [
{
"ancillaryRef": "720gcvIy",
"baggageRestriction": {
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 77
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 90
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 104
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 38.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 9.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 1.7
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"fee": {
"currency": "INR",
"unitDescription": "per Kilo",
"value": 61.13
},
"notPermitted": true,
"unknown": true
},
{
"ancillaryRef": "SZglesB1",
"baggageRestriction": {
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 111
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 181
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 151
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 60
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 26.4
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"fee": {
"currency": "VND",
"unitDescription": "per Kilo",
"value": 63.43
},
"notPermitted": false,
"unknown": true
}
]
},
"checkedInBaggage": {
"baggageAllowanceDefinition": [
{
"allowanceSource": "OPTIONAL_SERVICES",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 87
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 166
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 96
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 12.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 5.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 25.4
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "0IFXgS9j",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 143
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 148
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 84
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 146
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 6.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 23.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 38.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 24.3
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "iPix8laJ",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 64
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 181
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 92
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 35.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 18.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 34.6
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "gUClr79m",
"quantity": 1
}
],
"baggageRestriction": [
{
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 111
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 166
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 23.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 20.8
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
}
],
"entitlementDetails": {
"ruleId": "znZjil",
"ruleType": "OVERRIDE_ALLOWANCE"
},
"id": "cb_4e9wD",
"pricedAncillaryRef": "3_hn6DwT",
"quantity": 3,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 31.8
}
],
"unknown": true
},
{
"allowanceSource": "OPTIONAL_SERVICES",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 186
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 148
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 114
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 120
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 35.4
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "4oYeUGRx",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 62
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 127
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 91
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 128
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 185
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 6.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 44.8
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "-zdBFEkm",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 174
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 81
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 179
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 171
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 46.1
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "9sr9GcFk",
"quantity": 1
}
],
"baggageRestriction": [
{
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 173
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 67
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 86
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 131
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 125
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 34.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 31
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 171
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 199
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 166
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 179
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 22.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 9.1
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 56
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 146
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 3.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 46.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 30.8
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 57
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 42.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 41.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 28.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 40.7
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 95
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 120
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 30.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 37.7
}
}
],
"weightLimitDescription": "UP TO 20 KG"
}
],
"entitlementDetails": {
"ruleId": "9eqxAY",
"ruleType": "OVERRIDE"
},
"id": "0lUfanKG",
"pricedAncillaryRef": "DKjFR_5o",
"quantity": 3,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 3.2
}
],
"unknown": true
},
{
"allowanceSource": "OPTIONAL_SERVICES",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 183
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 137
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 157
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 131
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 8.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 24
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 27.1
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "uKNZq4BA",
"quantity": 2
}
],
"baggageRestriction": [
{
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 104
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 130
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 62
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 31
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 39.7
}
}
],
"weightLimitDescription": "UP TO 20 KG"
}
],
"entitlementDetails": {
"ruleId": "VuTUAO",
"ruleType": "OVERRIDE"
},
"id": "JiFsiNt3",
"pricedAncillaryRef": "p0Hm0A51",
"quantity": 2,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 30.1
},
{
"unit": "KILOGRAM",
"value": 9
},
{
"unit": "KILOGRAM",
"value": 30
}
],
"unknown": false
},
{
"allowanceSource": "OPTIONAL_SERVICES",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 136
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 194
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 98
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 96
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 30.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 25.6
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "MZOBfK2k",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 189
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 192
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 45.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 20.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 44.9
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "xc676qIO",
"quantity": 2
}
],
"baggageRestriction": [
{
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 137
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 109
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 127
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 89
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 151
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 37.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 16.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 21.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 40.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 5.1
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 113
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 48.9
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 141
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 186
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 187
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 10.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 38.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 14.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 23.5
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
}
],
"entitlementDetails": {
"ruleId": "R7EGi0",
"ruleType": "OVERRIDE"
},
"id": "hxbnse8M",
"pricedAncillaryRef": "JF-AOzTA",
"quantity": 3,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 4.9
},
{
"unit": "KILOGRAM",
"value": 36.5
},
{
"unit": "KILOGRAM",
"value": 30
}
],
"unknown": true
},
{
"allowanceSource": "ENTITLEMENTS",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 195
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 112
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 75
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 77
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 70
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 15.5
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "UBvnQvHr",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 61
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 88
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 79
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 55
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 11.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 6.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 39.8
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "UMRsQYqc",
"quantity": 1
}
],
"baggageRestriction": [
{
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 96
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 129
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 127
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 85
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 66
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 12.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 41.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 13.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.2
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Piece",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 149
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 122
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 31.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 37.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 43.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 42.6
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 159
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 32.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 35.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 45.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 4.1
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
}
],
"entitlementDetails": {
"ruleId": "Ubkpna",
"ruleType": "ADDITIONAL"
},
"id": "dmO5komE",
"pricedAncillaryRef": "FPy5O0LH",
"quantity": 2,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 28.7
},
{
"unit": "KILOGRAM",
"value": 8.4
}
],
"unknown": true
}
],
"excessBaggage": [
{
"ancillaryRef": "mI9hNLnn",
"baggageRestriction": {
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 186
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 13.7
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"fee": {
"currency": "GEL",
"unitDescription": "per Piece",
"value": 22.51
},
"notPermitted": true,
"unknown": false
},
{
"ancillaryRef": "SlBeawwi",
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 163
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 10.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 18.6
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"fee": {
"currency": "VUV",
"unitDescription": "per Kilo",
"value": 86.12
},
"notPermitted": true,
"unknown": true
},
{
"ancillaryRef": "8TWe0saE",
"baggageRestriction": {
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 133
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 26.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 42.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 34.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 17.9
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"fee": {
"currency": "HKD",
"unitDescription": "per Kilo",
"value": 70.7
},
"notPermitted": true,
"unknown": true
}
]
}
},
"bookingStatus": {
"name": "ydCYKT",
"value": "CN"
},
"classOfService": "S",
"couponNumber": "05",
"couponUse": "G",
"currentStatus": "id",
"endDateTime": "2027-05-19T00:00:00.0Z",
"endLocation": "oLb",
"fareBasisCode": "KV1OgENj",
"marketingFlightNumber": "3036",
"marketingProvider": {
"checkDigit": "5",
"name": "Sipes - Predovic",
"number": "263",
"value": "qE"
},
"segmentRef": "0fd4feb4-9336-41ee-812c-63d8da00d1f6",
"startDateTime": "2027-01-19T00:00:00.0Z",
"startLocation": "mym",
"status": "EXCHANGED",
"stopOver": "T"
},
{
"bagAllowance": "2PC",
"baggageDisclosure": {
"baggageEmbargo": {
"restrictionText": [
"Pet in cabin is not permitted"
]
},
"carryOnBaggage": {
"additionalInfo": "Additional item allowed",
"baggageAllowanceDefinition": {
"allowanceSource": "TICKET",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 167
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 103
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 36.8
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "-liMHE4k",
"quantity": 1
}
],
"baggageRestriction": [
{
"description": "per Piece",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 197
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 139
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 137
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 117
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 7.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 37
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 19.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 45.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 40.4
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 166
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 52
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 162
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 114
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 50
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 4.3
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 196
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 18.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 30.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 20.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 12.6
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
}
],
"entitlementDetails": {
"ruleId": "zqVVLS",
"ruleType": "OVERRIDE_ALLOWANCE"
},
"id": "cYow1bEP",
"pricedAncillaryRef": "xqGxIJQQ",
"quantity": 2,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 3.4
},
{
"unit": "KILOGRAM",
"value": 30
},
{
"unit": "KILOGRAM",
"value": 17.5
},
{
"unit": "KILOGRAM",
"value": 33.3
},
{
"unit": "KILOGRAM",
"value": 8.8
}
],
"unknown": true
},
"excessBaggage": [
{
"ancillaryRef": "ECXWycwm",
"baggageRestriction": {
"description": "per Pound",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 112
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 28.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 10
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 22
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 13
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 44.3
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"fee": {
"currency": "DOP",
"unitDescription": "per Kilo",
"value": 45.37
},
"notPermitted": false,
"unknown": false
},
{
"ancillaryRef": "7ha25zxg",
"baggageRestriction": {
"description": "per Piece",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 104
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 55
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 47.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 31.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 19.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 32.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 36.5
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"fee": {
"currency": "BTN",
"unitDescription": "per Kilo",
"value": 49.57
},
"notPermitted": true,
"unknown": true
},
{
"ancillaryRef": "WYlTjPul",
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 150
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 22
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 48.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 7.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 26
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 48.3
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"fee": {
"currency": "SDG",
"unitDescription": "per Kilo",
"value": 99.02
},
"notPermitted": false,
"unknown": true
}
]
},
"checkedInBaggage": {
"baggageAllowanceDefinition": [
{
"allowanceSource": "ENTITLEMENTS",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 131
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 38.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 39.5
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "cC79uAqD",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 93
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 28.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 24
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 32.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 18.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 46.2
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "9hpR9gTV",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 71
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 54
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 151
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 33
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 16.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 8.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 47.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 19.1
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "U1H3-cky",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 62
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 7.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 42.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 30.6
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "ueYTqOwS",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 145
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 186
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 23.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 37.2
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "OtQxwVrZ",
"quantity": 1
}
],
"baggageRestriction": [
{
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 62
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 12.1
}
}
],
"weightLimitDescription": "UP TO 20 KG"
}
],
"entitlementDetails": {
"ruleId": "Ol0Pbc",
"ruleType": "ADDITIONAL"
},
"id": "BbH0mFs4",
"pricedAncillaryRef": "6RLNny4-",
"quantity": 1,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 13.7
},
{
"unit": "KILOGRAM",
"value": 45.9
},
{
"unit": "KILOGRAM",
"value": 29.2
},
{
"unit": "KILOGRAM",
"value": 7.5
},
{
"unit": "KILOGRAM",
"value": 47.7
}
],
"unknown": true
},
{
"allowanceSource": "OPTIONAL_SERVICES",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Pound",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 54
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 120
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 40.6
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "77UDYinn",
"quantity": 2
}
],
"baggageRestriction": [
{
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 97
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.6
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 66
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 69
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 55
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 163
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 129
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 4.7
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 57
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 143
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 76
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 1.7
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 121
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 91
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 99
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 26.2
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 67
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 57
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 79
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 68
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 35.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 34.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 26.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 44.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 17.9
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
}
],
"entitlementDetails": {
"ruleId": "l4Ap9S",
"ruleType": "OVERRIDE_ALLOWANCE"
},
"id": "O6jmT9L-",
"pricedAncillaryRef": "uoFMH7R-",
"quantity": 1,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 36.6
},
{
"unit": "KILOGRAM",
"value": 48.9
}
],
"unknown": false
},
{
"allowanceSource": "TICKET",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 131
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 175
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 68
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 180
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 37.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 30
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "_S1aZcBX",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 127
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 93
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 181
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 141
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 24.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 31.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 40.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 2.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 32.3
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "lTLDzMIR",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 65
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 162
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 126
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 86
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 133
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 7
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "ANrkFz3k",
"quantity": 2
}
],
"baggageRestriction": [
{
"description": "per Piece",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 60
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 194
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 89
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 165
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 101
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 5.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 25.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 8.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 32.5
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
}
],
"entitlementDetails": {
"ruleId": "R1LrLI",
"ruleType": "OVERRIDE_ALLOWANCE"
},
"id": "xfLB_5qR",
"pricedAncillaryRef": "ZWLTPDsJ",
"quantity": 2,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 33.8
},
{
"unit": "KILOGRAM",
"value": 21.7
}
],
"unknown": true
},
{
"allowanceSource": "ENTITLEMENTS",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 93
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 186
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 29.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 38.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 46.1
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "ef_v7WQ-",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 198
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 72
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 80
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 171
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 45.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 11.6
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "TESJft9n",
"quantity": 1
}
],
"baggageRestriction": [
{
"description": "per Piece",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 131
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 126
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 122
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 98
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 105
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 24.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 40.2
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 188
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 115
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 95
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 17.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 18.6
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 195
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 69
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 12.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 13.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.4
}
}
],
"weightLimitDescription": "UP TO 20 KG"
}
],
"entitlementDetails": {
"ruleId": "LoYYoN",
"ruleType": "ADDITIONAL"
},
"id": "drYMv_7H",
"pricedAncillaryRef": "S0DhrR6M",
"quantity": 3,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 46
}
],
"unknown": true
},
{
"allowanceSource": "OPTIONAL_SERVICES",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 167
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 117
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 90
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 34.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 1.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 42
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "1Uj4_pZB",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 115
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 106
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 2.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 24.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.3
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "TmUxbuaT",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 152
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 119
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 66
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 44.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 3.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 38.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 34.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 1.1
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "Qg34CguV",
"quantity": 2
}
],
"baggageRestriction": [
{
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 136
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 28.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 1.1
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Piece",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 124
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 189
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 9.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 19.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 22.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 27.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 43.9
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 140
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 101
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 108
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 163
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 190
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 38.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 23.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 10.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.8
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
}
],
"entitlementDetails": {
"ruleId": "rNs3kk",
"ruleType": "OVERRIDE"
},
"id": "vmEwxPVj",
"pricedAncillaryRef": "8eFYTSUR",
"quantity": 2,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 33.3
},
{
"unit": "KILOGRAM",
"value": 40.7
}
],
"unknown": false
}
],
"excessBaggage": [
{
"ancillaryRef": "BY7OcdHO",
"baggageRestriction": {
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 145
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 45.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 3.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 30.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 10.8
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"fee": {
"currency": "BND",
"unitDescription": "per Kilo",
"value": 26.28
},
"notPermitted": false,
"unknown": true
}
]
}
},
"bookingStatus": {
"name": "atHGpz",
"value": "RQ"
},
"classOfService": "y",
"couponNumber": "08",
"couponUse": "Z",
"currentStatus": "jW",
"endDateTime": "2027-01-20T00:00:00.0Z",
"endLocation": "Aqa",
"fareBasisCode": "qNgZcYo8",
"marketingFlightNumber": "4201",
"marketingProvider": {
"checkDigit": "8",
"name": "Bashirian - Borer",
"number": "082",
"value": "aX"
},
"segmentRef": "65bb4e3b-9ba8-4421-9a33-ef4d3f79b69a",
"startDateTime": "2027-06-08T00:00:00.0Z",
"startLocation": "zpH",
"status": "CHECKED_IN",
"stopOver": "i"
},
{
"bagAllowance": "2PC",
"baggageDisclosure": {
"baggageEmbargo": {
"restrictionText": [
"Pet in cabin is not permitted"
]
},
"carryOnBaggage": {
"additionalInfo": "Must fit under seat",
"baggageAllowanceDefinition": {
"allowanceSource": "OPTIONAL_SERVICES",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 60
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 6.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 3.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 47
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 48.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 11.8
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "aQ6jSDA4",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 182
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 58
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 128
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 26.8
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "ydPB0O6T",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 175
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 168
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 80
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 113
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 176
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 46.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 3.4
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "YgO1fy9m",
"quantity": 2
}
],
"baggageRestriction": [
{
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 70
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 153
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 192
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 98
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 187
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 4.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 9.2
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 131
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 154
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 55
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 27.1
}
}
],
"weightLimitDescription": "UP TO 20 KG"
}
],
"entitlementDetails": {
"ruleId": "dZOdPn",
"ruleType": "ADDITIONAL"
},
"id": "qCVgpUjK",
"pricedAncillaryRef": "uNdYAikm",
"quantity": 1,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 12.7
},
{
"unit": "KILOGRAM",
"value": 22.1
}
],
"unknown": true
},
"excessBaggage": [
{
"ancillaryRef": "MQIR8yUV",
"baggageRestriction": {
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 197
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 184
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 126
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 89
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 118
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 2.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 27.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 45.3
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"fee": {
"currency": "NAD",
"unitDescription": "per Piece",
"value": 61.68
},
"notPermitted": false,
"unknown": false
},
{
"ancillaryRef": "tQ4crsGo",
"baggageRestriction": {
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 78
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 40.8
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"fee": {
"currency": "CUP",
"unitDescription": "per Piece",
"value": 17.65
},
"notPermitted": false,
"unknown": false
},
{
"ancillaryRef": "0P3PS1Uq",
"baggageRestriction": {
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 161
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 196
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 19.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 40
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 44.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 29.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 22.2
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"fee": {
"currency": "ALL",
"unitDescription": "per Piece",
"value": 28.29
},
"notPermitted": true,
"unknown": false
}
]
},
"checkedInBaggage": {
"baggageAllowanceDefinition": [
{
"allowanceSource": "OPTIONAL_SERVICES",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 165
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 183
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 111
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 66
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 44.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 25
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 33.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 26.2
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "D-uQGHlP",
"quantity": 2
}
],
"baggageRestriction": [
{
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 192
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 193
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 144
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 184
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 123
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 35.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 29.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 6.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 7.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 26.2
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 141
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 54
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 18.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 14.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 27.4
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 183
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 110
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 168
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 77
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 105
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 10.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 19.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 27.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 33.8
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 126
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 11.7
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 116
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 198
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 186
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 135
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 17.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 44.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 41.1
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
}
],
"entitlementDetails": {
"ruleId": "cviNm5",
"ruleType": "FEE_WAIVER"
},
"id": "WeAGflyW",
"pricedAncillaryRef": "jVdyKYl4",
"quantity": 1,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 9.5
},
{
"unit": "KILOGRAM",
"value": 17.8
},
{
"unit": "KILOGRAM",
"value": 25.2
},
{
"unit": "KILOGRAM",
"value": 22.7
}
],
"unknown": true
},
{
"allowanceSource": "OPTIONAL_SERVICES",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 196
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 71
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 97
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 114
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 171
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 41.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 34.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 30.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 31
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "Ab2sMmsH",
"quantity": 2
}
],
"baggageRestriction": [
{
"description": "per Piece",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 62
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 58
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 100
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 39.2
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 92
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 147
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 161
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 108
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 33.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 30.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 45.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 27.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 39.1
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 113
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 196
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 67
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 126
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 31.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 23.6
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 131
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 60
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 187
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 198
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 185
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 32
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 44.8
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
}
],
"entitlementDetails": {
"ruleId": "4fYeDb",
"ruleType": "FEE_WAIVER"
},
"id": "9xsLLux8",
"pricedAncillaryRef": "6N2nKmT8",
"quantity": 1,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 18.4
},
{
"unit": "KILOGRAM",
"value": 48.3
},
{
"unit": "KILOGRAM",
"value": 7.1
},
{
"unit": "KILOGRAM",
"value": 8.9
},
{
"unit": "KILOGRAM",
"value": 5
}
],
"unknown": true
}
],
"excessBaggage": [
{
"ancillaryRef": "PsxZgZeP",
"baggageRestriction": {
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 89
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 78
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 134
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 144
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 63
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 14.4
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"fee": {
"currency": "GNF",
"unitDescription": "per Kilo",
"value": 50.06
},
"notPermitted": false,
"unknown": false
}
]
}
},
"bookingStatus": {
"name": "fFCPCW",
"value": "CN"
},
"classOfService": "J",
"couponNumber": "35",
"couponUse": "o",
"currentStatus": "ai",
"endDateTime": "2027-01-10T00:00:00.0Z",
"endLocation": "FnH",
"fareBasisCode": "VFe6Tr73",
"marketingFlightNumber": "8989",
"marketingProvider": {
"checkDigit": "4",
"name": "Nicolas - Cormier",
"number": "705",
"value": "hR"
},
"segmentRef": "1407571f-99e6-4610-b504-b5f85885c605",
"startDateTime": "2026-07-22T00:00:00.0Z",
"startLocation": "lTX",
"status": "PRINTED_INTERLINE",
"stopOver": "k"
}
],
"ticketNumber": {
"airlineAccountingCode": "627",
"checkDigit": "6",
"number": "11091735068516",
"serialNumber": "7337855602"
},
"ticketRemark": [
{
"category": "OTHER",
"header": "yJVPeSipvq",
"remarkLine": "ECns8MK1SqpanHYhce3z5vh9ewtkb9thsFulywl6DxEUG1i7pI",
"sequence": 34,
"type": "Baggage"
},
{
"category": "PRIVATEFARETEXT",
"header": "cyoBeHDARx",
"remarkLine": "lKKlkvef7L8lXPFm1H0On4pPU6oWG76xQROJHG2qnGCNGLtPxu",
"sequence": 38,
"type": "Baggage"
},
{
"category": "PAYMENT",
"header": "LKGHoHMkhr",
"remarkLine": "Z7EwWj46xtzi082hQlADESYWMYBwVbAU5PGjUmkcgpkSpvf0uF",
"sequence": 13,
"type": "General"
},
{
"category": "ORIGINALISSUE",
"header": "mpDTHBMdpD",
"remarkLine": "VVG5CyaLseUhGiC5c1UmLz22vbuUnRScgh0aZtptbUQSlLN5gS",
"sequence": 5,
"type": "Special Assistance"
}
],
"tourNumber": "4CNzbp"
}
],
"timaticVerificationResults": {
"status": "CONDITIONAL",
"timaticCountryRequirements": [
{
"country": "UG",
"countryName": "Kenya",
"status": "NOT_OK_TO_BOARD",
"timaticVerificationSection": [
{
"name": "OTHERS",
"timaticDetail": [
{
"subtype": "Exception",
"type": "Visa",
"value": "Required"
}
]
},
{
"name": "HEALTH",
"timaticDetail": [
{
"subtype": "Restriction",
"type": "Health",
"value": "Exempt"
},
{
"subtype": "Exception",
"type": "Health",
"value": "Conditional"
},
{
"subtype": "Restriction",
"type": "Visa",
"value": "Required"
}
]
},
{
"name": "EVALUATION_RESPONSE",
"timaticDetail": [
{
"subtype": "Restriction",
"type": "Visa",
"value": "Exempt"
},
{
"subtype": "Recommendation",
"type": "Customs",
"value": "Not Required"
},
{
"subtype": "Recommendation",
"type": "Health",
"value": "Not Required"
},
{
"subtype": "Requirement",
"type": "Customs",
"value": "Exempt"
}
]
},
{
"name": "OTHERS",
"timaticDetail": [
{
"subtype": "Recommendation",
"type": "Health",
"value": "Not Required"
},
{
"subtype": "Information",
"type": "Health",
"value": "Exempt"
},
{
"subtype": "Restriction",
"type": "Passport",
"value": "Conditional"
}
]
}
]
},
{
"country": "IL",
"countryName": "Chad",
"status": "NOT_OK_TO_BOARD",
"timaticVerificationSection": [
{
"name": "OTHERS",
"timaticDetail": [
{
"subtype": "Exception",
"type": "Customs",
"value": "Not Required"
},
{
"subtype": "Requirement",
"type": "Health",
"value": "Exempt"
}
]
},
{
"name": "EVALUATION_RESPONSE",
"timaticDetail": [
{
"subtype": "Restriction",
"type": "Visa",
"value": "Conditional"
},
{
"subtype": "Exception",
"type": "Passport",
"value": "Not Required"
},
{
"subtype": "Restriction",
"type": "Visa",
"value": "Conditional"
},
{
"subtype": "Restriction",
"type": "Customs",
"value": "Not Required"
},
{
"subtype": "Exception",
"type": "Customs",
"value": "Not Required"
}
]
},
{
"name": "VISA",
"timaticDetail": [
{
"subtype": "Requirement",
"type": "Visa",
"value": "Conditional"
},
{
"subtype": "Exception",
"type": "Visa",
"value": "Not Required"
}
]
}
]
},
{
"country": "AG",
"countryName": "French Guiana",
"status": "OK_TO_BOARD",
"timaticVerificationSection": [
{
"name": "VISA",
"timaticDetail": [
{
"subtype": "Restriction",
"type": "Health",
"value": "Not Required"
},
{
"subtype": "Applicable",
"type": "Passport",
"value": "Exempt"
}
]
}
]
}
]
},
"transportationSecurity": {
"knownTraveler": {
"applicableCountryCode": "ST",
"number": "135431"
},
"knownTravelerNumber": "687346",
"preScreeningData": {
"dateOfBirth": "1958-02-20",
"gender": "Y",
"personName": {
"first": "Conner",
"last": "Bednar",
"middle": "Shiloh",
"prefix": "Mr.",
"raw": "Leon Yost",
"suffix": "IV"
}
},
"redress": {
"applicableCountryCode": "LT",
"number": "705251"
},
"redresses": [
{
"applicableCountryCode": "CG",
"number": "988561"
},
{
"applicableCountryCode": "EE",
"number": "129148"
}
],
"redressNumber": "6177937931"
},
"type": "ADULT",
"weightCategory": "ADULT_MALE"
},
{
"airExtra": [
{
"airExtraBundleRef": "86734e54-4bcd-4f94-b18b-dc91a695c8e5",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": false,
"customRules": {
"applyHighestTierLevel": true,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 8
},
"exchangeable": false,
"feeApplicationMethod": {
"code": "5",
"value": "PER_BAGGAGE_TRAVEL"
},
"formOfRefund": {
"code": "1",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 3
},
"freeOfChargeRules": [
"BOOKING_REQUIRED",
"EMD_REQUIRED",
"EMD_REQUIRED"
],
"interlineable": true,
"inventoryControlled": true,
"paperTicketRequired": false,
"purchaseAtTicketIssue": false,
"purchaseBy": "2027-03-15",
"refundable": false,
"tourCode": "b8jUvQ"
},
"bagType": "GOLF",
"bookingMethod": {
"code": "4^",
"value": "SPECIAL_SERVICE_REQUEST"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "LOUNGE ACCESS",
"displayOnly": true,
"electronicMiscDocType": {
"code": "2",
"consumedAtIssuance": false,
"value": "ETICKET"
},
"group": "BG",
"id": "yhJkqC",
"reasonForIssuance": {
"code": "G",
"value": "FINANCIAL_IMPACT"
},
"sequenceNumber": 27,
"serviceType": {
"code": "9r",
"value": "EMBARGOES"
},
"specialService": {
"code": "PETC",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 96,
"min": 3,
"name": "SIZE",
"optional": true,
"type": "TEXT",
"unit": "LB"
},
{
"allowedValue": [
"DOG"
],
"max": 42,
"min": 4,
"name": "AGE",
"optional": true,
"type": "INT",
"unit": "KG"
},
{
"allowedValue": [
"DOG"
],
"max": 10,
"min": 3,
"name": "AGE",
"optional": true,
"type": "TEXT",
"unit": "KG"
},
{
"allowedValue": [
"DOG"
],
"max": 45,
"min": 3,
"name": "AGE",
"optional": true,
"type": "ENUM",
"unit": "IN"
},
{
"allowedValue": [
"DOG"
],
"max": 90,
"min": 1,
"name": "SIZE",
"optional": false,
"type": "TEXT",
"unit": "IN"
}
]
},
"type": "STRUCTURED"
},
"ssimCode": "8yM",
"subCode": "558",
"vendor": "MMGR",
"weight": [
{
"unit": "KILOGRAM",
"value": 35.4
},
{
"unit": "KILOGRAM",
"value": 41.4
},
{
"unit": "KILOGRAM",
"value": 18.2
}
]
},
"bookingIndicator": "15",
"disassociated": false,
"emdNumber": {
"number": "52204867136182"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "81",
"segmentRef": "c780ebe2-a1d9-4b11-8d97-5c5d7311eb52"
},
{
"emdCouponNumber": "88",
"segmentRef": "c9817958-fb2f-4ce1-a6e8-63f41dee804e"
},
{
"emdCouponNumber": "80",
"segmentRef": "0056cc4a-4b73-48c0-ab3f-9e2c1778baf8"
}
]
},
"feeApplicationIndicator": "17",
"id": "4cd0e9e8-7656-49de-a06f-b9ef3c77477b",
"miscFee": {
"dealName": "WINTER SALE",
"group": "SEA",
"id": "1a9ce306-c67f-4c9b-b834-069ab6ab3827",
"offerName": "MAY WEEKEND DISCOUNT",
"reasonForIssuance": "A",
"subCode": "744"
},
"offerId": {
"id": "9d873e13-85fb-440e-baa0-f8e1aa447952",
"itemId": "e8a0b59a-7d00-4427-a050-9ad46b6dbc64"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "HD",
"value": "FULFILLED"
},
"pnrId": "SGUCZN",
"quantity": 5,
"specialServiceDescription": {
"code": "trHz",
"properties": {
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "816"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "261"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "497"
}
]
},
"text": "DRvIhrySEMgmrDm"
},
"syntheticIdentifier": "32948263462274171304",
"taxExemption": false,
"ticketUsedForEmdPricing": "Y",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 31.8
}
}
],
"airExtraBundle": [
{
"childRef": [
"id01",
"id02"
],
"id": "b7a98471-502f-410f-b0d0-496b01493a97",
"parentRef": "7dbea44f-1035-4e9d-a4f4-c6320545d215"
},
{
"childRef": [
"id01",
"id02"
],
"id": "d38dcdb0-babf-4267-a4ac-03be4b26b04b",
"parentRef": "63dd3181-cf30-42b8-ba5c-f77e6627a0e3"
},
{
"childRef": [
"id01",
"id02"
],
"id": "b874b370-4a20-4ade-8c7b-64445ea4649c",
"parentRef": "39e4fff4-413c-439f-83f0-e5359cccf81f"
}
],
"airExtraDocument": [
{
"airExtraDocumentCoupon": [
{
"number": 77,
"passengerSegmentRef": "781b79c6-28d6-47c9-ae6e-4d3e6fe7b1db",
"priceBreakdown": {
"base": {
"amount": {
"currency": "MOP",
"value": 317.88
},
"code": "kU",
"conversionRatio": {
"minimumPoints": 853,
"value": 0.27
},
"equivAmount": {
"currency": "AZN",
"value": 388.76
},
"override": true,
"points": 26396,
"referenceAmount": {
"currency": "NAD",
"value": 99.03
},
"taxType": "FLAT"
},
"commission": [
{
"amount": {
"currency": "PYG",
"value": 82.42
},
"code": "rP",
"conversionRatio": {
"minimumPoints": 803,
"value": 0.76
},
"equivAmount": {
"currency": "HNL",
"value": 408.99
},
"override": false,
"points": 46136,
"referenceAmount": {
"currency": "CAD",
"value": 467.28
},
"taxType": "PROPORTIONAL"
}
],
"discount": [
{
"amount": {
"currency": "MGA",
"value": 425.24
},
"code": "fv",
"conversionRatio": {
"minimumPoints": 987,
"value": 0.54
},
"equivAmount": {
"currency": "CRC",
"value": 63.86
},
"override": true,
"points": 47075,
"referenceAmount": {
"currency": "USD",
"value": 310.3
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KES",
"value": 279.89
},
"code": "Bx",
"conversionRatio": {
"minimumPoints": 958,
"value": 0.83
},
"equivAmount": {
"currency": "SAR",
"value": 216.42
},
"override": false,
"points": 3149,
"referenceAmount": {
"currency": "GIP",
"value": 21.43
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "BND",
"value": 28.27
},
"code": "eY",
"conversionRatio": {
"minimumPoints": 177,
"value": 0.21
},
"equivAmount": {
"currency": "ZWL",
"value": 16.77
},
"override": true,
"points": 44257,
"referenceAmount": {
"currency": "LYD",
"value": 282.12
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "IDR",
"value": 52.91
},
"code": "Qf",
"conversionRatio": {
"minimumPoints": 477,
"value": 0.11
},
"equivAmount": {
"currency": "CVE",
"value": 234.77
},
"override": true,
"points": 6543,
"referenceAmount": {
"currency": "HNL",
"value": 453.16
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "VES",
"value": 479.78
},
"code": "Di",
"conversionRatio": {
"minimumPoints": 875,
"value": 0.19
},
"equivAmount": {
"currency": "BMD",
"value": 362.56
},
"override": false,
"points": 44213,
"referenceAmount": {
"currency": "UGX",
"value": 419.72
},
"taxType": "PROPORTIONAL"
}
],
"fee": [
{
"amount": {
"currency": "GNF",
"value": 244.06
},
"code": "bq",
"conversionRatio": {
"minimumPoints": 755,
"value": 0.11
},
"equivAmount": {
"currency": "MAD",
"value": 137.24
},
"override": false,
"points": 41721,
"referenceAmount": {
"currency": "GEL",
"value": 149.97
},
"taxType": "PROPORTIONAL"
}
],
"surcharge": [
{
"amount": {
"currency": "IQD",
"value": 199.54
},
"code": "Rt",
"conversionRatio": {
"minimumPoints": 652,
"value": 0.89
},
"equivAmount": {
"currency": "SGD",
"value": 86.48
},
"override": true,
"points": 22610,
"referenceAmount": {
"currency": "TZS",
"value": 280.55
},
"taxType": "FLAT"
}
],
"tax": [
{
"amount": {
"currency": "TJS",
"value": 343.93
},
"code": "cw",
"conversionRatio": {
"minimumPoints": 404,
"value": 0.43
},
"equivAmount": {
"currency": "BTN",
"value": 390.32
},
"override": true,
"points": 18225,
"referenceAmount": {
"currency": "GNF",
"value": 222.73
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "DJF",
"value": 189.6
},
"code": "JZ",
"conversionRatio": {
"minimumPoints": 618,
"value": 0.84
},
"equivAmount": {
"currency": "LAK",
"value": 81.82
},
"override": true,
"points": 26014,
"referenceAmount": {
"currency": "OMR",
"value": 262.86
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KHR",
"value": 69.58
},
"code": "ic",
"conversionRatio": {
"minimumPoints": 903,
"value": 0.17
},
"equivAmount": {
"currency": "PLN",
"value": 255.82
},
"override": false,
"points": 12601,
"referenceAmount": {
"currency": "NAD",
"value": 338.41
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "KPW",
"value": 269.29
},
"code": "Pq",
"conversionRatio": {
"minimumPoints": 386,
"value": 0.71
},
"equivAmount": {
"currency": "CVE",
"value": 120.06
},
"override": true,
"points": 31003,
"referenceAmount": {
"currency": "EGP",
"value": 401.84
},
"taxType": "FLAT"
}
}
},
{
"number": 16,
"passengerSegmentRef": "87716cd3-c196-43bb-8969-ade60d2cbf96",
"priceBreakdown": {
"base": {
"amount": {
"currency": "BTN",
"value": 459.64
},
"code": "LR",
"conversionRatio": {
"minimumPoints": 383,
"value": 0.46
},
"equivAmount": {
"currency": "SHP",
"value": 274.32
},
"override": true,
"points": 9449,
"referenceAmount": {
"currency": "AOA",
"value": 233.94
},
"taxType": "FLAT"
},
"commission": [
{
"amount": {
"currency": "NIO",
"value": 187.61
},
"code": "fN",
"conversionRatio": {
"minimumPoints": 731,
"value": 0.23
},
"equivAmount": {
"currency": "UZS",
"value": 186.64
},
"override": false,
"points": 2142,
"referenceAmount": {
"currency": "SAR",
"value": 289.56
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "SOS",
"value": 241.49
},
"code": "PF",
"conversionRatio": {
"minimumPoints": 180,
"value": 0.76
},
"equivAmount": {
"currency": "GBP",
"value": 416.13
},
"override": false,
"points": 2480,
"referenceAmount": {
"currency": "NPR",
"value": 341.91
},
"taxType": "FLAT"
}
],
"discount": [
{
"amount": {
"currency": "ALL",
"value": 146.17
},
"code": "sW",
"conversionRatio": {
"minimumPoints": 208,
"value": 0.46
},
"equivAmount": {
"currency": "UYU",
"value": 61.8
},
"override": false,
"points": 29652,
"referenceAmount": {
"currency": "HNL",
"value": 354.71
},
"taxType": "PROPORTIONAL"
}
],
"fee": [
{
"amount": {
"currency": "DKK",
"value": 474.16
},
"code": "pF",
"conversionRatio": {
"minimumPoints": 952,
"value": 0.29
},
"equivAmount": {
"currency": "LSL",
"value": 186.08
},
"override": true,
"points": 19270,
"referenceAmount": {
"currency": "MMK",
"value": 429.51
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "BTN",
"value": 315.02
},
"code": "xa",
"conversionRatio": {
"minimumPoints": 477,
"value": 0.13
},
"equivAmount": {
"currency": "MXN",
"value": 425.57
},
"override": true,
"points": 8660,
"referenceAmount": {
"currency": "OMR",
"value": 260.28
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "DZD",
"value": 395.72
},
"code": "kk",
"conversionRatio": {
"minimumPoints": 120,
"value": 0.2
},
"equivAmount": {
"currency": "KHR",
"value": 254.19
},
"override": false,
"points": 22375,
"referenceAmount": {
"currency": "YER",
"value": 393.09
},
"taxType": "PROPORTIONAL"
}
],
"surcharge": [
{
"amount": {
"currency": "GNF",
"value": 97.13
},
"code": "fi",
"conversionRatio": {
"minimumPoints": 218,
"value": 0.83
},
"equivAmount": {
"currency": "VES",
"value": 379.41
},
"override": false,
"points": 27924,
"referenceAmount": {
"currency": "USD",
"value": 138.52
},
"taxType": "FLAT"
}
],
"tax": [
{
"amount": {
"currency": "GHS",
"value": 251.59
},
"code": "dm",
"conversionRatio": {
"minimumPoints": 905,
"value": 0.73
},
"equivAmount": {
"currency": "KMF",
"value": 359.4
},
"override": true,
"points": 20842,
"referenceAmount": {
"currency": "ISK",
"value": 400.97
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "FKP",
"value": 475.81
},
"code": "Oc",
"conversionRatio": {
"minimumPoints": 980,
"value": 0.81
},
"equivAmount": {
"currency": "AMD",
"value": 479.36
},
"override": false,
"points": 18732,
"referenceAmount": {
"currency": "AFN",
"value": 122.49
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "CHF",
"value": 466.37
},
"code": "Yq",
"conversionRatio": {
"minimumPoints": 740,
"value": 0.48
},
"equivAmount": {
"currency": "AFN",
"value": 59.86
},
"override": false,
"points": 10027,
"referenceAmount": {
"currency": "BND",
"value": 298.82
},
"taxType": "FLAT"
}
}
}
],
"airExtraRefs": [
"id01",
"id02"
],
"id": "20c9797c-d83f-4620-8a56-5089b872a8de",
"issueDate": "2025-11-08T00:00:00.0Z",
"number": "0313372457126",
"paymentRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "SRD",
"value": 79.8
},
"code": "lr",
"conversionRatio": {
"minimumPoints": 534,
"value": 0.9
},
"equivAmount": {
"currency": "BRL",
"value": 413.09
},
"override": false,
"points": 39828,
"referenceAmount": {
"currency": "HKD",
"value": 359.88
},
"taxType": "FLAT"
},
"commission": [
{
"amount": {
"currency": "BHD",
"value": 267.8
},
"code": "jF",
"conversionRatio": {
"minimumPoints": 771,
"value": 0.83
},
"equivAmount": {
"currency": "AMD",
"value": 189.37
},
"override": false,
"points": 13898,
"referenceAmount": {
"currency": "NGN",
"value": 220.71
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "MWK",
"value": 83.99
},
"code": "JG",
"conversionRatio": {
"minimumPoints": 397,
"value": 0.19
},
"equivAmount": {
"currency": "NZD",
"value": 392.08
},
"override": true,
"points": 23147,
"referenceAmount": {
"currency": "XPF",
"value": 239.56
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "DKK",
"value": 33.24
},
"code": "QH",
"conversionRatio": {
"minimumPoints": 153,
"value": 0.21
},
"equivAmount": {
"currency": "KZT",
"value": 222.98
},
"override": true,
"points": 23799,
"referenceAmount": {
"currency": "PYG",
"value": 352.79
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "FJD",
"value": 161.89
},
"code": "sP",
"conversionRatio": {
"minimumPoints": 968,
"value": 0.43
},
"equivAmount": {
"currency": "ANG",
"value": 375.59
},
"override": true,
"points": 34995,
"referenceAmount": {
"currency": "LYD",
"value": 460.64
},
"taxType": "FLAT"
}
],
"discount": [
{
"amount": {
"currency": "KPW",
"value": 347.37
},
"code": "EP",
"conversionRatio": {
"minimumPoints": 515,
"value": 0.93
},
"equivAmount": {
"currency": "SRD",
"value": 438.17
},
"override": true,
"points": 12774,
"referenceAmount": {
"currency": "ARS",
"value": 370.62
},
"taxType": "FLAT"
}
],
"fee": [
{
"amount": {
"currency": "SDG",
"value": 56.77
},
"code": "gM",
"conversionRatio": {
"minimumPoints": 898,
"value": 0.77
},
"equivAmount": {
"currency": "BOB",
"value": 435.3
},
"override": false,
"points": 19453,
"referenceAmount": {
"currency": "COP",
"value": 320.99
},
"taxType": "FLAT"
}
],
"surcharge": [
{
"amount": {
"currency": "MUR",
"value": 224
},
"code": "wB",
"conversionRatio": {
"minimumPoints": 632,
"value": 0.46
},
"equivAmount": {
"currency": "KWD",
"value": 332.2
},
"override": false,
"points": 30468,
"referenceAmount": {
"currency": "KWD",
"value": 466.25
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "BIF",
"value": 348.38
},
"code": "ih",
"conversionRatio": {
"minimumPoints": 109,
"value": 0.29
},
"equivAmount": {
"currency": "SEK",
"value": 15.95
},
"override": true,
"points": 43350,
"referenceAmount": {
"currency": "BZD",
"value": 361.88
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "MDL",
"value": 395.92
},
"code": "eo",
"conversionRatio": {
"minimumPoints": 265,
"value": 0.27
},
"equivAmount": {
"currency": "LYD",
"value": 39.36
},
"override": false,
"points": 13599,
"referenceAmount": {
"currency": "NGN",
"value": 174.31
},
"taxType": "PROPORTIONAL"
}
],
"tax": [
{
"amount": {
"currency": "CLP",
"value": 178.82
},
"code": "ql",
"conversionRatio": {
"minimumPoints": 606,
"value": 0.29
},
"equivAmount": {
"currency": "AMD",
"value": 182.85
},
"override": true,
"points": 32188,
"referenceAmount": {
"currency": "MDL",
"value": 367.31
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "TTD",
"value": 42.93
},
"code": "SI",
"conversionRatio": {
"minimumPoints": 760,
"value": 0.24
},
"equivAmount": {
"currency": "PLN",
"value": 325.96
},
"override": true,
"points": 26588,
"referenceAmount": {
"currency": "MAD",
"value": 259.8
},
"taxType": "PROPORTIONAL"
}
],
"total": {
"amount": {
"currency": "XCD",
"value": 124.01
},
"code": "eL",
"conversionRatio": {
"minimumPoints": 983,
"value": 0.71
},
"equivAmount": {
"currency": "RWF",
"value": 410.69
},
"override": false,
"points": 28329,
"referenceAmount": {
"currency": "RWF",
"value": 438.74
},
"taxType": "FLAT"
}
},
"type": "OTHER"
},
{
"airExtraDocumentCoupon": [
{
"number": 14,
"passengerSegmentRef": "71fdb829-29ba-44c3-b833-6f70f78380fb",
"priceBreakdown": {
"base": {
"amount": {
"currency": "DKK",
"value": 270.45
},
"code": "gQ",
"conversionRatio": {
"minimumPoints": 904,
"value": 0.84
},
"equivAmount": {
"currency": "LBP",
"value": 308.19
},
"override": true,
"points": 23470,
"referenceAmount": {
"currency": "UYU",
"value": 196.34
},
"taxType": "PROPORTIONAL"
},
"commission": [
{
"amount": {
"currency": "IQD",
"value": 309.75
},
"code": "XR",
"conversionRatio": {
"minimumPoints": 228,
"value": 0.9
},
"equivAmount": {
"currency": "MVR",
"value": 100.61
},
"override": false,
"points": 21795,
"referenceAmount": {
"currency": "MYR",
"value": 136.65
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "QAR",
"value": 304.68
},
"code": "uH",
"conversionRatio": {
"minimumPoints": 589,
"value": 0.87
},
"equivAmount": {
"currency": "BGN",
"value": 46.23
},
"override": true,
"points": 47728,
"referenceAmount": {
"currency": "FKP",
"value": 53.5
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "BHD",
"value": 139.52
},
"code": "Ys",
"conversionRatio": {
"minimumPoints": 498,
"value": 0.21
},
"equivAmount": {
"currency": "KES",
"value": 82.34
},
"override": true,
"points": 21088,
"referenceAmount": {
"currency": "MUR",
"value": 253.06
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "PYG",
"value": 375.68
},
"code": "kG",
"conversionRatio": {
"minimumPoints": 331,
"value": 0.62
},
"equivAmount": {
"currency": "MRU",
"value": 222.99
},
"override": true,
"points": 8945,
"referenceAmount": {
"currency": "DZD",
"value": 421.15
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "PLN",
"value": 180.62
},
"code": "yo",
"conversionRatio": {
"minimumPoints": 121,
"value": 0.49
},
"equivAmount": {
"currency": "JMD",
"value": 74.67
},
"override": true,
"points": 29592,
"referenceAmount": {
"currency": "SCR",
"value": 271.74
},
"taxType": "FLAT"
}
],
"discount": [
{
"amount": {
"currency": "SGD",
"value": 102.79
},
"code": "QU",
"conversionRatio": {
"minimumPoints": 419,
"value": 0.34
},
"equivAmount": {
"currency": "CVE",
"value": 459.96
},
"override": true,
"points": 28611,
"referenceAmount": {
"currency": "THB",
"value": 412.05
},
"taxType": "FLAT"
}
],
"fee": [
{
"amount": {
"currency": "KMF",
"value": 437.18
},
"code": "mZ",
"conversionRatio": {
"minimumPoints": 229,
"value": 0.13
},
"equivAmount": {
"currency": "RUB",
"value": 22.74
},
"override": true,
"points": 36103,
"referenceAmount": {
"currency": "JMD",
"value": 254.85
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "PYG",
"value": 479.94
},
"code": "Ng",
"conversionRatio": {
"minimumPoints": 590,
"value": 0.16
},
"equivAmount": {
"currency": "MDL",
"value": 189.75
},
"override": false,
"points": 13218,
"referenceAmount": {
"currency": "BDT",
"value": 313.12
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "SAR",
"value": 116.78
},
"code": "bP",
"conversionRatio": {
"minimumPoints": 472,
"value": 0.9
},
"equivAmount": {
"currency": "NZD",
"value": 136.25
},
"override": false,
"points": 3559,
"referenceAmount": {
"currency": "KES",
"value": 271.18
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "UGX",
"value": 36.05
},
"code": "Bx",
"conversionRatio": {
"minimumPoints": 849,
"value": 0.66
},
"equivAmount": {
"currency": "SYP",
"value": 460.74
},
"override": true,
"points": 16535,
"referenceAmount": {
"currency": "HNL",
"value": 343.08
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "RSD",
"value": 23.72
},
"code": "Zr",
"conversionRatio": {
"minimumPoints": 203,
"value": 0.66
},
"equivAmount": {
"currency": "MMK",
"value": 256.11
},
"override": true,
"points": 21942,
"referenceAmount": {
"currency": "IDR",
"value": 190.53
},
"taxType": "PROPORTIONAL"
}
],
"surcharge": [
{
"amount": {
"currency": "ANG",
"value": 398.54
},
"code": "Ku",
"conversionRatio": {
"minimumPoints": 134,
"value": 0.47
},
"equivAmount": {
"currency": "XAF",
"value": 188.85
},
"override": true,
"points": 23292,
"referenceAmount": {
"currency": "BIF",
"value": 129.2
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "XPF",
"value": 488.4
},
"code": "VU",
"conversionRatio": {
"minimumPoints": 278,
"value": 0.43
},
"equivAmount": {
"currency": "KHR",
"value": 191.23
},
"override": false,
"points": 7158,
"referenceAmount": {
"currency": "SLE",
"value": 258.4
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "THB",
"value": 405.29
},
"code": "CU",
"conversionRatio": {
"minimumPoints": 772,
"value": 0.27
},
"equivAmount": {
"currency": "SCR",
"value": 22.51
},
"override": true,
"points": 29258,
"referenceAmount": {
"currency": "MMK",
"value": 127.78
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "GNF",
"value": 458.87
},
"code": "DD",
"conversionRatio": {
"minimumPoints": 965,
"value": 0.57
},
"equivAmount": {
"currency": "XCD",
"value": 229.87
},
"override": false,
"points": 20692,
"referenceAmount": {
"currency": "GIP",
"value": 453.94
},
"taxType": "FLAT"
}
],
"tax": [
{
"amount": {
"currency": "AWG",
"value": 267.63
},
"code": "BB",
"conversionRatio": {
"minimumPoints": 185,
"value": 0.28
},
"equivAmount": {
"currency": "MRU",
"value": 402.86
},
"override": false,
"points": 35796,
"referenceAmount": {
"currency": "ISK",
"value": 311.26
},
"taxType": "PROPORTIONAL"
}
],
"total": {
"amount": {
"currency": "PGK",
"value": 240.48
},
"code": "qL",
"conversionRatio": {
"minimumPoints": 109,
"value": 0.31
},
"equivAmount": {
"currency": "SGD",
"value": 199.29
},
"override": false,
"points": 14934,
"referenceAmount": {
"currency": "BZD",
"value": 270.21
},
"taxType": "PROPORTIONAL"
}
}
},
{
"number": 40,
"passengerSegmentRef": "48185d4d-d127-45be-be85-c8c6d37e88c8",
"priceBreakdown": {
"base": {
"amount": {
"currency": "TOP",
"value": 125.06
},
"code": "wC",
"conversionRatio": {
"minimumPoints": 306,
"value": 0.47
},
"equivAmount": {
"currency": "KGS",
"value": 191.13
},
"override": true,
"points": 20794,
"referenceAmount": {
"currency": "SRD",
"value": 306.03
},
"taxType": "FLAT"
},
"commission": [
{
"amount": {
"currency": "KYD",
"value": 155.71
},
"code": "lT",
"conversionRatio": {
"minimumPoints": 547,
"value": 0.63
},
"equivAmount": {
"currency": "BRL",
"value": 209.58
},
"override": false,
"points": 34886,
"referenceAmount": {
"currency": "MOP",
"value": 282.11
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KRW",
"value": 58.99
},
"code": "Pv",
"conversionRatio": {
"minimumPoints": 980,
"value": 0.44
},
"equivAmount": {
"currency": "CDF",
"value": 238.41
},
"override": true,
"points": 17052,
"referenceAmount": {
"currency": "RSD",
"value": 266.46
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "RWF",
"value": 91.91
},
"code": "Gv",
"conversionRatio": {
"minimumPoints": 419,
"value": 0.99
},
"equivAmount": {
"currency": "BMD",
"value": 169.33
},
"override": true,
"points": 10253,
"referenceAmount": {
"currency": "AED",
"value": 384.53
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "XOF",
"value": 488.61
},
"code": "gM",
"conversionRatio": {
"minimumPoints": 446,
"value": 0.79
},
"equivAmount": {
"currency": "LSL",
"value": 68.88
},
"override": true,
"points": 10317,
"referenceAmount": {
"currency": "KRW",
"value": 209.59
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "BWP",
"value": 80.42
},
"code": "PK",
"conversionRatio": {
"minimumPoints": 938,
"value": 0.91
},
"equivAmount": {
"currency": "ALL",
"value": 254.7
},
"override": true,
"points": 36540,
"referenceAmount": {
"currency": "SHP",
"value": 178.15
},
"taxType": "FLAT"
}
],
"discount": [
{
"amount": {
"currency": "PYG",
"value": 147.71
},
"code": "kJ",
"conversionRatio": {
"minimumPoints": 180,
"value": 1
},
"equivAmount": {
"currency": "SDG",
"value": 97.43
},
"override": true,
"points": 2460,
"referenceAmount": {
"currency": "ERN",
"value": 46.34
},
"taxType": "PROPORTIONAL"
}
],
"fee": [
{
"amount": {
"currency": "EUR",
"value": 497.03
},
"code": "ZV",
"conversionRatio": {
"minimumPoints": 130,
"value": 0.6
},
"equivAmount": {
"currency": "WST",
"value": 460.43
},
"override": false,
"points": 43661,
"referenceAmount": {
"currency": "ETB",
"value": 245.38
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "WST",
"value": 383.06
},
"code": "HT",
"conversionRatio": {
"minimumPoints": 802,
"value": 0.13
},
"equivAmount": {
"currency": "ANG",
"value": 209.51
},
"override": true,
"points": 12900,
"referenceAmount": {
"currency": "MYR",
"value": 295.64
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "COP",
"value": 353.48
},
"code": "TV",
"conversionRatio": {
"minimumPoints": 969,
"value": 0.39
},
"equivAmount": {
"currency": "XOF",
"value": 19.7
},
"override": false,
"points": 34260,
"referenceAmount": {
"currency": "ANG",
"value": 124.55
},
"taxType": "PROPORTIONAL"
}
],
"surcharge": [
{
"amount": {
"currency": "TJS",
"value": 264.98
},
"code": "hZ",
"conversionRatio": {
"minimumPoints": 373,
"value": 0.34
},
"equivAmount": {
"currency": "RON",
"value": 150.81
},
"override": true,
"points": 44128,
"referenceAmount": {
"currency": "CHF",
"value": 213.52
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "KGS",
"value": 17.88
},
"code": "Dx",
"conversionRatio": {
"minimumPoints": 162,
"value": 0.76
},
"equivAmount": {
"currency": "KES",
"value": 344.34
},
"override": false,
"points": 48198,
"referenceAmount": {
"currency": "THB",
"value": 209.55
},
"taxType": "PROPORTIONAL"
}
],
"tax": [
{
"amount": {
"currency": "GMD",
"value": 14.88
},
"code": "An",
"conversionRatio": {
"minimumPoints": 233,
"value": 0.15
},
"equivAmount": {
"currency": "VES",
"value": 361.12
},
"override": true,
"points": 38964,
"referenceAmount": {
"currency": "RWF",
"value": 236.9
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "BGN",
"value": 347.79
},
"code": "QF",
"conversionRatio": {
"minimumPoints": 816,
"value": 0.47
},
"equivAmount": {
"currency": "PEN",
"value": 235.13
},
"override": true,
"points": 38011,
"referenceAmount": {
"currency": "TWD",
"value": 297.44
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "JMD",
"value": 140.06
},
"code": "Ba",
"conversionRatio": {
"minimumPoints": 818,
"value": 0.32
},
"equivAmount": {
"currency": "MOP",
"value": 169.33
},
"override": false,
"points": 44023,
"referenceAmount": {
"currency": "MXN",
"value": 128.77
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "STN",
"value": 115.59
},
"code": "zk",
"conversionRatio": {
"minimumPoints": 211,
"value": 0.75
},
"equivAmount": {
"currency": "TRY",
"value": 216.01
},
"override": false,
"points": 23272,
"referenceAmount": {
"currency": "NPR",
"value": 425.65
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "PYG",
"value": 115.31
},
"code": "wk",
"conversionRatio": {
"minimumPoints": 881,
"value": 0.2
},
"equivAmount": {
"currency": "ALL",
"value": 169.81
},
"override": false,
"points": 25884,
"referenceAmount": {
"currency": "BTN",
"value": 87.83
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "KWD",
"value": 33.49
},
"code": "PQ",
"conversionRatio": {
"minimumPoints": 460,
"value": 0.21
},
"equivAmount": {
"currency": "SCR",
"value": 224.22
},
"override": false,
"points": 31713,
"referenceAmount": {
"currency": "MRU",
"value": 74.21
},
"taxType": "PROPORTIONAL"
}
}
},
{
"number": 85,
"passengerSegmentRef": "59bc0a46-df7a-4723-8450-90afc4037d7b",
"priceBreakdown": {
"base": {
"amount": {
"currency": "QAR",
"value": 269.69
},
"code": "FF",
"conversionRatio": {
"minimumPoints": 370,
"value": 0.46
},
"equivAmount": {
"currency": "TRY",
"value": 256.4
},
"override": false,
"points": 33998,
"referenceAmount": {
"currency": "HKD",
"value": 315.93
},
"taxType": "PROPORTIONAL"
},
"commission": [
{
"amount": {
"currency": "BGN",
"value": 41.11
},
"code": "NY",
"conversionRatio": {
"minimumPoints": 571,
"value": 0.55
},
"equivAmount": {
"currency": "BSD",
"value": 79.71
},
"override": false,
"points": 29487,
"referenceAmount": {
"currency": "PKR",
"value": 250.56
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "ANG",
"value": 271.35
},
"code": "WJ",
"conversionRatio": {
"minimumPoints": 325,
"value": 0.46
},
"equivAmount": {
"currency": "TOP",
"value": 459.66
},
"override": true,
"points": 35723,
"referenceAmount": {
"currency": "CDF",
"value": 341.73
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "PHP",
"value": 304.72
},
"code": "Tm",
"conversionRatio": {
"minimumPoints": 638,
"value": 0.24
},
"equivAmount": {
"currency": "KES",
"value": 98.45
},
"override": false,
"points": 5697,
"referenceAmount": {
"currency": "MRU",
"value": 41.37
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KYD",
"value": 370.2
},
"code": "EC",
"conversionRatio": {
"minimumPoints": 598,
"value": 0.8
},
"equivAmount": {
"currency": "VUV",
"value": 288.84
},
"override": true,
"points": 31033,
"referenceAmount": {
"currency": "YER",
"value": 479.78
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "CLP",
"value": 206.5
},
"code": "Vm",
"conversionRatio": {
"minimumPoints": 591,
"value": 0.56
},
"equivAmount": {
"currency": "TZS",
"value": 189.57
},
"override": false,
"points": 35236,
"referenceAmount": {
"currency": "ISK",
"value": 85.86
},
"taxType": "PROPORTIONAL"
}
],
"discount": [
{
"amount": {
"currency": "AWG",
"value": 274.23
},
"code": "Sk",
"conversionRatio": {
"minimumPoints": 126,
"value": 0.62
},
"equivAmount": {
"currency": "UGX",
"value": 457.37
},
"override": false,
"points": 31910,
"referenceAmount": {
"currency": "ARS",
"value": 31.35
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "XAF",
"value": 480.77
},
"code": "Er",
"conversionRatio": {
"minimumPoints": 236,
"value": 0.53
},
"equivAmount": {
"currency": "ANG",
"value": 343.06
},
"override": true,
"points": 1554,
"referenceAmount": {
"currency": "EGP",
"value": 107.61
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "UAH",
"value": 138.83
},
"code": "ff",
"conversionRatio": {
"minimumPoints": 989,
"value": 1
},
"equivAmount": {
"currency": "PHP",
"value": 497.2
},
"override": false,
"points": 33836,
"referenceAmount": {
"currency": "CZK",
"value": 217.02
},
"taxType": "PROPORTIONAL"
}
],
"fee": [
{
"amount": {
"currency": "SDG",
"value": 362.26
},
"code": "bO",
"conversionRatio": {
"minimumPoints": 141,
"value": 0.75
},
"equivAmount": {
"currency": "INR",
"value": 15.33
},
"override": false,
"points": 32452,
"referenceAmount": {
"currency": "XCD",
"value": 84.43
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "CUP",
"value": 35.52
},
"code": "BU",
"conversionRatio": {
"minimumPoints": 691,
"value": 0.29
},
"equivAmount": {
"currency": "GNF",
"value": 229.2
},
"override": true,
"points": 28792,
"referenceAmount": {
"currency": "DJF",
"value": 361.6
},
"taxType": "FLAT"
}
],
"surcharge": [
{
"amount": {
"currency": "GBP",
"value": 32.17
},
"code": "nh",
"conversionRatio": {
"minimumPoints": 732,
"value": 0.89
},
"equivAmount": {
"currency": "THB",
"value": 499.39
},
"override": true,
"points": 16892,
"referenceAmount": {
"currency": "AED",
"value": 283.73
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "SHP",
"value": 300.4
},
"code": "Oo",
"conversionRatio": {
"minimumPoints": 224,
"value": 0.35
},
"equivAmount": {
"currency": "SOS",
"value": 366.76
},
"override": false,
"points": 9156,
"referenceAmount": {
"currency": "PAB",
"value": 338.01
},
"taxType": "PROPORTIONAL"
}
],
"tax": [
{
"amount": {
"currency": "USD",
"value": 159.82
},
"code": "XI",
"conversionRatio": {
"minimumPoints": 422,
"value": 0.85
},
"equivAmount": {
"currency": "ZMW",
"value": 420.1
},
"override": true,
"points": 7746,
"referenceAmount": {
"currency": "TTD",
"value": 308.3
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "ERN",
"value": 342.66
},
"code": "Zy",
"conversionRatio": {
"minimumPoints": 125,
"value": 0.6
},
"equivAmount": {
"currency": "CHF",
"value": 224.95
},
"override": true,
"points": 25335,
"referenceAmount": {
"currency": "BBD",
"value": 417.19
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "ZAR",
"value": 337.34
},
"code": "Sh",
"conversionRatio": {
"minimumPoints": 814,
"value": 0.31
},
"equivAmount": {
"currency": "TOP",
"value": 253.72
},
"override": false,
"points": 45431,
"referenceAmount": {
"currency": "SBD",
"value": 69.63
},
"taxType": "PROPORTIONAL"
}
],
"total": {
"amount": {
"currency": "FJD",
"value": 197.7
},
"code": "wq",
"conversionRatio": {
"minimumPoints": 594,
"value": 0.25
},
"equivAmount": {
"currency": "MVR",
"value": 477.72
},
"override": false,
"points": 15683,
"referenceAmount": {
"currency": "KES",
"value": 249.37
},
"taxType": "PROPORTIONAL"
}
}
}
],
"airExtraRefs": [
"id01",
"id02"
],
"id": "60a90333-62d3-41b3-b80a-2105728dee85",
"issueDate": "2025-08-23T00:00:00.0Z",
"number": "6270741296944",
"paymentRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "LSL",
"value": 376.91
},
"code": "at",
"conversionRatio": {
"minimumPoints": 210,
"value": 0.39
},
"equivAmount": {
"currency": "UAH",
"value": 464.06
},
"override": false,
"points": 25011,
"referenceAmount": {
"currency": "PYG",
"value": 247.66
},
"taxType": "PROPORTIONAL"
},
"commission": [
{
"amount": {
"currency": "MDL",
"value": 155.44
},
"code": "Ot",
"conversionRatio": {
"minimumPoints": 659,
"value": 0.53
},
"equivAmount": {
"currency": "LAK",
"value": 457.61
},
"override": true,
"points": 6989,
"referenceAmount": {
"currency": "RUB",
"value": 396.36
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "TZS",
"value": 437.18
},
"code": "Zk",
"conversionRatio": {
"minimumPoints": 378,
"value": 0.81
},
"equivAmount": {
"currency": "TMT",
"value": 243.85
},
"override": true,
"points": 14074,
"referenceAmount": {
"currency": "ARS",
"value": 118.25
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "BBD",
"value": 204.76
},
"code": "fy",
"conversionRatio": {
"minimumPoints": 203,
"value": 0.22
},
"equivAmount": {
"currency": "PYG",
"value": 489.69
},
"override": false,
"points": 2040,
"referenceAmount": {
"currency": "MAD",
"value": 241.25
},
"taxType": "FLAT"
}
],
"discount": [
{
"amount": {
"currency": "AOA",
"value": 151.34
},
"code": "sw",
"conversionRatio": {
"minimumPoints": 988,
"value": 0.24
},
"equivAmount": {
"currency": "TND",
"value": 453.26
},
"override": true,
"points": 43236,
"referenceAmount": {
"currency": "RSD",
"value": 399.38
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "EGP",
"value": 265.53
},
"code": "zV",
"conversionRatio": {
"minimumPoints": 144,
"value": 1
},
"equivAmount": {
"currency": "AOA",
"value": 142.73
},
"override": false,
"points": 36679,
"referenceAmount": {
"currency": "NIO",
"value": 449.55
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "LAK",
"value": 483.73
},
"code": "Hi",
"conversionRatio": {
"minimumPoints": 460,
"value": 0.61
},
"equivAmount": {
"currency": "DKK",
"value": 456.41
},
"override": false,
"points": 19754,
"referenceAmount": {
"currency": "DOP",
"value": 475.11
},
"taxType": "PROPORTIONAL"
}
],
"fee": [
{
"amount": {
"currency": "DOP",
"value": 190.89
},
"code": "BY",
"conversionRatio": {
"minimumPoints": 867,
"value": 0.64
},
"equivAmount": {
"currency": "MZN",
"value": 140.01
},
"override": false,
"points": 3617,
"referenceAmount": {
"currency": "PGK",
"value": 191.54
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "AOA",
"value": 344.47
},
"code": "ps",
"conversionRatio": {
"minimumPoints": 680,
"value": 0.16
},
"equivAmount": {
"currency": "MNT",
"value": 106.12
},
"override": false,
"points": 2621,
"referenceAmount": {
"currency": "MUR",
"value": 203.64
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "LAK",
"value": 153.57
},
"code": "Sm",
"conversionRatio": {
"minimumPoints": 244,
"value": 0.7
},
"equivAmount": {
"currency": "MKD",
"value": 340.98
},
"override": false,
"points": 2353,
"referenceAmount": {
"currency": "GYD",
"value": 356.36
},
"taxType": "PROPORTIONAL"
}
],
"surcharge": [
{
"amount": {
"currency": "KHR",
"value": 369.71
},
"code": "UC",
"conversionRatio": {
"minimumPoints": 134,
"value": 0.96
},
"equivAmount": {
"currency": "GNF",
"value": 402.73
},
"override": false,
"points": 22430,
"referenceAmount": {
"currency": "BAM",
"value": 65.44
},
"taxType": "FLAT"
}
],
"tax": [
{
"amount": {
"currency": "ZMW",
"value": 247.52
},
"code": "ee",
"conversionRatio": {
"minimumPoints": 591,
"value": 0.54
},
"equivAmount": {
"currency": "RSD",
"value": 239.56
},
"override": false,
"points": 41744,
"referenceAmount": {
"currency": "UYU",
"value": 77.7
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "GBP",
"value": 133.97
},
"code": "SY",
"conversionRatio": {
"minimumPoints": 174,
"value": 0.33
},
"equivAmount": {
"currency": "VES",
"value": 269.97
},
"override": false,
"points": 1068,
"referenceAmount": {
"currency": "UAH",
"value": 221.85
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "BOB",
"value": 236.68
},
"code": "JJ",
"conversionRatio": {
"minimumPoints": 692,
"value": 0.46
},
"equivAmount": {
"currency": "BDT",
"value": 55.75
},
"override": false,
"points": 31904,
"referenceAmount": {
"currency": "ZWL",
"value": 389.3
},
"taxType": "PROPORTIONAL"
}
},
"type": "MISCELLANEOUS_RECORD"
}
],
"associationId": 595,
"baggagePoolId": 547,
"boardingPasses": [
{
"barCode": "ILviJmGF0iFmGNdtixCuC2qlUTPBojUnhbYxQw4G",
"boardingPassData": [
{
"agent": {
"city": "DxN",
"country": "NR",
"sign": "bDp"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 16.3
},
"checkedInBaggage": {
"bagTagNumber": [
"87654321",
"12345678",
"11223344"
],
"quantity": 3,
"totalWeight": {
"unit": "KG",
"value": 9.4
}
}
},
"bookingClass": "V",
"cabinClass": "PREMIUM_ECONOMY",
"checkInSequenceNumber": "366",
"deck": {
"code": "UPPER",
"value": "OTHER"
},
"displayData": {
"accommodation": "RESIDENCE SUITE",
"agentCityName": "Palm Springs",
"arrivalAirportName": "Jodiefield",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "7997",
"cabinClassCode": "J",
"cabinText": "FIRST CLASS",
"carryOnText": "NO CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "West Jamie",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "4544",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "9268",
"estimatedDepartureDate": "2027-01-04T00:00:00.0Z",
"estimatedDepartureTime": "1440",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "GOLD",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "cJTd",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "4971",
"scheduledDepartureDate": "2027-05-21T00:00:00.0Z",
"scheduledDepartureTime": "9801",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "regional",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"flightDetail": {
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "IQ",
"arrivalTime": "2027-06-23T00:00:00.0Z",
"boardingTime": "1907-07-20T21:58:50.0Z",
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "AD",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "4w",
"departureTerminal": "ka",
"departureTime": "2027-03-20T00:00:00.0Z",
"equipment": "909",
"estimatedArrivalTime": "1917-04-03T04:18:09.0Z",
"estimatedDepartureTime": "1918-02-23T12:07:24.0Z",
"flightNumber": "961",
"operatingAirline": "[ob",
"operatingFlightNumber": "8023"
},
"group": "aKi45x",
"loyaltyAccount": {
"id": "4eff4097-dba2-4cbd-ad5c-b12c32bd2431",
"latestAwardDate": "2026-05-21",
"loyaltyTierLevel": {
"atpco": "48",
"customerInsight": "86",
"name": "platinum",
"number": 2,
"priority": 1,
"tag": "rKT"
},
"memberAirline": "[ob",
"memberId": "0249417964",
"membershipStartDate": "2024-11-27",
"mileage": {
"unit": "MILES",
"value": 3903
},
"pnrId": "7",
"points": 26059,
"source": "PNR"
},
"passengerFlightId": "j8vA1ZArV1",
"personName": {
"first": "Trystan",
"last": "Lindgren",
"middle": "Kai",
"prefix": "Miss",
"raw": "Tracey Hauck",
"suffix": "DDS"
},
"recordLocator": "PAWPYZ",
"seatNumber": "25B",
"source": "EXTERNAL",
"standbyPriority": "mc",
"supplementaryData": {
"dhsStatus": 5,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "40002220680060",
"loungeAccess": false,
"selectee": true,
"skyPriority": false,
"spanishLargeFamily": false,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "LC"
},
"ticketCouponNumber": "60",
"ticketNumber": {
"airlineAccountingCode": "862",
"checkDigit": "8",
"number": "41551124733252",
"serialNumber": "4483824626"
},
"zone": "4"
},
{
"agent": {
"city": "jor",
"country": "CY",
"sign": "GBg"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 18.9
},
"checkedInBaggage": {
"bagTagNumber": [
"12345678",
"87654321",
"11223344"
],
"quantity": 1,
"totalWeight": {
"unit": "LB",
"value": 16.3
}
}
},
"bookingClass": "h",
"cabinClass": "PREMIUM_BUSINESS",
"checkInSequenceNumber": "314",
"deck": {
"code": "MAIN",
"value": "UPPER"
},
"displayData": {
"accommodation": "FIRST CLASS",
"agentCityName": "Dublin",
"arrivalAirportName": "Collierstead",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "1019",
"cabinClassCode": "s",
"cabinText": "FIRST CLASS",
"carryOnText": "CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Bowling Green",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "8822",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "1193",
"estimatedDepartureDate": "2026-08-13T00:00:00.0Z",
"estimatedDepartureTime": "4894",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "PLATINUM",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "mnYM",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "8962",
"scheduledDepartureDate": "2027-03-25T00:00:00.0Z",
"scheduledDepartureTime": "3757",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "narrowbody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"flightDetail": {
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "HT",
"arrivalTime": "2027-05-06T00:00:00.0Z",
"boardingTime": "1964-11-19T16:01:57.0Z",
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "MD",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "ot",
"departureTerminal": "zP",
"departureTime": "2027-04-21T00:00:00.0Z",
"equipment": "247",
"estimatedArrivalTime": "1935-06-25T23:54:13.0Z",
"estimatedDepartureTime": "1934-11-04T02:03:01.0Z",
"flightNumber": "72",
"operatingAirline": "[ob",
"operatingFlightNumber": "3"
},
"group": "LdUgzc",
"loyaltyAccount": {
"id": "ce6bcac3-ff86-4f79-84e0-a2716ebd87e3",
"latestAwardDate": "2025-09-22",
"loyaltyTierLevel": {
"atpco": "50",
"customerInsight": "40",
"name": "platinum",
"number": 2,
"priority": 7,
"tag": "vZz"
},
"memberAirline": "[ob",
"memberId": "6398280827",
"membershipStartDate": "2024-07-26",
"mileage": {
"unit": "MILES",
"value": 2753
},
"pnrId": "9",
"points": 95920,
"source": "PNR"
},
"passengerFlightId": "2xHYTS89Qk",
"personName": {
"first": "Clemmie",
"last": "Grady",
"middle": "North",
"prefix": "Mrs.",
"raw": "Harriet Raynor",
"suffix": "DVM"
},
"recordLocator": "VRAQXB",
"seatNumber": "29A",
"source": "EXTERNAL",
"standbyPriority": "ne",
"supplementaryData": {
"dhsStatus": 5,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "75856910557609",
"loungeAccess": true,
"selectee": true,
"skyPriority": false,
"spanishLargeFamily": false,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "ST"
},
"ticketCouponNumber": "43",
"ticketNumber": {
"airlineAccountingCode": "553",
"checkDigit": "2",
"number": "46653088892239",
"serialNumber": "6876102795"
},
"zone": "4"
},
{
"agent": {
"city": "mpU",
"country": "GD",
"sign": "ZOc"
},
"baggage": {
"carryOnWeight": {
"unit": "KG",
"value": 12.9
},
"checkedInBaggage": {
"bagTagNumber": [
"11223344",
"12345678",
"87654321"
],
"quantity": 2,
"totalWeight": {
"unit": "LB",
"value": 3
}
}
},
"bookingClass": "H",
"cabinClass": "PREMIUM_ECONOMY",
"checkInSequenceNumber": "621",
"deck": {
"code": "MIDDLE",
"value": "UPPER"
},
"displayData": {
"accommodation": "FIRST CLASS",
"agentCityName": "East Orange",
"arrivalAirportName": "Ceceliashire",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "8046",
"cabinClassCode": "j",
"cabinText": "FIRST CLASS",
"carryOnText": "NO CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Naderview",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "3912",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "3867",
"estimatedDepartureDate": "2026-12-16T00:00:00.0Z",
"estimatedDepartureTime": "7951",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "PLATINUM",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "KZwb",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "7042",
"scheduledDepartureDate": "2027-04-29T00:00:00.0Z",
"scheduledDepartureTime": "8102",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "regional",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"flightDetail": {
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "TN",
"arrivalTime": "2026-08-22T00:00:00.0Z",
"boardingTime": "1941-01-31T21:06:57.0Z",
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "LV",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "Hy",
"departureTerminal": "w9",
"departureTime": "2026-10-10T00:00:00.0Z",
"equipment": "589",
"estimatedArrivalTime": "1896-03-01T14:41:58.0Z",
"estimatedDepartureTime": "1948-09-06T20:40:06.0Z",
"flightNumber": "7375",
"operatingAirline": "[ob",
"operatingFlightNumber": "794"
},
"group": "AafHVW",
"loyaltyAccount": {
"id": "cb93bf18-a666-49d5-a7ce-38babb2f1ca2",
"latestAwardDate": "2025-10-08",
"loyaltyTierLevel": {
"atpco": "84",
"customerInsight": "74",
"name": "silver",
"number": 4,
"priority": 8,
"tag": "cKO"
},
"memberAirline": "[ob",
"memberId": "6312869281",
"membershipStartDate": "2025-05-18",
"mileage": {
"unit": "MILES",
"value": 387
},
"pnrId": "2",
"points": 53977,
"source": "SSCI"
},
"passengerFlightId": "qol2aG4QM7",
"personName": {
"first": "Patience",
"last": "Marquardt",
"middle": "Austin",
"prefix": "Mr.",
"raw": "Mack Stehr",
"suffix": "PhD"
},
"recordLocator": "WHANTQ",
"seatNumber": "16C",
"source": "HOST",
"standbyPriority": "H7",
"supplementaryData": {
"dhsStatus": 3,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "07884138465642",
"loungeAccess": true,
"selectee": false,
"skyPriority": true,
"spanishLargeFamily": true,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "VU"
},
"ticketCouponNumber": "43",
"ticketNumber": {
"airlineAccountingCode": "434",
"checkDigit": "8",
"number": "15640977803368",
"serialNumber": "4833120138"
},
"zone": "9"
},
{
"agent": {
"city": "sKx",
"country": "KR",
"sign": "zsN"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 3
},
"checkedInBaggage": {
"bagTagNumber": [
"12345678",
"87654321",
"11223344"
],
"quantity": 2,
"totalWeight": {
"unit": "LB",
"value": 16.1
}
}
},
"bookingClass": "V",
"cabinClass": "PREMIUM_ECONOMY",
"checkInSequenceNumber": "896",
"deck": {
"code": "MAIN",
"value": "OTHER"
},
"displayData": {
"accommodation": "RESIDENCE SUITE",
"agentCityName": "North Dandreview",
"arrivalAirportName": "Janview",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "1768",
"cabinClassCode": "M",
"cabinText": "ECONOMY",
"carryOnText": "NO CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Loveland",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "0227",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "7312",
"estimatedDepartureDate": "2026-11-15T00:00:00.0Z",
"estimatedDepartureTime": "6868",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "SILVER",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "I5vf",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "3051",
"scheduledDepartureDate": "2027-05-30T00:00:00.0Z",
"scheduledDepartureTime": "5299",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "regional",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"flightDetail": {
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "MT",
"arrivalTime": "2026-09-09T00:00:00.0Z",
"boardingTime": "1946-01-09T23:02:57.0Z",
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "MO",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "xw",
"departureTerminal": "Bs",
"departureTime": "2026-08-16T00:00:00.0Z",
"equipment": "119",
"estimatedArrivalTime": "1953-11-21T10:55:58.0Z",
"estimatedDepartureTime": "1953-01-12T20:06:43.0Z",
"flightNumber": "613",
"operatingAirline": "[ob",
"operatingFlightNumber": "55"
},
"group": "l9xZbt",
"loyaltyAccount": {
"id": "88e8b631-95b0-4e1b-bded-9b12ca6dfc2a",
"latestAwardDate": "2026-02-08",
"loyaltyTierLevel": {
"atpco": "51",
"customerInsight": "02",
"name": "platinum",
"number": 3,
"priority": 7,
"tag": "nSj"
},
"memberAirline": "[ob",
"memberId": "4987179427",
"membershipStartDate": "2024-10-21",
"mileage": {
"unit": "MILES",
"value": 3416
},
"pnrId": "7",
"points": 34207,
"source": "SSCI"
},
"passengerFlightId": "fYmURz3HXQ",
"personName": {
"first": "Carrie",
"last": "Wuckert",
"middle": "North",
"prefix": "Miss",
"raw": "Santos Klocko PhD",
"suffix": "IV"
},
"recordLocator": "EMHGMM",
"seatNumber": "29A",
"source": "OTHER",
"standbyPriority": "Po",
"supplementaryData": {
"dhsStatus": 5,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "52140296901343",
"loungeAccess": true,
"selectee": false,
"skyPriority": true,
"spanishLargeFamily": false,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "GN"
},
"ticketCouponNumber": "76",
"ticketNumber": {
"airlineAccountingCode": "007",
"checkDigit": "5",
"number": "21148139996346",
"serialNumber": "0953329268"
},
"zone": "4"
}
],
"formattedBoardingPass": {
"document": {
"contentType": "audio/wav",
"name": "next.[object Object]",
"value": "XQ5Qhj3zMZULwrZD9I3PO51jGD19VEziIu9G0abaEYsWOgc7iKA5JRwtT3mgXxOR"
},
"image": {
"contentType": "application/x-tar",
"name": "sin_whether_solution.[object Object]",
"value": "s6I6pBs032bgQlii9sBucJZkq7kNqJE1u1SLBgtGF1xNAZiTISmQhyX5rjDECtcz"
},
"pectab": {
"data": {
"contentType": "application/rtf",
"name": "until_flowery_atop.[object Object]",
"value": "j2UcHdNKN5DPx7Rf4Mji79GNciPYosStVzldm0Fx51OWGgWBX90MNGw7WzGZJ3aL"
},
"layout": {
"contentType": "image/gif",
"name": "continually_intensely_beside.[object Object]",
"value": "J0zFI4nvUJR65xHUrDZng4T2KQlhbv47SRI8eLJXI2CQtpAkjvZvfTNaRpT4jhDH"
},
"template": {
"contentType": "font/ttf",
"name": "bolster.[object Object]",
"value": "GHnJOhBCldF8pDk6oQvUPJknFySezNBS9QCa1zaWUN9aR0QJBlbcsk4ne8U2O3Eb"
},
"templates": [
{
"contentType": "audio/midi",
"name": "brightly.[object Object]",
"value": "7BgtHzz78CxKbahNIcnXxfgIRe2oQxYSadyCKMvybJ2J1ozekoZAukduOja8ckax"
},
{
"contentType": "application/x-7z-compressed",
"name": "till_drat.[object Object]",
"value": "b9Fw3liuu6vH7Rrmf8txlcnwfFPcHBS6GNVcKV2M5t6txr0QpjUgNAlroqdJwO3H"
},
{
"contentType": "video/ogg",
"name": "frilly.[object Object]",
"value": "lYhevCtQJj56ngAfMDIPzjiZ3EfNrsoxTYgiR0LdbrkG5UvxLKSeTA7S7u7B6qkL"
}
]
},
"supplementaryData": {
"accommodation": "FIRST CLASS",
"selectee": true,
"skyPriority": true,
"zone": "9"
},
"zpl": {
"contentType": "application/gzip",
"name": "boo_after_yowza.[object Object]",
"value": "1DbOxC0aEfgeD82NPqo6SFhObl6S2hJLJPjBvpVxie3TP6zZ9wPtdxhX8hMeL78P"
}
},
"passengerFlightIds": [
"id02",
"id01"
],
"type": "BOARDING_PASS"
}
],
"checkedBaggage": [
{
"airExtraRefs": [
"id01",
"id02"
],
"airline": "mI",
"baggageTagTypes": [
{
"code": "a",
"description": "FRAGILE",
"reason": [
{
"code": "06",
"description": "PzHVWYTaDpOoMDx"
},
{
"code": "34",
"description": "aJJDXoaTiYBUXjC"
}
]
},
{
"code": "m",
"description": "DAMAGED",
"reason": [
{
"code": "58",
"description": "liZUTWUfYZJdFXi"
},
{
"code": "89",
"description": "icYqZNOCACPRhcc"
},
{
"code": "42",
"description": "ZjDuyhDCHOZtyFk"
},
{
"code": "11",
"description": "MvtHNTOlAPRsNRQ"
},
{
"code": "52",
"description": "PUcwsExMEFoDAvN"
}
]
}
],
"bagTag": {
"ancillaryBagType": "OTHER",
"arrivalAirport": "fOl",
"bagTagNumber": "am8PtTemib",
"bagTagState": "ACTIVE",
"departureAirport": "fXr",
"excludeFromSubsequentBagCalculation": false
},
"freeBaggageAllowance": false,
"id": "3ee629f0-a038-4137-bd11-14c5c2ae111a",
"segmentRefs": [
"id01",
"id02"
],
"size": {
"unit": "FEET",
"value": 100
},
"status": "NOT_CHECKED_IN",
"weight": {
"unit": "KILOGRAM",
"value": 11.2
}
},
{
"airExtraRefs": [
"id01",
"id02"
],
"airline": "Ff",
"baggageTagTypes": [
{
"code": "L",
"description": "FRAGILE",
"reason": [
{
"code": "27",
"description": "SVigXRVcIUiDxJW"
},
{
"code": "37",
"description": "sluqWApIfkkLfGS"
},
{
"code": "13",
"description": "lvTyPmZBjWZANei"
},
{
"code": "40",
"description": "VeuZeIEmIJwtbgY"
},
{
"code": "68",
"description": "VLMFxjfJrmSSdin"
}
]
},
{
"code": "Z",
"description": "FRAGILE",
"reason": [
{
"code": "57",
"description": "RXTbvclWqnOvBDg"
},
{
"code": "61",
"description": "IWmfkdsDVUicjhb"
},
{
"code": "59",
"description": "qThByMSWpZvitLR"
}
]
},
{
"code": "Z",
"description": "DAMAGED",
"reason": [
{
"code": "93",
"description": "kjPMNtYHoEaUpZw"
},
{
"code": "21",
"description": "SSRezvZlTnXkmAV"
},
{
"code": "62",
"description": "omYCnVSqonauYgb"
},
{
"code": "47",
"description": "qJyqkytnqXAfnUL"
},
{
"code": "92",
"description": "tFHnwBQLeYbqHYq"
}
]
},
{
"code": "i",
"description": "DAMAGED",
"reason": [
{
"code": "07",
"description": "ApMvjZZHbFNSHFe"
},
{
"code": "73",
"description": "ePYDpAllQqHLoii"
},
{
"code": "94",
"description": "noZxFjLlSsOmnJD"
},
{
"code": "83",
"description": "JwwhwqBCxbwpeva"
},
{
"code": "39",
"description": "MtAQUtMItdWuZqW"
}
]
}
],
"bagTag": {
"ancillaryBagType": "STANDARD",
"arrivalAirport": "pOg",
"bagTagNumber": "a3vV2iNaJL",
"bagTagState": "ACTIVE",
"departureAirport": "sOK",
"excludeFromSubsequentBagCalculation": false
},
"freeBaggageAllowance": false,
"id": "6263cd30-55ef-4c86-9422-038a4fc367f1",
"segmentRefs": [
"id01",
"id02"
],
"size": {
"unit": "METER",
"value": 131
},
"status": "NOT_CHECKED_IN",
"weight": {
"unit": "KILOGRAM",
"value": 32.8
}
},
{
"airExtraRefs": [
"id01",
"id02"
],
"airline": "MU",
"baggageTagTypes": [
{
"code": "z",
"description": "FRAGILE",
"reason": [
{
"code": "75",
"description": "ORaWAbqBknUfjxI"
},
{
"code": "87",
"description": "JCvHwwfQRkaGbxf"
},
{
"code": "43",
"description": "VcflnJaPDJsiPZj"
}
]
},
{
"code": "g",
"description": "STANDARD",
"reason": [
{
"code": "39",
"description": "tdtIfLuQMzAtBEF"
}
]
},
{
"code": "o",
"description": "FRAGILE",
"reason": [
{
"code": "29",
"description": "ywgvMBmZHLLyeps"
},
{
"code": "33",
"description": "cycuqpkbKYyypfv"
},
{
"code": "38",
"description": "fQTaxBoXcmbHYfr"
},
{
"code": "78",
"description": "TmCLJetpFkuqrpU"
}
]
},
{
"code": "S",
"description": "DAMAGED",
"reason": [
{
"code": "72",
"description": "zBIGPAHdtMAGCcX"
}
]
}
],
"bagTag": {
"ancillaryBagType": "STANDARD",
"arrivalAirport": "nnq",
"bagTagNumber": "n0QJXLUVmZ",
"bagTagState": "INACTIVE",
"departureAirport": "xbn",
"excludeFromSubsequentBagCalculation": true
},
"freeBaggageAllowance": false,
"id": "a485bebc-d4b7-4b3c-bc9f-f462172d72b7",
"segmentRefs": [
"id01",
"id02"
],
"size": {
"unit": "CENTIMETER",
"value": 146
},
"status": "CHECKED_IN",
"weight": {
"unit": "KILOGRAM",
"value": 20.8
}
},
{
"airExtraRefs": [
"id01",
"id02"
],
"airline": "IH",
"baggageTagTypes": [
{
"code": "C",
"description": "FRAGILE",
"reason": [
{
"code": "81",
"description": "diPAtbNwyslSzfr"
},
{
"code": "15",
"description": "oFiOUmVYrvOwnQF"
}
]
},
{
"code": "Y",
"description": "STANDARD",
"reason": [
{
"code": "91",
"description": "dkhMofEZXfIMJMW"
},
{
"code": "86",
"description": "kzcTRGcQblCAopH"
},
{
"code": "60",
"description": "kKwktGWTQdQDuVd"
},
{
"code": "23",
"description": "BkAlXGvMgVDuHkp"
},
{
"code": "73",
"description": "rscORnrlfMEJGxx"
}
]
},
{
"code": "S",
"description": "FRAGILE",
"reason": [
{
"code": "13",
"description": "zYJoBRXmQZjHsxE"
},
{
"code": "06",
"description": "NdbJIIlotCEUqev"
},
{
"code": "76",
"description": "qtWwFygzkRMcGJJ"
},
{
"code": "65",
"description": "ObqFaWuwoWimtgu"
}
]
},
{
"code": "P",
"description": "DAMAGED",
"reason": [
{
"code": "24",
"description": "cEmUqLZQYFFcjmb"
},
{
"code": "52",
"description": "vgVAXZYSyBUcGEP"
}
]
},
{
"code": "B",
"description": "DAMAGED",
"reason": [
{
"code": "33",
"description": "xGhaPoZgAgfXDeB"
},
{
"code": "06",
"description": "erdmoEYlWZfIOuO"
}
]
}
],
"bagTag": {
"ancillaryBagType": "STANDARD",
"arrivalAirport": "rAp",
"bagTagNumber": "eNCTsIwYIM",
"bagTagState": "ACTIVE",
"departureAirport": "YnS",
"excludeFromSubsequentBagCalculation": false
},
"freeBaggageAllowance": false,
"id": "f9c3aafd-f45b-416d-bcb5-1c64b63cece0",
"segmentRefs": [
"id01",
"id02"
],
"size": {
"unit": "METER",
"value": 152
},
"status": "CHECKED_IN",
"weight": {
"unit": "KILOGRAM",
"value": 12.4
}
},
{
"airExtraRefs": [
"id01",
"id02"
],
"airline": "wM",
"baggageTagTypes": [
{
"code": "w",
"description": "DAMAGED",
"reason": [
{
"code": "61",
"description": "yIGMhJTesbkbQOw"
},
{
"code": "29",
"description": "dWZzezqdJkyLFWY"
},
{
"code": "89",
"description": "QeCvGXaYAooezRd"
}
]
}
],
"bagTag": {
"ancillaryBagType": "OTHER",
"arrivalAirport": "nhJ",
"bagTagNumber": "i5axktTGoH",
"bagTagState": "ACTIVE",
"departureAirport": "CQD",
"excludeFromSubsequentBagCalculation": false
},
"freeBaggageAllowance": false,
"id": "4df7009e-0c97-40e5-adee-f9438ce1c28c",
"segmentRefs": [
"id01",
"id02"
],
"size": {
"unit": "FEET",
"value": 74
},
"status": "NOT_CHECKED_IN",
"weight": {
"unit": "KILOGRAM",
"value": 29.6
}
}
],
"contactDetails": {
"address": [
{
"city": "Fountain Valley",
"companyName": "Harvey, Schulist and Gerlach",
"country": "IS",
"id": "80712b9f-524f-43cb-bd97-af83f8f14564",
"personName": {
"first": "Fabiola",
"last": "Okuneva",
"middle": "North",
"prefix": "Mrs.",
"raw": "Reginald Murray",
"suffix": "DDS"
},
"postalCode": "79117",
"stateProvince": "Alaska",
"street1": "73751 York Road",
"street2": "Apt. 965",
"type": "HOME"
},
{
"city": "Brakushaven",
"companyName": "Hessel - Frami",
"country": "FM",
"id": "e4995f39-e2f7-457d-b306-1e1f71741e84",
"personName": {
"first": "Augusta",
"last": "Hand-Haag",
"middle": "Cameron",
"prefix": "Dr.",
"raw": "Cory Legros MD",
"suffix": "DDS"
},
"postalCode": "22705-4589",
"stateProvince": "Illinois",
"street1": "108 Brenna Port",
"street2": "Apt. 384",
"type": "HOME"
},
{
"city": "Koeppfort",
"companyName": "Beahan - Murazik",
"country": "UY",
"id": "61244dd0-0573-4af0-81e8-082baaeaa0b9",
"personName": {
"first": "Creola",
"last": "Heidenreich",
"middle": "Sage",
"prefix": "Ms.",
"raw": "Dr. Mario Greenholt",
"suffix": "MD"
},
"postalCode": "39982",
"stateProvince": "New Jersey",
"street1": "3666 Daugherty Oval",
"street2": "Suite 829",
"type": "HOME"
},
{
"city": "Trevorstad",
"companyName": "Koelpin, Ryan and Champlin",
"country": "NI",
"id": "b735fdf4-a6d3-436b-9c4f-eb247b5add3a",
"personName": {
"first": "Armand",
"last": "Lynch",
"middle": "Logan",
"prefix": "Mrs.",
"raw": "Frances Zemlak",
"suffix": "IV"
},
"postalCode": "91272",
"stateProvince": "Arizona",
"street1": "2014 Laura Squares",
"street2": "Suite 722",
"type": "HOME"
}
],
"email": [
{
"id": "6da1816e-080c-4026-b4bd-b65cad618df9",
"type": "PERSONAL",
"value": "Gretchen40@yahoo.com"
}
],
"phone": [
{
"allowedSMS": false,
"areaCode": "244",
"carrier": "TMOBILE",
"countryCode": "18",
"extension": "268",
"id": "fd28414c-09fb-412e-aafb-707ccaa04a43",
"number": "21187131",
"type": "MOBILE"
}
]
},
"contactTracingDetails": {
"emails": [
{
"countryCode": "ZM",
"id": "f96bd305-b70a-406e-9606-f472dce43464",
"value": "Kathryn3@hotmail.com"
}
],
"phones": [
{
"countryCode": "QA",
"id": "a89ed0a0-f178-49ae-84d7-45067a8056f2",
"value": "Madie_Stokes@hotmail.com"
},
{
"countryCode": "KM",
"id": "45afc042-5629-4e69-b273-2b65c96cb5ad",
"value": "Freeman.Kirlin@yahoo.com"
},
{
"countryCode": "BQ",
"id": "4c682428-43e8-42d8-918c-251a55f76f8b",
"value": "Amara.Cronin@hotmail.com"
},
{
"countryCode": "SV",
"id": "55eefb78-719d-4528-b8ac-3faf4a495a5e",
"value": "Mozell_Towne@hotmail.com"
},
{
"countryCode": "TC",
"id": "29720163-4efc-4a5f-95f0-c5c7da5045f3",
"value": "Dawn.Block@gmail.com"
}
]
},
"dateOfBirth": "1997-03-15",
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "nIClGatB6n98Wh7HXTwO",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "370"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "ePNZmFpTor1gXk8to4SJ",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "587"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "827"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "517"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "321"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"emd": [
{
"agent": {
"duty": "Ix",
"homeBranch": "93187",
"homeLocation": "YYz",
"homeStation": "7214",
"lniata": "ICiKlb",
"sine": "FOJ",
"stationLocation": "Ylk",
"stationNumber": "1263",
"ticketingProvider": {
"checkDigit": "4",
"name": "Daugherty, Walker and Casper",
"number": "122",
"value": "ID"
},
"type": "H",
"workLocation": "ZNj"
},
"customer": [
{
"purchaser": {
"firstName": "Uriah",
"lastName": "Will",
"name": "Theodore Fahey"
},
"traveler": {
"externalNumber": "25839628",
"firstName": "Russell",
"lastName": "Bergnaum",
"name": "Sidney Hand",
"passengerType": "ADT"
}
},
{
"purchaser": {
"firstName": "Wava",
"lastName": "Metz",
"name": "Dr. Tanya Farrell"
},
"traveler": {
"externalNumber": "95862896",
"firstName": "Isidro",
"lastName": "Rosenbaum",
"name": "Joyce Willms",
"passengerType": "INF"
}
},
{
"purchaser": {
"firstName": "Alverta",
"lastName": "Lemke",
"name": "Dr. Emilio Morissette"
},
"traveler": {
"externalNumber": "25395389",
"firstName": "Nicole",
"lastName": "Kilback",
"name": "Gertrude Harris",
"passengerType": "CHD"
}
}
],
"emdCoupon": [
{
"classOfService": "d",
"couponNumber": "64",
"endLocation": "oiJ",
"marketingFlightNumber": "3779",
"marketingProvider": {
"checkDigit": "2",
"name": "Berge, Muller and Kling",
"number": "659",
"value": "IG"
},
"startDateTime": "2027-07-01T00:00:00.0Z",
"startLocation": "GTW"
},
{
"classOfService": "A",
"couponNumber": "05",
"endLocation": "mXC",
"marketingFlightNumber": "6705",
"marketingProvider": {
"checkDigit": "8",
"name": "Emmerich, Bradtke and Fritsch",
"number": "950",
"value": "id"
},
"startDateTime": "2026-11-27T00:00:00.0Z",
"startLocation": "yPM"
}
],
"emdNumber": {
"number": "45288097788149"
},
"fareCalculationDetails": "RjEXH11a6kbhrvak9IVZ",
"fareCalculationMode": "7",
"issueTime": "2026-06-20T00:00:00.0Z",
"miscellaneous": [
{
"associatedTicketNumber": {
"associationType": "lbq",
"checkDigit": "2",
"couponNumber": "08",
"value": "6686228637032"
},
"emdCoupon": [
{
"classOfService": "n",
"couponNumber": "59",
"endLocation": "pKk",
"marketingFlightNumber": "6484",
"marketingProvider": {
"checkDigit": "7",
"name": "Hills - Jakubowski",
"number": "929",
"value": "uq"
},
"startDateTime": "2027-03-13T00:00:00.0Z",
"startLocation": "XDz"
},
{
"classOfService": "v",
"couponNumber": "36",
"endLocation": "EFW",
"marketingFlightNumber": "3639",
"marketingProvider": {
"checkDigit": "7",
"name": "Hartmann - Hackett",
"number": "130",
"value": "Hl"
},
"startDateTime": "2027-05-29T00:00:00.0Z",
"startLocation": "sMy"
},
{
"classOfService": "S",
"couponNumber": "50",
"endLocation": "nxi",
"marketingFlightNumber": "1640",
"marketingProvider": {
"checkDigit": "9",
"name": "McCullough LLC",
"number": "292",
"value": "Ok"
},
"startDateTime": "2026-12-15T00:00:00.0Z",
"startLocation": "Xew"
},
{
"classOfService": "R",
"couponNumber": "06",
"endLocation": "dPb",
"marketingFlightNumber": "3850",
"marketingProvider": {
"checkDigit": "0",
"name": "Purdy, Will and Hickle",
"number": "532",
"value": "tA"
},
"startDateTime": "2027-07-20T00:00:00.0Z",
"startLocation": "URl"
}
],
"fee": {
"base": {
"text": "517524",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "XAF",
"value": 158.36
},
"valueCode": "Scyz"
},
"code": "rJI1",
"coupon": 3,
"description": "Professional-grade Sausages perfect for quick-witted training and recreational use",
"equivalent": {
"text": "000778",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "KWD",
"value": 420.17
},
"valueCode": "phzx"
},
"quantity": 1,
"total": {
"text": "854567",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "CHF",
"value": 210.8
},
"valueCode": "N0fo"
},
"totalTax": {
"text": "604417",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "IDR",
"value": 435.93
},
"valueCode": "NVqI"
}
},
"optionalService": {
"feeProvider": {
"checkDigit": "1",
"name": "Hyatt, Jakubowski and Breitenberg",
"number": "383",
"value": "Yh"
},
"group": "bVKkl",
"indicators": {
"consumed": "m",
"feeOverride": "N",
"taxExempt": "L"
},
"journeyType": "Ff",
"reason": "KlcjalChHU"
},
"tax": [
{
"tax": [
{
"exempt": false,
"name": "LnCVRDCaki",
"sequence": 2,
"status": "LP",
"taxCode": "EtP",
"text": "329343",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "LYD",
"value": 283.14
},
"valueCode": "OJZm"
},
{
"exempt": true,
"name": "EQlbFLUwJI",
"sequence": 1,
"status": "AQ",
"taxCode": "NCj",
"text": "894442",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "AED",
"value": 384.42
},
"valueCode": "8IYd"
},
{
"exempt": false,
"name": "iGLEexAEsB",
"sequence": 2,
"status": "Yy",
"taxCode": "xal",
"text": "570792",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "MDL",
"value": 388.35
},
"valueCode": "dBvr"
}
]
},
{
"tax": [
{
"exempt": true,
"name": "hFLIGCVvNT",
"sequence": 1,
"status": "Ck",
"taxCode": "pKi",
"text": "507288",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "AUD",
"value": 273.26
},
"valueCode": "4y3B"
},
{
"exempt": false,
"name": "tgNKWGEzQN",
"sequence": 2,
"status": "gS",
"taxCode": "eof",
"text": "983145",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "XOF",
"value": 84.91
},
"valueCode": "iYvo"
}
]
},
{
"tax": [
{
"exempt": true,
"name": "pbopKSRJpx",
"sequence": 5,
"status": "ke",
"taxCode": "Qub",
"text": "140931",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "CHF",
"value": 77.52
},
"valueCode": "WRyn"
}
]
},
{
"tax": [
{
"exempt": true,
"name": "VLuXLCSxND",
"sequence": 2,
"status": "Iz",
"taxCode": "dcQ",
"text": "228724",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "MUR",
"value": 318.92
},
"valueCode": "0WJW"
},
{
"exempt": true,
"name": "mABJKEdznX",
"sequence": 2,
"status": "tq",
"taxCode": "FQK",
"text": "072487",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "HKD",
"value": 473.61
},
"valueCode": "lPaU"
}
]
}
]
},
{
"associatedTicketNumber": {
"associationType": "Mra",
"checkDigit": "0",
"couponNumber": "15",
"value": "0723616584336"
},
"emdCoupon": [
{
"classOfService": "N",
"couponNumber": "41",
"endLocation": "mCi",
"marketingFlightNumber": "1711",
"marketingProvider": {
"checkDigit": "3",
"name": "Sauer Inc",
"number": "871",
"value": "Ys"
},
"startDateTime": "2026-08-07T00:00:00.0Z",
"startLocation": "VSt"
}
],
"fee": {
"base": {
"text": "226676",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "ISK",
"value": 391.73
},
"valueCode": "Lyaq"
},
"code": "3j0e",
"coupon": 3,
"description": "Professional-grade Table perfect for handsome training and recreational use",
"equivalent": {
"text": "332198",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "RUB",
"value": 340.4
},
"valueCode": "Yl6f"
},
"quantity": 5,
"total": {
"text": "490497",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "AUD",
"value": 396.77
},
"valueCode": "ZfHK"
},
"totalTax": {
"text": "769194",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "HTG",
"value": 91.47
},
"valueCode": "20uR"
}
},
"optionalService": {
"feeProvider": {
"checkDigit": "0",
"name": "Kunze Group",
"number": "581",
"value": "yf"
},
"group": "tNxtE",
"indicators": {
"consumed": "S",
"feeOverride": "d",
"taxExempt": "h"
},
"journeyType": "Mo",
"reason": "tLdYXhNMEl"
},
"tax": [
{
"tax": [
{
"exempt": true,
"name": "sdXfImYlVd",
"sequence": 2,
"status": "Wj",
"taxCode": "RSW",
"text": "861469",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "XPF",
"value": 423.64
},
"valueCode": "d5Bb"
}
]
},
{
"tax": [
{
"exempt": true,
"name": "RHwoaSXCde",
"sequence": 1,
"status": "AF",
"taxCode": "NID",
"text": "249954",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "PHP",
"value": 262.03
},
"valueCode": "wllB"
},
{
"exempt": true,
"name": "wDfPnCRJLh",
"sequence": 3,
"status": "Vl",
"taxCode": "zML",
"text": "163956",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "CHF",
"value": 422.73
},
"valueCode": "tSXc"
},
{
"exempt": true,
"name": "iNMqZTtxUQ",
"sequence": 5,
"status": "It",
"taxCode": "FLd",
"text": "737539",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "ZWL",
"value": 466.54
},
"valueCode": "UUkI"
}
]
},
{
"tax": [
{
"exempt": true,
"name": "btsuKxPrVd",
"sequence": 3,
"status": "Fl",
"taxCode": "Vcn",
"text": "138208",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "OMR",
"value": 12.05
},
"valueCode": "R0ol"
},
{
"exempt": false,
"name": "QDgSBafGqe",
"sequence": 5,
"status": "kZ",
"taxCode": "QeX",
"text": "574461",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "ILS",
"value": 108.4
},
"valueCode": "pK4S"
},
{
"exempt": false,
"name": "vTZgSYiNDE",
"sequence": 5,
"status": "Ys",
"taxCode": "gMe",
"text": "800865",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "KHR",
"value": 111.11
},
"valueCode": "DCSK"
},
{
"exempt": true,
"name": "WsFkkMWwAo",
"sequence": 4,
"status": "RJ",
"taxCode": "idH",
"text": "494208",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "WST",
"value": 181.15
},
"valueCode": "akzn"
}
]
}
]
},
{
"associatedTicketNumber": {
"associationType": "XwB",
"checkDigit": "2",
"couponNumber": "99",
"value": "9537393183130"
},
"emdCoupon": [
{
"classOfService": "Z",
"couponNumber": "34",
"endLocation": "xvS",
"marketingFlightNumber": "0654",
"marketingProvider": {
"checkDigit": "7",
"name": "Keeling LLC",
"number": "438",
"value": "Xk"
},
"startDateTime": "2026-12-08T00:00:00.0Z",
"startLocation": "MEm"
}
],
"fee": {
"base": {
"text": "240728",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "SRD",
"value": 238.39
},
"valueCode": "JA9d"
},
"code": "xsrD",
"coupon": 3,
"description": "Innovative Shoes featuring wise technology and Silk construction",
"equivalent": {
"text": "044468",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "ETB",
"value": 98.44
},
"valueCode": "vagH"
},
"quantity": 1,
"total": {
"text": "939408",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "MRU",
"value": 460.26
},
"valueCode": "xEPv"
},
"totalTax": {
"text": "041074",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "KRW",
"value": 39.59
},
"valueCode": "JTd1"
}
},
"optionalService": {
"feeProvider": {
"checkDigit": "5",
"name": "Schulist, Cremin and Johnston",
"number": "924",
"value": "Vj"
},
"group": "VMbWY",
"indicators": {
"consumed": "p",
"feeOverride": "U",
"taxExempt": "m"
},
"journeyType": "TA",
"reason": "KFVOzpRMBP"
},
"tax": [
{
"tax": [
{
"exempt": false,
"name": "nmqxhZMEzP",
"sequence": 3,
"status": "UD",
"taxCode": "CgM",
"text": "375046",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "NGN",
"value": 14.56
},
"valueCode": "c20L"
},
{
"exempt": false,
"name": "YpGOHYlxSz",
"sequence": 3,
"status": "Wh",
"taxCode": "OQW",
"text": "662644",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "BWP",
"value": 427.01
},
"valueCode": "CKPr"
}
]
},
{
"tax": [
{
"exempt": false,
"name": "FgONzbgMuk",
"sequence": 5,
"status": "bp",
"taxCode": "VIY",
"text": "079055",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "LAK",
"value": 147.2
},
"valueCode": "eCXZ"
}
]
},
{
"tax": [
{
"exempt": true,
"name": "ByTKAHobDj",
"sequence": 2,
"status": "Sj",
"taxCode": "Efc",
"text": "947120",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "SDG",
"value": 411.96
},
"valueCode": "wRy9"
},
{
"exempt": false,
"name": "StxRfvvJzw",
"sequence": 5,
"status": "Zf",
"taxCode": "qjo",
"text": "148380",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "CUP",
"value": 471.95
},
"valueCode": "YGrc"
}
]
},
{
"tax": [
{
"exempt": true,
"name": "DMnOBxjwYk",
"sequence": 5,
"status": "xn",
"taxCode": "dDq",
"text": "882663",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "MMK",
"value": 251.47
},
"valueCode": "3doH"
}
]
}
]
},
{
"associatedTicketNumber": {
"associationType": "MFW",
"checkDigit": "0",
"couponNumber": "47",
"value": "9291466150163"
},
"emdCoupon": [
{
"classOfService": "y",
"couponNumber": "50",
"endLocation": "CSo",
"marketingFlightNumber": "2243",
"marketingProvider": {
"checkDigit": "5",
"name": "DuBuque Group",
"number": "254",
"value": "iY"
},
"startDateTime": "2026-11-01T00:00:00.0Z",
"startLocation": "HBb"
}
],
"fee": {
"base": {
"text": "019513",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "BAM",
"value": 389.91
},
"valueCode": "ub2q"
},
"code": "O3U6",
"coupon": 6,
"description": "Ergonomic Ball made with Metal for all-day parallel support",
"equivalent": {
"text": "093940",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "QAR",
"value": 374.15
},
"valueCode": "kP6j"
},
"quantity": 4,
"total": {
"text": "559533",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "MGA",
"value": 219.25
},
"valueCode": "OTA1"
},
"totalTax": {
"text": "165390",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "BDT",
"value": 37.47
},
"valueCode": "0rZs"
}
},
"optionalService": {
"feeProvider": {
"checkDigit": "2",
"name": "Wisoky, Gislason and Shanahan",
"number": "623",
"value": "gz"
},
"group": "HIFhM",
"indicators": {
"consumed": "s",
"feeOverride": "n",
"taxExempt": "g"
},
"journeyType": "ef",
"reason": "kbXIXwArnE"
},
"tax": [
{
"tax": [
{
"exempt": false,
"name": "PHSMxofFvl",
"sequence": 5,
"status": "pE",
"taxCode": "Rmq",
"text": "742169",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "NOK",
"value": 474.28
},
"valueCode": "mXSu"
},
{
"exempt": false,
"name": "zSIgSoKuyB",
"sequence": 2,
"status": "IO",
"taxCode": "tuN",
"text": "719391",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "CUP",
"value": 38.73
},
"valueCode": "Mila"
},
{
"exempt": false,
"name": "mmYcvKlEdj",
"sequence": 2,
"status": "DC",
"taxCode": "MxN",
"text": "376004",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "HUF",
"value": 457.85
},
"valueCode": "R8OW"
}
]
},
{
"tax": [
{
"exempt": true,
"name": "yXlKMPDVnq",
"sequence": 2,
"status": "Xj",
"taxCode": "eVk",
"text": "123715",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "KHR",
"value": 403.2
},
"valueCode": "x0Sk"
},
{
"exempt": false,
"name": "wqcaJrQzwK",
"sequence": 1,
"status": "dh",
"taxCode": "IKC",
"text": "766635",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "SRD",
"value": 316
},
"valueCode": "3qpl"
},
{
"exempt": true,
"name": "xYeLDTXGos",
"sequence": 2,
"status": "bd",
"taxCode": "Iry",
"text": "595843",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "ZAR",
"value": 304.56
},
"valueCode": "JQ5R"
},
{
"exempt": false,
"name": "RXGpNEilfr",
"sequence": 5,
"status": "EK",
"taxCode": "dOl",
"text": "927841",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "MDL",
"value": 344.22
},
"valueCode": "lyQW"
},
{
"exempt": false,
"name": "MfrsSkPERp",
"sequence": 2,
"status": "Kz",
"taxCode": "MRw",
"text": "360597",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "TZS",
"value": 287.68
},
"valueCode": "m10A"
}
]
},
{
"tax": [
{
"exempt": true,
"name": "JgOezpFRdR",
"sequence": 1,
"status": "LO",
"taxCode": "PUO",
"text": "956804",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "ALL",
"value": 68.15
},
"valueCode": "D1UI"
},
{
"exempt": false,
"name": "LfDjEkEPBx",
"sequence": 5,
"status": "rF",
"taxCode": "LHJ",
"text": "838515",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "SHP",
"value": 434.75
},
"valueCode": "uZki"
},
{
"exempt": false,
"name": "DakuycGXSW",
"sequence": 5,
"status": "Sg",
"taxCode": "jxj",
"text": "878278",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "BND",
"value": 57.77
},
"valueCode": "ZsbZ"
},
{
"exempt": true,
"name": "dgJnvZDcJU",
"sequence": 2,
"status": "gM",
"taxCode": "cNf",
"text": "034208",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "CAD",
"value": 307.83
},
"valueCode": "Zizn"
}
]
},
{
"tax": [
{
"exempt": false,
"name": "rCWDastCQn",
"sequence": 1,
"status": "Os",
"taxCode": "EmN",
"text": "117261",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "CAD",
"value": 57.19
},
"valueCode": "kc8T"
},
{
"exempt": false,
"name": "SZABPcwzEy",
"sequence": 5,
"status": "bZ",
"taxCode": "MlU",
"text": "304577",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "IRR",
"value": 285.65
},
"valueCode": "wykk"
},
{
"exempt": false,
"name": "NXeOYGmyKr",
"sequence": 2,
"status": "eX",
"taxCode": "PEF",
"text": "114241",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "AMD",
"value": 288.71
},
"valueCode": "CFQi"
},
{
"exempt": false,
"name": "qAcUskEMxD",
"sequence": 4,
"status": "ga",
"taxCode": "Nlk",
"text": "137768",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "UYU",
"value": 151.99
},
"valueCode": "C8f0"
},
{
"exempt": false,
"name": "yNOtbPuoOm",
"sequence": 2,
"status": "rN",
"taxCode": "YhR",
"text": "866609",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "BDT",
"value": 276.26
},
"valueCode": "XVIl"
}
]
},
{
"tax": [
{
"exempt": false,
"name": "JdBLgMRdSa",
"sequence": 1,
"status": "wR",
"taxCode": "gSG",
"text": "405192",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "SCR",
"value": 287.54
},
"valueCode": "Hs2Y"
},
{
"exempt": true,
"name": "VhtUcBYNLS",
"sequence": 2,
"status": "Yn",
"taxCode": "sau",
"text": "089101",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "LSL",
"value": 280.36
},
"valueCode": "gHD2"
},
{
"exempt": true,
"name": "ieJKFOnwWv",
"sequence": 3,
"status": "tl",
"taxCode": "eBZ",
"text": "759681",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "CDF",
"value": 406.79
},
"valueCode": "QuiU"
},
{
"exempt": true,
"name": "wFxDIIMYbr",
"sequence": 2,
"status": "bf",
"taxCode": "spT",
"text": "427078",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "BWP",
"value": 435.24
},
"valueCode": "LFCx"
}
]
}
]
}
],
"payment": [
{
"base": {
"applyCreditIndicator": false,
"currency": "MDL",
"value": 236.8
},
"cashIndicator": false,
"formOfPaymentType": "CC",
"paymentConfirmation": true,
"remarks": "JCGCRJfvZf",
"sequence": 1,
"tax": {
"applyCreditIndicator": true,
"currency": "IDR",
"value": 48.83
},
"total": {
"applyCreditIndicator": true,
"currency": "SYP",
"value": 350.46
}
},
{
"base": {
"applyCreditIndicator": false,
"currency": "VUV",
"value": 77.54
},
"cashIndicator": true,
"formOfPaymentType": "CHECK",
"paymentConfirmation": true,
"remarks": "KBpmELJCti",
"sequence": 4,
"tax": {
"applyCreditIndicator": false,
"currency": "KYD",
"value": 81.69
},
"total": {
"applyCreditIndicator": false,
"currency": "NZD",
"value": 81.59
}
},
{
"base": {
"applyCreditIndicator": true,
"currency": "MZN",
"value": 348.02
},
"cashIndicator": false,
"formOfPaymentType": "CC",
"paymentConfirmation": false,
"remarks": "gPHAynRisW",
"sequence": 5,
"tax": {
"applyCreditIndicator": false,
"currency": "IDR",
"value": 495.84
},
"total": {
"applyCreditIndicator": true,
"currency": "YER",
"value": 237.07
}
}
],
"priceBreakdown": {
"amounts": {
"base": {
"text": "392231",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "UZS",
"value": 332.54
},
"valueCode": "Eljq"
},
"equivalent": {
"currencyConversion": {
"bankerBuyingRate": 1.0637,
"bankerSellingRate": 1.1892,
"iataClearingHouseRate": 0.9008
},
"text": "085437",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "KZT",
"value": 219.23
},
"valueCode": "lX7j"
},
"net": {
"text": "720151",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "LKR",
"value": 35.35
},
"valueCode": "PbQx"
},
"tax": [
{
"exempt": true,
"name": "ZrjbWesbRr",
"sequence": 3,
"status": "tK",
"taxCode": "jvQ",
"text": "077811",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "COP",
"value": 268.88
},
"valueCode": "N3gx"
}
],
"total": {
"rateOfExchange": 0.94,
"text": "107892",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "CZK",
"value": 338.52
},
"valueCode": "rPOw"
},
"totalTax": {
"text": "091682",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "MKD",
"value": 129.4
},
"valueCode": "wwZB"
}
},
"taxes": {
"tax": [
{
"exempt": true,
"name": "yOzbcxdVXW",
"sequence": 2,
"status": "if",
"taxCode": "YvK",
"text": "697985",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "MZN",
"value": 146.01
},
"valueCode": "5MYr"
}
]
}
},
"reasonForIssue": "GoyOdMsspw",
"relatedDocument": [
{
"associatedTicketNumber": {
"associationType": "yCL",
"checkDigit": "2",
"couponNumber": "47",
"value": "1958990565552"
},
"checkDigit": "1",
"coupon": "67",
"iataNumber": "646",
"issueCity": "Palmdale",
"issueDate": "2026-04-08",
"number": "7175150090197",
"payment": "tvcRZ",
"remark": "IOMawuScVK",
"sequence": "06",
"transactionId": "05443cdd-d727-4202-a8e3-e38840aab873",
"type": "ORIGINAL"
}
],
"reservation": {
"creationDate": "2025-09-09T00:00:00.0Z",
"provider": "Berge - Fritsch",
"recordLocator": "BSAADP"
},
"systemCreateDateTime": "2026-02-08T00:00:00.0Z",
"type": "wly"
}
],
"emergencyContact": [
{
"contactDetails": "+17804291072",
"countryCode": "DO",
"id": "d2edb933-d308-495c-941f-8127eb18145e",
"name": "Alison Schultz",
"otherDetails": "EMhzGYZEcSOTdQC",
"relationship": "friend"
},
{
"contactDetails": "+18978599196",
"countryCode": "IN",
"id": "a565f2aa-e9d7-46cf-8bea-cae0a8bc873c",
"name": "Mike MacGyver",
"otherDetails": "KuSABQLRfttbBeR",
"relationship": "friend"
},
{
"contactDetails": "+12464946101",
"countryCode": "SO",
"id": "8b1b2f47-5335-4c57-874f-9a4f28c33886",
"name": "Cecilia Breitenberg",
"otherDetails": "gxMPkCKjYVQQNiE",
"relationship": "brother"
},
{
"contactDetails": "+13108814004",
"countryCode": "SO",
"id": "4fc5a030-7b3f-42fb-a26d-6aa9787c363f",
"name": "Julia Nicolas",
"otherDetails": "GpvABcqbkWDMdqA",
"relationship": "parent"
}
],
"exchangeAvailability": {
"exchangeableEmds": [
{
"airExtraRefs": [
"ae1",
"ae2"
],
"emdNumber": "29216427675289"
},
{
"airExtraRefs": [
"ae1",
"ae2"
],
"emdNumber": "30333647295364"
},
{
"airExtraRefs": [
"ae1",
"ae2"
],
"emdNumber": "19598537385829"
}
],
"payableAirExtraRefs": [
"ae1",
"ae2"
]
},
"fiscalCode": "HN22uqbwlC",
"gender": "MALE",
"genericSpecialRequests": {
"genericSpecialRequest": [
{
"airlineCode": "wz",
"airlineFactsType": "OTHER_AIRLINE",
"code": "TDXJ9",
"freeText": "EogZuRjaQMSuFML",
"fullText": "lOFVNhWqdnWjoTirtSPKKvhffYAcLT",
"id": "bc3fa793-ae13-4282-8946-4fc015fcf738",
"messageType": "SSR",
"numberInParty": 8,
"segmentRefs": [
"id01",
"id02"
],
"status": {
"statusCode": "HD",
"value": "REJECTED"
},
"syntheticIdentifier": "458309887092671",
"ticketNumber": {
"airlineAccountingCode": "901",
"checkDigit": "2",
"number": "27014823821362",
"serialNumber": "7445957741"
}
},
{
"airlineCode": "cj",
"airlineFactsType": "HOSTED",
"code": "NQZ6u",
"freeText": "UhMoikMNxINNuRU",
"fullText": "uzegPjZlgVGZpjHiwnDAMoKtYviSus",
"id": "c236d45e-33f4-4e98-a6a2-c5018f53bfd0",
"messageType": "SSR",
"numberInParty": 5,
"segmentRefs": [
"id01",
"id02"
],
"status": {
"statusCode": "HD",
"value": "VERIFICATION"
},
"syntheticIdentifier": "163794351621258",
"ticketNumber": {
"airlineAccountingCode": "722",
"checkDigit": "6",
"number": "47711813931480",
"serialNumber": "6003210803"
}
},
{
"airlineCode": "Dp",
"airlineFactsType": "OTHER_AIRLINE",
"code": "KSQJd",
"freeText": "BQIaeCaqCRtKKPz",
"fullText": "IxyrUFcLnKNpjMVmtllnFGrwpDMCBV",
"id": "08c1f616-e70a-4898-8d40-e84f8b98b780",
"messageType": "OSI",
"numberInParty": 9,
"segmentRefs": [
"id01",
"id02"
],
"status": {
"statusCode": "XX",
"value": "UNSUPPORTED"
},
"syntheticIdentifier": "619845341651997",
"ticketNumber": {
"airlineAccountingCode": "954",
"checkDigit": "8",
"number": "42158530794166",
"serialNumber": "8332300292"
}
}
]
},
"id": "21c3154e-548f-49ee-b618-703fa06cfc5c",
"iropContact": {
"emails": {
"email": [
{
"address": "Edgardo_Bauch@gmail.com",
"id": "ff452c63-6804-44bb-95a8-5599fbe963ee",
"languageCode": "DE",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "597442938731304"
},
{
"address": "Jaqueline_Crooks@yahoo.com",
"id": "3f426c0e-d5b6-427a-8081-7f0729b6d4a0",
"languageCode": "EN",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "729297806364022"
},
{
"address": "Akeem_Strosin43@hotmail.com",
"id": "84642142-a081-4e57-9cbe-a5bfc99ebf02",
"languageCode": "IT",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "589971393283352"
},
{
"address": "Delmer.OConner@yahoo.com",
"id": "d4313a98-f283-44f9-a02b-a3f754d5e18d",
"languageCode": "NL",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "545922679114813"
},
{
"address": "Elton_Veum@gmail.com",
"id": "fb14588d-f3f9-43e8-b0d7-44ed9a2a0791",
"languageCode": "EN",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "400059863992395"
}
]
},
"phones": {
"phone": [
{
"id": "cbd09caa-bcbf-4568-bd17-318226b78945",
"number": "+16935709471",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "994614135704850"
},
{
"id": "3518b9df-bd92-4425-a517-72d929dd5018",
"number": "+19742854698",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "082704081364824"
},
{
"id": "94b6a1cd-70fb-4fd1-83b2-b290ec883e54",
"number": "+18007712329",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "466882906070899"
}
]
},
"refusals": {
"refusal": [
{
"id": "d9b1c884-f013-4407-b91d-4a09d5c02566",
"reason": "nLAZleXAWQ",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "518277043811531"
},
{
"id": "e157c993-9773-499c-b816-2e2268478976",
"reason": "kAyUZXTBCP",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "200164010890358"
},
{
"id": "3fb2c737-cb48-4b97-bef9-229dd2bcaa41",
"reason": "wHJYCDfegm",
"segmentRefs": [
"id01",
"id02"
],
"syntheticIdentifier": "044200351856806"
}
]
}
},
"loyaltyAccount": [
{
"id": "dc102674-eecd-45ae-a079-920164f62484",
"latestAwardDate": "2026-05-24",
"loyaltyTierLevel": {
"atpco": "25",
"customerInsight": "24",
"name": "silver",
"number": 3,
"priority": 4,
"tag": "Egh"
},
"memberAirline": "[ob",
"memberId": "0085371071",
"membershipStartDate": "2024-05-07",
"mileage": {
"unit": "MILES",
"value": 4027
},
"pnrId": "4",
"points": 64333,
"source": "SSCI"
},
{
"id": "b12001b4-b445-45f9-b66a-9f0afedc8ae4",
"latestAwardDate": "2026-04-30",
"loyaltyTierLevel": {
"atpco": "64",
"customerInsight": "34",
"name": "gold",
"number": 1,
"priority": 5,
"tag": "fja"
},
"memberAirline": "[ob",
"memberId": "7502796608",
"membershipStartDate": "2025-02-17",
"mileage": {
"unit": "MILES",
"value": 3181
},
"pnrId": "0",
"points": 86895,
"source": "SSCI"
},
{
"id": "36e8c4de-3f3d-4c2b-90e0-1d55a67869b9",
"latestAwardDate": "2026-02-07",
"loyaltyTierLevel": {
"atpco": "66",
"customerInsight": "14",
"name": "gold",
"number": 4,
"priority": 5,
"tag": "LPT"
},
"memberAirline": "[ob",
"memberId": "1518719402",
"membershipStartDate": "2024-06-26",
"mileage": {
"unit": "MILES",
"value": 4859
},
"pnrId": "8",
"points": 10777,
"source": "PNR"
}
],
"nameNumber": "852.9",
"passengerDocument": [
{
"document": {
"applicableCountry": "LS",
"countryOfBirth": "AW",
"dateOfBirth": "1956-08-22",
"expiryDate": "2031-01-21",
"gender": "P",
"id": "ad37d03e-be44-44a2-b7cf-d6a9a51cff49",
"issueDate": "2025-12-22",
"issuingCountry": "PN",
"issuingPlace": "Kunzefield",
"nationality": "MAF",
"number": "wf40h3t6Sc",
"personName": {
"first": "Marcellus",
"last": "Grady",
"middle": "Angel",
"prefix": "Mr.",
"raw": "Linda Dibbert",
"suffix": "MD"
},
"placeOfBirth": "Rockwall",
"type": "PASSPORT"
},
"holderType": "SECONDARY",
"inputMethod": "SCAN",
"multinameHolder": false
},
{
"document": {
"applicableCountry": "TZ",
"countryOfBirth": "GM",
"dateOfBirth": "2013-10-14",
"expiryDate": "2031-07-11",
"gender": "V",
"id": "60e4274c-18ac-4235-8950-baa86a9df291",
"issueDate": "2024-08-28",
"issuingCountry": "KH",
"issuingPlace": "West Tomfurt",
"nationality": "AUT",
"number": "UV0BbcxHcm",
"personName": {
"first": "Vicenta",
"last": "Schulist",
"middle": "Sawyer",
"prefix": "Mr.",
"raw": "Dr. Jody Kuphal",
"suffix": "Jr."
},
"placeOfBirth": "Westfurt",
"type": "PASSPORT"
},
"holderType": "SECONDARY",
"inputMethod": "SCAN",
"multinameHolder": false
},
{
"document": {
"applicableCountry": "BG",
"countryOfBirth": "VI",
"dateOfBirth": "1980-01-18",
"expiryDate": "2028-03-04",
"gender": "I",
"id": "973c8faf-7867-4616-8b6c-36396343a579",
"issueDate": "2025-06-25",
"issuingCountry": "US",
"issuingPlace": "Opalcester",
"nationality": "ETH",
"number": "bxS1KhBguu",
"personName": {
"first": "Hester",
"last": "Hills",
"middle": "Noah",
"prefix": "Dr.",
"raw": "Whitney Wunsch",
"suffix": "III"
},
"placeOfBirth": "New Roscoeburgh",
"type": "PASSPORT"
},
"holderType": "PRIMARY",
"inputMethod": "MANUAL",
"multinameHolder": true
}
],
"passengerItineraryParts": {
"passengerItineraryPart": [
{
"airExtra": [
{
"airExtraBundleRef": "c65b01cb-fa0a-4be0-bc4b-8ed24e16d71e",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": false,
"customRules": {
"applyHighestTierLevel": true,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 3
},
"exchangeable": false,
"feeApplicationMethod": {
"code": "5",
"value": "ONE_WAY"
},
"formOfRefund": {
"code": "2",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 4
},
"freeOfChargeRules": [
"BOOKING_REQUIRED",
"BOOKING_REQUIRED",
"EMD_REQUIRED",
"EMD_REQUIRED",
"EMD_REQUIRED"
],
"interlineable": true,
"inventoryControlled": true,
"paperTicketRequired": true,
"purchaseAtTicketIssue": false,
"purchaseBy": "2027-03-03",
"refundable": false,
"tourCode": "h24d5J"
},
"bagType": "BIKE",
"bookingMethod": {
"code": "8+",
"value": "AUXILIARY_SEGMENT"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "UPTO50LB 23KG",
"displayOnly": true,
"electronicMiscDocType": {
"code": "2",
"consumedAtIssuance": true,
"value": "ETICKET"
},
"group": "MEA",
"id": "j2So_y",
"reasonForIssuance": {
"code": "B",
"value": "MERCHANDISE"
},
"sequenceNumber": 33,
"serviceType": {
"code": "Ho",
"value": "CARRY_ON_BAGGAGE_ALLOWANCE"
},
"specialService": {
"code": "UMNR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 59,
"min": 4,
"name": "AGE",
"optional": false,
"type": "DECIMAL",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 90,
"min": 4,
"name": "SIZE",
"optional": false,
"type": "TEXT",
"unit": "CM"
}
]
},
"type": "STRUCTURED"
},
"ssimCode": "xxq",
"subCode": "182",
"vendor": "MMGR",
"weight": [
{
"unit": "KILOGRAM",
"value": 8.4
}
]
},
"bookingIndicator": "94",
"disassociated": true,
"emdNumber": {
"number": "92732227869985"
},
"emdPaperIndicator": "E",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "36",
"segmentRef": "ad82e0d7-fd0d-47ae-a8a8-d47b4094446b"
}
]
},
"feeApplicationIndicator": "10",
"id": "53881dad-d803-46c3-a4b6-e23b3fc003eb",
"miscFee": {
"dealName": "SPRING DEAL",
"group": "SEA",
"id": "74dbd61a-f062-4d32-9b2f-5b309d3c43fc",
"offerName": "OFFER A",
"reasonForIssuance": "G",
"subCode": "762"
},
"offerId": {
"id": "d614149d-f33d-4908-932e-cfb7667119fb",
"itemId": "097c2e12-30ab-4226-b9a4-146cb3bae0cf"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "PD",
"value": "FULFILLED"
},
"pnrId": "SFTSZR",
"quantity": 2,
"specialServiceDescription": {
"code": "fHfJ",
"properties": {
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "791"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "346"
}
]
},
"text": "QFeiDOKmdkncjsS"
},
"syntheticIdentifier": "12587011871168262144",
"taxExemption": false,
"ticketUsedForEmdPricing": "Y",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 26.6
}
},
{
"airExtraBundleRef": "d0fdbb39-26fd-4572-a818-9d22ae738c54",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": false,
"convertible": false,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 7
},
"exchangeable": false,
"feeApplicationMethod": {
"code": "1",
"value": "ONE_AND_A_HALF_PERCENT_OF_FARE_PER_KG"
},
"formOfRefund": {
"code": "2",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 1
},
"freeOfChargeRules": [
"EMD_REQUIRED",
"EMD_REQUIRED",
"BOOKING_REQUIRED"
],
"interlineable": false,
"inventoryControlled": true,
"paperTicketRequired": false,
"purchaseAtTicketIssue": false,
"purchaseBy": "2027-06-20",
"refundable": false,
"tourCode": "Zs4DAV"
},
"bagType": "BIKE",
"bookingMethod": {
"code": "7+",
"value": "PER_SERVICE_RECORD"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "EXTRA LEGROOM",
"displayOnly": false,
"electronicMiscDocType": {
"code": "3",
"consumedAtIssuance": true,
"value": "STANDALONE"
},
"group": "BG",
"id": "7DGHdb",
"reasonForIssuance": {
"code": "B",
"value": "AIR_TRANSPORTATION"
},
"sequenceNumber": 86,
"serviceType": {
"code": "4U",
"value": "PREPAID"
},
"specialService": {
"code": "BGDA",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 99,
"min": 4,
"name": "AGE",
"optional": true,
"type": "DECIMAL",
"unit": "IN"
},
{
"allowedValue": [
"DOG"
],
"max": 73,
"min": 1,
"name": "AGE",
"optional": true,
"type": "ENUM",
"unit": "KG"
},
{
"allowedValue": [
"DOG"
],
"max": 78,
"min": 5,
"name": "WEIGHT",
"optional": false,
"type": "TEXT",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 100,
"min": 2,
"name": "SIZE",
"optional": false,
"type": "INT",
"unit": "CM"
}
]
},
"type": "REQUIRED"
},
"ssimCode": "2tE",
"subCode": "811",
"vendor": "MMGR",
"weight": [
{
"unit": "KILOGRAM",
"value": 46.7
},
{
"unit": "KILOGRAM",
"value": 10.6
},
{
"unit": "KILOGRAM",
"value": 46.5
}
]
},
"bookingIndicator": "83",
"disassociated": false,
"emdNumber": {
"number": "65781523247156"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "05",
"segmentRef": "eeb0e345-e03a-4b78-9b2f-2cc6fd9414c2"
},
{
"emdCouponNumber": "92",
"segmentRef": "5d602f03-ac3a-4994-9c14-f653167c45bf"
},
{
"emdCouponNumber": "26",
"segmentRef": "eff94877-b814-4394-9d4e-65cc4e2cf196"
}
]
},
"feeApplicationIndicator": "08",
"id": "703dd6fd-5a7c-4935-98ac-809ce0d2544b",
"miscFee": {
"dealName": "SPRING DEAL",
"group": "SEA",
"id": "b6eeaebe-2fa1-4197-bd45-d8e2ce1b5576",
"offerName": "OFFER A",
"reasonForIssuance": "G",
"subCode": "338"
},
"offerId": {
"id": "91d0fccb-acf1-4c07-907f-8bde7aed743d",
"itemId": "b4b8403f-7d8b-4ab2-afaa-1dc8731975a4"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "OK",
"value": "UNSUPPORTED"
},
"pnrId": "VPSJFM",
"quantity": 2,
"specialServiceDescription": {
"code": "mCTL",
"properties": {
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "239"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "716"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "902"
}
]
},
"text": "VIAjtlRnHLksxRH"
},
"syntheticIdentifier": "30315834675281334507",
"taxExemption": true,
"ticketUsedForEmdPricing": "Y",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 38.3
}
}
],
"id": "61f73287-1c5f-4e5a-954a-dba41525fef0",
"itineraryPartRef": "e493ad0c-9888-4d46-bfbd-cfc24f5c9acd"
}
]
},
"passengerRef": "81af5e0b-a6a3-4935-a85e-97f4a165dec4",
"passengerSegments": {
"passengerSegment": [
{
"additionalTravelInformation": {
"residencyDocumentType": {
"id": "5a74dbc4-e118-4a50-b820-5f2b4f60b6aa",
"residencyCountry": "KZ",
"value": "PERMANENT_RESIDENT_RESIDENT_ALIEN_CARD_FORM_I_551"
},
"returnDate": {
"id": "51f23205-96b6-46a6-855e-0f42054f81bf",
"value": "2027-01-29"
},
"stayType": {
"id": "de49bfe6-53b5-4c97-9fb7-b02c364c217e",
"value": "DUTY"
},
"timaticDocumentType": {
"id": "92c4c3f9-2fc7-4afa-b90d-96a3dca6a7cf",
"value": "KINDERAUSWEIS_WITHOUT_PHOTOGRAPH"
},
"visaVerified": {
"id": "ec812cda-563b-4df7-9611-28c84552f6e8",
"value": false
}
},
"airExtra": [
{
"airExtraBundleRef": "512e3264-e20b-4b0d-89f4-d06b7ba209e2",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": false,
"customRules": {
"applyHighestTierLevel": false,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 8
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "4",
"value": "PER_BAGGAGE_TRAVEL"
},
"formOfRefund": {
"code": "1",
"value": "ORIGINAL"
},
"freeAllowanceEligibility": {
"quantity": 5
},
"freeOfChargeRules": [
"BOOKING_REQUIRED",
"BOOKING_REQUIRED",
"BOOKING_REQUIRED",
"BOOKING_REQUIRED"
],
"interlineable": false,
"inventoryControlled": false,
"paperTicketRequired": false,
"purchaseAtTicketIssue": false,
"purchaseBy": "2026-08-25",
"refundable": false,
"tourCode": "bZcZLa"
},
"bagType": "PET",
"bookingMethod": {
"code": "3-",
"value": "AUXILIARY_SEGMENT"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "PRIORITY BOARDING",
"displayOnly": true,
"electronicMiscDocType": {
"code": "3",
"consumedAtIssuance": true,
"value": "FLIGHT_COUPON_ASSOCIATED"
},
"group": "WIF",
"id": "wXALOu",
"reasonForIssuance": {
"code": "G",
"value": "GROUND_TRANSPORT_NON_AIR_SERVICES"
},
"sequenceNumber": 61,
"serviceType": {
"code": "qa",
"value": "FLIGHT_RELATED"
},
"specialService": {
"code": "PETC",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 18,
"min": 2,
"name": "AGE",
"optional": true,
"type": "INT",
"unit": "CM"
}
]
},
"type": "REQUIRED"
},
"ssimCode": "4uH",
"subCode": "716",
"vendor": "SABR",
"weight": [
{
"unit": "KILOGRAM",
"value": 31.5
},
{
"unit": "KILOGRAM",
"value": 46.9
},
{
"unit": "KILOGRAM",
"value": 37.3
},
{
"unit": "KILOGRAM",
"value": 18.3
}
]
},
"bookingIndicator": "09",
"disassociated": false,
"emdNumber": {
"number": "51540567845154"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "37",
"segmentRef": "c34edcae-a6e5-4b45-9b3d-6154f39cf094"
},
{
"emdCouponNumber": "41",
"segmentRef": "be8599dd-d648-465b-8580-610a842e5b64"
}
]
},
"feeApplicationIndicator": "57",
"id": "f8fce395-9c7a-45e8-b7ad-1b7ec10b0c51",
"miscFee": {
"dealName": "SPRING DEAL",
"group": "SEA",
"id": "1917b46a-d864-4d34-98c1-1cd1d01c95c6",
"offerName": "MAY WEEKEND DISCOUNT",
"reasonForIssuance": "R",
"subCode": "533"
},
"offerId": {
"id": "80993a46-a0a7-45aa-84c9-99e04d2e8ec6",
"itemId": "e6b5c2b4-cd65-429e-aebb-a331374ef881"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "PD",
"value": "FULFILLED"
},
"pnrId": "HWCBFW",
"quantity": 5,
"specialServiceDescription": {
"code": "IMqX",
"properties": {
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "520"
}
]
},
"text": "nezASaOhSyPupWD"
},
"syntheticIdentifier": "85414210920620838730",
"taxExemption": true,
"ticketUsedForEmdPricing": "Y",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 18.2
}
},
{
"airExtraBundleRef": "9cccbbd5-14cd-4b7f-9684-5bf7843e9a4a",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": true,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 6
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "2",
"value": "ITEM"
},
"formOfRefund": {
"code": "1",
"value": "ORIGINAL"
},
"freeAllowanceEligibility": {
"quantity": 0
},
"freeOfChargeRules": [
"EMD_REQUIRED",
"BOOKING_REQUIRED",
"BOOKING_REQUIRED",
"EMD_REQUIRED"
],
"interlineable": false,
"inventoryControlled": false,
"paperTicketRequired": true,
"purchaseAtTicketIssue": true,
"purchaseBy": "2026-09-06",
"refundable": false,
"tourCode": "dGCuTu"
},
"bagType": "PET",
"bookingMethod": {
"code": "2@",
"value": "ANY_ALLOWED"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "EXTRA LEGROOM",
"displayOnly": false,
"electronicMiscDocType": {
"code": "2",
"consumedAtIssuance": false,
"value": "ETICKET"
},
"group": "WIF",
"id": "NuTw-m",
"reasonForIssuance": {
"code": "G",
"value": "AIRPORT_SERVICES"
},
"sequenceNumber": 10,
"serviceType": {
"code": "ln",
"value": "FLIGHT_RELATED"
},
"specialService": {
"code": "WCHR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 34,
"min": 5,
"name": "AGE",
"optional": true,
"type": "TEXT",
"unit": "IN"
},
{
"allowedValue": [
"DOG"
],
"max": 23,
"min": 3,
"name": "SIZE",
"optional": true,
"type": "TEXT",
"unit": "LB"
},
{
"allowedValue": [
"DOG"
],
"max": 31,
"min": 5,
"name": "SIZE",
"optional": false,
"type": "INT",
"unit": "KG"
}
]
},
"type": "REQUIRED"
},
"ssimCode": "zRg",
"subCode": "284",
"vendor": "AMAD",
"weight": [
{
"unit": "KILOGRAM",
"value": 35.1
},
{
"unit": "KILOGRAM",
"value": 37.9
}
]
},
"bookingIndicator": "69",
"disassociated": false,
"emdNumber": {
"number": "53753770533298"
},
"emdPaperIndicator": "E",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "28",
"segmentRef": "43c58b33-97a8-46f9-9f99-58fea79f5d82"
},
{
"emdCouponNumber": "52",
"segmentRef": "9a001d33-e3f2-4494-b94e-12a386189a12"
},
{
"emdCouponNumber": "82",
"segmentRef": "ece8e8d5-7a0d-4256-a984-2f3e5df29c36"
},
{
"emdCouponNumber": "25",
"segmentRef": "5f843893-dbbf-43bb-bb38-f153d779b9d0"
}
]
},
"feeApplicationIndicator": "85",
"id": "432f8a44-d643-47f3-b783-1e8b22d9201b",
"miscFee": {
"dealName": "WINTER SALE",
"group": "BG",
"id": "c0091713-b5a5-4df8-91e5-ec35ee2955c4",
"offerName": "MAY WEEKEND DISCOUNT",
"reasonForIssuance": "G",
"subCode": "753"
},
"offerId": {
"id": "1bf94a49-ab52-485d-9597-eab61d879d6d",
"itemId": "6d27c4e4-620c-418a-ae00-f65d45c54752"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "HD",
"value": "FULFILLED"
},
"pnrId": "ASPRZH",
"quantity": 4,
"specialServiceDescription": {
"code": "YKJd",
"properties": {
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "596"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "142"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "629"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "357"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "261"
}
]
},
"text": "SbhhursNvmIhVNP"
},
"syntheticIdentifier": "40067895340849333884",
"taxExemption": true,
"ticketUsedForEmdPricing": "N",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 4.2
}
},
{
"airExtraBundleRef": "f67a3c18-a6b0-4b03-aede-9deb62faac4e",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": false,
"customRules": {
"applyHighestTierLevel": true,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 7
},
"exchangeable": false,
"feeApplicationMethod": {
"code": "3",
"value": "TRAVEL"
},
"formOfRefund": {
"code": "1",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 0
},
"freeOfChargeRules": [
"EMD_REQUIRED",
"EMD_REQUIRED",
"BOOKING_REQUIRED",
"EMD_REQUIRED",
"BOOKING_REQUIRED"
],
"interlineable": true,
"inventoryControlled": true,
"paperTicketRequired": true,
"purchaseAtTicketIssue": false,
"purchaseBy": "2026-12-01",
"refundable": true,
"tourCode": "FIk2P1"
},
"bagType": "PET",
"bookingMethod": {
"code": "7-",
"value": "AUXILIARY_SEGMENT"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "PRIORITY BOARDING",
"displayOnly": false,
"electronicMiscDocType": {
"code": "2",
"consumedAtIssuance": true,
"value": "STANDALONE_TICKET_ASSOCIATED"
},
"group": "SEA",
"id": "OSsc6u",
"reasonForIssuance": {
"code": "A",
"value": "IN_FLIGHT_SERVICES"
},
"sequenceNumber": 58,
"serviceType": {
"code": "9f",
"value": "FLIGHT_RELATED"
},
"specialService": {
"code": "BGDA",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 79,
"min": 1,
"name": "WEIGHT",
"optional": false,
"type": "TEXT",
"unit": "CM"
}
]
},
"type": "OPTIONAL"
},
"ssimCode": "fCL",
"subCode": "872",
"vendor": "SABR",
"weight": [
{
"unit": "KILOGRAM",
"value": 33.4
},
{
"unit": "KILOGRAM",
"value": 47.8
},
{
"unit": "KILOGRAM",
"value": 5.7
},
{
"unit": "KILOGRAM",
"value": 11
}
]
},
"bookingIndicator": "69",
"disassociated": true,
"emdNumber": {
"number": "76298840623245"
},
"emdPaperIndicator": "E",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "29",
"segmentRef": "20863e8f-2bd7-4db9-97c3-be94c6138c46"
},
{
"emdCouponNumber": "09",
"segmentRef": "b0f83339-9bd1-4a1b-8ee7-7d4d0cb51f2a"
},
{
"emdCouponNumber": "09",
"segmentRef": "108bd001-a923-473a-a461-3cd638fe7e34"
},
{
"emdCouponNumber": "29",
"segmentRef": "4c52b6e6-8df0-44b8-99be-6e25c11388b8"
}
]
},
"feeApplicationIndicator": "12",
"id": "80321e11-f4b2-4c29-a3f6-6cf11797a507",
"miscFee": {
"dealName": "SPRING DEAL",
"group": "SEA",
"id": "9724cab9-490f-49ed-8bad-3b7e6586cb25",
"offerName": "OFFER A",
"reasonForIssuance": "G",
"subCode": "979"
},
"offerId": {
"id": "96ad87ea-2394-4387-a92c-1fa5a064cb56",
"itemId": "782d5b7e-ff02-4632-abc8-1f6daf4424a6"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "HD",
"value": "UNSUPPORTED"
},
"pnrId": "EWDHKP",
"quantity": 3,
"specialServiceDescription": {
"code": "CuPh",
"properties": {
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "246"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "069"
}
]
},
"text": "EZSlvVhXxtTzBaT"
},
"syntheticIdentifier": "80214512626014519281",
"taxExemption": true,
"ticketUsedForEmdPricing": "Y",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 31.1
}
},
{
"airExtraBundleRef": "30eb09e6-db11-4c16-abc4-5dac959e5e04",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": false,
"customRules": {
"applyHighestTierLevel": true,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 9
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "2",
"value": "PER_1KG_OVER_FREE_BAGGAGE_ALLOWANCE"
},
"formOfRefund": {
"code": "1",
"value": "ORIGINAL"
},
"freeAllowanceEligibility": {
"quantity": 4
},
"freeOfChargeRules": [
"BOOKING_REQUIRED"
],
"interlineable": true,
"inventoryControlled": true,
"paperTicketRequired": true,
"purchaseAtTicketIssue": false,
"purchaseBy": "2026-11-07",
"refundable": false,
"tourCode": "IgHWzN"
},
"bagType": "SURF",
"bookingMethod": {
"code": "2+",
"value": "SPECIAL_SERVICE_REQUEST"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "EXTRA LEGROOM",
"displayOnly": false,
"electronicMiscDocType": {
"code": "2",
"consumedAtIssuance": true,
"value": "STANDALONE_TICKET_ASSOCIATED"
},
"group": "MEA",
"id": "rQ6m3c",
"reasonForIssuance": {
"code": "G",
"value": "OTHER"
},
"sequenceNumber": 71,
"serviceType": {
"code": "Fy",
"value": "PREPAID"
},
"specialService": {
"code": "PETC",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 38,
"min": 4,
"name": "SIZE",
"optional": true,
"type": "DECIMAL",
"unit": "CM"
}
]
},
"type": "STRUCTURED"
},
"ssimCode": "6Yj",
"subCode": "837",
"vendor": "AMAD",
"weight": [
{
"unit": "KILOGRAM",
"value": 42.4
},
{
"unit": "KILOGRAM",
"value": 22.7
},
{
"unit": "KILOGRAM",
"value": 47.7
}
]
},
"bookingIndicator": "52",
"disassociated": true,
"emdNumber": {
"number": "29235812494371"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "19",
"segmentRef": "5d164dab-2d63-4966-9167-223f7c3c99f3"
}
]
},
"feeApplicationIndicator": "66",
"id": "16cbffb6-597a-4aa5-82a1-8538d3af67fc",
"miscFee": {
"dealName": "SPRING DEAL",
"group": "SEA",
"id": "985df613-c37a-4a0f-8fef-9fbcb9dea47b",
"offerName": "MAY WEEKEND DISCOUNT",
"reasonForIssuance": "R",
"subCode": "502"
},
"offerId": {
"id": "f892dd8c-b1b1-4f58-b2c5-974016e46c9e",
"itemId": "b79982ce-2952-4976-9f35-a6fd7193ccd7"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "PD",
"value": "PENDING"
},
"pnrId": "AMTYGM",
"quantity": 1,
"specialServiceDescription": {
"code": "dgyn",
"properties": {
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "522"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "230"
}
]
},
"text": "yLWNHBADSQAIDda"
},
"syntheticIdentifier": "99132161305941526200",
"taxExemption": false,
"ticketUsedForEmdPricing": "Y",
"type": "MISC_FEE",
"weight": {
"unit": "KILOGRAM",
"value": 42.3
}
}
],
"baggagePoolId": 837,
"editCodes": {
"editCode": [
{
"code": "qq",
"id": "9ce6a03c-1b8e-4fe2-b299-2e892e9cfbb9",
"text": [
{
"id": "530f0bc8-cd84-48c2-b2fb-642fb02e0be9",
"lineId": "69",
"value": "pgGyxvbyaMknlwW"
}
]
},
{
"code": "wK",
"id": "cf08fdad-3439-4433-a56d-9c69c2671a0b",
"text": [
{
"id": "a7b52a95-49ef-4d9b-9bcd-34225d858517",
"lineId": "52",
"value": "JCUZLzGsHXoziOQ"
},
{
"id": "c71f1b22-731b-46da-8ab7-b887ed82f1cf",
"lineId": "00",
"value": "nRfAiNBPSQVxNMp"
}
]
}
]
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "4qrArWaROnYJlmgg9vMZ",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "179"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "708"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "025"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "590"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "lzAMbX8Ydk6bUmRCYkx3",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "950"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "121"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "325"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "251"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "U5ITVkiSe6CzkmfXj6dK",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "023"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "722"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "701"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "698"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "736"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "h41vCtRU77ffkCvn79hg",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "533"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "763"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "467"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "869"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "SbCXRgh522NcTCLIiiSU",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "103"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "dwTc8KGC4gV1EEWyD6XV",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "997"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "011"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "469"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "UCoukKnGWobhXZfdTzmQ",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "183"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "659"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "115"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "248"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "f8Ug2tehRjuNQJy6G8lD",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "751"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "986"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "310"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "626"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "YT0tjeHXIbSqHLzulCPB",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "985"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "386"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "280"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "4ryA8l2QE2yitVsyDgca",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "760"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "195"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "556"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "209"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "007"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "piiSAdS3bqW0EoZHSMxJ",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "229"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "748"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "358"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "354"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "919"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "pjQLaK7nbwZ3kdndnirK",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "127"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "422"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "919"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "080"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "504"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "c0bRm6vebCVAVBjtpbER",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "259"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "822"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INVALID_FLIGHT",
"details": "q0bX4zrQrxJ3q5b2684D",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "887"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "743"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "239"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "Fzyl12V9TbB1nXA0HZIu",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "042"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "20xzQZHvmA4Flggz7t1F",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "961"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "607"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "870"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "031"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "Pa7WdxjM8rwRfmkez27h",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "572"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "298"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "924"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "891"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "310"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "TGeTBeO3ysbUZnd4xxD1",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "912"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"id": "9f474d04-a46a-47e0-941a-d2f9f731257e",
"loyaltyAccount": {
"id": "513265fc-a815-4a64-b6b9-ff4db6e6e338",
"latestAwardDate": "2025-11-21",
"loyaltyTierLevel": {
"atpco": "75",
"customerInsight": "37",
"name": "platinum",
"number": 1,
"priority": 7,
"tag": "VXl"
},
"memberAirline": "[ob",
"memberId": "7500074834",
"membershipStartDate": "2025-07-09",
"mileage": {
"unit": "MILES",
"value": 4493
},
"pnrId": "2",
"points": 41749,
"source": "PNR"
},
"nonRevenuePassengerInfo": {
"priorityCode": "mJx",
"seniorityDate": "2025-11-16T00:00:00.0Z",
"upgradeCode": "dH4"
},
"passengerCheckInId": "1n7dqu7z",
"passengerFlight": [
{
"boardingPass": {
"agent": {
"city": "wsy",
"country": "GU",
"sign": "GVm"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 1.2
},
"checkedInBaggage": {
"bagTagNumber": [
"11223344",
"12345678",
"87654321"
],
"quantity": 3,
"totalWeight": {
"unit": "KG",
"value": 10.9
}
}
},
"barCode": "djYUSp8SM5AOq9H7bqwFzAdIEJw69tSEt4ljM2St",
"checkInSequenceNumber": "407",
"deck": {
"code": "UPPER",
"value": "MAIN"
},
"displayData": {
"accommodation": "RESIDENCE SUITE",
"agentCityName": "Lake Asa",
"arrivalAirportName": "Elianeside",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "9743",
"cabinClassCode": "y",
"cabinText": "FIRST CLASS",
"carryOnText": "NO CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Arcadia",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "6454",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "0454",
"estimatedDepartureDate": "2026-10-17T00:00:00.0Z",
"estimatedDepartureTime": "7019",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "GOLD",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "CjmB",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "8578",
"scheduledDepartureDate": "2026-09-30T00:00:00.0Z",
"scheduledDepartureTime": "4982",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "narrowbody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 417.33,
"atpcoRule": "TUTx",
"atpcoTariff": 28,
"bookingClass": "P",
"brand": "VY",
"cabinClass": "BUSINESS",
"cabinClassCode": "p",
"discountCategory": "57",
"fareBasisCode": "9x2GSZ",
"governingAirline": "[ob",
"id": "ddf98e6e-63fd-493a-86dd-51be6573b6d0",
"operatingBookingClass": "C",
"privateTariff": false,
"type": "NLX",
"vendor": {
"code": "ATP",
"value": "SABRE_MYFARES_SUBSCRIBERS"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "IO",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "Lc",
"arrivalTime": "2026-11-19T00:00:00.0Z",
"boardingTime": "1932-05-30T01:07:30.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "MG",
"departureFlightScheduleStatus": "DELAYED",
"departureGate": "ki",
"departureTerminal": "gD",
"departureTime": "2027-07-06T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2057
},
"equipment": "529",
"estimatedArrivalTime": "1936-05-28T06:09:07.0Z",
"estimatedDepartureTime": "1905-07-02T13:52:46.0Z",
"flightDuration": 354,
"flightNumber": "2",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-02-02T00:00:00.0Z",
"departureTime": "2026-09-24T00:00:00.0Z",
"duration": 117,
"elapsedTime": 228
}
],
"iatci": true,
"id": "35d085bd-f7d9-4f87-aa28-9b851aa0bafc",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "4284",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 153
},
"formattedBoardingPass": {
"document": {
"contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
"name": "incidentally_than.[object Object]",
"value": "jEW0k74emlF1ibeXnGIYC3HcybifgRASv4SY2X7xfu9cykt9qbi3do2qiINPp3Rd"
},
"image": {
"contentType": "application/x-abiword",
"name": "not.[object Object]",
"value": "6ly2MOSbHToDiNxuvM2C8vG5He8sbu6wEyqb3ldZwan1CC1mBhdlpz1OZsTkCz2X"
},
"pectab": {
"data": {
"contentType": "video/mp4",
"name": "aha_as_minion.[object Object]",
"value": "G9qdIeg0rKB46uSNsRCxSIqcaZsZ5N2u4pvOE8gt8KiEMScic4zkXQ6xQZIPLqtI"
},
"layout": {
"contentType": "application/vnd.amazon.ebook",
"name": "mantua.[object Object]",
"value": "id87qW4AVlW9sW4QGHL4nY8gCUDTo33hBbzTYLqaItzSAQn7Q80VXW49DhahHOJp"
},
"template": {
"contentType": "image/webp",
"name": "uh_huh.[object Object]",
"value": "neM7T01CMQG9Mwe4Nv6jfJKuMXoQ1QeMelThRI96nGwfTi01Ihg4297iIpGqpZF8"
},
"templates": [
{
"contentType": "font/otf",
"name": "yesterday_diligently_slather.[object Object]",
"value": "GxCwtQ551GVXSEKXkIsd4V2gOBFpzY4JaGTNTvR3STs56M5d0YcE3VXZhzq0g7CY"
},
{
"contentType": "application/x-freearc",
"name": "provided.[object Object]",
"value": "cq0FYrlMXGvF6BHP9OzvXNVaRKkHc06AgEaufs3pxzgtjenYMMG9eOrCMWwxkToO"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": false,
"skyPriority": false,
"zone": "8"
},
"zpl": {
"contentType": "application/ogg",
"name": "emulsify_oh.[object Object]",
"value": "iS425ydyTtTQ0NLb6OcNqVIAIunIj7pfIxy3e59oj2x9WdAfoxsPBkLCEMJxjDgW"
}
},
"group": "EeiGF0",
"loyaltyAccount": {
"id": "0aaf7964-b436-4bb8-8c3d-5a105d2281d4",
"latestAwardDate": "2026-03-27",
"loyaltyTierLevel": {
"atpco": "94",
"customerInsight": "58",
"name": "silver",
"number": 3,
"priority": 3,
"tag": "DvV"
},
"memberAirline": "[ob",
"memberId": "6243578137",
"membershipStartDate": "2025-10-09",
"mileage": {
"unit": "MILES",
"value": 1392
},
"pnrId": "9",
"points": 81261,
"source": "SSCI"
},
"personName": {
"first": "Halie",
"last": "Koepp",
"middle": "Shawn",
"prefix": "Dr.",
"raw": "Tonya Conn",
"suffix": "DDS"
},
"priorityVerificationCard": true,
"recordLocator": "GXGPTP",
"seat": {
"column": "C",
"row": "40",
"value": "6C"
},
"source": "EXTERNAL",
"standbyPriority": "1d",
"supplementaryData": {
"dhsStatus": 5,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "64794612950834",
"loungeAccess": true,
"selectee": false,
"skyPriority": true,
"spanishLargeFamily": true,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "BR"
},
"ticketCouponNumber": "85",
"ticketNumber": {
"airlineAccountingCode": "820",
"checkDigit": "5",
"number": "55579976963336",
"serialNumber": "7256334030"
},
"upgradePriority": "vMSC7",
"zone": "6"
},
"checkedIn": false,
"checkInNumber": 520,
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "JBAXyMP98W05pNkjL1C4",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "598"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "573"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "316"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "DYqxqxLbil40Z7bVjByn",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "739"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "006"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "162"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "8W4cK61t235ZQpvqMFOP",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "825"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "168"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "4W77Cowia0e602MyNbSm",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "233"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "162"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "o6Uxaxt1gDjAMDrQRGqI",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "830"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "842"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "439"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "689"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"flightRefs": [
"id01",
"id02"
],
"id": "90f5cd7e-7635-423f-b2b9-0b7f1fb5f1f1",
"loungeCard": {
"formattedLoungeCard": {
"image": {
"contentType": "application/x-bzip2",
"name": "boggle.[object Object]",
"value": "9NYlHhUBz8NZUuDsxDzK63eOHWSotAZ1ZqpJA86uUJqeFpCKIVKIC1b0ensvNcln"
},
"pectab": {
"data": {
"contentType": "application/vnd.oasis.opendocument.presentation",
"name": "doodle_underneath_delightfully.[object Object]",
"value": "JtqPYISUSAusmFh1p5tdBpheiTLf9jygp3Unmp5crifbEo1Dv7RaSCxPiypqxgD7"
},
"layout": {
"contentType": "video/x-msvideo",
"name": "consequently_mould.[object Object]",
"value": "JSyxWJSdps5OTb2lx2AzM7QmF45Mq2u8ByYjTTfRYfNHb4gFR90NNadxlAZaammP"
},
"template": {
"contentType": "image/png",
"name": "recklessly_unkempt.[object Object]",
"value": "8btk7hAWfPT0AuTsVl1ZPq99WoKvUjusKQKbGLabdvh5ITBPYW5kptIJjmMrUMOX"
},
"templates": [
{
"contentType": "video/x-msvideo",
"name": "boohoo_glum_drat.[object Object]",
"value": "mLnnlUvnOsZTfzuxRqiquDsZLTIW5zH9u2o1Rb4JZZ1Y3peE1zZ7dhsyRmXLAM3K"
},
{
"contentType": "application/octet-stream",
"name": "pike_kindheartedly.[object Object]",
"value": "eS1GAwjIwDVRaVyvNMXe1j3LzTdDJ5z8KVmmsG5rEQuscGTicRQQc3CDz8jrfIFd"
}
]
}
}
},
"preReservedSeat": {
"airExtraRef": "1070981b-661d-454e-a159-1496f127d005",
"offerId": "886e86bb-a725-45c0-a6bb-64287537803f",
"offerItemId": "4d853da4-e94e-4958-aaec-4309fe914ca2",
"type": "AISLE",
"value": "Rs"
},
"priorityCode": "mVh",
"seat": {
"airExtraRef": "d89853b0-28d9-461c-975a-be3075e36268",
"offerId": "39789659-d91d-42b5-947f-c0599be45fa5",
"offerItemId": "aca3402c-16f4-4795-8f31-3d7195ab7c27",
"type": "AISLE",
"value": "Va"
},
"status": "NOT_CHECKED_IN",
"upgradeCode": "ljR"
},
{
"boardingPass": {
"agent": {
"city": "Ycf",
"country": "AE",
"sign": "cbk"
},
"baggage": {
"carryOnWeight": {
"unit": "KG",
"value": 19.3
},
"checkedInBaggage": {
"bagTagNumber": [
"12345678",
"87654321",
"11223344"
],
"quantity": 3,
"totalWeight": {
"unit": "KG",
"value": 12.2
}
}
},
"barCode": "dtzJclYcpu188CYORuQOdqOgfYfnRrISJQbjMDhL",
"checkInSequenceNumber": "592",
"deck": {
"code": "MIDDLE",
"value": "OTHER"
},
"displayData": {
"accommodation": "FIRST CLASS",
"agentCityName": "Abnercester",
"arrivalAirportName": "Odessastead",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "0785",
"cabinClassCode": "m",
"cabinText": "BUSINESS",
"carryOnText": "CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Armandstad",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "3400",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "0688",
"estimatedDepartureDate": "2026-08-07T00:00:00.0Z",
"estimatedDepartureTime": "4985",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "SILVER",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "Xyzt",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "0508",
"scheduledDepartureDate": "2026-10-05T00:00:00.0Z",
"scheduledDepartureTime": "4722",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "regional",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 886.84,
"atpcoRule": "2OR4",
"atpcoTariff": 81,
"bookingClass": "s",
"brand": "UW",
"cabinClass": "BUSINESS",
"cabinClassCode": "Z",
"discountCategory": "32",
"fareBasisCode": "fLdfgX",
"governingAirline": "[ob",
"id": "49cde67f-4e9a-4789-8af2-62c22e0696bd",
"operatingBookingClass": "V",
"privateTariff": true,
"type": "NLX",
"vendor": {
"code": "SITA",
"value": "SITA"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "SH",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "OJ",
"arrivalTime": "2027-04-09T00:00:00.0Z",
"boardingTime": "1913-11-24T22:20:36.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "MM",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "X1",
"departureTerminal": "UU",
"departureTime": "2026-08-13T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2000
},
"equipment": "853",
"estimatedArrivalTime": "1948-06-26T08:07:07.0Z",
"estimatedDepartureTime": "1956-12-06T16:24:29.0Z",
"flightDuration": 368,
"flightNumber": "94",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-03-16T00:00:00.0Z",
"departureTime": "2027-01-11T00:00:00.0Z",
"duration": 53,
"elapsedTime": 243
},
{
"airport": "[ob",
"arrivalTime": "2027-06-16T00:00:00.0Z",
"departureTime": "2027-01-06T00:00:00.0Z",
"duration": 100,
"elapsedTime": 191
}
],
"iatci": true,
"id": "ead0201e-25bb-4ed0-bf78-2fd235acf0b2",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "2",
"span": "INTERNATIONAL",
"status": "CANCELLED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 187
},
"formattedBoardingPass": {
"document": {
"contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"name": "ideal_nor_knitting.[object Object]",
"value": "oadWtFS1hjEBzmJLB9eE9VjR7MsrHAWVmP8io39nwRYzGcAFSzAM79TCEdyRMjwX"
},
"image": {
"contentType": "text/plain",
"name": "incidentally_messy_alert.[object Object]",
"value": "DKN1sLxB9FgzUyQ35XlhaYVKN9B1R56Tj79Qb0MMFhGP5YWY9u0N1g771Ef8gkVD"
},
"pectab": {
"data": {
"contentType": "application/epub+zip",
"name": "opposite_reach.[object Object]",
"value": "NWp2RAADNa0psgfoJqFU77wBumczHoNwLh9f6166uhfFeK2x1jp565L3U6zr5AmJ"
},
"layout": {
"contentType": "application/vnd.ms-powerpoint",
"name": "boohoo.[object Object]",
"value": "oNr3LAr5twIW3tCYnKWed8Y0lPRbcOBevNu5fdglKUUYPmajaqOi5YLCBNALLCfZ"
},
"template": {
"contentType": "application/vnd.mozilla.xul+xml",
"name": "bookend_gape_lecture.[object Object]",
"value": "NmATSZ0lU1YWwqQaYDmQ5dYqp8Y3I7WQSQ0k6uF4OFLPJ51zCzrUGbAM6iEAYoeJ"
},
"templates": [
{
"contentType": "text/css",
"name": "tangible.[object Object]",
"value": "GEWxofwiu2qk6b5fecguPLEC3fNUkmCZV3pt846Qx5hzHMlNIaJijnBq5ILrAbCw"
},
{
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"name": "provided.[object Object]",
"value": "QCl0fxUVSUwDDgVjhhBwxTanQWx8VrqwnKSN01OlSCOcCqa0Cg8156fYNpLgfRIQ"
},
{
"contentType": "audio/opus",
"name": "now.[object Object]",
"value": "chhbTfCZMBou8K83FTrQ1b5AjHU3sLfMHfTDj2cUNspfh9boZko8DW5raVVCy1XW"
},
{
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"name": "browse_aside_lest.[object Object]",
"value": "ezy3IkULosTuSVqPxdpIXFTJkzOMQofLKtJQFQyxjPIj08edsW7bBpLbMaMyBWW5"
},
{
"contentType": "application/octet-stream",
"name": "splosh_of_ha.[object Object]",
"value": "7rU1Rt17IZBFyMVEViMDhRhyztnNhDuMOk8WsVg6BDZRhUVQLdXarNOdGRgak0Ta"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": false,
"skyPriority": true,
"zone": "0"
},
"zpl": {
"contentType": "audio/ogg",
"name": "awkwardly.[object Object]",
"value": "dZl2pZjaVNA5LOn97UjzAozc5JHlordxsef401W8gISU2pJd0cvHuRXSM6QGb56P"
}
},
"group": "FfxbQa",
"loyaltyAccount": {
"id": "b8032a38-92d8-4435-8afb-c2c3446d4b3b",
"latestAwardDate": "2025-07-22",
"loyaltyTierLevel": {
"atpco": "68",
"customerInsight": "83",
"name": "platinum",
"number": 5,
"priority": 4,
"tag": "Zwd"
},
"memberAirline": "[ob",
"memberId": "0571507375",
"membershipStartDate": "2026-06-27",
"mileage": {
"unit": "MILES",
"value": 3089
},
"pnrId": "4",
"points": 85353,
"source": "PNR"
},
"personName": {
"first": "Wendy",
"last": "Blanda",
"middle": "Shawn",
"prefix": "Dr.",
"raw": "Lynne Schulist",
"suffix": "I"
},
"priorityVerificationCard": false,
"recordLocator": "EYUFTD",
"seat": {
"column": "P",
"row": "52",
"value": "18C"
},
"source": "OTHER",
"standbyPriority": "T7",
"supplementaryData": {
"dhsStatus": 1,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "78984928595073",
"loungeAccess": false,
"selectee": true,
"skyPriority": true,
"spanishLargeFamily": true,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "AE"
},
"ticketCouponNumber": "59",
"ticketNumber": {
"airlineAccountingCode": "057",
"checkDigit": "1",
"number": "19357413556194",
"serialNumber": "5663564744"
},
"upgradePriority": "iQql1",
"zone": "5"
},
"checkedIn": false,
"checkInNumber": 240,
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "XgqrI0hYIJ3epgHESKOx",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "642"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "259"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "322"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "101"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "449"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "ADZcqYOdEgJQ1oJJd6WS",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "547"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "798"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "331"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "030"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "khBzZtelod1UAXy9f84E",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "784"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "819"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "649"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "148"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "tnG96kTTy1RLE8szsVpV",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "782"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "648"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "238"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "761"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "NUKpF6SNdiHrUnAm7keD",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "679"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "326"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "170"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "897"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "W0XQ9FpKB1ni3NHlQ3je",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "581"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "591"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "618"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "393"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "QUDrZxoWV1AxwHKPrZQ7",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "125"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "659"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "KLkzJnNE4cxxziFPYAWT",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "892"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "821"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "520"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "294"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "BDpSv4LRq22CxBgyqA1V",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "699"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "VvxwNe9whAymQvaCceMT",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "049"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "419"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "773"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "431"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "023"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "6IwNNDrItDI4ZURukYHY",
"message": "It is too early for check-in.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "478"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "596"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "949"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "937"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "701"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "ziaTNf8oFJ0F88wa1GMZ",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "972"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "713"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "369"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "JUHA0U5Xx1lIJVVvy2GK",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "078"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "023"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "738"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "590"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "wzw3u7X4ILrg0Fvs5i1j",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "593"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "616"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "361"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "G88PnQgqk1ik9moaey4d",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "434"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "219"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "448"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "576"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"flightRefs": [
"id01",
"id02"
],
"id": "f249c168-b014-40d8-b2c5-91701a04db7e",
"loungeCard": {
"formattedLoungeCard": {
"image": {
"contentType": "image/avif",
"name": "although_where.[object Object]",
"value": "cMGoTgjkyEkihcPCrlEmrvMuJb0V4BfenPYrcxD1q4wyDjjRubWEigLkH5cGJe2N"
},
"pectab": {
"data": {
"contentType": "application/x-httpd-php",
"name": "colorfully_wrongly.[object Object]",
"value": "DcOegkciWxVPa23SOsh003LXtFmoPXHenFefmpWRLslzdD7hjDWCri1dCalYg7IB"
},
"layout": {
"contentType": "video/3gpp2",
"name": "strictly.[object Object]",
"value": "XDtPKzOh3R6tKDCIKMzsMGQu6hQB0mOFVyXdW02oBWDqECy7KzrAPbRxlSLSTY4p"
},
"template": {
"contentType": "application/x-freearc",
"name": "unexpectedly_premise.[object Object]",
"value": "ZbJKg9ViD539EhA0arEthR605SlWfNnny59kyT1mWageTnls1C4WFOlDUOniKzA4"
},
"templates": [
{
"contentType": "image/bmp",
"name": "conservation.[object Object]",
"value": "k4kDtArfhTNteA6aJfwB4fySW93vrVP1flAtDHDPRLThHYZHIPqF1456YqAVzsjg"
}
]
}
}
},
"preReservedSeat": {
"airExtraRef": "9dde9320-4dfe-46c4-b10e-3f0923e28bee",
"offerId": "49799983-2c56-43bf-895b-29383cb4050d",
"offerItemId": "2f5b9efa-8376-48bd-ad56-8a7ac5376faf",
"type": "WINDOW",
"value": "eI"
},
"priorityCode": "RMq",
"seat": {
"airExtraRef": "bdabd18f-3682-4113-971c-2e62af4ba991",
"offerId": "807403d7-0086-4b73-94a9-155b2b49eca3",
"offerItemId": "cb6bf129-3ffa-40b3-9771-10b3662f7643",
"type": "WINDOW",
"value": "jg"
},
"status": "OFFLOADED",
"upgradeCode": "XT7"
}
],
"passengerOffer": {
"offerId": "2d4211af-b372-4132-983f-e9c836db",
"offerItems": [
{
"annotations": [
{
"key": "scKHCz",
"value": "QDmFnhicoe"
},
{
"key": "AQDxzi",
"value": "LpWTKTQNIH"
},
{
"key": "OIeYMg",
"value": "LDemtYvaej"
}
],
"availableQuantity": 31,
"bannerName": "Refined",
"characteristics": [
"CH 1A W"
],
"offerItemId": "ef79a9ee-f290-416f-b7db-b3e5c502",
"offerName": "Elegant Metal Ball",
"price": {
"currency": "ZAR",
"value": 380.62
},
"priority": 8
},
{
"annotations": [
{
"key": "jtgWjz",
"value": "obtWavwWMc"
},
{
"key": "ZZSXuo",
"value": "jdPFjpLoPX"
},
{
"key": "wlTSKm",
"value": "rPmaWChYtG"
},
{
"key": "VBShyE",
"value": "gLhSZNCdKQ"
},
{
"key": "bEtsYq",
"value": "uVLlUbQxeF"
}
],
"availableQuantity": 2,
"bannerName": "Handcrafted",
"characteristics": [
"CH 1A W"
],
"offerItemId": "ea653f71-56fe-4536-86f6-9907d66d",
"offerName": "Tasty Steel Mouse",
"price": {
"currency": "CVE",
"value": 293.72
},
"priority": 8
},
{
"annotations": [
{
"key": "uEFgmC",
"value": "XFLtGybQVV"
}
],
"availableQuantity": 9,
"bannerName": "Oriental",
"characteristics": [
"CH 1A W"
],
"offerItemId": "28837d42-d791-4cf0-a07a-677dc385",
"offerName": "Tasty Granite Computer",
"price": {
"currency": "KPW",
"value": 389.29
},
"priority": 4
}
]
},
"passengerType": "ADT",
"segmentRef": "99a37f29-ca94-4b7f-aff6-32f44a6be5f7",
"upgradeAvailability": [
{
"bookingClassAvailabilityRef": "3a6fa37b-b59a-47a0-9890-f74c386d7fbf",
"cabin": "b",
"description": "First",
"id": "39bddf4f-4b3f-4b8a-8542-942f124f2d99",
"pricedAncillaryRef": "64751ac0-63c1-4918-8776-dcfbb65319fa"
}
]
},
{
"additionalTravelInformation": {
"residencyDocumentType": {
"id": "05ef5494-4c66-43bd-bdfa-994476212818",
"residencyCountry": "AT",
"value": "REENTRY_PERMIT"
},
"returnDate": {
"id": "108bc52f-448a-4142-932f-f54df4298f6e",
"value": "2026-11-29"
},
"stayType": {
"id": "0f030752-5c2d-4840-ad96-521bcdcc2cdc",
"value": "BUSINESS"
},
"timaticDocumentType": {
"id": "4c4248cb-9bfc-4adc-9225-ec85a0bd3a75",
"value": "CN_TRAVEL_PERMIT_TO_HK_AND_MO_ONE_WAY_PERMIT"
},
"visaVerified": {
"id": "f660b151-ba55-4261-96a6-fe48a5400d0f",
"value": true
}
},
"airExtra": [
{
"airExtraBundleRef": "a594a17b-4d98-4720-85c7-edb233f4559e",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": false,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 9
},
"exchangeable": false,
"feeApplicationMethod": {
"code": "4",
"value": "ONE_WAY"
},
"formOfRefund": {
"code": "3",
"value": "ORIGINAL"
},
"freeAllowanceEligibility": {
"quantity": 4
},
"freeOfChargeRules": [
"EMD_REQUIRED",
"EMD_REQUIRED"
],
"interlineable": true,
"inventoryControlled": true,
"paperTicketRequired": false,
"purchaseAtTicketIssue": false,
"purchaseBy": "2026-09-18",
"refundable": false,
"tourCode": "770yjw"
},
"bagType": "PET",
"bookingMethod": {
"code": "5^",
"value": "ANY_ALLOWED"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "UPTO50LB 23KG",
"displayOnly": false,
"electronicMiscDocType": {
"code": "2",
"consumedAtIssuance": false,
"value": "FLIGHT_COUPON_ASSOCIATED"
},
"group": "WIF",
"id": "UREOkh",
"reasonForIssuance": {
"code": "B",
"value": "FINANCIAL_IMPACT"
},
"sequenceNumber": 30,
"serviceType": {
"code": "5g",
"value": "PREPAID"
},
"specialService": {
"code": "UMNR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 57,
"min": 2,
"name": "AGE",
"optional": true,
"type": "ENUM",
"unit": "LB"
},
{
"allowedValue": [
"DOG"
],
"max": 88,
"min": 3,
"name": "WEIGHT",
"optional": false,
"type": "INT",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 18,
"min": 4,
"name": "SIZE",
"optional": false,
"type": "ENUM",
"unit": "LB"
},
{
"allowedValue": [
"DOG"
],
"max": 55,
"min": 1,
"name": "WEIGHT",
"optional": false,
"type": "DECIMAL",
"unit": "KG"
},
{
"allowedValue": [
"DOG"
],
"max": 93,
"min": 3,
"name": "WEIGHT",
"optional": true,
"type": "INT",
"unit": "IN"
}
]
},
"type": "NOTALLOWED"
},
"ssimCode": "1zY",
"subCode": "179",
"vendor": "AMAD",
"weight": [
{
"unit": "KILOGRAM",
"value": 7.2
}
]
},
"bookingIndicator": "76",
"disassociated": true,
"emdNumber": {
"number": "99531388984770"
},
"emdPaperIndicator": "E",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "36",
"segmentRef": "5f35f8b4-4453-43d2-aea3-9d9f08b09ca5"
},
{
"emdCouponNumber": "53",
"segmentRef": "18274a9a-837e-4e03-8ccf-a87255838c15"
},
{
"emdCouponNumber": "96",
"segmentRef": "ab023cb6-170b-49a3-80d9-6f97f6b7d2cc"
}
]
},
"feeApplicationIndicator": "15",
"id": "a9602df0-6b98-4727-ade1-85ed71a7e7a1",
"miscFee": {
"dealName": "WINTER SALE",
"group": "BG",
"id": "5e286e71-04bd-46ed-b94a-63ba4e142e86",
"offerName": "OFFER A",
"reasonForIssuance": "R",
"subCode": "072"
},
"offerId": {
"id": "a9bdda3f-9074-4193-b136-8804a3b14e01",
"itemId": "afa814c4-1255-4c83-983a-af1fd1a56016"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "OK",
"value": "WAIVED"
},
"pnrId": "RBUCNS",
"quantity": 4,
"specialServiceDescription": {
"code": "NtKm",
"properties": {
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "678"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "251"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "755"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "440"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "689"
}
]
},
"text": "NOyDrVdnDCrqdsq"
},
"syntheticIdentifier": "44220191283606296276",
"taxExemption": false,
"ticketUsedForEmdPricing": "Y",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 47.7
}
},
{
"airExtraBundleRef": "84342bff-f5b1-4cdb-8000-8031a348112c",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": true,
"convertible": false,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 3
},
"exchangeable": false,
"feeApplicationMethod": {
"code": "3",
"value": "TICKET"
},
"formOfRefund": {
"code": "2",
"value": "ORIGINAL"
},
"freeAllowanceEligibility": {
"quantity": 0
},
"freeOfChargeRules": [
"EMD_REQUIRED",
"EMD_REQUIRED",
"BOOKING_REQUIRED",
"EMD_REQUIRED",
"EMD_REQUIRED"
],
"interlineable": true,
"inventoryControlled": true,
"paperTicketRequired": false,
"purchaseAtTicketIssue": false,
"purchaseBy": "2027-01-07",
"refundable": true,
"tourCode": "QNyy5Q"
},
"bagType": "BIKE",
"bookingMethod": {
"code": "3 ",
"value": "NO_BOOKING_REQUIRED"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "LOUNGE ACCESS",
"displayOnly": false,
"electronicMiscDocType": {
"code": "3",
"consumedAtIssuance": true,
"value": "ETICKET"
},
"group": "SEA",
"id": "_LpRM9",
"reasonForIssuance": {
"code": "B",
"value": "UNKNOWN"
},
"sequenceNumber": 94,
"serviceType": {
"code": "vJ",
"value": "PREREGISTERED_BAGGAGE"
},
"specialService": {
"code": "WCHR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 100,
"min": 4,
"name": "SIZE",
"optional": false,
"type": "ENUM",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 73,
"min": 3,
"name": "WEIGHT",
"optional": false,
"type": "INT",
"unit": "IN"
},
{
"allowedValue": [
"DOG"
],
"max": 98,
"min": 1,
"name": "AGE",
"optional": false,
"type": "DECIMAL",
"unit": "LB"
},
{
"allowedValue": [
"DOG"
],
"max": 15,
"min": 3,
"name": "SIZE",
"optional": true,
"type": "INT",
"unit": "KG"
},
{
"allowedValue": [
"DOG"
],
"max": 77,
"min": 2,
"name": "WEIGHT",
"optional": false,
"type": "ENUM",
"unit": "CM"
}
]
},
"type": "STRUCTURED"
},
"ssimCode": "3W2",
"subCode": "039",
"vendor": "MMGR",
"weight": [
{
"unit": "KILOGRAM",
"value": 4
}
]
},
"bookingIndicator": "19",
"disassociated": true,
"emdNumber": {
"number": "74471512728007"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "51",
"segmentRef": "03cf7050-1b40-4c35-8330-dc55b63bc02a"
},
{
"emdCouponNumber": "79",
"segmentRef": "64d89dee-b57d-4fdd-af42-c6514baa3d3c"
},
{
"emdCouponNumber": "23",
"segmentRef": "b67ad3a4-fa2d-4c62-b007-e58e943b3b4e"
},
{
"emdCouponNumber": "21",
"segmentRef": "20f24158-c761-4ea9-81a4-5b0e135643e3"
},
{
"emdCouponNumber": "15",
"segmentRef": "500d1e30-d93e-4ead-8c1a-3fd2e88e1489"
}
]
},
"feeApplicationIndicator": "25",
"id": "f54b469f-cfa1-4d07-912a-a9289b3c6f9e",
"miscFee": {
"dealName": "SPRING DEAL",
"group": "SEA",
"id": "da5c0572-9019-4ea1-8359-40a8227a5ca6",
"offerName": "MAY WEEKEND DISCOUNT",
"reasonForIssuance": "R",
"subCode": "774"
},
"offerId": {
"id": "b5d7ebd5-a663-4458-846a-1c000353614c",
"itemId": "1facd229-5d37-4652-b5d6-318b2821adc2"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "HD",
"value": "WAIVED"
},
"pnrId": "TEQDBW",
"quantity": 3,
"specialServiceDescription": {
"code": "nyDO",
"properties": {
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "498"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "230"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "606"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "354"
}
]
},
"text": "UMaNIsgpCYRMmRS"
},
"syntheticIdentifier": "12869280682848258338",
"taxExemption": true,
"ticketUsedForEmdPricing": "Y",
"type": "MISC_FEE",
"weight": {
"unit": "KILOGRAM",
"value": 33.4
}
},
{
"airExtraBundleRef": "81aefeec-df92-4fc8-b277-0d134c6f94d6",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": false,
"customRules": {
"applyHighestTierLevel": false,
"convertible": false,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 6
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "4",
"value": "TICKET"
},
"formOfRefund": {
"code": "3",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 5
},
"freeOfChargeRules": [
"BOOKING_REQUIRED",
"BOOKING_REQUIRED",
"EMD_REQUIRED"
],
"interlineable": true,
"inventoryControlled": false,
"paperTicketRequired": true,
"purchaseAtTicketIssue": false,
"purchaseBy": "2026-08-22",
"refundable": false,
"tourCode": "4Lq0It"
},
"bagType": "GOLF",
"bookingMethod": {
"code": "7/",
"value": "PER_SERVICE_RECORD"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "UPTO50LB 23KG",
"displayOnly": true,
"electronicMiscDocType": {
"code": "3",
"consumedAtIssuance": false,
"value": "STANDALONE_TICKET_ASSOCIATED"
},
"group": "MEA",
"id": "R4WR6B",
"reasonForIssuance": {
"code": "G",
"value": "OTHER"
},
"sequenceNumber": 87,
"serviceType": {
"code": "tN",
"value": "FLIGHT_RELATED"
},
"specialService": {
"code": "UMNR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 78,
"min": 2,
"name": "SIZE",
"optional": false,
"type": "DECIMAL",
"unit": "IN"
},
{
"allowedValue": [
"DOG"
],
"max": 76,
"min": 4,
"name": "WEIGHT",
"optional": true,
"type": "ENUM",
"unit": "KG"
}
]
},
"type": "NOTALLOWED"
},
"ssimCode": "AwB",
"subCode": "235",
"vendor": "AMAD",
"weight": [
{
"unit": "KILOGRAM",
"value": 15.2
},
{
"unit": "KILOGRAM",
"value": 16.5
}
]
},
"bookingIndicator": "76",
"disassociated": false,
"emdNumber": {
"number": "45010192551577"
},
"emdPaperIndicator": "E",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "21",
"segmentRef": "bc3eb43d-2d21-4b13-9d16-f0367f0c0458"
},
{
"emdCouponNumber": "07",
"segmentRef": "4540b1d7-4948-42a2-9ced-1bbd558c9e21"
},
{
"emdCouponNumber": "43",
"segmentRef": "847d457e-0b77-49e4-a118-563e1382c405"
}
]
},
"feeApplicationIndicator": "60",
"id": "ca3f0fb3-83cb-442e-a196-d477d14419e3",
"miscFee": {
"dealName": "SPRING DEAL",
"group": "SEA",
"id": "19a66707-7179-4959-a14e-407b8c577901",
"offerName": "MAY WEEKEND DISCOUNT",
"reasonForIssuance": "A",
"subCode": "168"
},
"offerId": {
"id": "4a75d08a-295c-44fc-a1cc-f73458495ed2",
"itemId": "c11aaead-cb2f-49e7-a9fe-a00fe497fc78"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "PD",
"value": "REJECTED"
},
"pnrId": "ZDZYTK",
"quantity": 1,
"specialServiceDescription": {
"code": "sWVz",
"properties": {
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "147"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "717"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "618"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "985"
}
]
},
"text": "txnhBdXdGViuOds"
},
"syntheticIdentifier": "29073559662795160671",
"taxExemption": false,
"ticketUsedForEmdPricing": "Y",
"type": "MISC_FEE",
"weight": {
"unit": "KILOGRAM",
"value": 36.6
}
}
],
"baggagePoolId": 354,
"editCodes": {
"editCode": [
{
"code": "eo",
"id": "7159cdac-fdf0-417b-a8a9-d94cb6174338",
"text": [
{
"id": "c7c3b377-0bb8-4308-97b0-3ef6b445dfef",
"lineId": "33",
"value": "nRWDagGQURNvGmh"
}
]
},
{
"code": "Md",
"id": "f2be736b-78f7-4410-bb2a-ac6e73b1cdf8",
"text": [
{
"id": "70c4d68a-6229-4cf4-a6c4-bf62c0b04fda",
"lineId": "99",
"value": "CDVQawwRKDlZFYp"
},
{
"id": "edad6483-6da4-4097-82cc-f5fc84d37c18",
"lineId": "55",
"value": "kPZVwXcpJQxxjjT"
},
{
"id": "f28bfb77-a336-4664-9a0e-f10179d8a27b",
"lineId": "29",
"value": "mkKCjtkqYBnUHjR"
}
]
},
{
"code": "iZ",
"id": "2a14d543-f145-4c09-9366-c0543b40ed19",
"text": [
{
"id": "ca7a3318-36f9-4fa0-837a-35f182cc0296",
"lineId": "56",
"value": "KIaxnfpfuPFdlMI"
},
{
"id": "c6277968-4cd8-400e-8dfb-1a32815be582",
"lineId": "72",
"value": "zTXtNZEmnZNoyGu"
},
{
"id": "6145662d-ee54-4cb6-9e26-0243da7e4666",
"lineId": "74",
"value": "BHqeQRYEhJzGXiZ"
}
]
},
{
"code": "SF",
"id": "460737a6-d8bc-4a9f-9972-9cb4e144e71c",
"text": [
{
"id": "4bcc897c-0ad3-48d4-93e0-450ed4fb635c",
"lineId": "29",
"value": "NAQyIUPwqhayAIm"
},
{
"id": "fc6a2681-d177-4a56-949c-02591824d430",
"lineId": "36",
"value": "CTevDFngEfSXbEe"
},
{
"id": "2db5a34a-6d2b-4176-9d42-04786643dd14",
"lineId": "71",
"value": "nCRFuvSWnQFbMkZ"
}
]
},
{
"code": "RO",
"id": "ebb98225-d896-4ca6-bc92-46c95ac89178",
"text": [
{
"id": "6438d6a8-7da5-4409-b0ff-7cc49b4af70f",
"lineId": "37",
"value": "jmEsBEDyoAgZhrU"
},
{
"id": "9108ef1c-9925-4811-b2c1-0a016d017539",
"lineId": "60",
"value": "ysWyfwQYakzoItX"
},
{
"id": "a8b33561-640a-44d2-bb62-cfc0c100a5b0",
"lineId": "42",
"value": "QfMSRKmmzBTjXlS"
},
{
"id": "2986938c-e774-4bae-b380-26af28d399ed",
"lineId": "64",
"value": "IEjjxXgCXgxXVMY"
}
]
}
]
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "ZPfJCOKItORV9bkwQnPK",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "489"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "636"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "910"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "998"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "gNADdo8Eb851gmmZIk0l",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "354"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "PUcTFt1w5bNm5RzEdaxK",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "009"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "593"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "Illl9jguZWEAB14zsV7X",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "880"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "ay6cXNeb6ixequDosqNP",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "091"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "845"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "216"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "155"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "595"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "mQCFrCJCsjL0Hydxbf0H",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "402"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "397"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "280"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "743"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "775"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "9sA4pyhvppGWoDBsJYe9",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "889"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "769"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "395"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "znYEFnqWffPTko6pWnVe",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "760"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "026"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "tlDIHrC8FaQssMOBpq8N",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "887"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "587"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "167"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "014"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "706"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"id": "5ea2a4d1-7b70-4391-b445-344c9e536fa1",
"loyaltyAccount": {
"id": "efe07f36-105a-4bb6-a83a-8296da86380b",
"latestAwardDate": "2025-09-02",
"loyaltyTierLevel": {
"atpco": "76",
"customerInsight": "02",
"name": "gold",
"number": 5,
"priority": 6,
"tag": "vXK"
},
"memberAirline": "[ob",
"memberId": "7760027448",
"membershipStartDate": "2026-03-19",
"mileage": {
"unit": "MILES",
"value": 3052
},
"pnrId": "9",
"points": 72321,
"source": "SSCI"
},
"nonRevenuePassengerInfo": {
"priorityCode": "nFl",
"seniorityDate": "2024-01-11T00:00:00.0Z",
"upgradeCode": "Ew1"
},
"passengerCheckInId": "FioaNYd5",
"passengerFlight": [
{
"boardingPass": {
"agent": {
"city": "KKJ",
"country": "GH",
"sign": "bgJ"
},
"baggage": {
"carryOnWeight": {
"unit": "KG",
"value": 14.6
},
"checkedInBaggage": {
"bagTagNumber": [
"11223344",
"12345678",
"87654321"
],
"quantity": 1,
"totalWeight": {
"unit": "KG",
"value": 15.6
}
}
},
"barCode": "Ih3nSlaERtiBoPWSbAwZAK55zZYqGFsuv2vjGYnI",
"checkInSequenceNumber": "904",
"deck": {
"code": "UPPER",
"value": "UPPER"
},
"displayData": {
"accommodation": "RESIDENCE SUITE",
"agentCityName": "East Florenceport",
"arrivalAirportName": "South Anahiberg",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "9573",
"cabinClassCode": "d",
"cabinText": "BUSINESS",
"carryOnText": "CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "East Elroy",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "2068",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "9068",
"estimatedDepartureDate": "2026-08-10T00:00:00.0Z",
"estimatedDepartureTime": "9772",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "SILVER",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "r6Y4",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "3031",
"scheduledDepartureDate": "2026-12-06T00:00:00.0Z",
"scheduledDepartureTime": "5732",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "narrowbody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 1580.04,
"atpcoRule": "8ykJ",
"atpcoTariff": 47,
"bookingClass": "i",
"brand": "hC",
"cabinClass": "FIRST",
"cabinClassCode": "D",
"discountCategory": "24",
"fareBasisCode": "2RiDmX",
"governingAirline": "[ob",
"id": "bf70495d-ceb1-40c8-9650-34119e91dd49",
"operatingBookingClass": "c",
"privateTariff": true,
"type": "NRF",
"vendor": {
"code": "ATP",
"value": "SITA"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "SI",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "WJ",
"arrivalTime": "2027-03-31T00:00:00.0Z",
"boardingTime": "1919-03-07T08:27:04.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "BA",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "Bw",
"departureTerminal": "cs",
"departureTime": "2026-12-14T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3048
},
"equipment": "072",
"estimatedArrivalTime": "1915-01-26T17:29:59.0Z",
"estimatedDepartureTime": "1956-05-28T09:44:51.0Z",
"flightDuration": 91,
"flightNumber": "4",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-07-30T00:00:00.0Z",
"departureTime": "2026-11-25T00:00:00.0Z",
"duration": 124,
"elapsedTime": 152
},
{
"airport": "[ob",
"arrivalTime": "2027-06-05T00:00:00.0Z",
"departureTime": "2026-10-24T00:00:00.0Z",
"duration": 31,
"elapsedTime": 91
},
{
"airport": "[ob",
"arrivalTime": "2026-08-25T00:00:00.0Z",
"departureTime": "2027-04-21T00:00:00.0Z",
"duration": 38,
"elapsedTime": 104
}
],
"iatci": false,
"id": "8ca12965-0831-4382-949f-01999a074100",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "675",
"span": "INTERNATIONAL",
"status": "CANCELLED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 789
},
"formattedBoardingPass": {
"document": {
"contentType": "video/mp2t",
"name": "wholly.[object Object]",
"value": "AQkNVvNqxNvbtItjoivLQlaWDVOc1TjRL0a2V6zYe8UtaLim3MnZ1eCazTj1b71q"
},
"image": {
"contentType": "image/vnd.microsoft.icon",
"name": "baa_intelligent.[object Object]",
"value": "GD3SC797eoV8qEqHfvaNrsdIjVUkj6kd2vBRArrZUcyl0WjBhJiMLwkErvja3ScO"
},
"pectab": {
"data": {
"contentType": "application/x-freearc",
"name": "huzzah_far_annex.[object Object]",
"value": "Y5End0wrwJE2POEBxqgEuuPQzlioMxLR5iuErSxKhrMfadgUiLU3TRkGum603Q1c"
},
"layout": {
"contentType": "application/vnd.rar",
"name": "warped_sup.[object Object]",
"value": "4QNNHbFtMZeBycatloMBBfNzCvgT98LjfMUTb29FVwIKmY3RSTqp2xXNPNqMXyPj"
},
"template": {
"contentType": "text/css",
"name": "mmm_since.[object Object]",
"value": "SOXz2kiXuuUc41O6ot0ht4lnwsuYitBGmfe16UIDXxEk75D2fOSNCSBkYiYaoPrE"
},
"templates": [
{
"contentType": "application/x-freearc",
"name": "innocent.[object Object]",
"value": "3ExNMwJqx6WaODm8C3NNtrURQuG760pCskAQfN1HvfZ3an4NsMYzo6UrvbcmhvVp"
},
{
"contentType": "image/png",
"name": "hence_worldly.[object Object]",
"value": "W8uernLUzBNDA0RTurN2UQQKAWSkrYIMEHT7hAJAu6ngqUJPGEj0f1GZ3c8tmO3k"
},
{
"contentType": "video/3gpp",
"name": "provided_zowie.[object Object]",
"value": "XUihowxnu0UaaQCizQNFF0WBweEAXVSLhrl6reo0uAGFpeqeFeDSJcwz7RJg2Rjx"
},
{
"contentType": "image/vnd.microsoft.icon",
"name": "joyously.[object Object]",
"value": "7WptuuBTbR8rI7eLUyR3R6yxICMS8ALRZ3VWbvmIjtxLCbTp2MjIvSoi51qwkmnA"
}
]
},
"supplementaryData": {
"accommodation": "FIRST CLASS",
"selectee": true,
"skyPriority": false,
"zone": "3"
},
"zpl": {
"contentType": "application/xhtml+xml",
"name": "wasabi_duh_irresponsible.[object Object]",
"value": "UUyjEEaoQYBAH3aV75dQFMY2OAuiGScdyEGDEo0Lt2x70tdtvbLxlKcTPYYacvHV"
}
},
"group": "Qh8nIT",
"loyaltyAccount": {
"id": "3e3d9cac-b91f-4671-ac7a-f76062754f2f",
"latestAwardDate": "2026-04-21",
"loyaltyTierLevel": {
"atpco": "05",
"customerInsight": "56",
"name": "gold",
"number": 5,
"priority": 1,
"tag": "dRO"
},
"memberAirline": "[ob",
"memberId": "3050689067",
"membershipStartDate": "2024-05-15",
"mileage": {
"unit": "MILES",
"value": 265
},
"pnrId": "8",
"points": 75144,
"source": "PNR"
},
"personName": {
"first": "Sid",
"last": "Hayes",
"middle": "Ryan",
"prefix": "Mr.",
"raw": "Miss Antoinette Leffler",
"suffix": "II"
},
"priorityVerificationCard": true,
"recordLocator": "DJCBZX",
"seat": {
"column": "c",
"row": "68",
"value": "17D"
},
"source": "HOST",
"standbyPriority": "pi",
"supplementaryData": {
"dhsStatus": 2,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "06799439667573",
"loungeAccess": true,
"selectee": false,
"skyPriority": true,
"spanishLargeFamily": false,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "NR"
},
"ticketCouponNumber": "64",
"ticketNumber": {
"airlineAccountingCode": "623",
"checkDigit": "0",
"number": "61073563701469",
"serialNumber": "4338867969"
},
"upgradePriority": "5KnqW",
"zone": "8"
},
"checkedIn": true,
"checkInNumber": 601,
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "INVALID_FLIGHT",
"details": "iGuvry7X3SPrAeETKcHI",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "799"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "391"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "112"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "ssTUvtXfYXqYAZB5nERD",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "881"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "169"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"flightRefs": [
"id01",
"id02"
],
"id": "0113fabc-7d85-48d6-aa46-b8901c68f5e4",
"loungeCard": {
"formattedLoungeCard": {
"image": {
"contentType": "image/gif",
"name": "vice.[object Object]",
"value": "3pz0SgfPfnr4MgpT3OV9cf99ToTgiHQjNE8ZN4aXBu3w0F6O2WajIfsdGF6W1GD4"
},
"pectab": {
"data": {
"contentType": "application/vnd.oasis.opendocument.spreadsheet",
"name": "however_for_ugh.[object Object]",
"value": "svZ7KMHG5ul8KY89s7YroL0xTwYE4cCcA9mkBPxVTfUycguqujAB7jyXkarojkzw"
},
"layout": {
"contentType": "font/woff2",
"name": "crossly_duh.[object Object]",
"value": "Et2CBVMUFiF4oerVIyy5MHto77HEcfSqybQA7eTIB4zM6ZNONoL1mixuxFoxkhMh"
},
"template": {
"contentType": "application/ogg",
"name": "reschedule.[object Object]",
"value": "29ASqQrolq1syRYuwaflVuvFStn2ftdKPnMS8hefQNT9ziBhSTUZgLqfFy2wsyZk"
},
"templates": [
{
"contentType": "font/otf",
"name": "best_unless.[object Object]",
"value": "u9THvoNbRQv9WSqiiJjkjm1yblkhzk8yNSMivCq3wjWWtePmltooQ0StrP5i9I29"
}
]
}
}
},
"preReservedSeat": {
"airExtraRef": "91016d55-f3cb-48a9-a9a6-84a5490ff32a",
"offerId": "e462f85d-3876-42f3-be2b-7ab5b3f7b691",
"offerItemId": "5c8413d4-69e2-44ac-9c8f-6b925c4837f6",
"type": "AISLE",
"value": "gG"
},
"priorityCode": "TRR",
"seat": {
"airExtraRef": "6c59520b-e823-461d-b5ff-84014243c7e7",
"offerId": "2f71fa19-38f0-4598-a762-90738ed86c20",
"offerItemId": "d58875aa-6399-4f6a-bb87-1c5004a26638",
"type": "WINDOW",
"value": "qY"
},
"status": "CHECKED_IN",
"upgradeCode": "Svl"
},
{
"boardingPass": {
"agent": {
"city": "lod",
"country": "MP",
"sign": "jfU"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 3.9
},
"checkedInBaggage": {
"bagTagNumber": [
"11223344",
"87654321"
],
"quantity": 2,
"totalWeight": {
"unit": "KG",
"value": 3.3
}
}
},
"barCode": "azwYivK6cG6qCd8rAVhGp1BGHw5b8FPsVqNuGX4Z",
"checkInSequenceNumber": "922",
"deck": {
"code": "UPPER",
"value": "MAIN"
},
"displayData": {
"accommodation": "RESIDENCE SUITE",
"agentCityName": "Yundtworth",
"arrivalAirportName": "Port Phoebecester",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "9695",
"cabinClassCode": "b",
"cabinText": "FIRST CLASS",
"carryOnText": "NO CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "St. Joseph",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "7666",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "2966",
"estimatedDepartureDate": "2026-10-16T00:00:00.0Z",
"estimatedDepartureTime": "2254",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "GOLD",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "FPsm",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "6176",
"scheduledDepartureDate": "2027-01-20T00:00:00.0Z",
"scheduledDepartureTime": "2948",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "widebody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 1304.22,
"atpcoRule": "x2Ue",
"atpcoTariff": 9,
"bookingClass": "S",
"brand": "cW",
"cabinClass": "PREMIUM_FIRST",
"cabinClassCode": "c",
"discountCategory": "33",
"fareBasisCode": "fTKHcE",
"governingAirline": "[ob",
"id": "4fae1419-899d-4899-b86e-7b58616a82be",
"operatingBookingClass": "M",
"privateTariff": false,
"type": "NLX",
"vendor": {
"code": "SMFC",
"value": "SITA"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "MT",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "DV",
"arrivalTime": "2026-08-20T00:00:00.0Z",
"boardingTime": "1892-09-22T18:07:50.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "MG",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "jy",
"departureTerminal": "nk",
"departureTime": "2026-11-29T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 991
},
"equipment": "953",
"estimatedArrivalTime": "1945-09-20T20:43:15.0Z",
"estimatedDepartureTime": "1934-09-27T20:22:29.0Z",
"flightDuration": 320,
"flightNumber": "84",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-09-01T00:00:00.0Z",
"departureTime": "2027-04-20T00:00:00.0Z",
"duration": 75,
"elapsedTime": 261
},
{
"airport": "[ob",
"arrivalTime": "2026-11-20T00:00:00.0Z",
"departureTime": "2027-05-26T00:00:00.0Z",
"duration": 125,
"elapsedTime": 233
},
{
"airport": "[ob",
"arrivalTime": "2027-04-24T00:00:00.0Z",
"departureTime": "2026-12-22T00:00:00.0Z",
"duration": 103,
"elapsedTime": 218
}
],
"iatci": true,
"id": "63c4f13d-036c-414d-8b4c-eb7db24bb1dc",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "3111",
"span": "INTERNATIONAL",
"status": "ON TIME",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 650
},
"formattedBoardingPass": {
"document": {
"contentType": "application/vnd.visio",
"name": "first_indeed.[object Object]",
"value": "hDt81j49uRgATVqHLlhKxpW5eYheX9Jo04gr3gJAE0F8VsKcrhEpAxqTGpGk96gl"
},
"image": {
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"name": "while_but.[object Object]",
"value": "WVjgy6pKVgn7twTjDOAZSzcvDgsqRYnFweXrUMzxzgCABGwBM6GFesKovjy0OuXe"
},
"pectab": {
"data": {
"contentType": "application/vnd.visio",
"name": "outrun.[object Object]",
"value": "LaaGVSu7X8RE75s9HUBTHGtCrT3RIMq1bxuqSIHJzLmzxlToMhRoaTKvBSvsGrlI"
},
"layout": {
"contentType": "video/webm",
"name": "so.[object Object]",
"value": "oUgDsZQ4uW5DxsamBmWsCtH5lUdMbsB8uUlSoKTGzIFadCPbAKk9pT2GdHnUezfM"
},
"template": {
"contentType": "font/ttf",
"name": "down.[object Object]",
"value": "mm0wt5U97gWEg8Zszg8cm9ScASLQUiMPjeixNE8FUjX3o0hhP8VHnzNCms8vtEyB"
},
"templates": [
{
"contentType": "application/x-7z-compressed",
"name": "brr_scented.[object Object]",
"value": "SlwHhixhRrui2Um23naCE7bsFAgzmos7WWgHfjeHYSzXsJpHRekOje7KoWxyqwoD"
},
{
"contentType": "image/svg+xml",
"name": "ouch.[object Object]",
"value": "SKBEhqlVqd3p7QR5cGZK2gD7H3PAhQCmXzPkZ2SV5IfkceC6wYrRrUzBCNw4XLwZ"
},
{
"contentType": "application/x-tar",
"name": "radiant_sweet_swordfish.[object Object]",
"value": "fcby9GWhFDL7VNFtMs0r5a8YWHo8z3Kla3lSq4LAG5dISxX3qrpfR72shhLt2pWQ"
},
{
"contentType": "application/epub+zip",
"name": "impressionable.[object Object]",
"value": "NfuBj2EvWXZsyLmazo4fcOKFFT6t9oGGl8Ppii6jJCAev9oj677esaU46WJlIT76"
},
{
"contentType": "application/rtf",
"name": "co_producer_those.[object Object]",
"value": "YU5fRxUCEwmqN3ZRJesYSrnfQtf1vgEsErymLozZVkMpieR606E0wFnwYaloRsl5"
}
]
},
"supplementaryData": {
"accommodation": "FIRST CLASS",
"selectee": true,
"skyPriority": false,
"zone": "0"
},
"zpl": {
"contentType": "audio/wav",
"name": "at_overreact.[object Object]",
"value": "0pRYQeAPE9rRYNFCFBRAVqQChkNALp0t77daoaGvrgcxlwtCtL60eOEuxLiuf184"
}
},
"group": "mPjgsK",
"loyaltyAccount": {
"id": "2feae725-bd8f-4670-8ab1-65c10b0e8929",
"latestAwardDate": "2026-04-07",
"loyaltyTierLevel": {
"atpco": "20",
"customerInsight": "66",
"name": "gold",
"number": 2,
"priority": 2,
"tag": "ccr"
},
"memberAirline": "[ob",
"memberId": "2481554744",
"membershipStartDate": "2024-10-19",
"mileage": {
"unit": "MILES",
"value": 844
},
"pnrId": "7",
"points": 10622,
"source": "PNR"
},
"personName": {
"first": "Alia",
"last": "Hettinger",
"middle": "Riley",
"prefix": "Mr.",
"raw": "Lucia Blick",
"suffix": "DVM"
},
"priorityVerificationCard": true,
"recordLocator": "WQERXU",
"seat": {
"column": "a",
"row": "93",
"value": "7F"
},
"source": "EXTERNAL",
"standbyPriority": "ZD",
"supplementaryData": {
"dhsStatus": 2,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "97530315854774",
"loungeAccess": false,
"selectee": true,
"skyPriority": true,
"spanishLargeFamily": true,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "ML"
},
"ticketCouponNumber": "83",
"ticketNumber": {
"airlineAccountingCode": "458",
"checkDigit": "7",
"number": "27920904746047",
"serialNumber": "2643638773"
},
"upgradePriority": "LyvoR",
"zone": "8"
},
"checkedIn": true,
"checkInNumber": 684,
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "jDe4zTrV0zWc3OdTUsbU",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "969"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "39a3Nsqtuk25yYqKOyMW",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "927"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "152"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "041"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "OXQd3eAustFQb5iiyA0B",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "397"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "381"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "pGMPrZm3YOvviE8jqJY4",
"message": "It is too early for check-in.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "112"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "013"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "964"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "9EoxrqF8CgN2klPggCZY",
"message": "It is too early for check-in.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "852"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "Bfq5OuLVJkenzlFFqqYj",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "079"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "229"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "192"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "500"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "175"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "4BfjT2FYYxxfwbJRs1cL",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "574"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "929"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "701"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "732"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "590"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "j2vkbQk4OAlgKYvAWVMY",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "779"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "081"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "641"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "461"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "qn2Y5i4oliSHgy8HmjDu",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "036"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "799"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "597"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "425"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "wS1SdPWBjBHM15N7VoVd",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "504"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "679"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "102"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"flightRefs": [
"id01",
"id02"
],
"id": "5519eb28-38af-46ce-a005-5415a35c25be",
"loungeCard": {
"formattedLoungeCard": {
"image": {
"contentType": "video/mp4",
"name": "fearless_rebound.[object Object]",
"value": "jXq4sWTKjH33v16dodMCVlBqLNfNw15ObGYLP5skKFO44QC7MSdbaOxZVqVwqbHU"
},
"pectab": {
"data": {
"contentType": "text/calendar",
"name": "major_upsell_famously.[object Object]",
"value": "rj6BbEVwAUDAdvG5zm3YjT5FIPcJPJJtXvr9DU8Bb6lZpSYWKsrdZM51UWtTx4dU"
},
"layout": {
"contentType": "application/rtf",
"name": "catch_wherever.[object Object]",
"value": "0BrjIVursto695yw9AhSPeTy41UEXjIYTUUZO1QpZtu3froQVE5Z6kOsd29D7jeT"
},
"template": {
"contentType": "application/vnd.ms-excel",
"name": "contractor.[object Object]",
"value": "6aEPom4nzNjhD4r7cFcIopnU67LZYEsUOWZZRb8a9nPLUxp2xsFc8ZJhhAY0pixe"
},
"templates": [
{
"contentType": "video/mp4",
"name": "over_coal.[object Object]",
"value": "QgsWCbQOX5Lb1yl0UpbJQv2MZiiBTgsXKQ6sD7CoYIpK0lODfvqhTUfQgimDf8df"
}
]
}
}
},
"preReservedSeat": {
"airExtraRef": "8cfd793f-18b2-40ae-a809-2c7300bdfba5",
"offerId": "2e312aea-ad7f-4e83-b2cc-20f2d465ab01",
"offerItemId": "1208c7b3-9124-4796-8204-c2f60d2de562",
"type": "MIDDLE",
"value": "GD"
},
"priorityCode": "gVC",
"seat": {
"airExtraRef": "c277ae00-2159-4e25-b46b-b6cedd2b1838",
"offerId": "a5796215-91a1-4d3c-9159-f1418a197a6a",
"offerItemId": "969d9111-a0e8-493e-badb-40acc3573e7f",
"type": "AISLE",
"value": "WL"
},
"status": "NOT_CHECKED_IN",
"upgradeCode": "NEZ"
},
{
"boardingPass": {
"agent": {
"city": "WDu",
"country": "UM",
"sign": "dgk"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 7.3
},
"checkedInBaggage": {
"bagTagNumber": [
"12345678",
"87654321",
"11223344"
],
"quantity": 1,
"totalWeight": {
"unit": "LB",
"value": 18.6
}
}
},
"barCode": "QGTeD4piHtQvrDiL4Ip50pOCi4bXih3T8zituCOI",
"checkInSequenceNumber": "265",
"deck": {
"code": "MAIN",
"value": "UPPER"
},
"displayData": {
"accommodation": "RESIDENCE SUITE",
"agentCityName": "DeSoto",
"arrivalAirportName": "Deliacester",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "1613",
"cabinClassCode": "S",
"cabinText": "FIRST CLASS",
"carryOnText": "CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "North Stewart",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "2289",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "1956",
"estimatedDepartureDate": "2026-09-28T00:00:00.0Z",
"estimatedDepartureTime": "0558",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "SILVER",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "gw6f",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "5835",
"scheduledDepartureDate": "2027-06-22T00:00:00.0Z",
"scheduledDepartureTime": "5797",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "narrowbody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 608.44,
"atpcoRule": "uueH",
"atpcoTariff": 7,
"bookingClass": "W",
"brand": "P0",
"cabinClass": "PREMIUM_BUSINESS",
"cabinClassCode": "S",
"discountCategory": "93",
"fareBasisCode": "ebHW5l",
"governingAirline": "[ob",
"id": "21f65e15-872c-4b57-9c9f-0dae8dd27a33",
"operatingBookingClass": "A",
"privateTariff": true,
"type": "NRF",
"vendor": {
"code": "ATP",
"value": "ATPCO"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "PM",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "yp",
"arrivalTime": "2027-04-15T00:00:00.0Z",
"boardingTime": "1966-01-09T21:03:26.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "LV",
"departureFlightScheduleStatus": "DELAYED",
"departureGate": "bk",
"departureTerminal": "8D",
"departureTime": "2026-09-24T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3018
},
"equipment": "150",
"estimatedArrivalTime": "1964-05-21T20:27:04.0Z",
"estimatedDepartureTime": "1947-09-24T20:01:37.0Z",
"flightDuration": 188,
"flightNumber": "169",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-04-17T00:00:00.0Z",
"departureTime": "2027-05-31T00:00:00.0Z",
"duration": 138,
"elapsedTime": 264
},
{
"airport": "[ob",
"arrivalTime": "2027-07-17T00:00:00.0Z",
"departureTime": "2026-11-20T00:00:00.0Z",
"duration": 156,
"elapsedTime": 88
},
{
"airport": "[ob",
"arrivalTime": "2026-08-16T00:00:00.0Z",
"departureTime": "2027-01-08T00:00:00.0Z",
"duration": 100,
"elapsedTime": 207
},
{
"airport": "[ob",
"arrivalTime": "2027-05-21T00:00:00.0Z",
"departureTime": "2027-03-10T00:00:00.0Z",
"duration": 155,
"elapsedTime": 222
}
],
"iatci": false,
"id": "fdf514c4-1a23-4447-b105-fb4dbe8d3f0c",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "682",
"span": "DOMESTIC",
"status": "ON TIME",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 791
},
"formattedBoardingPass": {
"document": {
"contentType": "text/plain",
"name": "onto_devil_upon.[object Object]",
"value": "EwPStSV5FUj2ReTW6ci2jvwDsrhgZuWOe7esxVGa2zpxRA7bNqTFuFzJP8MHy2LL"
},
"image": {
"contentType": "text/css",
"name": "drum.[object Object]",
"value": "x8xrGWB3ufTYCRiwJY0GX0hPWYVsu4bCzaBcXM9Q40W7x5nnKXZfAvKSwp3XQNv6"
},
"pectab": {
"data": {
"contentType": "audio/3gpp2",
"name": "quaintly_excluding.[object Object]",
"value": "yTvsncAzfh3hDj3fBDS5zFCBXwXPqgtAwK52Kta77an0RAIfmzE6yoZhfrRZVyf4"
},
"layout": {
"contentType": "audio/3gpp2",
"name": "gracefully_towards.[object Object]",
"value": "jIBMsf6FyN0r8Wo9d7KhvPtzN1FIB9HNsQBCh07jOnoHV0ENF4PcpLJdtiY8EK4u"
},
"template": {
"contentType": "font/otf",
"name": "off_presume.[object Object]",
"value": "pLEa9flK8xQgzbOj85DvXjNi3DFA5kTs6DDVhdj0ghXWziqdEImRE4ZAEHE8PQYy"
},
"templates": [
{
"contentType": "audio/opus",
"name": "brr_splurge_unruly.[object Object]",
"value": "yU6GdC7Jap9u2zS06Scy4XwkDOucyLyE1e2OXkzd6gK8HVirZdYUKRJAtAs8DA5c"
}
]
},
"supplementaryData": {
"accommodation": "FIRST CLASS",
"selectee": false,
"skyPriority": false,
"zone": "3"
},
"zpl": {
"contentType": "audio/3gpp2",
"name": "spear_beyond.[object Object]",
"value": "0RgbzF6J3aJliGRZ1l2egirKwN1I6BD48Dmny5xYCuXEVGERoaxQki7YmLl2emFj"
}
},
"group": "rJx8pj",
"loyaltyAccount": {
"id": "a4160bfb-45dc-4a3b-a61f-7be686695c5f",
"latestAwardDate": "2026-07-20",
"loyaltyTierLevel": {
"atpco": "36",
"customerInsight": "77",
"name": "platinum",
"number": 1,
"priority": 8,
"tag": "MCx"
},
"memberAirline": "[ob",
"memberId": "8098891659",
"membershipStartDate": "2024-10-01",
"mileage": {
"unit": "MILES",
"value": 3456
},
"pnrId": "2",
"points": 49376,
"source": "SSCI"
},
"personName": {
"first": "Janie",
"last": "Flatley",
"middle": "Dakota",
"prefix": "Mrs.",
"raw": "Georgia Dietrich",
"suffix": "III"
},
"priorityVerificationCard": false,
"recordLocator": "PGUFBU",
"seat": {
"column": "F",
"row": "89",
"value": "34A"
},
"source": "OTHER",
"standbyPriority": "uS",
"supplementaryData": {
"dhsStatus": 5,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "91441327324175",
"loungeAccess": false,
"selectee": true,
"skyPriority": true,
"spanishLargeFamily": false,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "SL"
},
"ticketCouponNumber": "81",
"ticketNumber": {
"airlineAccountingCode": "305",
"checkDigit": "5",
"number": "45442589225737",
"serialNumber": "9346407038"
},
"upgradePriority": "fpLXr",
"zone": "0"
},
"checkedIn": false,
"checkInNumber": 616,
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "VZRB66FKFPWYpUxNIHdy",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "647"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "3c0ZcX1yR66tIdmL34e3",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "211"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "Hh79iVViEbMmttgvKjUc",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "472"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "709"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "471"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "944"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"flightRefs": [
"id01",
"id02"
],
"id": "5ca07620-86f8-437f-8d8e-0b30d309f05e",
"loungeCard": {
"formattedLoungeCard": {
"image": {
"contentType": "application/zip",
"name": "since_lavish.[object Object]",
"value": "DhMh6pHxsxkk8DOHmyda5Ge2J3DHV0Ph30qDlg3qwD3djwdlLyplMHEFPWzDt9IB"
},
"pectab": {
"data": {
"contentType": "font/woff",
"name": "above_yowza_modulo.[object Object]",
"value": "YACG28sQWOuo8xauZM4UWJrco5kPwgwgpGpA60MFrWKyBk6AWfltw4rYEcJDGFXC"
},
"layout": {
"contentType": "image/webp",
"name": "blissfully.[object Object]",
"value": "YbI5er0Kh0Y6BOYJUXYmSmlSxjqjMieR25AUDP7cg9Qz1j7aIHg6Uc6VfiTottfx"
},
"template": {
"contentType": "image/bmp",
"name": "summer_now_finally.[object Object]",
"value": "26B7G3sQXVs5TMqJDq623hO5T0UZDVAicYsbJBOZt6crJoa3xQsmvCiq0jzwfwX0"
},
"templates": [
{
"contentType": "application/octet-stream",
"name": "brr_but.[object Object]",
"value": "VlKRNHuXVZvE6u7CcatWNLsbo7i2DPw7Cf1tzZ7HZBTVEuo7PVYjns4fZvShYBAk"
},
{
"contentType": "audio/3gpp2",
"name": "readily_jumbo_scornful.[object Object]",
"value": "8yVk6BhkU0U4lS4MYFmRtTlq3t13xOA4YC11Oc4bv1BWH5yLwDlo35VIJZOH9ic9"
},
{
"contentType": "audio/3gpp",
"name": "afore_of_easily.[object Object]",
"value": "uiemeoyOuQnxPfO9bpoCTr53SwmLvDYITyIWBRpZKGCEm930xSnFKzsJjm8KYUcP"
},
{
"contentType": "application/vnd.apple.installer+xml",
"name": "permafrost.[object Object]",
"value": "mz2jABWks095jMMSj9twlhh4OG2D3v7O86w1AjeyeowryRZUzk77SZJoXVakhQai"
}
]
}
}
},
"preReservedSeat": {
"airExtraRef": "d29cf95f-ca21-4341-8206-c8f995d40623",
"offerId": "0837f745-05a5-4e07-8f8c-a9a3c52d02a9",
"offerItemId": "5482255f-735f-433a-890a-daada212d6ea",
"type": "AISLE",
"value": "xE"
},
"priorityCode": "hIU",
"seat": {
"airExtraRef": "c0afbf6d-ac1e-4975-92e5-5db0c21668b4",
"offerId": "25ef3d56-2560-4f2b-a77f-1065847b71d7",
"offerItemId": "ea32e967-eacb-4463-b028-44352cd1f732",
"type": "WINDOW",
"value": "iI"
},
"status": "OFFLOADED",
"upgradeCode": "EK8"
}
],
"passengerOffer": {
"offerId": "18f13109-1263-41a1-8660-603436aa",
"offerItems": [
{
"annotations": [
{
"key": "FksozM",
"value": "uPzNQqkPyV"
},
{
"key": "ZQgnuD",
"value": "znXGuOkvoL"
},
{
"key": "TvIDkb",
"value": "WRtPRMhHBZ"
},
{
"key": "RJTxcv",
"value": "lahWdlRdEU"
},
{
"key": "drROkg",
"value": "woljZDknqF"
}
],
"availableQuantity": 7,
"bannerName": "Generic",
"characteristics": [
"CH 1A W"
],
"offerItemId": "1bda8591-7bfc-4537-99ed-4db03f0f",
"offerName": "Gorgeous Bamboo Chicken",
"price": {
"currency": "LKR",
"value": 243.71
},
"priority": 3
}
]
},
"passengerType": "ADT",
"segmentRef": "37c9f84a-3b68-413a-8a91-64144abbbc34",
"upgradeAvailability": [
{
"bookingClassAvailabilityRef": "b3aa392e-b3d7-4dcc-b5d9-96fa061555ec",
"cabin": "Y",
"description": "First",
"id": "61b8a464-b55f-479a-9ef8-648d4021a527",
"pricedAncillaryRef": "26e18fdd-fd50-436c-87ec-65ff8db90db9"
},
{
"bookingClassAvailabilityRef": "181e0a87-af6c-490b-b943-02474299f77e",
"cabin": "j",
"description": "Business",
"id": "3ee6b6c6-c820-4ea3-87db-dbe7a8aeddcb",
"pricedAncillaryRef": "023e0bc0-e365-4724-9304-2197f6eaba64"
},
{
"bookingClassAvailabilityRef": "fb6b3d0c-f880-47eb-8860-f3e7d4674347",
"cabin": "w",
"description": "First",
"id": "a81e1682-81a0-4e5d-b13b-52e65382dcb0",
"pricedAncillaryRef": "043ca5e2-dfe1-492f-8f33-3138e6563a28"
},
{
"bookingClassAvailabilityRef": "932b4d0c-650a-4a13-9d0b-c7205fc3389b",
"cabin": "Y",
"description": "Business",
"id": "da90f322-242c-46c2-a9c1-82f4a2ef5a85",
"pricedAncillaryRef": "b2f2accc-e5e8-4a49-82a8-3368a853f307"
}
]
},
{
"additionalTravelInformation": {
"residencyDocumentType": {
"id": "cfac5634-19b7-4e94-a080-e587f5f74ed7",
"residencyCountry": "AD",
"value": "REENTRY_PERMIT"
},
"returnDate": {
"id": "51abac06-ee4c-4d2d-859c-83c2d83afe61",
"value": "2026-11-28"
},
"stayType": {
"id": "c7ab94e6-5ef3-4cef-b36b-3e904b0bba12",
"value": "VACATION"
},
"timaticDocumentType": {
"id": "3849e182-af12-4004-a97f-097da5c7f27e",
"value": "BRITISH_CITIZEN_PASSPORT"
},
"visaVerified": {
"id": "b37eb0fd-777f-47b8-a693-f594c2a4f8fc",
"value": false
}
},
"airExtra": [
{
"airExtraBundleRef": "0ae57edf-8471-4958-b1e2-6e952e46d1cc",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": false,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 4
},
"exchangeable": false,
"feeApplicationMethod": {
"code": "4",
"value": "ONE_PERCENT_OF_FARE_PER_KG"
},
"formOfRefund": {
"code": "2",
"value": "ORIGINAL"
},
"freeAllowanceEligibility": {
"quantity": 5
},
"freeOfChargeRules": [
"EMD_REQUIRED",
"EMD_REQUIRED"
],
"interlineable": false,
"inventoryControlled": true,
"paperTicketRequired": false,
"purchaseAtTicketIssue": true,
"purchaseBy": "2026-10-07",
"refundable": false,
"tourCode": "gsMaLo"
},
"bagType": "SURF",
"bookingMethod": {
"code": "5@",
"value": "CONTACT_AIRLINE"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "LOUNGE ACCESS",
"displayOnly": true,
"electronicMiscDocType": {
"code": "2",
"consumedAtIssuance": true,
"value": "ETICKET"
},
"group": "WIF",
"id": "FDVNW4",
"reasonForIssuance": {
"code": "B",
"value": "AIRPORT_SERVICES"
},
"sequenceNumber": 87,
"serviceType": {
"code": "vT",
"value": "FLIGHT_RELATED"
},
"specialService": {
"code": "WCHR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 40,
"min": 1,
"name": "AGE",
"optional": true,
"type": "INT",
"unit": "IN"
}
]
},
"type": "REQUIRED"
},
"ssimCode": "3Np",
"subCode": "340",
"vendor": "MMGR",
"weight": [
{
"unit": "KILOGRAM",
"value": 13.1
}
]
},
"bookingIndicator": "25",
"disassociated": true,
"emdNumber": {
"number": "78936765484572"
},
"emdPaperIndicator": "E",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "83",
"segmentRef": "248d6aee-8466-453f-8671-0cfef6021251"
},
{
"emdCouponNumber": "77",
"segmentRef": "36d83abe-df13-4822-9776-f1a0a7a69e53"
}
]
},
"feeApplicationIndicator": "46",
"id": "008f2795-9e16-4cef-8640-97252ffdc0d3",
"miscFee": {
"dealName": "WINTER SALE",
"group": "SEA",
"id": "f65df4f7-7b11-438c-9339-aa4eb8b4e264",
"offerName": "MAY WEEKEND DISCOUNT",
"reasonForIssuance": "R",
"subCode": "059"
},
"offerId": {
"id": "3dfd64b4-2702-415a-804b-dcfb4e10e0ad",
"itemId": "4c93384f-597f-4a6e-896a-83c10f5b1113"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "OK",
"value": "WAIVED"
},
"pnrId": "NXAZHX",
"quantity": 3,
"specialServiceDescription": {
"code": "GMcy",
"properties": {
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "140"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "591"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "320"
}
]
},
"text": "GyowqsQBVcfxhRO"
},
"syntheticIdentifier": "57193425511579697237",
"taxExemption": true,
"ticketUsedForEmdPricing": "Y",
"type": "MISC_FEE",
"weight": {
"unit": "KILOGRAM",
"value": 17.1
}
},
{
"airExtraBundleRef": "967df280-9ab2-4de4-8ee8-377f2a97a57e",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": false,
"customRules": {
"applyHighestTierLevel": false,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 3
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "1",
"value": "PER_CHECKED_PORTION"
},
"formOfRefund": {
"code": "1",
"value": "ORIGINAL"
},
"freeAllowanceEligibility": {
"quantity": 3
},
"freeOfChargeRules": [
"EMD_REQUIRED",
"BOOKING_REQUIRED"
],
"interlineable": false,
"inventoryControlled": false,
"paperTicketRequired": false,
"purchaseAtTicketIssue": false,
"purchaseBy": "2027-05-16",
"refundable": false,
"tourCode": "udPRWy"
},
"bagType": "SURF",
"bookingMethod": {
"code": "2+",
"value": "ANY_ALLOWED"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "EXTRA LEGROOM",
"displayOnly": false,
"electronicMiscDocType": {
"code": "3",
"consumedAtIssuance": false,
"value": "OTHER_THAN_EMD"
},
"group": "WIF",
"id": "OmSuH4",
"reasonForIssuance": {
"code": "A",
"value": "BAGGAGE"
},
"sequenceNumber": 81,
"serviceType": {
"code": "F6",
"value": "CHARGES"
},
"specialService": {
"code": "UMNR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 17,
"min": 4,
"name": "AGE",
"optional": true,
"type": "INT",
"unit": "IN"
},
{
"allowedValue": [
"DOG"
],
"max": 68,
"min": 5,
"name": "AGE",
"optional": true,
"type": "TEXT",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 48,
"min": 2,
"name": "WEIGHT",
"optional": true,
"type": "INT",
"unit": "IN"
}
]
},
"type": "NOTALLOWED"
},
"ssimCode": "SIn",
"subCode": "303",
"vendor": "AMAD",
"weight": [
{
"unit": "KILOGRAM",
"value": 7.7
}
]
},
"bookingIndicator": "38",
"disassociated": false,
"emdNumber": {
"number": "62536363058647"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "80",
"segmentRef": "09f5efbb-241b-40b9-9d8b-f51cc3d5b5ad"
},
{
"emdCouponNumber": "82",
"segmentRef": "104dab6d-c0b3-42f3-935f-30d972823124"
},
{
"emdCouponNumber": "54",
"segmentRef": "44348be1-adce-46e3-b307-dcd3f469ee12"
},
{
"emdCouponNumber": "55",
"segmentRef": "2341e5ea-72ab-4874-a2f6-30625e0dac97"
}
]
},
"feeApplicationIndicator": "63",
"id": "bd55be60-59ff-4381-aafb-39748fde46ae",
"miscFee": {
"dealName": "SPRING DEAL",
"group": "BG",
"id": "9358fce4-2025-4f3c-b984-a8011780dd92",
"offerName": "OFFER A",
"reasonForIssuance": "R",
"subCode": "422"
},
"offerId": {
"id": "eecc2322-100b-4e08-8180-b5f2cd5046c8",
"itemId": "475425aa-da40-4cf2-80f2-839e349996f4"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "HD",
"value": "WAIVED"
},
"pnrId": "GXCVKH",
"quantity": 2,
"specialServiceDescription": {
"code": "yOsg",
"properties": {
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "687"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "894"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "534"
}
]
},
"text": "QdwYBkSCOBxvNJX"
},
"syntheticIdentifier": "18342286682918989592",
"taxExemption": false,
"ticketUsedForEmdPricing": "N",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 15.4
}
},
{
"airExtraBundleRef": "7fa25206-76d5-4c96-92e5-c400e09836a8",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": false,
"convertible": false,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 5
},
"exchangeable": false,
"feeApplicationMethod": {
"code": "1",
"value": "HALF_PERCENT_OF_FARE_PER_KG"
},
"formOfRefund": {
"code": "2",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 3
},
"freeOfChargeRules": [
"EMD_REQUIRED",
"BOOKING_REQUIRED",
"EMD_REQUIRED"
],
"interlineable": true,
"inventoryControlled": true,
"paperTicketRequired": false,
"purchaseAtTicketIssue": false,
"purchaseBy": "2026-11-20",
"refundable": true,
"tourCode": "wfpGuo"
},
"bagType": "SKI",
"bookingMethod": {
"code": "3_",
"value": "AUXILIARY_SEGMENT"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "LOUNGE ACCESS",
"displayOnly": true,
"electronicMiscDocType": {
"code": "1",
"consumedAtIssuance": true,
"value": "STANDALONE_TICKET_ASSOCIATED"
},
"group": "WIF",
"id": "RivPlY",
"reasonForIssuance": {
"code": "A",
"value": "AIRPORT_SERVICES"
},
"sequenceNumber": 22,
"serviceType": {
"code": "oa",
"value": "DISCLOSURE"
},
"specialService": {
"code": "UMNR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 36,
"min": 2,
"name": "WEIGHT",
"optional": false,
"type": "INT",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 61,
"min": 3,
"name": "WEIGHT",
"optional": true,
"type": "ENUM",
"unit": "CM"
}
]
},
"type": "NOTALLOWED"
},
"ssimCode": "KL5",
"subCode": "647",
"vendor": "MMGR",
"weight": [
{
"unit": "KILOGRAM",
"value": 32.4
},
{
"unit": "KILOGRAM",
"value": 28
},
{
"unit": "KILOGRAM",
"value": 42.8
}
]
},
"bookingIndicator": "84",
"disassociated": true,
"emdNumber": {
"number": "50102059580533"
},
"emdPaperIndicator": "E",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "07",
"segmentRef": "f53766f4-f512-4211-ac5b-ab7c2257980e"
},
{
"emdCouponNumber": "57",
"segmentRef": "d735577c-27ff-4d3b-9038-a83896502cbc"
},
{
"emdCouponNumber": "69",
"segmentRef": "3b613b1d-414f-4aa0-88d2-9b2573848488"
},
{
"emdCouponNumber": "55",
"segmentRef": "4e1c0c9a-d8b8-453c-a0d0-94c7b98963da"
},
{
"emdCouponNumber": "83",
"segmentRef": "8954fb92-01ef-48b2-824e-f3fbeb1b9e79"
}
]
},
"feeApplicationIndicator": "90",
"id": "dfb1f01e-8be1-4f5b-9acb-fbd2f672e5d3",
"miscFee": {
"dealName": "WINTER SALE",
"group": "SEA",
"id": "ebf025f0-e1aa-451e-b1ca-dedfb8ccbe14",
"offerName": "MAY WEEKEND DISCOUNT",
"reasonForIssuance": "G",
"subCode": "853"
},
"offerId": {
"id": "40ea644a-26c2-444e-9c12-76bad54409ae",
"itemId": "c99bd8be-1a62-4644-94cc-b9f56fe1cf69"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "HD",
"value": "REJECTED"
},
"pnrId": "DMDKFA",
"quantity": 5,
"specialServiceDescription": {
"code": "AwDq",
"properties": {
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "804"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "789"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "700"
}
]
},
"text": "FGRxntQOBAPpyiR"
},
"syntheticIdentifier": "86919551124180667403",
"taxExemption": false,
"ticketUsedForEmdPricing": "Y",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 6.1
}
},
{
"airExtraBundleRef": "3b341b9e-2480-4710-9c39-c45241a13449",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": false,
"customRules": {
"applyHighestTierLevel": true,
"convertible": false,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 7
},
"exchangeable": false,
"feeApplicationMethod": {
"code": "2",
"value": "TICKET"
},
"formOfRefund": {
"code": "2",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 4
},
"freeOfChargeRules": [
"BOOKING_REQUIRED",
"BOOKING_REQUIRED",
"EMD_REQUIRED"
],
"interlineable": true,
"inventoryControlled": false,
"paperTicketRequired": false,
"purchaseAtTicketIssue": false,
"purchaseBy": "2026-10-31",
"refundable": false,
"tourCode": "dp6tmX"
},
"bagType": "GOLF",
"bookingMethod": {
"code": "8+",
"value": "CONTACT_AIRLINE"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "LOUNGE ACCESS",
"displayOnly": true,
"electronicMiscDocType": {
"code": "2",
"consumedAtIssuance": false,
"value": "STANDALONE"
},
"group": "MEA",
"id": "y3YktL",
"reasonForIssuance": {
"code": "A",
"value": "BAGGAGE"
},
"sequenceNumber": 10,
"serviceType": {
"code": "fd",
"value": "CHARGES"
},
"specialService": {
"code": "UMNR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 76,
"min": 5,
"name": "AGE",
"optional": true,
"type": "TEXT",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 25,
"min": 2,
"name": "WEIGHT",
"optional": true,
"type": "TEXT",
"unit": "IN"
},
{
"allowedValue": [
"DOG"
],
"max": 69,
"min": 4,
"name": "WEIGHT",
"optional": false,
"type": "TEXT",
"unit": "CM"
}
]
},
"type": "OPTIONAL"
},
"ssimCode": "tp5",
"subCode": "181",
"vendor": "SABR",
"weight": [
{
"unit": "KILOGRAM",
"value": 44.4
},
{
"unit": "KILOGRAM",
"value": 18.7
},
{
"unit": "KILOGRAM",
"value": 29.1
},
{
"unit": "KILOGRAM",
"value": 14.6
}
]
},
"bookingIndicator": "89",
"disassociated": true,
"emdNumber": {
"number": "08648011391309"
},
"emdPaperIndicator": "E",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "73",
"segmentRef": "8243b96a-a3de-4534-871c-f76f011afc18"
},
{
"emdCouponNumber": "55",
"segmentRef": "471cdc46-6bfd-4531-9fbb-ea23b8f3df60"
},
{
"emdCouponNumber": "34",
"segmentRef": "aaefaba5-d339-4f84-af5c-69b58750deba"
},
{
"emdCouponNumber": "55",
"segmentRef": "b5a757b7-3059-4f55-9025-593b0fcdd9cf"
},
{
"emdCouponNumber": "48",
"segmentRef": "8d1e969b-b1a9-464c-82c1-599d5afb7ba5"
}
]
},
"feeApplicationIndicator": "17",
"id": "82a08a34-7d0d-4a72-a0b4-196569ede5e3",
"miscFee": {
"dealName": "WINTER SALE",
"group": "SEA",
"id": "7447d7a1-694c-4e4d-aca3-16f9dc08e40b",
"offerName": "MAY WEEKEND DISCOUNT",
"reasonForIssuance": "G",
"subCode": "575"
},
"offerId": {
"id": "c2021ee5-7ead-4b96-b996-bc18afe23fc7",
"itemId": "02469160-d0d9-432e-898f-6a890242d63a"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "HD",
"value": "VERIFICATION"
},
"pnrId": "DZTFUE",
"quantity": 3,
"specialServiceDescription": {
"code": "lwAD",
"properties": {
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "184"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "021"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "617"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "238"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "951"
}
]
},
"text": "UvbMBWZpFfuEPCf"
},
"syntheticIdentifier": "22413138440062978665",
"taxExemption": false,
"ticketUsedForEmdPricing": "N",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 13.8
}
},
{
"airExtraBundleRef": "9ee43ffa-57aa-427a-94f2-8340dad23a3a",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": false,
"customRules": {
"applyHighestTierLevel": true,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 3
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "2",
"value": "PER_5KG_OVER_FREE_BAGGAGE_ALLOWANCE"
},
"formOfRefund": {
"code": "1",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 5
},
"freeOfChargeRules": [
"EMD_REQUIRED",
"BOOKING_REQUIRED",
"BOOKING_REQUIRED"
],
"interlineable": true,
"inventoryControlled": true,
"paperTicketRequired": true,
"purchaseAtTicketIssue": true,
"purchaseBy": "2027-05-07",
"refundable": true,
"tourCode": "TRg8zn"
},
"bagType": "GOLF",
"bookingMethod": {
"code": "6-",
"value": "SPECIAL_SERVICE_REQUEST"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "LOUNGE ACCESS",
"displayOnly": true,
"electronicMiscDocType": {
"code": "3",
"consumedAtIssuance": true,
"value": "FLIGHT_COUPON_ASSOCIATED"
},
"group": "MEA",
"id": "_JjZ1N",
"reasonForIssuance": {
"code": "G",
"value": "INDIVIDUAL_AIRLINE_USE"
},
"sequenceNumber": 90,
"serviceType": {
"code": "7i",
"value": "PREPAID"
},
"specialService": {
"code": "BGDA",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 13,
"min": 4,
"name": "SIZE",
"optional": false,
"type": "ENUM",
"unit": "IN"
},
{
"allowedValue": [
"DOG"
],
"max": 33,
"min": 4,
"name": "SIZE",
"optional": true,
"type": "DECIMAL",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 53,
"min": 4,
"name": "SIZE",
"optional": false,
"type": "TEXT",
"unit": "LB"
},
{
"allowedValue": [
"DOG"
],
"max": 94,
"min": 2,
"name": "AGE",
"optional": false,
"type": "DECIMAL",
"unit": "CM"
}
]
},
"type": "OPTIONAL"
},
"ssimCode": "ZJs",
"subCode": "070",
"vendor": "MMGR",
"weight": [
{
"unit": "KILOGRAM",
"value": 22.8
}
]
},
"bookingIndicator": "76",
"disassociated": false,
"emdNumber": {
"number": "72239923679388"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "32",
"segmentRef": "fdab285a-9d7b-483d-b193-46d91a7b5217"
},
{
"emdCouponNumber": "04",
"segmentRef": "3d14b1f2-3130-4933-9005-a723aa2da813"
},
{
"emdCouponNumber": "59",
"segmentRef": "e9398c2d-a7b3-4e77-a0eb-a0d25cae517b"
}
]
},
"feeApplicationIndicator": "34",
"id": "dcae8f01-603b-4872-af3b-ace35e28ba4b",
"miscFee": {
"dealName": "WINTER SALE",
"group": "BG",
"id": "98533210-9218-4f40-a173-25e145be5e24",
"offerName": "MAY WEEKEND DISCOUNT",
"reasonForIssuance": "G",
"subCode": "740"
},
"offerId": {
"id": "afbb159d-0ae1-4543-9a98-9cc73850e7ae",
"itemId": "f5ecccbf-bb78-4e4d-869a-361041969fe4"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "HD",
"value": "FULFILLED"
},
"pnrId": "THSGFN",
"quantity": 5,
"specialServiceDescription": {
"code": "YfDI",
"properties": {
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "166"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "992"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "951"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "256"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "651"
}
]
},
"text": "OnQLmLTgrZeKraL"
},
"syntheticIdentifier": "28370717451698409729",
"taxExemption": true,
"ticketUsedForEmdPricing": "Y",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 47.2
}
}
],
"baggagePoolId": 769,
"editCodes": {
"editCode": [
{
"code": "Wh",
"id": "6ec2fe8e-261f-4dc9-88f4-08414e5cb50c",
"text": [
{
"id": "74b5e113-7c35-40a2-b4cd-c2829cd917f9",
"lineId": "63",
"value": "ivscPhjSvCTZwsF"
},
{
"id": "9f2f86d1-d9f7-48b3-bbc2-1e2b205adb7a",
"lineId": "23",
"value": "WZIhVDyhsVpjFPz"
},
{
"id": "6b1bb8a6-3a8e-43f5-aafe-e40e3eb8f39d",
"lineId": "83",
"value": "MkRRjYjjYbXpRJB"
},
{
"id": "626ca7a7-21a8-4cc2-ace5-a55f8efdb96f",
"lineId": "10",
"value": "rPDOXONESTRjDaw"
},
{
"id": "a8719e80-7c9e-4c06-8382-8b8c777ce7a7",
"lineId": "17",
"value": "qLIeFrutUiSAcSD"
}
]
},
{
"code": "wa",
"id": "42e1d289-4d45-4399-8830-6a6044aac832",
"text": [
{
"id": "d38fbf5c-09ef-4ab1-9a7e-ced20f7f9554",
"lineId": "55",
"value": "RVihcOmdBFIUxHD"
},
{
"id": "6b3013d5-6691-4e4e-a5d1-ec7f354e4be0",
"lineId": "06",
"value": "ZnCSEmErdMzLsaZ"
}
]
}
]
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "HGZOkSwzzR2piCvc6zKO",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "165"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "774"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "kssBY4w6zkSCBq0BUQsu",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "967"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "wC77m8jCm5H3RGqp99QQ",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "988"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "753"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "GXIRTLcCWcuA7tPwY7jl",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "066"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "756"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "140"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "817"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "306"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "oNP8StmtyPjUy9W8kyaL",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "051"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "926"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "062"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "595"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "a3ZH3dlGYnUMiMz85Z1M",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "992"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "312"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "DEBDvKbS0ECbblfOCVGR",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "632"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "514"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "869"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "188"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "623"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "1J2y8i5HEEn9DhgCLR5L",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "648"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INVALID_FLIGHT",
"details": "2WIVuhQRUIKkDWGQUZjj",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "466"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "889"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "813"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "750"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "S5mTv4PSwCZBX92vxc6x",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "649"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "529"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "629"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "223"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "052"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "1BYxPXeUprVF7JjuaZDa",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "260"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "930"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "244"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "358"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"id": "47cea884-4a3b-4911-9b5f-42e5c0afdbba",
"loyaltyAccount": {
"id": "d4690c5d-8977-4ddf-8dc1-16dfb56459c2",
"latestAwardDate": "2025-12-29",
"loyaltyTierLevel": {
"atpco": "00",
"customerInsight": "33",
"name": "gold",
"number": 3,
"priority": 2,
"tag": "XSm"
},
"memberAirline": "[ob",
"memberId": "8965629767",
"membershipStartDate": "2025-06-17",
"mileage": {
"unit": "MILES",
"value": 4619
},
"pnrId": "8",
"points": 26390,
"source": "SSCI"
},
"nonRevenuePassengerInfo": {
"priorityCode": "Izi",
"seniorityDate": "2020-05-06T00:00:00.0Z",
"upgradeCode": "pjx"
},
"passengerCheckInId": "dE6kSafl",
"passengerFlight": [
{
"boardingPass": {
"agent": {
"city": "QbQ",
"country": "IL",
"sign": "veN"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 1.6
},
"checkedInBaggage": {
"bagTagNumber": [
"12345678",
"11223344",
"87654321"
],
"quantity": 2,
"totalWeight": {
"unit": "LB",
"value": 5.9
}
}
},
"barCode": "yJ9JfDxNt62KST22Ogd6huIBdMV8xOQ8LzlMm20M",
"checkInSequenceNumber": "062",
"deck": {
"code": "MIDDLE",
"value": "MAIN"
},
"displayData": {
"accommodation": "RESIDENCE SUITE",
"agentCityName": "Ortizview",
"arrivalAirportName": "Port St. Lucie",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "3198",
"cabinClassCode": "j",
"cabinText": "ECONOMY",
"carryOnText": "NO CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "West Domenicstead",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "8364",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "9848",
"estimatedDepartureDate": "2027-01-22T00:00:00.0Z",
"estimatedDepartureTime": "8766",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "SILVER",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "l6g2",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "7612",
"scheduledDepartureDate": "2027-03-31T00:00:00.0Z",
"scheduledDepartureTime": "0430",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "widebody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 1610.13,
"atpcoRule": "mPS9",
"atpcoTariff": 60,
"bookingClass": "J",
"brand": "QF",
"cabinClass": "PREMIUM_BUSINESS",
"cabinClassCode": "z",
"discountCategory": "75",
"fareBasisCode": "bRjZBu",
"governingAirline": "[ob",
"id": "bafb82d0-2bb4-4cc8-bed3-f053afa6e85a",
"operatingBookingClass": "Z",
"privateTariff": true,
"type": "NLX",
"vendor": {
"code": "SITA",
"value": "ATPCO"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "VA",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "Yt",
"arrivalTime": "2027-05-23T00:00:00.0Z",
"boardingTime": "1905-03-09T06:45:32.0Z",
"changeOfGauge": true,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "YT",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "sw",
"departureTerminal": "oh",
"departureTime": "2026-11-26T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 1145
},
"equipment": "611",
"estimatedArrivalTime": "1922-07-16T12:20:08.0Z",
"estimatedDepartureTime": "1910-12-18T04:44:13.0Z",
"flightDuration": 327,
"flightNumber": "631",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-09-09T00:00:00.0Z",
"departureTime": "2026-11-07T00:00:00.0Z",
"duration": 96,
"elapsedTime": 77
},
{
"airport": "[ob",
"arrivalTime": "2027-04-29T00:00:00.0Z",
"departureTime": "2027-07-10T00:00:00.0Z",
"duration": 133,
"elapsedTime": 105
},
{
"airport": "[ob",
"arrivalTime": "2026-10-24T00:00:00.0Z",
"departureTime": "2027-04-16T00:00:00.0Z",
"duration": 133,
"elapsedTime": 162
},
{
"airport": "[ob",
"arrivalTime": "2027-04-12T00:00:00.0Z",
"departureTime": "2027-03-08T00:00:00.0Z",
"duration": 127,
"elapsedTime": 277
}
],
"iatci": false,
"id": "3cf5b25e-1723-4f7c-8265-f2a3c402c28e",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "5",
"span": "DOMESTIC",
"status": "DELAYED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 341
},
"formattedBoardingPass": {
"document": {
"contentType": "audio/wav",
"name": "or_midst.[object Object]",
"value": "fjd9KbOEWGecvOomEocq9zMmYMKK1x344sE7hp8IlvNzqKUkFp6Wzv8NTtTlbHGF"
},
"image": {
"contentType": "font/woff",
"name": "drag_vice.[object Object]",
"value": "RnpIAisQNTQgqwXAlbT7SLShpe0WEFz2GFIbxBmSwrHtUHY5tEdVI3UIDeZAS0pE"
},
"pectab": {
"data": {
"contentType": "audio/aac",
"name": "fishery_sans_accelerator.[object Object]",
"value": "RWmLeigb60n3ylfHjnMGkv33gBYtn7Z7abx9qsYHWG9tDzph6tualVFNEE12AQN8"
},
"layout": {
"contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"name": "however_until.[object Object]",
"value": "P2niIgxRxAwoHkrG3W5uZjvO9Z5uWlyJZ1TJHKfxkabmiPfqjOW330xjCPjzcZaQ"
},
"template": {
"contentType": "application/vnd.apple.installer+xml",
"name": "hard_to_find_misfire_ouch.[object Object]",
"value": "qRweBZHsXkmNu35FXgFklI4FfxmMSgz5p8HkSfnhbfmAlSBil0pK5F6KZggDTaba"
},
"templates": [
{
"contentType": "application/ld+json",
"name": "yowza.[object Object]",
"value": "D9LQM4TNnovKWyBgBmTFGzGFFTlI9l7W9xpxvMVxbnJrV6kGWGQxxlyf4MjHQkvU"
},
{
"contentType": "video/3gpp",
"name": "likewise_halt.[object Object]",
"value": "jmJ0O1weSB8NXoEZjAgmcgKTImdpt3E10Dg96U4r1QmwyhBHpQWISNNn0g6nI7n4"
},
{
"contentType": "video/webm",
"name": "likewise_where.[object Object]",
"value": "nsuPRFIJrCuxFozYTvK5dRw6l4SbhULdNZvpL9surkz6zSRmc0eQdfZclNJI4WrD"
},
{
"contentType": "application/pdf",
"name": "whereas_trained_helplessly.[object Object]",
"value": "73V7GCPBBE95VW9G55xqxb4OXgTFznvhGP4RsklOks8wGGbeyUg3QUSEreHPwCnY"
}
]
},
"supplementaryData": {
"accommodation": "FIRST CLASS",
"selectee": false,
"skyPriority": true,
"zone": "6"
},
"zpl": {
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"name": "er_however_suspiciously.[object Object]",
"value": "PPU9PJjxCclWc5hU48ESuQrkkhZXIGeig6Mxmlx3dKCd7ctt8PUPQEGTFyr6j7sX"
}
},
"group": "9ltfum",
"loyaltyAccount": {
"id": "6db26638-a2d0-414a-b8dc-48fa89935409",
"latestAwardDate": "2025-12-06",
"loyaltyTierLevel": {
"atpco": "37",
"customerInsight": "78",
"name": "silver",
"number": 1,
"priority": 2,
"tag": "fHo"
},
"memberAirline": "[ob",
"memberId": "3724879390",
"membershipStartDate": "2023-04-17",
"mileage": {
"unit": "MILES",
"value": 3117
},
"pnrId": "5",
"points": 25023,
"source": "PNR"
},
"personName": {
"first": "Alba",
"last": "Hauck",
"middle": "Drew",
"prefix": "Miss",
"raw": "Sonia Littel",
"suffix": "I"
},
"priorityVerificationCard": false,
"recordLocator": "TTZYAT",
"seat": {
"column": "G",
"row": "53",
"value": "35F"
},
"source": "OTHER",
"standbyPriority": "C9",
"supplementaryData": {
"dhsStatus": 4,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "30656889754544",
"loungeAccess": false,
"selectee": false,
"skyPriority": true,
"spanishLargeFamily": false,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "NF"
},
"ticketCouponNumber": "86",
"ticketNumber": {
"airlineAccountingCode": "489",
"checkDigit": "5",
"number": "23406578122271",
"serialNumber": "9467545771"
},
"upgradePriority": "Bd9do",
"zone": "3"
},
"checkedIn": true,
"checkInNumber": 124,
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "G1CIRdYg07vl3waKBvMs",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "370"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "FqAFKi60UhAuab33MvWA",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "667"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "272"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "460"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "440"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "eLx4gBJX0NmpOZi4C2wt",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "411"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "U6xmCdnYvSUpuZlkDvPD",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "667"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "786"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "334"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "SUmlLf8NyPXpBRiw46vq",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "942"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "408"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "633"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INVALID_FLIGHT",
"details": "TpBApo7kzxgM4T6QVMc2",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "873"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "402"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "130"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "508"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "096"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "J5cJcnVMgXVSr6K7BMDy",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "431"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "939"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "pwiOJSfg40GwWfCw1HEV",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "396"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "017"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "554"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "Riu3H3vHt9v9ssu6lWVC",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "690"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "532"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "205"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "048"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "650"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "y2JIOVIS6IUr7bCEojWs",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "449"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "919"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "089"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"flightRefs": [
"id01",
"id02"
],
"id": "efbe8530-b2e3-488a-90c8-fe4d84847f59",
"loungeCard": {
"formattedLoungeCard": {
"image": {
"contentType": "video/mp2t",
"name": "major.[object Object]",
"value": "GZlSawSzK8zEovDOr7XGEJnaLa95MLSAnWFIpkDO68FufE2u9HnLmxNgXpLVyGun"
},
"pectab": {
"data": {
"contentType": "video/3gpp",
"name": "oof_viciously_backburn.[object Object]",
"value": "2kPMMGVhJDlIEWku1y2p9BdHdR7SK7sqMwLqZNxJCggsdFom9UsWM8J7nDDlUhia"
},
"layout": {
"contentType": "text/plain",
"name": "where_impolite.[object Object]",
"value": "LWJ156JPuPmcjUa7GEpWfnWu1VahaKZMlTaopgVp5FqZzYcO98ErNIGleGfKtlHc"
},
"template": {
"contentType": "application/vnd.oasis.opendocument.presentation",
"name": "mobilise.[object Object]",
"value": "x0F60jYfiZbZwih7aw9ZuiHLNpZhDVuS99VREwaTJl4PEIOlYpG5HAmeRn8eYhFt"
},
"templates": [
{
"contentType": "font/otf",
"name": "yak.[object Object]",
"value": "IEhKTzQEH0mESNEsGHCb0yuuCLph9CtGeY5tQVKarAK4JsFH6oT0lSUUSzQQjAv7"
}
]
}
}
},
"preReservedSeat": {
"airExtraRef": "1f80c4c7-a1e6-4c85-b59d-0d4311f214f4",
"offerId": "4f038d69-1a4d-4d75-8f64-a67be4e2a12a",
"offerItemId": "af99a69f-ec42-43fc-b625-bac5821e7098",
"type": "WINDOW",
"value": "yF"
},
"priorityCode": "WFb",
"seat": {
"airExtraRef": "735d22ef-4bff-4ac5-b0d7-d7ee589aa19f",
"offerId": "57c4e0b9-d58e-409c-b7b4-4fb8deef9843",
"offerItemId": "6109ad97-2bc2-47d2-900c-07ebdba118f9",
"type": "WINDOW",
"value": "bY"
},
"status": "NOT_CHECKED_IN",
"upgradeCode": "H14"
},
{
"boardingPass": {
"agent": {
"city": "VNz",
"country": "VE",
"sign": "NwG"
},
"baggage": {
"carryOnWeight": {
"unit": "KG",
"value": 13.9
},
"checkedInBaggage": {
"bagTagNumber": [
"11223344",
"87654321"
],
"quantity": 3,
"totalWeight": {
"unit": "LB",
"value": 2.8
}
}
},
"barCode": "QJv5BKIZGmVlTRq0cLnaChkPTTNayhr3P4DqPF2E",
"checkInSequenceNumber": "164",
"deck": {
"code": "MAIN",
"value": "OTHER"
},
"displayData": {
"accommodation": "FIRST CLASS",
"agentCityName": "Fort Regan",
"arrivalAirportName": "Louisville/Jefferson County",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "3627",
"cabinClassCode": "F",
"cabinText": "FIRST CLASS",
"carryOnText": "NO CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "McCulloughfield",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "6062",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "7316",
"estimatedDepartureDate": "2027-03-02T00:00:00.0Z",
"estimatedDepartureTime": "8314",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "SILVER",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "aNjW",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "1113",
"scheduledDepartureDate": "2026-09-07T00:00:00.0Z",
"scheduledDepartureTime": "9126",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "narrowbody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 149.99,
"atpcoRule": "qnx7",
"atpcoTariff": 92,
"bookingClass": "c",
"brand": "rC",
"cabinClass": "PREMIUM_FIRST",
"cabinClassCode": "q",
"discountCategory": "13",
"fareBasisCode": "sJPQKs",
"governingAirline": "[ob",
"id": "cb953fd3-4ce0-45c2-b35e-6a0940e7a82e",
"operatingBookingClass": "N",
"privateTariff": false,
"type": "REF",
"vendor": {
"code": "SITA",
"value": "SABRE_MYFARES_AIRLINES"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "KN",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "eA",
"arrivalTime": "2026-07-26T00:00:00.0Z",
"boardingTime": "1951-09-11T18:56:07.0Z",
"changeOfGauge": false,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "AI",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "co",
"departureTerminal": "CX",
"departureTime": "2026-09-21T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2325
},
"equipment": "494",
"estimatedArrivalTime": "1904-02-04T12:59:47.0Z",
"estimatedDepartureTime": "1911-12-24T03:03:05.0Z",
"flightDuration": 509,
"flightNumber": "89",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-11-29T00:00:00.0Z",
"departureTime": "2026-10-23T00:00:00.0Z",
"duration": 145,
"elapsedTime": 186
},
{
"airport": "[ob",
"arrivalTime": "2027-07-09T00:00:00.0Z",
"departureTime": "2027-05-19T00:00:00.0Z",
"duration": 62,
"elapsedTime": 231
}
],
"iatci": true,
"id": "cc26323b-c5b4-4311-9399-e9d9a7434b3c",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "4856",
"span": "DOMESTIC",
"status": "DELAYED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 173
},
"formattedBoardingPass": {
"document": {
"contentType": "application/ogg",
"name": "geez_lest.[object Object]",
"value": "Kh72t1YsbTQLMH3ijyQjV4jvr1h0h3sRkDpXW9jnT2jDFCqzU6PuVKZrdOzE8s46"
},
"image": {
"contentType": "text/calendar",
"name": "bobble.[object Object]",
"value": "RX0Ph9zQx7yqD1y2RoEpuHGx4KFCj4c8LoXq68vWqayMooe5jL1QbWz3glOFC7GK"
},
"pectab": {
"data": {
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"name": "catch_pace.[object Object]",
"value": "0wNdh5OVz4b2FIxnM4rwH1LG5OA2VGcauTAP2NijDsUlXxBdxKmh2rXM8Pw38XMV"
},
"layout": {
"contentType": "font/woff",
"name": "pfft_necessary.[object Object]",
"value": "APLRXDyLHFFT5owMgXl1A3nbnIU0QIDqQrN0U9Qe7uh8lG8GHZ28nQw0WrHlTZaq"
},
"template": {
"contentType": "font/ttf",
"name": "cope_chow.[object Object]",
"value": "LIufO8soAcBMegIud9aehRP1zmg2nSRUkzOXuypcedxXOBvMxsFyguvM5MdODUej"
},
"templates": [
{
"contentType": "video/mp2t",
"name": "randomize.[object Object]",
"value": "kPEql6ZvXbUha5EMKFkCAA4eV1Px5Bfkx9GqmAkeVHLW44FypqNqAEPDtFilpsd7"
},
{
"contentType": "application/java-archive",
"name": "the_joyously.[object Object]",
"value": "CfAv8CgOwcVxiwf6ViXXa8vqy1CUAqpaxhz8YjMO7NqEftQpPpuSUG0abYBpwp1C"
},
{
"contentType": "application/epub+zip",
"name": "against.[object Object]",
"value": "xSwyUEZxgIrIU5nrL8OdgVUsH5HGaKmuY0qoNqYPsuCGA4DDeo0rp3uIBI3yjFF4"
},
{
"contentType": "application/msword",
"name": "than_dead_bank.[object Object]",
"value": "0ydcmGUvsmmhsjvjJgplxK7X53W7F0ZgOllsEEQGdMAnkvOZlMA22z1zDpaK9cuH"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": false,
"skyPriority": true,
"zone": "3"
},
"zpl": {
"contentType": "application/zip",
"name": "taxicab_furthermore.[object Object]",
"value": "QTWtpmOuB2FPS1Mua4CplgVR4HFkGZ5zYvde3cUbFxeZZwlgmSrpbJYjyqlHgHsW"
}
},
"group": "tgsHou",
"loyaltyAccount": {
"id": "6d4e8f15-242a-48b6-8079-08aa65d17d04",
"latestAwardDate": "2026-03-27",
"loyaltyTierLevel": {
"atpco": "30",
"customerInsight": "00",
"name": "gold",
"number": 1,
"priority": 10,
"tag": "oRX"
},
"memberAirline": "[ob",
"memberId": "2947592413",
"membershipStartDate": "2022-05-28",
"mileage": {
"unit": "MILES",
"value": 2499
},
"pnrId": "2",
"points": 73335,
"source": "SSCI"
},
"personName": {
"first": "Marina",
"last": "Kreiger",
"middle": "Harper",
"prefix": "Miss",
"raw": "Lonnie Anderson",
"suffix": "II"
},
"priorityVerificationCard": true,
"recordLocator": "SHBZJD",
"seat": {
"column": "L",
"row": "93",
"value": "23D"
},
"source": "OTHER",
"standbyPriority": "oo",
"supplementaryData": {
"dhsStatus": 2,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "52805990990337",
"loungeAccess": false,
"selectee": false,
"skyPriority": true,
"spanishLargeFamily": true,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "KM"
},
"ticketCouponNumber": "32",
"ticketNumber": {
"airlineAccountingCode": "035",
"checkDigit": "8",
"number": "30435469337813",
"serialNumber": "8659496305"
},
"upgradePriority": "hL35G",
"zone": "1"
},
"checkedIn": true,
"checkInNumber": 618,
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "mYheE6bgZk4YLhBla82Q",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "350"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "797"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "902"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "sJxCIq0wp5VycqMKyWvU",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "256"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "435"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "001"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "775"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "9a8cL8x52nR4UTkQyEzv",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "217"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "120"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "066"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "tWlmHKRpKt7V3GCXIupV",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "819"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "389"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "572"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "XC2Ht0pqmZ31HJYEQ4si",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "508"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "152"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "999"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "Hx2trdXn9DmFyDvFSTcm",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "889"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "237"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "306"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "063"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "373"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "xAjG03Xa56Wzjznl0E8L",
"message": "It is too early for check-in.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "686"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "469"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "np6wu4z9aqqV80Nx0jVM",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "942"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "AeJtp7NGksx5T889xEyF",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "727"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "027"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "595"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "fPswJiEft69gft1tNmrV",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "364"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "835"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "463"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "183"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "772"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "LrC4GO0HFRpZQW4zrig3",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "030"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "124"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "nwaTXr2oYCEGQkx4alkk",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "263"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "082"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "485"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "g8qqreZMop4obDLDTnnK",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "540"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "472"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "861"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "769"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "459"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "NghvkG9l3W7R0Pk6axqg",
"message": "It is too early for check-in.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "110"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "767"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"flightRefs": [
"id01",
"id02"
],
"id": "1df98889-cff4-48bb-89ae-af2dfb9a65ee",
"loungeCard": {
"formattedLoungeCard": {
"image": {
"contentType": "application/x-bzip",
"name": "throughout_as_whoever.[object Object]",
"value": "HKmFRBmPNNOvJ1E8IivOX4tbod95F5L63Ks12QuAscgiw7JI5y8psYXE5qmTYkjC"
},
"pectab": {
"data": {
"contentType": "application/zip",
"name": "barracks_so.[object Object]",
"value": "u8rFJKGcD38z7vj3FntisB9yPv6mobtJwsI4dimJvt2AaL13iPGKrAz9NF95ylcv"
},
"layout": {
"contentType": "application/gzip",
"name": "instead.[object Object]",
"value": "dTqfE4ZaLy12SekPgAXNDqYTcCSISaYU2UoVrtRYRsuFQi1w6MxzoPrV2DlLgZEB"
},
"template": {
"contentType": "application/java-archive",
"name": "daily_through_bah.[object Object]",
"value": "Oe0LeBVDhyps7kBkkPbTFUkj9tIp2N5DlAb5glQ3bNzxk1oilyhSzWjz3lTrMTvM"
},
"templates": [
{
"contentType": "application/ogg",
"name": "radiant_blushing_whether.[object Object]",
"value": "6NTbPobcRn6zYNb1CXETeUQBy4GNEb5OOcbsmdalDCuldEUsKYBbzBd06tBw9T14"
},
{
"contentType": "application/vnd.oasis.opendocument.spreadsheet",
"name": "ick_relieve.[object Object]",
"value": "ZKDYi8RP82zf1zhh1aMXORLxwHB4NZfqSqNhEAA1N3aW9wkdTewWkaVp0dYB5RnJ"
},
{
"contentType": "application/zip",
"name": "who_beneath_inexperienced.[object Object]",
"value": "Kcpw6ovNZIv2O27VqXOwgqC1jLQpnvJNSWt8ns0bfiqsgLklrGRkcbQ1jZQdXGK5"
},
{
"contentType": "application/x-bzip2",
"name": "bleakly.[object Object]",
"value": "s27effwKjOCE2k4wWzChSL9TInkXThq1AgbK3ZK453GhzKJB4W49HL2f4uXJBEh2"
},
{
"contentType": "application/vnd.rar",
"name": "meadow_anti_malfunction.[object Object]",
"value": "7KNSE0mTlxyF3dXjqYHDO6Gyb6tdvHVfh6gMKgWMZ9XjXc0jVDRMA1OrxH3LkADn"
}
]
}
}
},
"preReservedSeat": {
"airExtraRef": "90c3a3d0-9163-46f3-84b1-03f7821b0554",
"offerId": "4adad940-73da-4440-962c-f5cf6de432ea",
"offerItemId": "23bedb6d-98ef-4f40-a154-7697cbb52dfd",
"type": "WINDOW",
"value": "9A"
},
"priorityCode": "iij",
"seat": {
"airExtraRef": "24851fd1-5caa-4df6-bbd8-5ccafd35d8d6",
"offerId": "0d761e3b-a09c-48f1-8c24-14e5381bb30d",
"offerItemId": "158ef61b-eca4-4fc0-9d7e-3cc89493d089",
"type": "WINDOW",
"value": "pm"
},
"status": "CHECKED_IN",
"upgradeCode": "VJ3"
},
{
"boardingPass": {
"agent": {
"city": "CYO",
"country": "YE",
"sign": "GlJ"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 7.9
},
"checkedInBaggage": {
"bagTagNumber": [
"87654321",
"12345678",
"11223344"
],
"quantity": 2,
"totalWeight": {
"unit": "LB",
"value": 1.9
}
}
},
"barCode": "Uj15BhUtYeYUhISWaW2ZNh8v5P5jhQIdkNNXo9Cl",
"checkInSequenceNumber": "007",
"deck": {
"code": "UPPER",
"value": "MAIN"
},
"displayData": {
"accommodation": "BUSINESS",
"agentCityName": "Manleyfort",
"arrivalAirportName": "East Joanny",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "6528",
"cabinClassCode": "S",
"cabinText": "BUSINESS",
"carryOnText": "NO CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Odessa",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "7351",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "7319",
"estimatedDepartureDate": "2027-03-11T00:00:00.0Z",
"estimatedDepartureTime": "5175",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "PLATINUM",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "Qljn",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "3534",
"scheduledDepartureDate": "2026-10-07T00:00:00.0Z",
"scheduledDepartureTime": "1865",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "widebody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 1658.96,
"atpcoRule": "Qyov",
"atpcoTariff": 1,
"bookingClass": "m",
"brand": "D2",
"cabinClass": "PREMIUM_ECONOMY",
"cabinClassCode": "K",
"discountCategory": "35",
"fareBasisCode": "iyemPs",
"governingAirline": "[ob",
"id": "416881bb-63bc-4b4a-9d1a-aa617bedf483",
"operatingBookingClass": "A",
"privateTariff": true,
"type": "NLX",
"vendor": {
"code": "ATP",
"value": "SABRE_MYFARES_SUBSCRIBERS"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "EG",
"arrivalFlightScheduleStatus": "EARLY",
"arrivalTerminal": "zF",
"arrivalTime": "2026-07-30T00:00:00.0Z",
"boardingTime": "1943-01-17T19:05:04.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "VG",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "qD",
"departureTerminal": "gU",
"departureTime": "2026-12-23T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3245
},
"equipment": "699",
"estimatedArrivalTime": "1957-10-26T20:04:15.0Z",
"estimatedDepartureTime": "1944-02-19T07:22:58.0Z",
"flightDuration": 415,
"flightNumber": "1",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-11-10T00:00:00.0Z",
"departureTime": "2026-11-11T00:00:00.0Z",
"duration": 64,
"elapsedTime": 127
},
{
"airport": "[ob",
"arrivalTime": "2026-08-19T00:00:00.0Z",
"departureTime": "2026-09-22T00:00:00.0Z",
"duration": 128,
"elapsedTime": 294
},
{
"airport": "[ob",
"arrivalTime": "2026-08-10T00:00:00.0Z",
"departureTime": "2026-12-10T00:00:00.0Z",
"duration": 47,
"elapsedTime": 74
},
{
"airport": "[ob",
"arrivalTime": "2026-08-07T00:00:00.0Z",
"departureTime": "2027-07-01T00:00:00.0Z",
"duration": 165,
"elapsedTime": 186
}
],
"iatci": true,
"id": "936a3d21-2588-4563-a2c1-f4f6630a097a",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "7907",
"span": "INTERNATIONAL",
"status": "ON TIME",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 499
},
"formattedBoardingPass": {
"document": {
"contentType": "application/x-7z-compressed",
"name": "empty.[object Object]",
"value": "BW7Spijaq0pJ4U6wnQhvBvYKluc2vF378gfy0f9Yl0o6iW5qqOXRksTt2LUEHEpg"
},
"image": {
"contentType": "application/x-freearc",
"name": "oof_swat_mid.[object Object]",
"value": "GZZYfu6lDA0zRLmKnc4vLB0jHoLnT72idHTORmxiVDmLXXYLcWQY9GSyZGpbvRK7"
},
"pectab": {
"data": {
"contentType": "audio/ogg",
"name": "oblong_instead_pigpen.[object Object]",
"value": "1c69xcdS23V6WyDFaldhWKq9pfn3PD8vgGP00L2Z8FdIxXd8HSqyfhPV43dntvFX"
},
"layout": {
"contentType": "text/plain",
"name": "whoa_annually_ouch.[object Object]",
"value": "SY7JTT4WhN8cHIIQMrsaUUXkWwb0RXKdZFK9HWH3PHoyLyPgqz5dqwEfQNMrmWTZ"
},
"template": {
"contentType": "image/vnd.microsoft.icon",
"name": "beautifully_finally.[object Object]",
"value": "jyuOum7Ku3quSqMUEgMFMGpPAoNK8AxOt9zslL6LXgR0w27s8ABCsjXQW7ACulBt"
},
"templates": [
{
"contentType": "font/otf",
"name": "unabashedly.[object Object]",
"value": "f84osTn5MGsDk7xZ180f9HX46xuJCo8IAW3tzrcM1wb1bZcp1uPw4C3nGJPVS83G"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": false,
"skyPriority": true,
"zone": "6"
},
"zpl": {
"contentType": "text/calendar",
"name": "nor.[object Object]",
"value": "vKqTySA1e7bKcGehw6OsJK9gWNe9u5hjHbtJq0QuDzIT7Y2gIwApX7UORsaMMZsw"
}
},
"group": "2CPlO3",
"loyaltyAccount": {
"id": "3f3f9ce6-14a3-4ef6-bbcc-a9515b6b5839",
"latestAwardDate": "2026-02-21",
"loyaltyTierLevel": {
"atpco": "52",
"customerInsight": "61",
"name": "platinum",
"number": 2,
"priority": 9,
"tag": "cfr"
},
"memberAirline": "[ob",
"memberId": "9796884468",
"membershipStartDate": "2021-10-12",
"mileage": {
"unit": "MILES",
"value": 1088
},
"pnrId": "8",
"points": 32584,
"source": "PNR"
},
"personName": {
"first": "Dean",
"last": "Gulgowski",
"middle": "Noah",
"prefix": "Ms.",
"raw": "Bethany King-Reynolds",
"suffix": "I"
},
"priorityVerificationCard": false,
"recordLocator": "ZFNBUD",
"seat": {
"column": "O",
"row": "87",
"value": "28E"
},
"source": "HOST",
"standbyPriority": "KM",
"supplementaryData": {
"dhsStatus": 3,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "64324995842679",
"loungeAccess": false,
"selectee": true,
"skyPriority": true,
"spanishLargeFamily": true,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "PA"
},
"ticketCouponNumber": "08",
"ticketNumber": {
"airlineAccountingCode": "988",
"checkDigit": "9",
"number": "52209689389219",
"serialNumber": "0600716301"
},
"upgradePriority": "fqIB2",
"zone": "8"
},
"checkedIn": true,
"checkInNumber": 592,
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "NcXjwiVBYJcEtWqeybZT",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "183"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "888"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "860"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "VYOYNoOpNSJ8f6SHLLZL",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "001"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "n2yszy8HadkvtOJh4p7S",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "082"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "371"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "441"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INVALID_FLIGHT",
"details": "phWKTMQWlUjJlhPV1Niq",
"message": "Booking has been cancelled.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "821"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "173"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "772"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "951"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "6S1uUImQKj02LwYpMpc0",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "830"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "446"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "VBO68uhguLNBVk2uOYFN",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "460"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "471"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "150"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "056"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "GpWDHcx0pPl6rYQYbS06",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "611"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "442"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "670"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"flightRefs": [
"id01",
"id02"
],
"id": "7df845d6-7c01-4123-a579-44ba042d95b9",
"loungeCard": {
"formattedLoungeCard": {
"image": {
"contentType": "audio/wav",
"name": "drat.[object Object]",
"value": "kKZG6oz9PXo6esFJ8v9GtRfSNt8JgyD7S8lX2scEDdCJnhFNVfBftWXLedPKc0Ko"
},
"pectab": {
"data": {
"contentType": "video/mpeg",
"name": "aw.[object Object]",
"value": "pC2TsscM6TowWRYNrsjqbgWB79zEuzORswo7EutOzW0P2RmaJJjRWaVe53EkNLUL"
},
"layout": {
"contentType": "application/x-bzip2",
"name": "whenever.[object Object]",
"value": "U2noeXL160QcSQYpFLJoF53DR92DpBSUlDHjFDJSJYbb3RSdP7C6aONJVAl1hYDg"
},
"template": {
"contentType": "image/tiff",
"name": "pike.[object Object]",
"value": "IsDWRMvZw0FeGthr3sJtpKsGeKfVfxhMts4S6ZWTRDg7erDdy86NvEc6kTmoWXWh"
},
"templates": [
{
"contentType": "application/ogg",
"name": "sock.[object Object]",
"value": "rkAnrjN2AF6UNNSEB9LSaJivrHI1RE8MMGQrydShKOMPbcqh7XYQ7ggGGcRHKSE1"
}
]
}
}
},
"preReservedSeat": {
"airExtraRef": "b416bab1-2bc9-4aee-9ff2-fa467cb89ab3",
"offerId": "ab3d2ee3-aa40-4573-bdc4-7a01b83b3245",
"offerItemId": "4e2514da-7978-48ef-a38c-7e9929d9ad20",
"type": "WINDOW",
"value": "rM"
},
"priorityCode": "tCd",
"seat": {
"airExtraRef": "138b75ac-e758-49fc-8dcf-2c10ca6abe12",
"offerId": "530e1459-2fa4-43d3-ae33-4564760c9bc9",
"offerItemId": "bba354d4-099e-4d4d-bdaf-71900880221d",
"type": "WINDOW",
"value": "3h"
},
"status": "NOT_CHECKED_IN",
"upgradeCode": "KB1"
},
{
"boardingPass": {
"agent": {
"city": "KuX",
"country": "DM",
"sign": "wdU"
},
"baggage": {
"carryOnWeight": {
"unit": "KG",
"value": 5.2
},
"checkedInBaggage": {
"bagTagNumber": [
"11223344",
"12345678"
],
"quantity": 1,
"totalWeight": {
"unit": "KG",
"value": 18.2
}
}
},
"barCode": "0YB9q5p0VtcDnkBhIsL3YfnWQsq7U7mZ4sFbuTEG",
"checkInSequenceNumber": "552",
"deck": {
"code": "MAIN",
"value": "MAIN"
},
"displayData": {
"accommodation": "BUSINESS",
"agentCityName": "Port Charlotte",
"arrivalAirportName": "Port Liza",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "3624",
"cabinClassCode": "X",
"cabinText": "FIRST CLASS",
"carryOnText": "CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Kihnville",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "5894",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "0315",
"estimatedDepartureDate": "2027-07-06T00:00:00.0Z",
"estimatedDepartureTime": "7285",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "PLATINUM",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "VIM5",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "2531",
"scheduledDepartureDate": "2027-03-24T00:00:00.0Z",
"scheduledDepartureTime": "0801",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "regional",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 857.31,
"atpcoRule": "3wHf",
"atpcoTariff": 40,
"bookingClass": "w",
"brand": "y1",
"cabinClass": "PREMIUM_FIRST",
"cabinClassCode": "m",
"discountCategory": "35",
"fareBasisCode": "Bm26iM",
"governingAirline": "[ob",
"id": "e0f37498-1880-4b9b-bf00-54041e957dd7",
"operatingBookingClass": "H",
"privateTariff": true,
"type": "NLX",
"vendor": {
"code": "SITA",
"value": "SABRE_MYFARES_AIRLINES"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "MT",
"arrivalFlightScheduleStatus": "EARLY",
"arrivalTerminal": "1N",
"arrivalTime": "2027-05-09T00:00:00.0Z",
"boardingTime": "1931-09-10T05:23:10.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "HK",
"departureFlightScheduleStatus": "DELAYED",
"departureGate": "iZ",
"departureTerminal": "lx",
"departureTime": "2026-07-28T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3606
},
"equipment": "875",
"estimatedArrivalTime": "1928-08-02T22:19:48.0Z",
"estimatedDepartureTime": "1955-11-28T04:35:27.0Z",
"flightDuration": 108,
"flightNumber": "65",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-01-07T00:00:00.0Z",
"departureTime": "2027-03-07T00:00:00.0Z",
"duration": 166,
"elapsedTime": 227
},
{
"airport": "[ob",
"arrivalTime": "2026-10-07T00:00:00.0Z",
"departureTime": "2027-05-13T00:00:00.0Z",
"duration": 177,
"elapsedTime": 67
},
{
"airport": "[ob",
"arrivalTime": "2026-10-11T00:00:00.0Z",
"departureTime": "2026-10-22T00:00:00.0Z",
"duration": 172,
"elapsedTime": 125
},
{
"airport": "[ob",
"arrivalTime": "2027-03-17T00:00:00.0Z",
"departureTime": "2026-08-28T00:00:00.0Z",
"duration": 165,
"elapsedTime": 138
},
{
"airport": "[ob",
"arrivalTime": "2027-03-31T00:00:00.0Z",
"departureTime": "2026-08-24T00:00:00.0Z",
"duration": 47,
"elapsedTime": 164
}
],
"iatci": false,
"id": "6ac7fc7b-944e-4790-9830-faac3bd445ff",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "93",
"span": "INTERNATIONAL",
"status": "CANCELLED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": true,
"throughFlight": false,
"timeToDeparture": 520
},
"formattedBoardingPass": {
"document": {
"contentType": "application/vnd.apple.installer+xml",
"name": "rise_inconsequential.[object Object]",
"value": "EPodVw34hDB73eWARL7SWjgmj1wjgUMlGWU2UVZhB9JqGintJkkG9p8KXFKUbHSC"
},
"image": {
"contentType": "audio/3gpp2",
"name": "beside_pip.[object Object]",
"value": "pl2xf0E4rlMEsxazJV54xRQcjjPtXsVANYAfwzWb0y6iGiDwZHclrl9B2bo9UdTo"
},
"pectab": {
"data": {
"contentType": "image/webp",
"name": "finally_offset_interchange.[object Object]",
"value": "xJOIyk0CwSyUEeUnlD8r6SRKGViiHVYYNrwz39MYF4Jalwns8lmvaucoQcvbiVbQ"
},
"layout": {
"contentType": "video/mp4",
"name": "respray.[object Object]",
"value": "GRs4tBqBuBcQgt3YnTVcF2tIRlevPFgWTurwdECygjp5Y5cJA65EOk9tX1BQGoNT"
},
"template": {
"contentType": "image/bmp",
"name": "by_minor_utilized.[object Object]",
"value": "5R8NOk0pNmT6UQEgt2wYvCEBfQfuITzycqjHSEf3T2xpiKrVVCzveVY9VBmt3rkO"
},
"templates": [
{
"contentType": "application/x-csh",
"name": "unlike.[object Object]",
"value": "snyIM2rsG1nNAUUks0NMVCO4Deyo2eZqUSIlkKWTHBjgxCVvZsxfLMFWZusTdnzc"
},
{
"contentType": "audio/midi",
"name": "fraudster_poppy.[object Object]",
"value": "zwNapDUxvvHkIL6JEVuoJcOlExsvyt79deVM6dPUNI1lkLca8NSe67elCq6Zzz88"
},
{
"contentType": "video/ogg",
"name": "heroine_notwithstanding_whale.[object Object]",
"value": "DaHfzbz8Iuqi2ATJTidxzjEnssVJ7tcqumMlPlK2g9GSf1O6BC2NsW97Eg8IXvGD"
},
{
"contentType": "application/zip",
"name": "blah_underpants_slowly.[object Object]",
"value": "dZxlRdSOjHF7173q1OBVpBVYxofX0TDPnj5luCeZor0U8Uks1XVMZOyduNlJYQvA"
}
]
},
"supplementaryData": {
"accommodation": "FIRST CLASS",
"selectee": false,
"skyPriority": true,
"zone": "7"
},
"zpl": {
"contentType": "audio/wav",
"name": "valuable_rarely.[object Object]",
"value": "BWjaLQGsqjBDTnwuHUdiWTW2Dwh24o8p66fouozfZQRCqG1WbHpNsQOwdKKbTYu7"
}
},
"group": "efKKIg",
"loyaltyAccount": {
"id": "0bdf6bec-c1f1-4638-8cba-32c864719cb7",
"latestAwardDate": "2026-02-17",
"loyaltyTierLevel": {
"atpco": "36",
"customerInsight": "66",
"name": "platinum",
"number": 3,
"priority": 10,
"tag": "REv"
},
"memberAirline": "[ob",
"memberId": "6329829841",
"membershipStartDate": "2025-05-03",
"mileage": {
"unit": "MILES",
"value": 4262
},
"pnrId": "6",
"points": 84880,
"source": "SSCI"
},
"personName": {
"first": "Fleta",
"last": "Friesen",
"middle": "Parker",
"prefix": "Mr.",
"raw": "Tom Murphy",
"suffix": "MD"
},
"priorityVerificationCard": false,
"recordLocator": "CUKZPR",
"seat": {
"column": "j",
"row": "25",
"value": "15F"
},
"source": "EXTERNAL",
"standbyPriority": "za",
"supplementaryData": {
"dhsStatus": 2,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "09459764701005",
"loungeAccess": true,
"selectee": false,
"skyPriority": true,
"spanishLargeFamily": false,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "EG"
},
"ticketCouponNumber": "57",
"ticketNumber": {
"airlineAccountingCode": "889",
"checkDigit": "4",
"number": "58884788759463",
"serialNumber": "5227038100"
},
"upgradePriority": "AcVGr",
"zone": "9"
},
"checkedIn": true,
"checkInNumber": 67,
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "qc6ApGZd7ScFoQeCe4tZ",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "748"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": true,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "rrC3byPZBcRNi7djeiHE",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "979"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "617"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "052"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "SpOBiKVaj2qq8KVl6i6G",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "127"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "032"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "184"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "669"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "711"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INVALID_FLIGHT",
"details": "L8RZWi0PrlJgzRcRZRBA",
"message": "It is too early for check-in.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "339"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "210"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "8X3yR8888uVl1Oo5Irjf",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "365"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "828"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "770"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "157"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "mcKkmYHN3zYg6gqJPlcs",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "249"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "269"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "615"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "187"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "1OfgrYYP0kBUXLE86cQM",
"message": "Booking has been cancelled.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "273"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "778"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "ERFORjMxdNrnta9PNQzO",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "813"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "942"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "311"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "625"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "PHEqiXpuHOShXl9sa9f3",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "877"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "481"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "742"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"flightRefs": [
"id01",
"id02"
],
"id": "f662f33c-93bc-4ccc-9a08-e98b8585a2c3",
"loungeCard": {
"formattedLoungeCard": {
"image": {
"contentType": "video/3gpp",
"name": "suv_wrongly.[object Object]",
"value": "qGvpL55tM91YVKpzLFHQlzLv9sfsxlxpMuwerZxmjRn8sNzcDNQBmvEohWCsmRTV"
},
"pectab": {
"data": {
"contentType": "image/tiff",
"name": "before_righteously.[object Object]",
"value": "uMmR4znmjp2nYkbgJmG3MYxuiSOdy2z9ANBcYoaQb8ynr2Xqxf3eRcaTJgu4dBZ7"
},
"layout": {
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"name": "inculcate_blank_fathom.[object Object]",
"value": "MvqCvovrChVSSf1KOHgWognR7bqA5Ax1eCFqbusfZ5t1BbkbaBEUXUTYOKYjVCT2"
},
"template": {
"contentType": "application/rtf",
"name": "wretched_past.[object Object]",
"value": "wAL2DAvGB2094c3dQr8ESqvbXGnOqQAgq4X8jZzjPtaH9cAz1eACgfqjqNJWHR9D"
},
"templates": [
{
"contentType": "application/x-freearc",
"name": "lest.[object Object]",
"value": "FLAF16YbOYjdU9XTTfUI5KPfJMRCWInZ0Sgz7hHdpgRwypkvP3mFj8lGCISXpZP6"
}
]
}
}
},
"preReservedSeat": {
"airExtraRef": "62fc5125-00ca-4124-8e1a-4632d0a7680b",
"offerId": "252bf7e7-bf58-412d-8ef3-4d6f03fabe80",
"offerItemId": "10ca47ea-eb86-4608-9b94-7ca40e1f610f",
"type": "WINDOW",
"value": "Cb"
},
"priorityCode": "tOG",
"seat": {
"airExtraRef": "770c1491-6ee3-4e7f-a1c3-d761259f66da",
"offerId": "cc92d807-5ced-4a9f-bf40-bab03522f787",
"offerItemId": "a3c1fd33-0ac5-4b4f-af51-0d131ea225df",
"type": "MIDDLE",
"value": "Zu"
},
"status": "OFFLOADED",
"upgradeCode": "q1c"
}
],
"passengerOffer": {
"offerId": "0b84d769-bb5b-4086-ad38-83ec6692",
"offerItems": [
{
"annotations": [
{
"key": "bBkxfh",
"value": "FtrmmsTaTf"
},
{
"key": "HmhRhn",
"value": "KOllMClUvM"
},
{
"key": "ZEDFpZ",
"value": "ppckPZJoZJ"
},
{
"key": "LRyNxg",
"value": "CIqjGwtSdN"
},
{
"key": "KfJZlJ",
"value": "UHNKMTtqHK"
}
],
"availableQuantity": 27,
"bannerName": "Fresh",
"characteristics": [
"CH 1A W"
],
"offerItemId": "4bf9c206-676e-44d4-9c51-b0d55a69",
"offerName": "Incredible Ceramic Computer",
"price": {
"currency": "DOP",
"value": 226.44
},
"priority": 3
},
{
"annotations": [
{
"key": "SOFsPI",
"value": "twpgCJQuvS"
},
{
"key": "NoxMTp",
"value": "hblTFapshi"
},
{
"key": "mAQhMQ",
"value": "KsPoePdNci"
},
{
"key": "jIlBcw",
"value": "TPlabmojJr"
}
],
"availableQuantity": 5,
"bannerName": "Frozen",
"characteristics": [
"CH 1A W"
],
"offerItemId": "dd51cef2-df5e-4e30-bcb8-2d013be7",
"offerName": "Practical Ceramic Bacon",
"price": {
"currency": "DZD",
"value": 196.35
},
"priority": 5
},
{
"annotations": [
{
"key": "kgDdUs",
"value": "gLbFYlnmMX"
}
],
"availableQuantity": 8,
"bannerName": "Oriental",
"characteristics": [
"CH 1A W"
],
"offerItemId": "709cab79-648d-4e78-ba88-5d842f23",
"offerName": "Soft Ceramic Pants",
"price": {
"currency": "MVR",
"value": 235.48
},
"priority": 3
},
{
"annotations": [
{
"key": "YNjkXE",
"value": "OVPOQjwdxG"
},
{
"key": "OOcBBq",
"value": "oeKFSqYgMW"
},
{
"key": "osuxnB",
"value": "acYZLlvPKn"
},
{
"key": "PEFohp",
"value": "zIElWxZKfn"
}
],
"availableQuantity": 18,
"bannerName": "Awesome",
"characteristics": [
"CH 1A W"
],
"offerItemId": "04c1d37d-5214-4943-ac66-9bc09fa8",
"offerName": "Gorgeous Granite Towels",
"price": {
"currency": "TND",
"value": 469.08
},
"priority": 7
},
{
"annotations": [
{
"key": "vStKHv",
"value": "PYGcorQJyX"
},
{
"key": "evrxlk",
"value": "lIFyvlBvCT"
},
{
"key": "cuKLUF",
"value": "wnZzOVNODp"
},
{
"key": "SEwrDC",
"value": "ZsLBEFdpOd"
},
{
"key": "RtrziU",
"value": "upcLaQbzEZ"
}
],
"availableQuantity": 35,
"bannerName": "Generic",
"characteristics": [
"CH 1A W"
],
"offerItemId": "8d1815d5-5d16-4acc-99ae-9a6400a2",
"offerName": "Awesome Bamboo Hat",
"price": {
"currency": "AFN",
"value": 63.42
},
"priority": 5
}
]
},
"passengerType": "ADT",
"segmentRef": "7f2803a8-7ff5-4417-b520-f625beda980e",
"upgradeAvailability": [
{
"bookingClassAvailabilityRef": "6aa367ed-033a-44a0-aebe-b875f63f0ab6",
"cabin": "Y",
"description": "Premium Economy",
"id": "71dad3c5-8e04-4488-9ff6-684bbc552169",
"pricedAncillaryRef": "813dd1bc-5654-443a-89a7-c0367a786e71"
},
{
"bookingClassAvailabilityRef": "aefdbb3c-9456-4a66-90dc-cab46b2860a5",
"cabin": "F",
"description": "Premium Economy",
"id": "fb8ca250-eee3-4d22-8885-7b288568b48e",
"pricedAncillaryRef": "130fbf6b-ed73-4225-bd8d-642e4e3adec5"
}
]
},
{
"additionalTravelInformation": {
"residencyDocumentType": {
"id": "d4fdd3c8-3bda-4944-99b6-052a9899d8ae",
"residencyCountry": "GR",
"value": "REENTRY_PERMIT"
},
"returnDate": {
"id": "b5df362a-6333-4e29-baba-861ad36b91aa",
"value": "2027-01-07"
},
"stayType": {
"id": "37c429fb-d737-4b50-8f11-1bb5ee23b8d8",
"value": "BUSINESS"
},
"timaticDocumentType": {
"id": "5f119f33-2758-42d1-b0bb-963761bb7ea8",
"value": "ALIENS_PASSPORT"
},
"visaVerified": {
"id": "180933c7-18b5-4f1c-b748-b398cecdc9fe",
"value": true
}
},
"airExtra": [
{
"airExtraBundleRef": "6249ecb4-b272-4141-b08e-ce22726b9516",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": false,
"customRules": {
"applyHighestTierLevel": true,
"convertible": false,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 7
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "4",
"value": "ITEM"
},
"formOfRefund": {
"code": "1",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 2
},
"freeOfChargeRules": [
"BOOKING_REQUIRED",
"EMD_REQUIRED",
"BOOKING_REQUIRED"
],
"interlineable": true,
"inventoryControlled": true,
"paperTicketRequired": false,
"purchaseAtTicketIssue": true,
"purchaseBy": "2027-02-08",
"refundable": true,
"tourCode": "t6l10L"
},
"bagType": "BIKE",
"bookingMethod": {
"code": "8_",
"value": "PER_SERVICE_RECORD"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "LOUNGE ACCESS",
"displayOnly": false,
"electronicMiscDocType": {
"code": "2",
"consumedAtIssuance": true,
"value": "STANDALONE"
},
"group": "SEA",
"id": "Fr1jjY",
"reasonForIssuance": {
"code": "G",
"value": "AIRPORT_SERVICES"
},
"sequenceNumber": 99,
"serviceType": {
"code": "uM",
"value": "DISCLOSURE"
},
"specialService": {
"code": "WCHR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 89,
"min": 1,
"name": "SIZE",
"optional": false,
"type": "TEXT",
"unit": "IN"
},
{
"allowedValue": [
"DOG"
],
"max": 24,
"min": 5,
"name": "SIZE",
"optional": true,
"type": "ENUM",
"unit": "LB"
},
{
"allowedValue": [
"DOG"
],
"max": 58,
"min": 1,
"name": "AGE",
"optional": true,
"type": "ENUM",
"unit": "CM"
}
]
},
"type": "NOTALLOWED"
},
"ssimCode": "0jD",
"subCode": "423",
"vendor": "SABR",
"weight": [
{
"unit": "KILOGRAM",
"value": 34.1
},
{
"unit": "KILOGRAM",
"value": 29.5
}
]
},
"bookingIndicator": "57",
"disassociated": true,
"emdNumber": {
"number": "19096114054060"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "24",
"segmentRef": "d15cb79c-620d-4b16-bfc3-4a3f64185e92"
},
{
"emdCouponNumber": "63",
"segmentRef": "3ec03f22-2ea6-4590-b541-9f3a83edc3ee"
},
{
"emdCouponNumber": "11",
"segmentRef": "ec110a0b-756b-4102-9c57-33d2cdeac43e"
},
{
"emdCouponNumber": "45",
"segmentRef": "29198426-da28-4bcb-80ef-13742de40ddb"
}
]
},
"feeApplicationIndicator": "43",
"id": "9e2c451b-c401-4dc0-83f2-a21ad3ce3fc7",
"miscFee": {
"dealName": "SPRING DEAL",
"group": "BG",
"id": "e3524c51-ef22-41c2-afc3-af0d34bcb3f1",
"offerName": "OFFER A",
"reasonForIssuance": "A",
"subCode": "402"
},
"offerId": {
"id": "5a71d5c1-f5e0-4a53-91a3-884ec89fdb20",
"itemId": "c5c03d0a-6fe9-4de0-aef2-ff1d99782f1f"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "HD",
"value": "PENDING"
},
"pnrId": "KPNCKK",
"quantity": 4,
"specialServiceDescription": {
"code": "Fman",
"properties": {
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "469"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "798"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "680"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "967"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "428"
}
]
},
"text": "rUHPcyOFNmhyREy"
},
"syntheticIdentifier": "13885648680409558641",
"taxExemption": false,
"ticketUsedForEmdPricing": "Y",
"type": "MISC_FEE",
"weight": {
"unit": "KILOGRAM",
"value": 23.3
}
},
{
"airExtraBundleRef": "3aa95730-2dad-40e7-9bff-885d1bd1dfb2",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": false,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 4
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "4",
"value": "ITEM"
},
"formOfRefund": {
"code": "1",
"value": "ORIGINAL"
},
"freeAllowanceEligibility": {
"quantity": 2
},
"freeOfChargeRules": [
"EMD_REQUIRED",
"BOOKING_REQUIRED"
],
"interlineable": false,
"inventoryControlled": false,
"paperTicketRequired": true,
"purchaseAtTicketIssue": false,
"purchaseBy": "2026-09-07",
"refundable": false,
"tourCode": "fVpqoS"
},
"bagType": "SURF",
"bookingMethod": {
"code": "5_",
"value": "CONTACT_AIRLINE"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "PRIORITY BOARDING",
"displayOnly": false,
"electronicMiscDocType": {
"code": "2",
"consumedAtIssuance": false,
"value": "FLIGHT_COUPON_ASSOCIATED"
},
"group": "SEA",
"id": "uBJolP",
"reasonForIssuance": {
"code": "B",
"value": "FINANCIAL_IMPACT"
},
"sequenceNumber": 80,
"serviceType": {
"code": "jF",
"value": "CHARGES"
},
"specialService": {
"code": "PETC",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 51,
"min": 3,
"name": "WEIGHT",
"optional": false,
"type": "ENUM",
"unit": "LB"
},
{
"allowedValue": [
"DOG"
],
"max": 12,
"min": 3,
"name": "WEIGHT",
"optional": true,
"type": "DECIMAL",
"unit": "IN"
},
{
"allowedValue": [
"DOG"
],
"max": 47,
"min": 1,
"name": "SIZE",
"optional": true,
"type": "ENUM",
"unit": "LB"
}
]
},
"type": "STRUCTURED"
},
"ssimCode": "G5z",
"subCode": "704",
"vendor": "SABR",
"weight": [
{
"unit": "KILOGRAM",
"value": 34.3
},
{
"unit": "KILOGRAM",
"value": 21.8
},
{
"unit": "KILOGRAM",
"value": 48
}
]
},
"bookingIndicator": "21",
"disassociated": true,
"emdNumber": {
"number": "17115126383595"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "88",
"segmentRef": "f8cb6625-11ea-4c0e-9560-3198dc44196f"
},
{
"emdCouponNumber": "48",
"segmentRef": "6c7de341-ebd7-4a89-bf90-a87e1147ba2b"
},
{
"emdCouponNumber": "77",
"segmentRef": "3432fec1-ab84-467e-8327-1432068db106"
}
]
},
"feeApplicationIndicator": "51",
"id": "483cefb1-4a3d-428e-ace5-d9805febe4ac",
"miscFee": {
"dealName": "WINTER SALE",
"group": "BG",
"id": "a896adfb-682a-4d2d-8ad2-c81e388f97a5",
"offerName": "OFFER A",
"reasonForIssuance": "R",
"subCode": "497"
},
"offerId": {
"id": "d64ea933-dfc1-4441-bddb-cd816ea98f9a",
"itemId": "a0c2a19d-ec2b-4a20-a3b0-2fe38beacc68"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "OK",
"value": "REJECTED"
},
"pnrId": "FXMSBZ",
"quantity": 1,
"specialServiceDescription": {
"code": "bJym",
"properties": {
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "737"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "351"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "734"
}
]
},
"text": "KPzQEfiUCvQllOm"
},
"syntheticIdentifier": "96477570380853741642",
"taxExemption": true,
"ticketUsedForEmdPricing": "N",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 30.9
}
},
{
"airExtraBundleRef": "d58a792e-60a4-4296-888a-24248379a3be",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": true,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 8
},
"exchangeable": false,
"feeApplicationMethod": {
"code": "1",
"value": "PER_5KG_OVER_FREE_BAGGAGE_ALLOWANCE"
},
"formOfRefund": {
"code": "2",
"value": "ORIGINAL"
},
"freeAllowanceEligibility": {
"quantity": 5
},
"freeOfChargeRules": [
"EMD_REQUIRED"
],
"interlineable": true,
"inventoryControlled": false,
"paperTicketRequired": true,
"purchaseAtTicketIssue": true,
"purchaseBy": "2027-03-30",
"refundable": false,
"tourCode": "uhhNCh"
},
"bagType": "GOLF",
"bookingMethod": {
"code": "6@",
"value": "ANY_ALLOWED"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "UPTO50LB 23KG",
"displayOnly": false,
"electronicMiscDocType": {
"code": "3",
"consumedAtIssuance": true,
"value": "FLIGHT_COUPON_ASSOCIATED"
},
"group": "SEA",
"id": "AFLTAQ",
"reasonForIssuance": {
"code": "A",
"value": "AIRPORT_SERVICES"
},
"sequenceNumber": 47,
"serviceType": {
"code": "5H",
"value": "PREPAID"
},
"specialService": {
"code": "UMNR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 83,
"min": 2,
"name": "WEIGHT",
"optional": true,
"type": "DECIMAL",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 34,
"min": 4,
"name": "SIZE",
"optional": false,
"type": "ENUM",
"unit": "IN"
},
{
"allowedValue": [
"DOG"
],
"max": 52,
"min": 1,
"name": "WEIGHT",
"optional": false,
"type": "ENUM",
"unit": "KG"
},
{
"allowedValue": [
"DOG"
],
"max": 16,
"min": 1,
"name": "WEIGHT",
"optional": false,
"type": "DECIMAL",
"unit": "LB"
},
{
"allowedValue": [
"DOG"
],
"max": 20,
"min": 4,
"name": "SIZE",
"optional": true,
"type": "ENUM",
"unit": "KG"
}
]
},
"type": "REQUIRED"
},
"ssimCode": "IS2",
"subCode": "079",
"vendor": "SABR",
"weight": [
{
"unit": "KILOGRAM",
"value": 36.3
},
{
"unit": "KILOGRAM",
"value": 47.7
},
{
"unit": "KILOGRAM",
"value": 5
}
]
},
"bookingIndicator": "10",
"disassociated": true,
"emdNumber": {
"number": "68275085214139"
},
"emdPaperIndicator": "E",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "72",
"segmentRef": "866e2ad4-f562-43aa-b714-ef49247d1daf"
}
]
},
"feeApplicationIndicator": "41",
"id": "abe658a6-e410-43a7-a73e-58a195b577d1",
"miscFee": {
"dealName": "WINTER SALE",
"group": "BG",
"id": "e5751bbb-9edc-4faa-8f1b-15dc444853d0",
"offerName": "OFFER A",
"reasonForIssuance": "R",
"subCode": "514"
},
"offerId": {
"id": "31a24363-9f8e-4bc8-9aa9-00c167349f97",
"itemId": "16f94f24-370f-4d61-b7c4-4170e8c5ac3a"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "OK",
"value": "UNSUPPORTED"
},
"pnrId": "BCQPAP",
"quantity": 5,
"specialServiceDescription": {
"code": "DdWR",
"properties": {
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "815"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "632"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "457"
}
]
},
"text": "AXIFFKCQpBGSjSX"
},
"syntheticIdentifier": "18039185138004678073",
"taxExemption": false,
"ticketUsedForEmdPricing": "Y",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 33.8
}
}
],
"baggagePoolId": 885,
"editCodes": {
"editCode": [
{
"code": "QW",
"id": "9da9c4d1-9c40-4b99-9d9f-f5dc89b4bf08",
"text": [
{
"id": "8fdf88c1-5830-4198-8e96-0d69b065816a",
"lineId": "95",
"value": "zaUohYbWokSapze"
}
]
},
{
"code": "tr",
"id": "f6cb42aa-113f-4523-954b-a3e9dc94c14f",
"text": [
{
"id": "f8243116-49e0-4b17-b556-799f01ab52e8",
"lineId": "78",
"value": "eLltqGwZaMtgkdw"
},
{
"id": "1f6b8491-1d01-40d0-8ada-62f211e89ddb",
"lineId": "78",
"value": "ZFiuxztGhnkcXql"
},
{
"id": "a4959a1e-0b4c-4b7a-8a3e-b3200a026e26",
"lineId": "08",
"value": "EBJlhPeZODMuFJs"
},
{
"id": "e080b22b-0fdd-4b94-9049-bb8306324cf0",
"lineId": "56",
"value": "wCAsQcqvjMKCtMw"
},
{
"id": "5631037e-595e-4bb4-8f5a-547ae1e1b628",
"lineId": "86",
"value": "IiAGtOtmYHdJkOj"
}
]
},
{
"code": "Ll",
"id": "1495c0f8-feaf-4422-a8ad-fe27cb3b4b8c",
"text": [
{
"id": "835b2c23-5543-4e31-8638-1ea8ba7dc320",
"lineId": "51",
"value": "jdlAPffSlYipWES"
},
{
"id": "80f7a579-0441-4b81-bb55-121f592f9d85",
"lineId": "86",
"value": "DfZEBrIQCXKHgpP"
},
{
"id": "5ab7837c-53dd-482f-a6e0-dbc54bfeb042",
"lineId": "28",
"value": "FyUKXZUhPhlMBUB"
},
{
"id": "f2fbb1cf-711b-4625-9339-49dabdd6a285",
"lineId": "38",
"value": "pOaUAzbQfWrgSCa"
},
{
"id": "ea312eba-0c1d-4b15-81f1-8338954c15e3",
"lineId": "34",
"value": "mOvrdclAllPZSxD"
}
]
}
]
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "MISSING_DOCUMENT",
"details": "HKFV6TGKcQxmfcJcjd8y",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "666"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "662"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "853"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "229"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "cRl5xQNm4SsKolCsHdLf",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "047"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "545"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "DaCJoti3KGj7aMTFYFyp",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "215"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "382"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "x11ssuPV4ZyBbvu5eBZA",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "048"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "814"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "713"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "jO006ZxYeIW75b8G7E28",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "285"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "810"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "885"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "516"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "FYTRJiaXx3mD9KhSV5Fg",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "770"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "160"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "396"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "A7KDP38TDI7udnFkn8BH",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "943"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "263"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "098"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "054"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "475"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "GSdyLNHRED7ztCBCX49F",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "275"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "620"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "051"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "596"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"id": "3269b81a-d2b7-4a70-9754-4be52bf38629",
"loyaltyAccount": {
"id": "be259c1b-9ab8-461a-b99b-925987ef3b56",
"latestAwardDate": "2026-01-11",
"loyaltyTierLevel": {
"atpco": "38",
"customerInsight": "29",
"name": "silver",
"number": 1,
"priority": 9,
"tag": "LDg"
},
"memberAirline": "[ob",
"memberId": "9357516241",
"membershipStartDate": "2025-07-19",
"mileage": {
"unit": "MILES",
"value": 1389
},
"pnrId": "7",
"points": 38304,
"source": "SSCI"
},
"nonRevenuePassengerInfo": {
"priorityCode": "cvy",
"seniorityDate": "2015-08-23T00:00:00.0Z",
"upgradeCode": "966"
},
"passengerCheckInId": "Lr0TQm5i",
"passengerFlight": [
{
"boardingPass": {
"agent": {
"city": "VaZ",
"country": "NF",
"sign": "ldl"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 4.1
},
"checkedInBaggage": {
"bagTagNumber": [
"87654321",
"12345678",
"11223344"
],
"quantity": 1,
"totalWeight": {
"unit": "LB",
"value": 6.3
}
}
},
"barCode": "J6C9op1IQ9CloWkGk4trayUxtHtFNJypT0p7BxWC",
"checkInSequenceNumber": "854",
"deck": {
"code": "UPPER",
"value": "OTHER"
},
"displayData": {
"accommodation": "RESIDENCE SUITE",
"agentCityName": "Marquisehaven",
"arrivalAirportName": "Richmond",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "3321",
"cabinClassCode": "F",
"cabinText": "BUSINESS",
"carryOnText": "NO CARRY-ON",
"childText": "CHILD",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "East Lindsey",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "0091",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "6185",
"estimatedDepartureDate": "2027-03-07T00:00:00.0Z",
"estimatedDepartureTime": "2582",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY PLUS",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "GOLD",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "9DEv",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "8625",
"scheduledDepartureDate": "2027-03-06T00:00:00.0Z",
"scheduledDepartureTime": "6147",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "regional",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 1982.34,
"atpcoRule": "HAcZ",
"atpcoTariff": 60,
"bookingClass": "Q",
"brand": "zr",
"cabinClass": "ECONOMY",
"cabinClassCode": "U",
"discountCategory": "40",
"fareBasisCode": "kWLVA5",
"governingAirline": "[ob",
"id": "cc84455d-4f42-427c-a713-17f22339ded8",
"operatingBookingClass": "t",
"privateTariff": true,
"type": "NRF",
"vendor": {
"code": "SMFC",
"value": "SABRE_MYFARES_SUBSCRIBERS"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "LC",
"arrivalFlightScheduleStatus": "CANCELLED",
"arrivalTerminal": "Lv",
"arrivalTime": "2027-04-17T00:00:00.0Z",
"boardingTime": "1960-09-09T01:57:03.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "IO",
"departureFlightScheduleStatus": "ON_TIME",
"departureGate": "QN",
"departureTerminal": "Nh",
"departureTime": "2027-07-18T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 4128
},
"equipment": "858",
"estimatedArrivalTime": "1932-05-12T13:36:22.0Z",
"estimatedDepartureTime": "1920-09-09T03:05:34.0Z",
"flightDuration": 304,
"flightNumber": "2",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-11-28T00:00:00.0Z",
"departureTime": "2026-08-29T00:00:00.0Z",
"duration": 55,
"elapsedTime": 183
},
{
"airport": "[ob",
"arrivalTime": "2027-03-30T00:00:00.0Z",
"departureTime": "2027-01-21T00:00:00.0Z",
"duration": 42,
"elapsedTime": 234
},
{
"airport": "[ob",
"arrivalTime": "2026-12-11T00:00:00.0Z",
"departureTime": "2026-08-24T00:00:00.0Z",
"duration": 166,
"elapsedTime": 83
}
],
"iatci": true,
"id": "2330e727-41b0-4cd0-8710-b698902a8aed",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "848",
"span": "DOMESTIC",
"status": "ON TIME",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 668
},
"formattedBoardingPass": {
"document": {
"contentType": "application/x-sh",
"name": "despite_hourly_rudely.[object Object]",
"value": "hHfQb4txgn70LV4I9fHUYLrM0XlA2fFZNrxs7avC7Qm3xFKdnhHr0mXTWitNoLdY"
},
"image": {
"contentType": "video/mpeg",
"name": "attend.[object Object]",
"value": "KTLvfmuFdyE58ktyj2wp9Shf7XG6xAtdE8XLCP5F3QQMVYDhpFkEXjtk0SAFc1zT"
},
"pectab": {
"data": {
"contentType": "application/vnd.rar",
"name": "colonialism_provided.[object Object]",
"value": "ej9kVZmOPz9iFUKmyggBc9nHlQVuJm1sCQkTC81LHGtMFiCoMCrOi7ysvoMrYL2q"
},
"layout": {
"contentType": "application/x-csh",
"name": "cumbersome_fooey_solidly.[object Object]",
"value": "fcnpmIojfo0610RIKmW3suCGqHShWgsudNkXi5eYnW67MM8dF5ayAcGpOY52fIH2"
},
"template": {
"contentType": "audio/wav",
"name": "sun_modulo.[object Object]",
"value": "sihpkBENz5vNKThn2CgzBfl4hAF1vr5MPtdHASagNcbP9pqfU8GJ2lvwzpOBVxcq"
},
"templates": [
{
"contentType": "application/x-csh",
"name": "coordinated_deflect.[object Object]",
"value": "0IKRZJFQV8YoeKqtLzn2ZnsleauyNZ9n6msKX26XkTJBxlhIpEo844kzjD3yuw7e"
},
{
"contentType": "text/plain",
"name": "yuck_kosher_nor.[object Object]",
"value": "wnuvBPAWgH1dyO8RLVhit4J0AQ1sgFb77Bc6PoN6ieDI8CgNjxPBRMbl8zrg1ujC"
},
{
"contentType": "application/xhtml+xml",
"name": "restfully_failing.[object Object]",
"value": "n0JYvRsznYj8r8Hrl7QnFl4BuGX41qhD6qoT3MC5pJW4oMN2mHsDHSGAslhbDxGI"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": true,
"skyPriority": false,
"zone": "5"
},
"zpl": {
"contentType": "audio/3gpp2",
"name": "violently_regularly_bright.[object Object]",
"value": "6DveGFzcocuNlnZzOVpgvX262iyikKR7hbSxOOYdoKGGztpXdHEPv2QkK048IzgS"
}
},
"group": "FiAMjh",
"loyaltyAccount": {
"id": "87768775-1f03-4b2a-90fc-ef5853c2eeda",
"latestAwardDate": "2026-02-24",
"loyaltyTierLevel": {
"atpco": "01",
"customerInsight": "39",
"name": "silver",
"number": 1,
"priority": 4,
"tag": "vUl"
},
"memberAirline": "[ob",
"memberId": "4422117631",
"membershipStartDate": "2025-03-17",
"mileage": {
"unit": "MILES",
"value": 3130
},
"pnrId": "1",
"points": 73058,
"source": "PNR"
},
"personName": {
"first": "Romaine",
"last": "Hyatt",
"middle": "Charlie",
"prefix": "Dr.",
"raw": "Gilbert Schaefer",
"suffix": "V"
},
"priorityVerificationCard": true,
"recordLocator": "CBPZDY",
"seat": {
"column": "p",
"row": "46",
"value": "16E"
},
"source": "HOST",
"standbyPriority": "TI",
"supplementaryData": {
"dhsStatus": 4,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "78025893744597",
"loungeAccess": true,
"selectee": true,
"skyPriority": false,
"spanishLargeFamily": true,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "HM"
},
"ticketCouponNumber": "53",
"ticketNumber": {
"airlineAccountingCode": "015",
"checkDigit": "4",
"number": "55605180464453",
"serialNumber": "1382782206"
},
"upgradePriority": "JyQcK",
"zone": "2"
},
"checkedIn": false,
"checkInNumber": 710,
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "tEXSRWLNHFlRXKDad2h7",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "941"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "779"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "AeucE4z9Y2WIE1IJqVeM",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "089"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "441"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"flightRefs": [
"id01",
"id02"
],
"id": "cc1ea623-4665-4cf4-90d9-4c3cb80ff5eb",
"loungeCard": {
"formattedLoungeCard": {
"image": {
"contentType": "application/vnd.amazon.ebook",
"name": "anti_swine_distinction.[object Object]",
"value": "3r70ph73nqQW3vHcLVDkPFJcQ4LtS7Z53FFewLrNYtuwNj03LHcwTvkiihHYMNfy"
},
"pectab": {
"data": {
"contentType": "audio/opus",
"name": "selfishly.[object Object]",
"value": "N9HEqXy8XIKwI57idqw872vEJqAwSsqvGaaDYvCoj8Q3N0SfuJNh4xvY7k5REtA4"
},
"layout": {
"contentType": "image/jpeg",
"name": "perky_er.[object Object]",
"value": "3RB7t2OhnNpIujvbLuLkxLDM9NEsmrck6yOKD8Rde4XFN5KUBD2VyHUU0fpCbab1"
},
"template": {
"contentType": "application/x-sh",
"name": "likely_beyond.[object Object]",
"value": "w1vRMDzoO3SUj2Ufcqc9f9ypH0qoSDCDghPE8aZLTH16HYNraBkNXRVIBFlo40XB"
},
"templates": [
{
"contentType": "application/rtf",
"name": "nor_internal.[object Object]",
"value": "Wu8bbLljhSCDK3e0plg2PszDgLfxvMqxoiNe1Nmskb4b8mWpPFsQKBBMLHNuEJ8I"
},
{
"contentType": "audio/midi",
"name": "developing_boohoo.[object Object]",
"value": "uNCw5d4WzW4mh0vA4OchqJhzSGPk5A2CPK4MFRQ41n4jD8pejKjQwcfIrIDYqalV"
},
{
"contentType": "video/mp4",
"name": "scoff.[object Object]",
"value": "5P0P7pr6dAQ864vh3WkuuK5QD8ZDYGT1fsQjJq7ZvcN1XaiMtzslaONFfLsxQAnt"
},
{
"contentType": "application/x-abiword",
"name": "forenenst.[object Object]",
"value": "nLol2ikvCFF6rpqv4Hop7WUUR3r8VYXtLhMfhI38tH8ttBagEgCSVvZ3AtfBYzLE"
},
{
"contentType": "video/mpeg",
"name": "once_unbearably_ew.[object Object]",
"value": "mjBbXNFxpvqiW21hcwAVl6nXpUFRkAFB38X3qVMbfgRxZY4XsuJxBMrCmApFVJNz"
}
]
}
}
},
"preReservedSeat": {
"airExtraRef": "39555786-d14e-473d-b2be-ae78251f2594",
"offerId": "18641ada-55ab-4d1e-822f-0287baf36aeb",
"offerItemId": "9ebb407b-3c28-4b43-bd11-8f859ca9f8c1",
"type": "WINDOW",
"value": "9r"
},
"priorityCode": "iql",
"seat": {
"airExtraRef": "d9d69fda-7084-4ed1-a622-cd19338ab7d8",
"offerId": "e3bab03e-b511-4580-81e6-ebc4613dc697",
"offerItemId": "f6c5e928-e3da-49f9-87dc-1beced840f28",
"type": "AISLE",
"value": "Zq"
},
"status": "NOT_CHECKED_IN",
"upgradeCode": "up5"
},
{
"boardingPass": {
"agent": {
"city": "KYi",
"country": "BJ",
"sign": "zow"
},
"baggage": {
"carryOnWeight": {
"unit": "KG",
"value": 17.9
},
"checkedInBaggage": {
"bagTagNumber": [
"87654321",
"12345678",
"11223344"
],
"quantity": 2,
"totalWeight": {
"unit": "KG",
"value": 11.7
}
}
},
"barCode": "ehYJcqDmPtYfIimSpkRIFoYpgip26rzeY01dLhHh",
"checkInSequenceNumber": "956",
"deck": {
"code": "MAIN",
"value": "MAIN"
},
"displayData": {
"accommodation": "FIRST CLASS",
"agentCityName": "Kevonville",
"arrivalAirportName": "Santee",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "7645",
"cabinClassCode": "Z",
"cabinText": "ECONOMY",
"carryOnText": "CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "West Macieview",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "6598",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "7492",
"estimatedDepartureDate": "2026-08-05T00:00:00.0Z",
"estimatedDepartureTime": "2441",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "SILVER",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "qNBf",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "7772",
"scheduledDepartureDate": "2027-06-05T00:00:00.0Z",
"scheduledDepartureTime": "0450",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "narrowbody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 800.6,
"atpcoRule": "DSHA",
"atpcoTariff": 18,
"bookingClass": "U",
"brand": "kE",
"cabinClass": "BUSINESS",
"cabinClassCode": "U",
"discountCategory": "26",
"fareBasisCode": "VpvbW2",
"governingAirline": "[ob",
"id": "d96b84d5-2a88-4647-ac95-681d6518785f",
"operatingBookingClass": "y",
"privateTariff": true,
"type": "REF",
"vendor": {
"code": "SMFC",
"value": "ATPCO"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "MS",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "mo",
"arrivalTime": "2026-09-27T00:00:00.0Z",
"boardingTime": "1964-07-04T11:10:19.0Z",
"changeOfGauge": true,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "CC",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "cd",
"departureTerminal": "Jx",
"departureTime": "2027-05-20T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 2526
},
"equipment": "086",
"estimatedArrivalTime": "1966-03-22T04:41:32.0Z",
"estimatedDepartureTime": "1924-03-01T02:24:01.0Z",
"flightDuration": 221,
"flightNumber": "11",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-02-04T00:00:00.0Z",
"departureTime": "2026-08-20T00:00:00.0Z",
"duration": 142,
"elapsedTime": 187
},
{
"airport": "[ob",
"arrivalTime": "2027-01-26T00:00:00.0Z",
"departureTime": "2026-08-15T00:00:00.0Z",
"duration": 159,
"elapsedTime": 200
},
{
"airport": "[ob",
"arrivalTime": "2027-04-28T00:00:00.0Z",
"departureTime": "2027-02-03T00:00:00.0Z",
"duration": 114,
"elapsedTime": 80
},
{
"airport": "[ob",
"arrivalTime": "2026-12-03T00:00:00.0Z",
"departureTime": "2026-10-15T00:00:00.0Z",
"duration": 59,
"elapsedTime": 249
},
{
"airport": "[ob",
"arrivalTime": "2026-10-08T00:00:00.0Z",
"departureTime": "2027-06-30T00:00:00.0Z",
"duration": 82,
"elapsedTime": 232
}
],
"iatci": true,
"id": "e6d97f42-f170-45e7-ae49-33cc77b7eb60",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "8",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": true,
"throughFlight": true,
"timeToDeparture": 585
},
"formattedBoardingPass": {
"document": {
"contentType": "application/x-sh",
"name": "violently_um_bah.[object Object]",
"value": "1p9gMij2j3ZglKmxnR1tMfSjRRdSTwfVOedFalRqk22E2Gkas6hZQOzz2k7kJqgT"
},
"image": {
"contentType": "video/ogg",
"name": "silky_er.[object Object]",
"value": "VnU5G7uBdYpJK4fPjSE3SJdUh624JElxjLIc9oBFMMkByW0MzhjTX4TmAQqu8mNV"
},
"pectab": {
"data": {
"contentType": "font/woff2",
"name": "impartial_or.[object Object]",
"value": "Z1P2BqGwuFZwVPZhmfU9nkhdURZJPu7SQqV2qjtKqYMFjPjHzYEjVo50N1AGr8Mf"
},
"layout": {
"contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"name": "silently.[object Object]",
"value": "JqBmSSAFRy6Lf0lpDvh4IlRYw8nxZMA2laaU88SghihtdRmjC9Pb6vgGaymDju4f"
},
"template": {
"contentType": "image/jpeg",
"name": "provided.[object Object]",
"value": "Exir1X5BnSxktNVCYduKMW8GbB10bvfHP0IFzSFnTHUvTiLpcTjJZ8h0k4we7hDn"
},
"templates": [
{
"contentType": "audio/opus",
"name": "justly_distorted_overvalue.[object Object]",
"value": "7jOD0IsclkfmdO5PljZSeDsjZ5KAtN4PJmFTutUyq68ocpzzGhYceXyhIA6zvB2q"
},
{
"contentType": "application/msword",
"name": "reckless_though_minor.[object Object]",
"value": "l2ElaS8VrxYqo5atrSQEKlATySylInE3OrKra0vCSZS37GQx0S8qP6JRN2DcUkpl"
}
]
},
"supplementaryData": {
"accommodation": "FIRST CLASS",
"selectee": true,
"skyPriority": false,
"zone": "0"
},
"zpl": {
"contentType": "text/calendar",
"name": "almighty_knavishly.[object Object]",
"value": "zXyxdOxFpao0E9lbxJNvUfZYFm2JcyJGjTfxeBPrf8zXL1iVhbrgoNgGfddJleTn"
}
},
"group": "Use13e",
"loyaltyAccount": {
"id": "97fddcf0-e536-4ddb-a13c-a933f19e5d44",
"latestAwardDate": "2025-11-24",
"loyaltyTierLevel": {
"atpco": "87",
"customerInsight": "65",
"name": "silver",
"number": 4,
"priority": 4,
"tag": "UCK"
},
"memberAirline": "[ob",
"memberId": "6312010471",
"membershipStartDate": "2024-03-18",
"mileage": {
"unit": "MILES",
"value": 156
},
"pnrId": "4",
"points": 64099,
"source": "PNR"
},
"personName": {
"first": "Raphael",
"last": "Parker",
"middle": "Bailey",
"prefix": "Ms.",
"raw": "Melba Abshire",
"suffix": "Jr."
},
"priorityVerificationCard": true,
"recordLocator": "QDRJYF",
"seat": {
"column": "i",
"row": "54",
"value": "27D"
},
"source": "OTHER",
"standbyPriority": "3C",
"supplementaryData": {
"dhsStatus": 3,
"exclusiveWaitingArea": false,
"infraeroElectronicStamp": "73886327653613",
"loungeAccess": false,
"selectee": false,
"skyPriority": true,
"spanishLargeFamily": true,
"spanishResident": false,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "LC"
},
"ticketCouponNumber": "42",
"ticketNumber": {
"airlineAccountingCode": "100",
"checkDigit": "1",
"number": "59113669933183",
"serialNumber": "5185750493"
},
"upgradePriority": "0BNfu",
"zone": "4"
},
"checkedIn": false,
"checkInNumber": 500,
"eligibilities": {
"eligibility": [
{
"notEligible": true,
"reason": [
{
"category": "INVALID_FLIGHT",
"details": "1Ip0kETVg501CnLBH6jO",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "845"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"flightRefs": [
"id01",
"id02"
],
"id": "367c38d0-2f7b-481f-b9a2-cfbba12fbd6f",
"loungeCard": {
"formattedLoungeCard": {
"image": {
"contentType": "video/3gpp",
"name": "scratch.[object Object]",
"value": "luYWmJzYZjcoqZywOT7NXAOk0KM7f1pfNKHtKf9JRVgejEnI4PR9QKo0ZO01GhDc"
},
"pectab": {
"data": {
"contentType": "audio/3gpp2",
"name": "remark_against.[object Object]",
"value": "WL3VxnJEYZ9BDa6xn526XCksZdvC12UFt8ebv4QEn0OKCHztJ2tVxVks1WjO5wyZ"
},
"layout": {
"contentType": "image/tiff",
"name": "whoa_elegantly_up.[object Object]",
"value": "bkqpPd69NIFBMprXPEWRZ43etuOuLH9uKc4T3wXNbm1ObixxD2oDGDNn3eKqYyQL"
},
"template": {
"contentType": "image/avif",
"name": "brace_embalm_down.[object Object]",
"value": "58Celb6S5YKDdsneh9werjw1wHx1ftl4hPkp3WgtUD6wV9uz9SXnkPktqkf5lHDG"
},
"templates": [
{
"contentType": "audio/midi",
"name": "haul.[object Object]",
"value": "6DgjdEMkUvoFQOwqHidDGk28rrmeQzVDou383fEgeodFkbQwaHHdNb4EVzLG31hy"
},
{
"contentType": "application/rtf",
"name": "bah_eek_vice.[object Object]",
"value": "W1AiKBXCTMG0HJG29J9igz29cOw5hLQAGONmUk0qwZL1DNPJZ5p7hVfsBHfz46IT"
}
]
}
}
},
"preReservedSeat": {
"airExtraRef": "cbad6458-3fc9-4985-b2d9-a26eb06342b5",
"offerId": "f0641bc0-6cec-4cfa-9389-cfd550e7c210",
"offerItemId": "824c35c4-8026-40f4-9c38-58480f7fc4dd",
"type": "MIDDLE",
"value": "tH"
},
"priorityCode": "xHm",
"seat": {
"airExtraRef": "9c6d8e36-1b58-4bb7-a34c-a129951f1381",
"offerId": "749a8534-cb91-4438-99e2-29b143e37f0f",
"offerItemId": "1aca6612-0056-4a8b-ac6d-d1dff9f131df",
"type": "AISLE",
"value": "1h"
},
"status": "OFFLOADED",
"upgradeCode": "s5o"
},
{
"boardingPass": {
"agent": {
"city": "JML",
"country": "SB",
"sign": "CNq"
},
"baggage": {
"carryOnWeight": {
"unit": "LB",
"value": 13.6
},
"checkedInBaggage": {
"bagTagNumber": [
"12345678",
"11223344",
"87654321"
],
"quantity": 3,
"totalWeight": {
"unit": "KG",
"value": 3.8
}
}
},
"barCode": "0hKq0FlxxD2qkHNiJ3F60E89xcYh9v6fgImFgs2B",
"checkInSequenceNumber": "692",
"deck": {
"code": "MAIN",
"value": "MAIN"
},
"displayData": {
"accommodation": "FIRST CLASS",
"agentCityName": "East Eunicemouth",
"arrivalAirportName": "Bodeton",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "0429",
"cabinClassCode": "T",
"cabinText": "BUSINESS",
"carryOnText": "NO CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Dominiquestad",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "7541",
"edifactApiText": "API ERROR",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "0856",
"estimatedDepartureDate": "2027-07-04T00:00:00.0Z",
"estimatedDepartureTime": "2524",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "CARRY ON OK",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "GOLD",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "AJIX",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "1021",
"scheduledDepartureDate": "2026-10-24T00:00:00.0Z",
"scheduledDepartureTime": "6507",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "regional",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 261.51,
"atpcoRule": "92qo",
"atpcoTariff": 30,
"bookingClass": "r",
"brand": "0e",
"cabinClass": "ECONOMY",
"cabinClassCode": "W",
"discountCategory": "94",
"fareBasisCode": "VmTC0v",
"governingAirline": "[ob",
"id": "c5979f61-f9b1-4d80-9558-fc2649f37983",
"operatingBookingClass": "D",
"privateTariff": true,
"type": "REF",
"vendor": {
"code": "ATP",
"value": "SITA"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "GM",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "oD",
"arrivalTime": "2026-08-27T00:00:00.0Z",
"boardingTime": "1907-09-20T21:13:51.0Z",
"changeOfGauge": false,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "ZW",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "G9",
"departureTerminal": "Zh",
"departureTime": "2027-06-14T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 958
},
"equipment": "493",
"estimatedArrivalTime": "1958-03-26T05:58:42.0Z",
"estimatedDepartureTime": "1939-07-09T19:06:14.0Z",
"flightDuration": 95,
"flightNumber": "7345",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-11-20T00:00:00.0Z",
"departureTime": "2026-09-19T00:00:00.0Z",
"duration": 129,
"elapsedTime": 99
},
{
"airport": "[ob",
"arrivalTime": "2027-02-25T00:00:00.0Z",
"departureTime": "2026-12-04T00:00:00.0Z",
"duration": 102,
"elapsedTime": 106
},
{
"airport": "[ob",
"arrivalTime": "2026-08-04T00:00:00.0Z",
"departureTime": "2027-06-13T00:00:00.0Z",
"duration": 85,
"elapsedTime": 283
},
{
"airport": "[ob",
"arrivalTime": "2026-12-15T00:00:00.0Z",
"departureTime": "2027-05-29T00:00:00.0Z",
"duration": 41,
"elapsedTime": 149
},
{
"airport": "[ob",
"arrivalTime": "2027-06-08T00:00:00.0Z",
"departureTime": "2026-08-30T00:00:00.0Z",
"duration": 116,
"elapsedTime": 91
}
],
"iatci": false,
"id": "27e98fe4-6079-4bab-93e7-5afc6c1c6891",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "9",
"span": "DOMESTIC",
"status": "CANCELLED",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 713
},
"formattedBoardingPass": {
"document": {
"contentType": "application/vnd.ms-excel",
"name": "wilted_wisely.[object Object]",
"value": "IK3aR86mDG9YUKbrNUSTKFZIYHjfFHe1hrnAK9UxIKDMfgm9srkdJsy7GfmyOZ6m"
},
"image": {
"contentType": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"name": "pneumonia.[object Object]",
"value": "GDE1vMUn3GZEryBmYy01PK60zXsgaaSg194KtNEAzo6hPkLkpVXNQj4Ipov1fYls"
},
"pectab": {
"data": {
"contentType": "font/ttf",
"name": "probate_or.[object Object]",
"value": "0jYloUev1keCDsA6eefopQozdPTf5XsiwBoBpiLOjq5eyCO1O7HcRRHF7yZ07v1D"
},
"layout": {
"contentType": "application/vnd.oasis.opendocument.spreadsheet",
"name": "serpentine_what.[object Object]",
"value": "Lllg9tbprZb8qD77aLI2qLzrMbdYiSZTyFNBHih6woeuE6HMSO15zpjk4J6ATfaH"
},
"template": {
"contentType": "audio/wav",
"name": "duh_whenever.[object Object]",
"value": "MCkSM2AYGRPC6DlEmW9oiCLHexnhlhPOyCAagTbJBGgXH40soJmq8I115AiDo5ns"
},
"templates": [
{
"contentType": "audio/webm",
"name": "quarrel_an_publicity.[object Object]",
"value": "X7tIz8gfbPtDVNGyx2OflnDs9uIlPFDWBydfg1DAFUF6dJB3VjYpa9DqfklzXEJG"
},
{
"contentType": "application/msword",
"name": "yahoo_by.[object Object]",
"value": "WNE8yiA3pBMARWyV3HvRBqnlBIp5DVseO7s7RNyR3suJTRIOXoPIKohpOneDQATP"
},
{
"contentType": "application/ld+json",
"name": "pfft_sans.[object Object]",
"value": "8t7iFh0L3rtzlTSoJFrd6DPP8RcZkWL5pR6kKTbz9eMTlfSULA57BLMoF6s1mV0Q"
},
{
"contentType": "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
"name": "demob_pasta_dandelion.[object Object]",
"value": "POXwizl7HqgnKGZkrjs6IzHzouZmVOGlQzV8dDshlg5bDEfvXxkfDCWxEWSSUbXR"
},
{
"contentType": "text/javascript",
"name": "yellowish.[object Object]",
"value": "gChDtKUAjbr4Ood8w2nNPzfG1GSBrRYESGKc2VLGClcigDrPLjobE9CfedCQSocK"
}
]
},
"supplementaryData": {
"accommodation": "FIRST CLASS",
"selectee": true,
"skyPriority": true,
"zone": "7"
},
"zpl": {
"contentType": "application/vnd.openxmlformats-officedocument.presentationml.presentation",
"name": "excepting_regularly.[object Object]",
"value": "GqkWer3vsWCpeV77xSoBdDu7kDSc0eZq1k3s15NUKyhdtuFPGzwvrABu5MNTVmGs"
}
},
"group": "jnUc32",
"loyaltyAccount": {
"id": "2058816e-bed2-4bf9-ac25-393ce5c29dcf",
"latestAwardDate": "2025-08-03",
"loyaltyTierLevel": {
"atpco": "38",
"customerInsight": "90",
"name": "silver",
"number": 3,
"priority": 3,
"tag": "cUo"
},
"memberAirline": "[ob",
"memberId": "2747805168",
"membershipStartDate": "2022-08-06",
"mileage": {
"unit": "MILES",
"value": 4729
},
"pnrId": "5",
"points": 82691,
"source": "PNR"
},
"personName": {
"first": "Faustino",
"last": "Lockman",
"middle": "Reign",
"prefix": "Mr.",
"raw": "Tony Mayer",
"suffix": "Sr."
},
"priorityVerificationCard": false,
"recordLocator": "VVCHUS",
"seat": {
"column": "e",
"row": "66",
"value": "10F"
},
"source": "EXTERNAL",
"standbyPriority": "fa",
"supplementaryData": {
"dhsStatus": 1,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "67903024459770",
"loungeAccess": true,
"selectee": true,
"skyPriority": false,
"spanishLargeFamily": false,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "MS"
},
"ticketCouponNumber": "77",
"ticketNumber": {
"airlineAccountingCode": "500",
"checkDigit": "6",
"number": "84814962194269",
"serialNumber": "8569825075"
},
"upgradePriority": "uHXac",
"zone": "3"
},
"checkedIn": true,
"checkInNumber": 915,
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "NglW5O0KrcUj8K0wIzLM",
"message": "It is too early for check-in.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "522"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "390"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "101"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "256"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "415"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"flightRefs": [
"id01",
"id02"
],
"id": "b65a2d94-6722-4a3d-af0d-3436c199a071",
"loungeCard": {
"formattedLoungeCard": {
"image": {
"contentType": "text/plain",
"name": "soliloquy_standard.[object Object]",
"value": "kgJnCAtqjwKQjnyL33qVV99JgsAFXgbAU3vKfmAsZA3IZ4dvhpTyHCOfUa2PVgyU"
},
"pectab": {
"data": {
"contentType": "image/tiff",
"name": "fatally_toward_amend.[object Object]",
"value": "Ea2BRrYHTWmAxukqShfKkFsiLAZCLpRwLr0KOe18QluSMuxhegNVKt6R263r0Hfp"
},
"layout": {
"contentType": "application/ld+json",
"name": "while.[object Object]",
"value": "7JoMB3et7bGZBBZWNy7Dgwnum9SwWpLvELvrxdAb3Z6oDJEwxKtmncq9dgNv6YtU"
},
"template": {
"contentType": "application/xhtml+xml",
"name": "commonly.[object Object]",
"value": "hBxDy57bO33IkmCYKII5nbV3BwNzpU4TFmBuPEPZoVKOZEZWZdqrhW1XnJ0X66Ot"
},
"templates": [
{
"contentType": "application/x-freearc",
"name": "among_very_until.[object Object]",
"value": "sMXMaFAYKpB64cpBaigEHtjn8y95M0OJwH4AY1TGR71ME1VDEzEkFdZ8PSXwjdk9"
}
]
}
}
},
"preReservedSeat": {
"airExtraRef": "37f8538b-4343-42e2-a3e7-7ffc9dc17882",
"offerId": "7f22e2c4-74c8-4e29-927f-9eed2d645d4e",
"offerItemId": "ee94974c-35d3-4f50-b2e2-76dcba72eb6f",
"type": "WINDOW",
"value": "gE"
},
"priorityCode": "fQS",
"seat": {
"airExtraRef": "cba6df2e-5fef-4a11-9858-ec4e78912c9c",
"offerId": "0dd1123c-d323-48e7-b4b5-f35e240b575d",
"offerItemId": "24ba28be-9979-465e-9ed0-340405a0069e",
"type": "MIDDLE",
"value": "9B"
},
"status": "ON_PRIORITY_LIST",
"upgradeCode": "mMd"
}
],
"passengerOffer": {
"offerId": "5895d44f-5c0c-4d88-b600-3315da4b",
"offerItems": [
{
"annotations": [
{
"key": "RUgaJI",
"value": "pKYeFpckuR"
},
{
"key": "urTilJ",
"value": "zTyeCdnOyy"
},
{
"key": "lOrASl",
"value": "BffMnGEurh"
}
],
"availableQuantity": 36,
"bannerName": "Recycled",
"characteristics": [
"CH 1A W"
],
"offerItemId": "f80e51cd-d752-431f-9765-d3e0fb2a",
"offerName": "Fantastic Steel Computer",
"price": {
"currency": "YER",
"value": 345
},
"priority": 1
}
]
},
"passengerType": "ADT",
"segmentRef": "6d004059-5449-4662-bd0f-ad49df0de23b",
"upgradeAvailability": [
{
"bookingClassAvailabilityRef": "83f2c4a0-e989-4a4f-87c7-19c54552a64f",
"cabin": "V",
"description": "Business",
"id": "640e912b-c7f3-49e2-aebe-5c93a6507839",
"pricedAncillaryRef": "3d95d853-de43-471c-9021-7651e7652ee6"
}
]
},
{
"additionalTravelInformation": {
"residencyDocumentType": {
"id": "daa87f42-e16e-4d4e-8ed4-8a0d54508f99",
"residencyCountry": "QA",
"value": "REENTRY_PERMIT"
},
"returnDate": {
"id": "e5030c7e-eb76-4d6d-ab5d-97d939130f07",
"value": "2027-03-02"
},
"stayType": {
"id": "8f880c90-92c2-47cc-8f08-ccc18a914359",
"value": "DUTY"
},
"timaticDocumentType": {
"id": "901ab6fc-c08a-4b3e-8add-419830ef244d",
"value": "BRITISH_OVERSEAS_TERRITORIES_CITIZEN_PASSPORT"
},
"visaVerified": {
"id": "21568a7a-fbff-4540-a4eb-0ad9917cbe6b",
"value": false
}
},
"airExtra": [
{
"airExtraBundleRef": "6fab3f9b-3191-4750-b237-3e929a6c2590",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": false,
"customRules": {
"applyHighestTierLevel": false,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 4
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "2",
"value": "TICKET"
},
"formOfRefund": {
"code": "2",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 0
},
"freeOfChargeRules": [
"EMD_REQUIRED",
"BOOKING_REQUIRED",
"EMD_REQUIRED",
"EMD_REQUIRED",
"BOOKING_REQUIRED"
],
"interlineable": false,
"inventoryControlled": false,
"paperTicketRequired": true,
"purchaseAtTicketIssue": false,
"purchaseBy": "2026-09-28",
"refundable": false,
"tourCode": "zuThuo"
},
"bagType": "BIKE",
"bookingMethod": {
"code": "4@",
"value": "PER_SERVICE_RECORD"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "LOUNGE ACCESS",
"displayOnly": false,
"electronicMiscDocType": {
"code": "1",
"consumedAtIssuance": false,
"value": "STANDALONE"
},
"group": "WIF",
"id": "Y7IJOo",
"reasonForIssuance": {
"code": "B",
"value": "AIRPORT_SERVICES"
},
"sequenceNumber": 88,
"serviceType": {
"code": "fQ",
"value": "EMBARGOES"
},
"specialService": {
"code": "PETC",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 51,
"min": 3,
"name": "SIZE",
"optional": true,
"type": "TEXT",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 25,
"min": 3,
"name": "WEIGHT",
"optional": false,
"type": "TEXT",
"unit": "LB"
}
]
},
"type": "STRUCTURED"
},
"ssimCode": "YzU",
"subCode": "969",
"vendor": "SABR",
"weight": [
{
"unit": "KILOGRAM",
"value": 39.2
},
{
"unit": "KILOGRAM",
"value": 8.9
}
]
},
"bookingIndicator": "42",
"disassociated": true,
"emdNumber": {
"number": "46430705365669"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "40",
"segmentRef": "19c15097-52c8-4ad0-8fe5-782039f7cfc6"
},
{
"emdCouponNumber": "33",
"segmentRef": "9238003a-60e1-4cf0-b595-4d98af8dab92"
},
{
"emdCouponNumber": "51",
"segmentRef": "e4a48279-3563-4080-b286-d022fcefbdd5"
},
{
"emdCouponNumber": "17",
"segmentRef": "0f892f9a-b30c-48ca-add9-8f3ee5c0dd5e"
},
{
"emdCouponNumber": "85",
"segmentRef": "7049981c-052c-4f09-8b0d-bc368e12a4dd"
}
]
},
"feeApplicationIndicator": "56",
"id": "d623ee26-778d-4e6c-8a48-710c6a8d3ed7",
"miscFee": {
"dealName": "WINTER SALE",
"group": "BG",
"id": "21ae6f9e-52d5-44ea-9cdd-88149e31da75",
"offerName": "MAY WEEKEND DISCOUNT",
"reasonForIssuance": "R",
"subCode": "589"
},
"offerId": {
"id": "e1914f11-939e-48e7-8f5d-396d3e7ddf2a",
"itemId": "a5ea7a80-bbe8-4599-aa27-5afd87d04c7a"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "HD",
"value": "PENDING"
},
"pnrId": "CHXHGN",
"quantity": 1,
"specialServiceDescription": {
"code": "SoCs",
"properties": {
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "026"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "453"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "214"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "254"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "436"
}
]
},
"text": "NVLOsOeECqAGxgc"
},
"syntheticIdentifier": "05092600331470497769",
"taxExemption": true,
"ticketUsedForEmdPricing": "Y",
"type": "MISC_FEE",
"weight": {
"unit": "KILOGRAM",
"value": 44.4
}
},
{
"airExtraBundleRef": "ac7f738d-aaf8-4fb0-aee5-aa144e40e08e",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": true,
"convertible": false,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 3
},
"exchangeable": true,
"feeApplicationMethod": {
"code": "3",
"value": "ROUND_TRIP"
},
"formOfRefund": {
"code": "1",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 3
},
"freeOfChargeRules": [
"BOOKING_REQUIRED",
"EMD_REQUIRED",
"BOOKING_REQUIRED"
],
"interlineable": true,
"inventoryControlled": true,
"paperTicketRequired": false,
"purchaseAtTicketIssue": true,
"purchaseBy": "2026-09-15",
"refundable": true,
"tourCode": "9OV5kY"
},
"bagType": "GOLF",
"bookingMethod": {
"code": "0/",
"value": "NO_BOOKING_REQUIRED"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "UPTO50LB 23KG",
"displayOnly": true,
"electronicMiscDocType": {
"code": "1",
"consumedAtIssuance": true,
"value": "OTHER_THAN_EMD"
},
"group": "MEA",
"id": "nZFoF6",
"reasonForIssuance": {
"code": "B",
"value": "INDIVIDUAL_AIRLINE_USE"
},
"sequenceNumber": 7,
"serviceType": {
"code": "rI",
"value": "FLIGHT_RELATED"
},
"specialService": {
"code": "BGDA",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 33,
"min": 5,
"name": "WEIGHT",
"optional": true,
"type": "DECIMAL",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 14,
"min": 1,
"name": "SIZE",
"optional": false,
"type": "INT",
"unit": "IN"
},
{
"allowedValue": [
"DOG"
],
"max": 92,
"min": 1,
"name": "SIZE",
"optional": false,
"type": "INT",
"unit": "CM"
}
]
},
"type": "OPTIONAL"
},
"ssimCode": "nmO",
"subCode": "928",
"vendor": "AMAD",
"weight": [
{
"unit": "KILOGRAM",
"value": 47.7
},
{
"unit": "KILOGRAM",
"value": 25.7
},
{
"unit": "KILOGRAM",
"value": 3.5
}
]
},
"bookingIndicator": "86",
"disassociated": false,
"emdNumber": {
"number": "27530084648787"
},
"emdPaperIndicator": "P",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "92",
"segmentRef": "48d4bf18-aed2-45b2-8a88-fa3cb6903686"
},
{
"emdCouponNumber": "60",
"segmentRef": "b051f873-2ede-4375-8a39-b727976166be"
}
]
},
"feeApplicationIndicator": "48",
"id": "5128f909-4ed4-49f7-9b18-1ff23a8c96ca",
"miscFee": {
"dealName": "SPRING DEAL",
"group": "SEA",
"id": "5e01c374-fd68-49ab-895e-5f61f261a186",
"offerName": "OFFER A",
"reasonForIssuance": "R",
"subCode": "915"
},
"offerId": {
"id": "352bb38b-6556-48cf-a149-3ebeecfe3923",
"itemId": "a2b509c8-81e0-48f6-a03b-28630d9bd9c0"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "OK",
"value": "REJECTED"
},
"pnrId": "HGQYTV",
"quantity": 5,
"specialServiceDescription": {
"code": "ahJI",
"properties": {
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "673"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "538"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "965"
}
]
},
"text": "LyHrTbFvWIBDKAD"
},
"syntheticIdentifier": "49706801205792245586",
"taxExemption": true,
"ticketUsedForEmdPricing": "N",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 46.6
}
},
{
"airExtraBundleRef": "64ede981-40ea-4394-8fd8-bf6c1ad69b3a",
"ancillary": {
"airline": "[ob",
"ancillaryRules": {
"commissionable": true,
"customRules": {
"applyHighestTierLevel": true,
"convertible": true,
"excludedFormOfPayment": [
"AX"
],
"maxQuantityPerPassenger": 5
},
"exchangeable": false,
"feeApplicationMethod": {
"code": "3",
"value": "ITEM"
},
"formOfRefund": {
"code": "2",
"value": "VOUCHER"
},
"freeAllowanceEligibility": {
"quantity": 3
},
"freeOfChargeRules": [
"BOOKING_REQUIRED",
"BOOKING_REQUIRED"
],
"interlineable": true,
"inventoryControlled": true,
"paperTicketRequired": false,
"purchaseAtTicketIssue": true,
"purchaseBy": "2027-02-07",
"refundable": true,
"tourCode": "Aj5aZC"
},
"bagType": "GOLF",
"bookingMethod": {
"code": "0+",
"value": "NO_BOOKING_REQUIRED"
},
"bundledAncillaryRefs": [
"id01",
"id02"
],
"commercialName": "UPTO50LB 23KG",
"displayOnly": true,
"electronicMiscDocType": {
"code": "2",
"consumedAtIssuance": true,
"value": "STANDALONE"
},
"group": "BG",
"id": "5LJfmi",
"reasonForIssuance": {
"code": "A",
"value": "INDIVIDUAL_AIRLINE_USE"
},
"sequenceNumber": 15,
"serviceType": {
"code": "L8",
"value": "PREREGISTERED_BAGGAGE"
},
"specialService": {
"code": "WCHR",
"requiredProperties": {
"propertyDefinition": [
{
"allowedValue": [
"DOG"
],
"max": 64,
"min": 1,
"name": "WEIGHT",
"optional": false,
"type": "TEXT",
"unit": "LB"
},
{
"allowedValue": [
"DOG"
],
"max": 15,
"min": 4,
"name": "WEIGHT",
"optional": true,
"type": "INT",
"unit": "CM"
},
{
"allowedValue": [
"DOG"
],
"max": 78,
"min": 5,
"name": "SIZE",
"optional": true,
"type": "INT",
"unit": "KG"
}
]
},
"type": "REQUIRED"
},
"ssimCode": "jzp",
"subCode": "522",
"vendor": "SABR",
"weight": [
{
"unit": "KILOGRAM",
"value": 10.2
},
{
"unit": "KILOGRAM",
"value": 7.3
},
{
"unit": "KILOGRAM",
"value": 16.2
},
{
"unit": "KILOGRAM",
"value": 5.3
}
]
},
"bookingIndicator": "85",
"disassociated": true,
"emdNumber": {
"number": "18322432871459"
},
"emdPaperIndicator": "E",
"eMDSegmentCoupons": {
"eMDSegmentCoupon": [
{
"emdCouponNumber": "75",
"segmentRef": "825992d3-3a4e-4485-9f00-c33bfc571b77"
},
{
"emdCouponNumber": "71",
"segmentRef": "da61ca9d-4240-46dc-ad89-429d1a87734c"
},
{
"emdCouponNumber": "89",
"segmentRef": "9709e538-f2ba-4a9c-8e6f-7e73502c70e9"
},
{
"emdCouponNumber": "83",
"segmentRef": "aba8703f-3a32-44c0-820c-e43cf9a74526"
},
{
"emdCouponNumber": "18",
"segmentRef": "8f98ed47-8f72-496d-9ee2-f58d0e15a914"
}
]
},
"feeApplicationIndicator": "93",
"id": "fe107ded-6068-4d35-8247-fa199a6a99f6",
"miscFee": {
"dealName": "SPRING DEAL",
"group": "SEA",
"id": "08f9d839-ce95-4ece-99c1-57ad7e03439f",
"offerName": "OFFER A",
"reasonForIssuance": "R",
"subCode": "354"
},
"offerId": {
"id": "73ae2ba0-6b4c-4c99-b250-ea16e861e88b",
"itemId": "e96cfe56-fe4b-4587-8eeb-732131e3db85"
},
"passengerSegmentRefs": [
"id01",
"id02"
],
"paymentStatus": {
"statusCode": "OK",
"value": "VERIFICATION"
},
"pnrId": "JZBNCB",
"quantity": 5,
"specialServiceDescription": {
"code": "hwuf",
"properties": {
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "018"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "198"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "101"
}
]
},
"text": "CvLdkdxypdrlwPA"
},
"syntheticIdentifier": "15499903991340254467",
"taxExemption": false,
"ticketUsedForEmdPricing": "Y",
"type": "ANCILLARY",
"weight": {
"unit": "KILOGRAM",
"value": 35
}
}
],
"baggagePoolId": 487,
"editCodes": {
"editCode": [
{
"code": "no",
"id": "870e0ec6-0bb4-4cd3-b287-b8a3c4f47fab",
"text": [
{
"id": "01a64d80-db1f-45e5-bf06-121deeaeb28e",
"lineId": "80",
"value": "kBYGTJRGmbkpKZe"
},
{
"id": "416aca3d-c020-462a-a6bf-d1c9a77f3469",
"lineId": "26",
"value": "GWWiXzGsgmCPArB"
},
{
"id": "b79e8a9b-c369-4379-bdfa-5d4efa13b3b9",
"lineId": "81",
"value": "RzmeXStpOxmSgYa"
},
{
"id": "fa9ffdcc-d712-4906-a286-d925e744c8c8",
"lineId": "23",
"value": "tTmFOJAbKceekOu"
}
]
}
]
},
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "W9vr4HcPDDYf7WMqv17r",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "590"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "620"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "k04SYDNJqA59WZGVTjBQ",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "914"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "743"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "450"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "742"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "598"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "1pkjU3El2tqbtY6h2UBw",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "659"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "058"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "361"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "jdAALH4AHO21bU3i9QTC",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "040"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": true,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "qdY914J4UzzE9BbC623A",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "168"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "890"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "573"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "735"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "vwQWjDbRPfBwKPIDByW8",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "677"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "016"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "405"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "403"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "j0ZSsAtG1LICssBjt8vz",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "984"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "zObpsyO0S2Pswl0mKB5Y",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "697"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "696"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "406"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "804"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "893"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "U1hEbijWs9a7ThhTGqUv",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "886"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "946"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "342"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "755"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"id": "00878d3b-9c09-4bfe-8823-cb34215ca120",
"loyaltyAccount": {
"id": "732c3ec6-7f44-432e-9b93-345bebdb6638",
"latestAwardDate": "2025-08-28",
"loyaltyTierLevel": {
"atpco": "24",
"customerInsight": "31",
"name": "gold",
"number": 5,
"priority": 8,
"tag": "MNE"
},
"memberAirline": "[ob",
"memberId": "8303929049",
"membershipStartDate": "2022-11-30",
"mileage": {
"unit": "MILES",
"value": 3639
},
"pnrId": "1",
"points": 82834,
"source": "PNR"
},
"nonRevenuePassengerInfo": {
"priorityCode": "Vtr",
"seniorityDate": "2024-05-13T00:00:00.0Z",
"upgradeCode": "xnc"
},
"passengerCheckInId": "T6O9a6LP",
"passengerFlight": [
{
"boardingPass": {
"agent": {
"city": "hGE",
"country": "FI",
"sign": "zPY"
},
"baggage": {
"carryOnWeight": {
"unit": "KG",
"value": 3.9
},
"checkedInBaggage": {
"bagTagNumber": [
"11223344",
"12345678",
"87654321"
],
"quantity": 3,
"totalWeight": {
"unit": "LB",
"value": 12.7
}
}
},
"barCode": "WOoFBQZXcKrf5AIqDch2d2jbPNrysyQzjIlQm5n8",
"checkInSequenceNumber": "558",
"deck": {
"code": "UPPER",
"value": "UPPER"
},
"displayData": {
"accommodation": "FIRST CLASS",
"agentCityName": "Lake Walker",
"arrivalAirportName": "Melyssaburgh",
"boardingPassOnlyText": "BOARDING PASS ONLY",
"boardingTime": "0597",
"cabinClassCode": "Y",
"cabinText": "FIRST CLASS",
"carryOnText": "NO CARRY-ON",
"childText": "INFANT",
"commuterAirlineName": "[object Object]",
"commuterOperatedByText": "OPERATED BY",
"departureAirportName": "Greencester",
"documentTypeText": "BOARDING PASS",
"doorCloseTime": "6308",
"edifactApiText": "API OK",
"entitlementTexts": {
"fastTrack": "FAST TRACK",
"loungeAccess": "LOUNGE XTRA",
"priorityBoarding": "PRIORITY"
},
"estimatedArrivalTime": "0351",
"estimatedDepartureDate": "2027-07-15T00:00:00.0Z",
"estimatedDepartureTime": "5270",
"evenMoreSpeedText": "EVEN MORE SPEED",
"exitText": "E X I T",
"fareBrandText": "ECONOMY BASIC",
"flightCouponText": "NOT VALID WITHOUT FLIGHT COUPON",
"handLuggageText": "NO CARRY ON",
"loungeAccessText": "LOUNGE",
"loyaltyAccountTierName": "PLATINUM",
"marketingAirlineName": "[object Object]",
"operatingAirlineName": "[object Object]",
"pingTipText": "X1YH",
"plusInfantText": "PLUS INFANT",
"premiumText": "PREMIUM",
"priorityAaccessText": "PRIORITY AACCESS",
"priorityBoardingText": "PRIORITY BOARDING",
"priorityText": "PRIORITY",
"scheduledArrivalTime": "8065",
"scheduledDepartureDate": "2026-12-08T00:00:00.0Z",
"scheduledDepartureTime": "8119",
"skyPriorityText": "SKYPRIORITY",
"spanishLargeFamilyText": "FAMI/FAMI NO VERIFICADO",
"spanishResidentText": "RESI/RESI NO VERIFICADO",
"specialService": [
"WCHR"
],
"speedText": "SPEED",
"tboText": "TBO EN",
"thruAirportName": [
"LIMA"
],
"thruText": "THRU",
"ticketTypeText": "ELECTRONIC",
"tsaPreCheckText": "TSA PRE",
"wetleaseAircraftTypeName": "widebody",
"wetleaseAirlineName": "[object Object]",
"wetleaseOperatedByText": "OPERATED BY"
},
"fareInfo": {
"amount": 146.65,
"atpcoRule": "4p3q",
"atpcoTariff": 81,
"bookingClass": "c",
"brand": "15",
"cabinClass": "FIRST",
"cabinClassCode": "F",
"discountCategory": "20",
"fareBasisCode": "sIAYca",
"governingAirline": "[ob",
"id": "aae419f8-64ec-493d-8fbb-e322a2f7f8d7",
"operatingBookingClass": "Y",
"privateTariff": true,
"type": "NRF",
"vendor": {
"code": "SMFC",
"value": "SABRE_MYFARES_AIRLINES"
}
},
"flightDetail": {
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "OM",
"arrivalFlightScheduleStatus": "ON_TIME",
"arrivalTerminal": "0r",
"arrivalTime": "2027-06-02T00:00:00.0Z",
"boardingTime": "1947-05-14T08:31:01.0Z",
"changeOfGauge": false,
"commuter": true,
"departureAirport": "[ob",
"departureCountry": "PG",
"departureFlightScheduleStatus": "CANCELLED",
"departureGate": "Xm",
"departureTerminal": "Qo",
"departureTime": "2027-01-11T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 216
},
"equipment": "117",
"estimatedArrivalTime": "1937-05-04T20:45:05.0Z",
"estimatedDepartureTime": "1929-12-30T15:36:25.0Z",
"flightDuration": 142,
"flightNumber": "13",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2027-05-24T00:00:00.0Z",
"departureTime": "2026-10-11T00:00:00.0Z",
"duration": 85,
"elapsedTime": 229
},
{
"airport": "[ob",
"arrivalTime": "2027-06-16T00:00:00.0Z",
"departureTime": "2027-06-19T00:00:00.0Z",
"duration": 165,
"elapsedTime": 62
},
{
"airport": "[ob",
"arrivalTime": "2026-10-22T00:00:00.0Z",
"departureTime": "2027-02-19T00:00:00.0Z",
"duration": 109,
"elapsedTime": 95
}
],
"iatci": false,
"id": "264da1f2-a268-4488-b662-468771963b8c",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "64",
"span": "INTERNATIONAL",
"status": "CANCELLED",
"subjectToGovernmentApproval": true,
"thirdPartyGroundHandled": false,
"throughFlight": false,
"timeToDeparture": 498
},
"formattedBoardingPass": {
"document": {
"contentType": "audio/midi",
"name": "avaricious.[object Object]",
"value": "vM6ylkpMCXblTvMtkIIkEqbLJbiGKFFFa2rTW4o4nJH1TQHKopNFda2iG9fr0kAq"
},
"image": {
"contentType": "application/x-csh",
"name": "gently_nicely.[object Object]",
"value": "cu27iTLUlxKjBCon7hLb81LE3gUKIYcLdGcXDtuBfPpX6nI0SNP0G4YgQc8vsPrZ"
},
"pectab": {
"data": {
"contentType": "application/x-freearc",
"name": "inquisitively_before.[object Object]",
"value": "MRKm55nFKyUpQpQK4R8wUlP8yBxlCm2ZG1UGoRTzH7RAc3P5qGdRwZb9Ztrm8bar"
},
"layout": {
"contentType": "text/csv",
"name": "energetic_meh_fooey.[object Object]",
"value": "MahXwhJVcmxykSqeIeEdoGAx0YoRDgY6gBrUeIeOBQSdaaYeVIo6hi1oRZSPgbBu"
},
"template": {
"contentType": "audio/aac",
"name": "gee_boohoo.[object Object]",
"value": "LrrdXZwCkTLcd6fl7nCqDVcDIwq3IS5flw1O6kinDWMyhqkoydbr7H1qefpAW5BB"
},
"templates": [
{
"contentType": "application/x-bzip",
"name": "cautiously.[object Object]",
"value": "EOO05AaM4qqW9m9IziOyZcETKXlMm4wgwQQcqrDTwkKqx8h9CHQ4nHdN4Gv39snN"
},
{
"contentType": "text/css",
"name": "mmm_like_but.[object Object]",
"value": "F9MuYjBVrTC44ETlxwbGdsSrdf35zZyqxvhksND1WXbcrVPuKydHy54FtIQfLSJz"
},
{
"contentType": "video/3gpp2",
"name": "athwart.[object Object]",
"value": "6NbQaStMFJ3tviB2cTjnQZJRTiRrtLZd76gloTmivlJVUjSZ1em7aI5IpDVwGEnG"
}
]
},
"supplementaryData": {
"accommodation": "RESIDENCE SUITE",
"selectee": true,
"skyPriority": true,
"zone": "5"
},
"zpl": {
"contentType": "application/epub+zip",
"name": "unimpressively_card.[object Object]",
"value": "mmrjsQB8vTD7SokPW4gJnRX8rxELUPYC0fOqjUTRPHODwLsnI9cAiiYm6kXdwUe2"
}
},
"group": "eqIEdq",
"loyaltyAccount": {
"id": "38afc604-eb10-4826-8af3-8808f827210f",
"latestAwardDate": "2026-01-04",
"loyaltyTierLevel": {
"atpco": "77",
"customerInsight": "14",
"name": "gold",
"number": 1,
"priority": 1,
"tag": "vos"
},
"memberAirline": "[ob",
"memberId": "9647610287",
"membershipStartDate": "2024-04-21",
"mileage": {
"unit": "MILES",
"value": 2175
},
"pnrId": "0",
"points": 55004,
"source": "PNR"
},
"personName": {
"first": "Garrison",
"last": "Donnelly",
"middle": "Charlie",
"prefix": "Dr.",
"raw": "Silvia Herman",
"suffix": "I"
},
"priorityVerificationCard": false,
"recordLocator": "UHGZND",
"seat": {
"column": "x",
"row": "59",
"value": "19D"
},
"source": "EXTERNAL",
"standbyPriority": "XO",
"supplementaryData": {
"dhsStatus": 2,
"exclusiveWaitingArea": true,
"infraeroElectronicStamp": "42801338259748",
"loungeAccess": false,
"selectee": false,
"skyPriority": false,
"spanishLargeFamily": true,
"spanishResident": true,
"tboAirport": "[ob",
"throughAirport": "[ob",
"throughCountry": "SH"
},
"ticketCouponNumber": "38",
"ticketNumber": {
"airlineAccountingCode": "324",
"checkDigit": "3",
"number": "13664049517985",
"serialNumber": "4372933955"
},
"upgradePriority": "xRzM3",
"zone": "9"
},
"checkedIn": false,
"checkInNumber": 395,
"eligibilities": {
"eligibility": [
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "R9171V2eQOKiEcfgE5vO",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "365"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "634"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "PWiDMVcRHPpZ94xbZPPv",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "163"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "162"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "102"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "YpKFhTbsUoeXQHMGKbRw",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "876"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "588"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "x5IAfBxVym9myxCblRtA",
"message": "It is too early for check-in.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "769"
}
]
},
{
"category": "INSUFFICIENT_FUNDS",
"details": "s1h5d6sqDLwqTdoENO4H",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "328"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "501"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "578"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "885"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": true,
"reason": [
{
"category": "BOOKING_CANCELLED",
"details": "6EpzBO2vCUZWJeupyGBe",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "188"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "101"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "970"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "839"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "G5jHPxufWO1i2QWE1xUT",
"message": "Booking has been cancelled.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "528"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "934"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "213"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "926"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "721"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "e64Yw0ZDm6dLvFg5GRKT",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "137"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "972"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "012"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "017"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "064"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "INSUFFICIENT_FUNDS",
"details": "x9OlxElkp8jrGiI3lNpK",
"message": "Required travel document is missing.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "199"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "064"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "776"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "760"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "368"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "hHVinChWjwkYxrcd46D2",
"message": "Required travel document is missing.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "598"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "478"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "499"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "469"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "svzEQyHIAW8gKpbfgZkN",
"message": "Required travel document is missing.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "659"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "1YQQdeUFL6y69Ach7PPu",
"message": "Payment processing failed.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "359"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "308"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "413"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "958"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "FqBhdAPHAnNQIYj155jB",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "394"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "002"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "897"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "717"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "972"
}
]
},
{
"category": "BOOKING_CANCELLED",
"details": "BgRRTTYQt1duU2tDF2M7",
"message": "This flight is not eligible.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "267"
}
]
},
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "VcL4AWmtZxk2Ypvmieqf",
"message": "This flight is not eligible.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "822"
}
]
}
],
"type": "CHECK_IN"
},
{
"notEligible": false,
"reason": [
{
"category": "TOO_EARLY_FOR_CHECK_IN",
"details": "kjrjkR2nQhKnRSEVgs4N",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "925"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "336"
},
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "919"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "sLhsiMpMgXcHH31vxATt",
"message": "Payment processing failed.",
"property": [
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "125"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "633"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "802"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "626"
}
]
},
{
"category": "INVALID_FLIGHT",
"details": "NI1xmzyPO0yHJBCnCpF0",
"message": "Payment processing failed.",
"property": [
{
"name": "DOCUMENT_EXPIRY_THRESHOLD",
"value": "674"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "544"
}
]
},
{
"category": "MISSING_DOCUMENT",
"details": "Hhhf40nhdv4Mn3OFPqAp",
"message": "This flight is not eligible.",
"property": [
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "854"
},
{
"name": "TIME_TO_OPEN_CHECK_IN",
"value": "657"
},
{
"name": "MINIMUM_AGE_REQUIRED",
"value": "324"
}
]
}
],
"type": "CHECK_IN"
}
]
},
"flightRefs": [
"id01",
"id02"
],
"id": "e40073da-15d6-4120-ac4e-a54f28b345b1",
"loungeCard": {
"formattedLoungeCard": {
"image": {
"contentType": "application/epub+zip",
"name": "pasta_jealous_puff.[object Object]",
"value": "q7UIHgtMcgMXXRI8bNbXFGspv9EBVMFbusXMWXR5zBTpEQYMq7rv2emPWoTvsAKv"
},
"pectab": {
"data": {
"contentType": "application/vnd.oasis.opendocument.spreadsheet",
"name": "grouper_considerate.[object Object]",
"value": "l5FDSoMWI5FXtJ2lSNDrOQQPhAgd4KaBpX7Fg0gX1lXZqifmkWvRgQCUMg9PkbFf"
},
"layout": {
"contentType": "text/javascript",
"name": "outlandish_deployment_yowza.[object Object]",
"value": "jjkPZjmjYVKv31Z3XvkARzwPMtszFuZ58Y1XC0e5B8JoJ1e4HUHXI4KA0kem15K1"
},
"template": {
"contentType": "image/svg+xml",
"name": "tenement_gnaw.[object Object]",
"value": "g5dzxk1LiCxQKJaWG2gDVZIdUmtRSD6bnYHrHFxvLOkJX4xkH26FMJ6WvNNsIipT"
},
"templates": [
{
"contentType": "text/html",
"name": "swanling.[object Object]",
"value": "IsIq6JR9gDhWThlw6NXU554qXu4FzYUBrgroJEBHk5pnOx7KB4zajBPPKKqWu11F"
},
{
"contentType": "application/json",
"name": "ruin_likewise.[object Object]",
"value": "mYceppSEPcozh3J9s3xnaNo29qeOnHJSVIvdDLYhxs3sy7OAxZIPfkQpiGUdGio9"
},
{
"contentType": "audio/ogg",
"name": "gratefully.[object Object]",
"value": "UFvaL2KaxCOOAgbBBT1cAExZgRtdB6inTeAk99H8MhlwsA0qJMykKPmXAO6uNCW6"
}
]
}
}
},
"preReservedSeat": {
"airExtraRef": "ca074a41-f004-4ba8-99e0-1a2add8f3368",
"offerId": "ebc77ff5-4da0-484b-9ced-cb402b33de26",
"offerItemId": "eec2afa0-eb72-48e4-a28b-eb159fa5dd02",
"type": "MIDDLE",
"value": "fI"
},
"priorityCode": "jxT",
"seat": {
"airExtraRef": "c5ba1f7e-97f0-4ae1-97ca-ad0d270c3256",
"offerId": "840e4bca-3714-4871-9b56-5481a1901053",
"offerItemId": "be6d773d-9d03-4b3f-b00e-e01ff11e727a",
"type": "AISLE",
"value": "kL"
},
"status": "CHECKED_IN",
"upgradeCode": "dQj"
}
],
"passengerOffer": {
"offerId": "c6795d6d-572f-4993-ab15-9d41aac9",
"offerItems": [
{
"annotations": [
{
"key": "tPmqah",
"value": "WETEaFXSLS"
},
{
"key": "LGysWz",
"value": "FXnoobfhrl"
},
{
"key": "eFXDTj",
"value": "QncCCkTtpv"
}
],
"availableQuantity": 42,
"bannerName": "Unbranded",
"characteristics": [
"CH 1A W"
],
"offerItemId": "05920b8b-e05c-4925-a90b-ff1dbe32",
"offerName": "Elegant Marble Keyboard",
"price": {
"currency": "VUV",
"value": 231.9
},
"priority": 4
},
{
"annotations": [
{
"key": "lzOYpM",
"value": "zFXcAuZnKP"
},
{
"key": "rcUbhc",
"value": "eYkqUnMHZX"
}
],
"availableQuantity": 8,
"bannerName": "Fantastic",
"characteristics": [
"CH 1A W"
],
"offerItemId": "840e2187-f4f2-4570-adc1-650ed84b",
"offerName": "Electronic Gold Towels",
"price": {
"currency": "KYD",
"value": 241.32
},
"priority": 8
},
{
"annotations": [
{
"key": "nPkXcy",
"value": "pNnCDoGivl"
},
{
"key": "bXTjqW",
"value": "kDTexcLSRi"
},
{
"key": "tyxjkb",
"value": "etMGFdMAfi"
}
],
"availableQuantity": 4,
"bannerName": "Modern",
"characteristics": [
"CH 1A W"
],
"offerItemId": "57d37d96-3906-48f9-a2e4-7afaa1c5",
"offerName": "Gorgeous Marble Fish",
"price": {
"currency": "UZS",
"value": 25.85
},
"priority": 9
},
{
"annotations": [
{
"key": "JSRvFs",
"value": "DIPmJJXwzv"
},
{
"key": "FkQyJh",
"value": "iGyEpFyUMf"
},
{
"key": "wIkSuE",
"value": "pkxvNdcsye"
},
{
"key": "TldWgH",
"value": "OxCrLaRjXU"
}
],
"availableQuantity": 32,
"bannerName": "Frozen",
"characteristics": [
"CH 1A W"
],
"offerItemId": "744b1755-c4a1-4b1c-96d9-5e3ed19f",
"offerName": "Elegant Bamboo Soap",
"price": {
"currency": "HKD",
"value": 148
},
"priority": 8
}
]
},
"passengerType": "CHD",
"segmentRef": "e61fbec2-cea5-422f-933a-492404b1eac2",
"upgradeAvailability": [
{
"bookingClassAvailabilityRef": "a85427ff-3004-4367-8fb1-ff4616b92e96",
"cabin": "j",
"description": "Premium Economy",
"id": "990f832a-5e63-4311-84fe-4f2a914b375e",
"pricedAncillaryRef": "8e9f5734-d4ea-4276-b11c-36b1a04cb53a"
},
{
"bookingClassAvailabilityRef": "4f9e1451-1a02-4c93-b3b0-419680344efd",
"cabin": "b",
"description": "Premium Economy",
"id": "9504e870-2f87-45f8-b045-41568b179674",
"pricedAncillaryRef": "9dedd45f-dda1-40c3-a42f-e77975565b5e"
},
{
"bookingClassAvailabilityRef": "76614ed0-5a02-4800-b1f8-66bf1ecb436f",
"cabin": "T",
"description": "Business",
"id": "e9cf4600-2731-47ca-b36c-d10e2abdd5b2",
"pricedAncillaryRef": "e22dd442-8d8e-4a33-9580-e805a46f0995"
}
]
}
]
},
"personName": {
"first": "Mae",
"last": "Grady",
"middle": "Leslie",
"prefix": "Mr.",
"raw": "Terrell McCullough",
"suffix": "PhD"
},
"recordLocator": "ZJAFQK",
"requestedSearchCriteria": {
"fulfilled": true
},
"requestedType": "SENIOR",
"syntheticIdentifier": "bWPEWdcGTzh7NKnFCycEcmYe9",
"ticket": [
{
"agent": {
"duty": "dm",
"homeBranch": "21522",
"homeLocation": "nFT",
"homeStation": "6393",
"lniata": "uLB7JQ",
"sine": "hfD",
"stationLocation": "Rbu",
"stationNumber": "4214",
"ticketingProvider": {
"checkDigit": "9",
"name": "Hane LLC",
"number": "531",
"value": "ph"
},
"type": "e",
"workLocation": "ojH"
},
"discountDetails": {
"dealName": [
"EARLY_BIRD",
"MEMBER_ONLY",
"SUMMER_SALE"
],
"offerName": [
"Promo2",
"Promo1"
],
"promotionCode": [
"SAVE20",
"SAVE50"
]
},
"expiryDate": "2027-02-01",
"fareCalculation": "xpU8KZbXRuouKHWRFrlh",
"fareCalculationMode": "4",
"fareCalculationPricing": "8",
"history": [
{
"affinityHistory": [
{
"frequentFlyer": {
"number": "6312849582",
"provider": "[object Object]",
"tier": "pD"
}
}
],
"agent": {
"duty": "Hm",
"homeLocation": "ZHv",
"lniata": "rgVlRg",
"sine": "QDP",
"ticketingProvider": {
"checkDigit": "5",
"name": "Cronin Group",
"number": "386",
"value": "va"
},
"workLocation": "Ibb"
},
"code": "jc",
"details": {
"accountingCode": "oaHuwT",
"affectedCoupons": "88",
"currentDocumentStatus": "tI",
"documentEventActivity": "AZWvY",
"documentPurgeTypeCode": "AJ",
"newReservation": "HPERGG",
"oldRemark": "qqwAKVlkdj",
"oldReservation": "UDPTCD",
"previousDocumentStatus": "JX",
"supportingDocument": "6177205036"
},
"number": 94,
"relatedDocumentHistory": {
"miscellaneous": {
"affectedCoupons": "97",
"number": 834,
"sequence": 4
},
"supportingDocument": {
"affectedCoupons": "19",
"number": 925,
"sequence": 5
}
},
"sequence": 5,
"serviceCouponHistory": [
{
"coupon": 3,
"currentStatus": "pZ",
"sequence": 2
}
],
"transactionInfo": {
"id": "4eb4fec6-8505-47e2-a455-44035778cd0e",
"inputMessage": "LIFLqGjREZyYCNhIjqmz",
"localDateTime": "2026-07-22T00:00:00.0Z",
"systemDateTime": "2026-07-22T00:00:00.0Z",
"systemProvider": "Swift Inc"
}
}
],
"id": "44fd3325-398d-42fa-bffb-c51073315dfc",
"issued": true,
"issueDate": "2026-01-16T00:00:00.0Z",
"issueTime": {
"useForPricing": false,
"value": "2026-05-13T00:00:00.0Z"
},
"payment": [
{
"base": {
"applyCreditIndicator": false,
"currency": "GEL",
"value": 488.34
},
"cashIndicator": false,
"formOfPaymentType": "CHECK",
"paymentConfirmation": true,
"remarks": "HJsjXOUURT",
"sequence": 5,
"tax": {
"applyCreditIndicator": true,
"currency": "MAD",
"value": 146.08
},
"total": {
"applyCreditIndicator": false,
"currency": "CNY",
"value": 414.63
}
}
],
"presentCreditCard": true,
"priceBreakdown": {
"amounts": {
"base": {
"text": "804541",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "RSD",
"value": 256.54
},
"valueCode": "Ampl"
},
"equivalent": {
"currencyConversion": {
"bankerBuyingRate": 1.1799,
"bankerSellingRate": 1.1961,
"iataClearingHouseRate": 1.0951
},
"text": "519565",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "MAD",
"value": 296.42
},
"valueCode": "SrOn"
},
"net": {
"text": "925378",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "XAF",
"value": 299.51
},
"valueCode": "yvCW"
},
"tax": [
{
"exempt": true,
"name": "GxVwcJUYLo",
"sequence": 2,
"status": "AC",
"taxCode": "KPe",
"text": "169216",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "KHR",
"value": 315.67
},
"valueCode": "QslR"
},
{
"exempt": false,
"name": "HzXxAQaboj",
"sequence": 5,
"status": "hK",
"taxCode": "Pbb",
"text": "695779",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "RON",
"value": 489.66
},
"valueCode": "2ta6"
},
{
"exempt": false,
"name": "cvoWmfwhWH",
"sequence": 3,
"status": "ut",
"taxCode": "Kyv",
"text": "096850",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "CDF",
"value": 284.38
},
"valueCode": "cJfU"
},
{
"exempt": true,
"name": "jOkUVzHVHq",
"sequence": 5,
"status": "LJ",
"taxCode": "enG",
"text": "563278",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "RON",
"value": 129.98
},
"valueCode": "z5Lk"
}
],
"total": {
"rateOfExchange": 0.938,
"text": "787918",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "BYN",
"value": 434.15
},
"valueCode": "BuKg"
},
"totalTax": {
"text": "748585",
"ticketingAmount": {
"applyCreditIndicator": true,
"currency": "ZWL",
"value": 70.52
},
"valueCode": "pFTM"
}
},
"taxes": {
"tax": [
{
"exempt": false,
"name": "wkaMlBkYVJ",
"sequence": 2,
"status": "TA",
"taxCode": "eVO",
"text": "091176",
"ticketingAmount": {
"applyCreditIndicator": false,
"currency": "RSD",
"value": 25.93
},
"valueCode": "HUsM"
}
]
}
},
"refundable": true,
"relatedDocument": {
"conjuctive": [
{
"checkDigit": "8",
"number": "1558805397451",
"sequence": 5
},
{
"checkDigit": "1",
"number": "1397304499309",
"sequence": 2
}
]
},
"reservation": {
"creationDate": "2026-02-24T00:00:00.0Z",
"provider": "Heathcote Group",
"recordLocator": "BXVGCB"
},
"systemCreateDateTime": "2026-07-18T00:00:00.0Z",
"ticketCoupon": [
{
"bagAllowance": "0PC",
"baggageDisclosure": {
"baggageEmbargo": {
"restrictionText": [
"Pet in cabin is not permitted"
]
},
"carryOnBaggage": {
"additionalInfo": "Must fit under seat",
"baggageAllowanceDefinition": {
"allowanceSource": "TICKET",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Pound",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 160
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 100
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 181
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 174
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 4.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 5.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 5.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 18.8
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "nnvzpjrg",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 187
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 11.6
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "UxtUI_Ti",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 192
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 145
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 12.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 47.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 41
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 29
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 19.4
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "-txnL8AB",
"quantity": 1
}
],
"baggageRestriction": [
{
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 126
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 126
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 111
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 28.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 5.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 21
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 5.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 21.3
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 142
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 17.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 48.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 11.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 18.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 4.3
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
}
],
"entitlementDetails": {
"ruleId": "QQOj4j",
"ruleType": "OVERRIDE"
},
"id": "PKznnBu1",
"pricedAncillaryRef": "_6FpEx4t",
"quantity": 3,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 18.3
},
{
"unit": "KILOGRAM",
"value": 15.8
},
{
"unit": "KILOGRAM",
"value": 39.3
}
],
"unknown": false
},
"excessBaggage": [
{
"ancillaryRef": "8VBjqG20",
"baggageRestriction": {
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 139
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 25.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 19
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 19.7
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"fee": {
"currency": "BZD",
"unitDescription": "per Piece",
"value": 80.49
},
"notPermitted": false,
"unknown": true
},
{
"ancillaryRef": "7eGIXVq5",
"baggageRestriction": {
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 63
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 167
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 90
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 196
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 20.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 34.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 11.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 17.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 45.7
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"fee": {
"currency": "CZK",
"unitDescription": "per Piece",
"value": 51.13
},
"notPermitted": true,
"unknown": false
},
{
"ancillaryRef": "Synv_sHG",
"baggageRestriction": {
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 192
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 6.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 22.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 29.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 11.1
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"fee": {
"currency": "FJD",
"unitDescription": "per Piece",
"value": 83.7
},
"notPermitted": true,
"unknown": false
},
{
"ancillaryRef": "auuRZ_8O",
"baggageRestriction": {
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 200
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 140
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 24.2
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"fee": {
"currency": "MDL",
"unitDescription": "per Piece",
"value": 61.19
},
"notPermitted": false,
"unknown": false
},
{
"ancillaryRef": "hrdOmWdH",
"baggageRestriction": {
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 189
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 91
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 130
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 42.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 16.7
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"fee": {
"currency": "ETB",
"unitDescription": "per Kilo",
"value": 12.7
},
"notPermitted": false,
"unknown": false
}
]
},
"checkedInBaggage": {
"baggageAllowanceDefinition": [
{
"allowanceSource": "TICKET",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 166
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 30.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 20.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 15.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 22.6
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "bYg-Cgy1",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 160
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 52
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 157
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 7.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 11.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 18.4
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "-c2YIXkn",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 162
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 199
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 177
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 34.5
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "sj33w0Bv",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 199
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 114
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 169
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 182
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 20.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 46.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 31.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 2.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 15.2
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "VzfwCl88",
"quantity": 1
}
],
"baggageRestriction": [
{
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 129
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 166
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 133
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 182
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 130
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 29.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 27.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 40.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 20.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 40.9
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Kilo",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 112
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 113
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 67
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 135
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 149
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.7
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 130
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 99
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 147
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 140
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 118
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 21.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 40.2
}
}
],
"weightLimitDescription": "UP TO 20 KG"
}
],
"entitlementDetails": {
"ruleId": "OQCkcu",
"ruleType": "OVERRIDE"
},
"id": "pd_WEtl9",
"pricedAncillaryRef": "DJQQBe-j",
"quantity": 2,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 12.2
},
{
"unit": "KILOGRAM",
"value": 1
}
],
"unknown": false
},
{
"allowanceSource": "TICKET",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Piece",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 67
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 155
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 85
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 65
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 48.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 3.3
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "xth-aHK8",
"quantity": 1
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 114
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 134
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 152
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 6.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 32.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 39.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 49.1
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "-wTR7LAI",
"quantity": 1
}
],
"baggageRestriction": [
{
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 123
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 44.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 20
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 19.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 48.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 47.3
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 141
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 112
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 52
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 130
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 28.8
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Kilo",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 188
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 179
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 152
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 8.7
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 5
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 110
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 85
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 37.7
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 24.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 43.6
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
}
],
"entitlementDetails": {
"ruleId": "OZwqeu",
"ruleType": "ADDITIONAL"
},
"id": "Tmmmva1f",
"pricedAncillaryRef": "ABiZOk_H",
"quantity": 1,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 15.7
},
{
"unit": "KILOGRAM",
"value": 13.6
}
],
"unknown": false
},
{
"allowanceSource": "OPTIONAL_SERVICES",
"allowedSubstitution": [
{
"baggageRestriction": {
"description": "per Piece",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 74
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 75
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 117
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 188
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 2.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 34.2
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 33.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 13.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 42.2
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "BeMSMu8-",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 54
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 95
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 97
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 98
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 39
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 40
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"pricedAncillaryRef": "hxDmUg1g",
"quantity": 2
},
{
"baggageRestriction": {
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 187
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 91
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 112
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 88
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 47.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 11
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 7.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 5.1
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"pricedAncillaryRef": "5jprKyzQ",
"quantity": 2
}
],
"baggageRestriction": [
{
"description": "per Piece",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 87
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 198
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 182
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 37.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 6.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 38.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 14.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 26.6
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Pound",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 92
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 147
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 119
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 176
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 109
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 23
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 46.6
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 46.1
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 2.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 35.7
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
{
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 4
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 116
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 64
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 183
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 87
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 66
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 29.5
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Piece",
"designation": "2nd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 51
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 120
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 181
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 105
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 44.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 47.3
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
{
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 1
},
"quantity": 2,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 165
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 159
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 186
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 62
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 58
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 38.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 22.4
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 15.7
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
}
],
"entitlementDetails": {
"ruleId": "lAu6Vy",
"ruleType": "OVERRIDE"
},
"id": "6kyePVBz",
"pricedAncillaryRef": "V0g-zhr5",
"quantity": 1,
"totalWeight": [
{
"unit": "KILOGRAM",
"value": 34.5
}
],
"unknown": false
}
],
"excessBaggage": [
{
"ancillaryRef": "qhmkwjev",
"baggageRestriction": {
"description": "per Pound",
"designation": "3rd",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 1,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 188
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "CENTIMETER",
"value": 122
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 90
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 50
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 147
}
}
],
"sizeLimitDescription": "UP TO 62 LINEAR INCHES/158 LINEAR CENTIMETERS",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 5.8
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"fee": {
"currency": "VUV",
"unitDescription": "per Kilo",
"value": 50.51
},
"notPermitted": true,
"unknown": false
},
{
"ancillaryRef": "4i1dhO4P",
"baggageRestriction": {
"description": "per Piece",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 2
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 52
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "FEET",
"value": 194
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 104
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 11.8
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 5.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 37.5
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 6.1
}
}
],
"weightLimitDescription": "UP TO 20 KG"
},
"fee": {
"currency": "FKP",
"unitDescription": "per Piece",
"value": 55.16
},
"notPermitted": true,
"unknown": true
},
{
"ancillaryRef": "rMcOvuZ9",
"baggageRestriction": {
"description": "per Kilo",
"designation": "1st",
"occurrenceLimit": {
"first": 1,
"last": 3
},
"quantity": 3,
"sizeLimit": [
{
"limitType": "UP_TO",
"size": {
"unit": "INCH",
"value": 71
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 139
}
},
{
"limitType": "UP_TO",
"size": {
"unit": "METER",
"value": 151
}
}
],
"sizeLimitDescription": "UP TO 50 INCHES",
"weightLimit": [
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 42.3
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 30.9
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 31
}
},
{
"limitType": "OVER",
"weight": {
"unit": "KILOGRAM",
"value": 16
}
}
],
"weightLimitDescription": "EACH PIECE UP TO 50 POUNDS/23 KILOGRAMS"
},
"fee": {
"currency": "ETB",
"unitDescription": "per Piece",
"value": 83.92
},
"notPermitted": false,
"unknown": true
}
]
}
},
"bookingStatus": {
"name": "TKaiGx",
"value": "RQ"
},
"classOfService": "h",
"couponNumber": "43",
"couponUse": "q",
"currentStatus": "VA",
"endDateTime": "2026-11-19T00:00:00.0Z",
"endLocation": "UEM",
"fareBasisCode": "n9YydhvQ",
"marketingFlightNumber": "4453",
"marketingProvider": {
"checkDigit": "0",
"name": "Walter Group",
"number": "781",
"value": "fe"
},
"segmentRef": "ddc48144-6cb2-4814-9d2e-cd9cfe5eac6b",
"startDateTime": "2027-05-18T00:00:00.0Z",
"startLocation": "hlT",
"status": "PARTIALLY_REFUNDED",
"stopOver": "B"
}
],
"ticketNumber": {
"airlineAccountingCode": "970",
"checkDigit": "3",
"number": "74921738483022",
"serialNumber": "4493359662"
},
"ticketRemark": [
{
"category": "OTHER",
"header": "FmGhleXEsM",
"remarkLine": "hB8A3yesbyd5oeIJj08yPscmCNU47QmcBVErHq1tHnOzDrb1Nt",
"sequence": 28,
"type": "Special Assistance"
},
{
"category": "PASSENGER",
"header": "RqfcXOCssn",
"remarkLine": "6vdiaWmqBK8rDzudijnmVMIucGVBIOdKxRtZk3OaZisMqHuVOe",
"sequence": 86,
"type": "General"
},
{
"category": "MANUAL",
"header": "VWXZKnyWgM",
"remarkLine": "2a6XG8Jxu6XreqRZANgY5A0tAAoKLRxg0lxtGVPPph4p57UjjQ",
"sequence": 77,
"type": "General"
},
{
"category": "ENDORSEMENTS",
"header": "civJaijhiR",
"remarkLine": "Oq7RoGTePJj4HSvsPbKMh0NfWKWpc4ISFwsqp10ozVMeQ4XZfM",
"sequence": 33,
"type": "Baggage"
},
{
"category": "ENDORSEMENTS",
"header": "VghDqrMhpB",
"remarkLine": "1nMFqUwtUUn9URoLRKamoIfzZCUksBADiwrWfcjBAXzUvQiDnV",
"sequence": 100,
"type": "Special Assistance"
}
],
"tourNumber": "BeScZ3"
}
],
"timaticVerificationResults": {
"status": "CONDITIONAL",
"timaticCountryRequirements": [
{
"country": "GI",
"countryName": "Puerto Rico",
"status": "OK_TO_BOARD",
"timaticVerificationSection": [
{
"name": "OTHERS",
"timaticDetail": [
{
"subtype": "Recommendation",
"type": "Visa",
"value": "Required"
}
]
},
{
"name": "PASSPORT",
"timaticDetail": [
{
"subtype": "Information",
"type": "Health",
"value": "Conditional"
},
{
"subtype": "Restriction",
"type": "Visa",
"value": "Exempt"
},
{
"subtype": "Information",
"type": "Visa",
"value": "Not Required"
},
{
"subtype": "Applicable",
"type": "Passport",
"value": "Required"
},
{
"subtype": "Exception",
"type": "Customs",
"value": "Required"
}
]
},
{
"name": "VISA",
"timaticDetail": [
{
"subtype": "Requirement",
"type": "Passport",
"value": "Exempt"
}
]
}
]
},
{
"country": "TJ",
"countryName": "Afghanistan",
"status": "OK_TO_BOARD",
"timaticVerificationSection": [
{
"name": "VISA",
"timaticDetail": [
{
"subtype": "Exception",
"type": "Customs",
"value": "Not Required"
},
{
"subtype": "Recommendation",
"type": "Customs",
"value": "Not Required"
},
{
"subtype": "Information",
"type": "Customs",
"value": "Conditional"
},
{
"subtype": "Requirement",
"type": "Passport",
"value": "Exempt"
},
{
"subtype": "Restriction",
"type": "Visa",
"value": "Exempt"
}
]
},
{
"name": "EVALUATION_RESPONSE",
"timaticDetail": [
{
"subtype": "Information",
"type": "Passport",
"value": "Not Required"
},
{
"subtype": "Recommendation",
"type": "Visa",
"value": "Conditional"
},
{
"subtype": "Information",
"type": "Visa",
"value": "Not Required"
},
{
"subtype": "Applicable",
"type": "Visa",
"value": "Not Required"
},
{
"subtype": "Recommendation",
"type": "Passport",
"value": "Conditional"
}
]
}
]
}
]
},
"transportationSecurity": {
"knownTraveler": {
"applicableCountryCode": "SK",
"number": "880255"
},
"knownTravelerNumber": "204102",
"preScreeningData": {
"dateOfBirth": "1981-03-19",
"gender": "Y",
"personName": {
"first": "Ottis",
"last": "Wehner",
"middle": "Sawyer",
"prefix": "Mrs.",
"raw": "Randy Durgan",
"suffix": "Sr."
}
},
"redress": {
"applicableCountryCode": "AW",
"number": "281171"
},
"redresses": [
{
"applicableCountryCode": "AD",
"number": "086106"
},
{
"applicableCountryCode": "BE",
"number": "459417"
},
{
"applicableCountryCode": "WF",
"number": "245439"
},
{
"applicableCountryCode": "CX",
"number": "025291"
},
{
"applicableCountryCode": "PL",
"number": "820199"
}
],
"redressNumber": "3125585353"
},
"type": "ADULT",
"weightCategory": "ADULT_FEMALE"
}
]
},
"payments": {
"payment": [
{
"amount": {
"currency": "MZN",
"value": 334.92
},
"formOfPaymentType": "OTHER",
"id": "228d7574-93ae-4577-9acd-1eeab1196b91",
"installmentsDetails": {
"currency": "JOD",
"fopFeeAmount": 2.16,
"installmentAmount": 126.55,
"interestAmount": 37.14,
"interestRate": 3.03,
"numberOfInstallments": 6,
"otherPaymentAmount": 87.53,
"totalPaymentAmount": 3430.95
},
"paymentCardPayment": {
"approvalCode": "397499",
"authorizationResult": {
"approvalCode": "806384",
"merchantAccountNumber": "41433178",
"responseCode": "APPROVED",
"resultCodes": {
"aVS": "C",
"cAVV": "A",
"cSC": "P"
},
"supplierId": "AMEX",
"supplierResponseCode": "73",
"supplierTransactionId": "371925202"
},
"bookingIdentifier": "NnAnu52oq",
"cardReader": {
"chipCardIndicator": true,
"deviceId": "CBZxQt0ZtBL4"
},
"dynamicCurrencyConversion": {
"amount": {
"currency": "EUR",
"value": 50.5
},
"exchangeRateInfo": {
"basedOn": "BLOOMBERG MARKET DATA",
"margin": 0.0479,
"rate": 0.8761
},
"originalAmount": {
"currency": "SBD",
"value": 331.62
},
"supplierIdentifier": "GLOBAL B"
},
"internetTransactionVerification": "JSECURE",
"paymentCard": {
"cardType": "CREDIT_CARD",
"expirationDetails": "01/26",
"id": "b1c9da64-2974-410c-aa96-d05f9a2aa2b3",
"nameOnCard": "Nora Frami DVM",
"number": "3604-550000-6666",
"typeCode": "AX"
},
"paymentPlan": {
"bankName": "Auer, Mohr and Dicki",
"numberOfInstallments": 2
},
"presentPaymentCardForVerification": true,
"transactionIdentifier": "cQUJ4qsn7l"
},
"paymentComponent": [
{
"airExtraDocumentRef": "kw0F",
"amount": {
"currency": "MZN",
"value": 336.71
},
"points": 3780,
"ticketRef": "pVtG"
},
{
"airExtraDocumentRef": "pi6X",
"amount": {
"currency": "ZAR",
"value": 199.45
},
"points": 651,
"ticketRef": "eTS4"
}
],
"points": 1806,
"status": "UNKNOWN"
},
{
"amount": {
"currency": "COP",
"value": 131.65
},
"formOfPaymentType": "PAYMENT_CARD",
"id": "a16759dd-70c0-4330-97c4-7f19a84d3f4e",
"installmentsDetails": {
"currency": "GIP",
"fopFeeAmount": 19.46,
"installmentAmount": 96.89,
"interestAmount": 42.49,
"interestRate": 3.52,
"numberOfInstallments": 12,
"otherPaymentAmount": 3.54,
"totalPaymentAmount": 4810.9
},
"paymentCardPayment": {
"approvalCode": "302008",
"authorizationResult": {
"approvalCode": "834171",
"merchantAccountNumber": "71575360",
"responseCode": "APPROVED",
"resultCodes": {
"aVS": "D",
"cAVV": "A",
"cSC": "P"
},
"supplierId": "WCRD",
"supplierResponseCode": "53",
"supplierTransactionId": "144333120"
},
"bookingIdentifier": "tsgueT0XJ",
"cardReader": {
"chipCardIndicator": false,
"deviceId": "QnbdlDWtj7xO"
},
"dynamicCurrencyConversion": {
"amount": {
"currency": "MKD",
"value": 189.89
},
"exchangeRateInfo": {
"basedOn": "BLOOMBERG MARKET DATA",
"margin": 0.0231,
"rate": 0.844
},
"originalAmount": {
"currency": "BZD",
"value": 246.33
},
"supplierIdentifier": "FEXCO"
},
"internetTransactionVerification": "JSECURE",
"paymentCard": {
"cardType": "CREDIT_CARD",
"expirationDetails": "08/29",
"id": "f58c3a4b-4e9a-4e58-b2b7-5f413225901b",
"nameOnCard": "Miss Janet King PhD",
"number": "5205-0015-7657-8165",
"typeCode": "MC"
},
"paymentPlan": {
"bankName": "Kub, Kulas and Dickens",
"numberOfInstallments": 5
},
"presentPaymentCardForVerification": true,
"transactionIdentifier": "YOspKWQz5x"
},
"paymentComponent": [
{
"airExtraDocumentRef": "wQJj",
"amount": {
"currency": "IQD",
"value": 222.61
},
"points": 592,
"ticketRef": "IPnN"
},
{
"airExtraDocumentRef": "nuTg",
"amount": {
"currency": "BND",
"value": 333.68
},
"points": 5206,
"ticketRef": "cs34"
}
],
"points": 3051,
"status": "ON_HOLD"
},
{
"amount": {
"currency": "PGK",
"value": 390.36
},
"formOfPaymentType": "VOUCHER",
"id": "461a2fe7-56a4-41e3-9854-ebafeaaf45b5",
"installmentsDetails": {
"currency": "SYP",
"fopFeeAmount": 6.33,
"installmentAmount": 184.92,
"interestAmount": 8.78,
"interestRate": 5.48,
"numberOfInstallments": 8,
"otherPaymentAmount": 74.62,
"totalPaymentAmount": 4807.2
},
"paymentCardPayment": {
"approvalCode": "862414",
"authorizationResult": {
"approvalCode": "382363",
"merchantAccountNumber": "59962713",
"responseCode": "APPROVED",
"resultCodes": {
"aVS": "A",
"cAVV": "A",
"cSC": "P"
},
"supplierId": "AMEX",
"supplierResponseCode": "63",
"supplierTransactionId": "977898577"
},
"bookingIdentifier": "ISeIWgqWP",
"cardReader": {
"chipCardIndicator": false,
"deviceId": "5MoHWbhDm4qh"
},
"dynamicCurrencyConversion": {
"amount": {
"currency": "QAR",
"value": 357.76
},
"exchangeRateInfo": {
"basedOn": "REUTERS WHOLESALE INTERBA",
"margin": 0.0186,
"rate": 0.8086
},
"originalAmount": {
"currency": "TRY",
"value": 26.51
},
"supplierIdentifier": "PLANET"
},
"internetTransactionVerification": "JSECURE",
"paymentCard": {
"cardType": "CREDIT_CARD",
"expirationDetails": "01/26",
"id": "cb619d31-833f-4694-93e1-a559978892ea",
"nameOnCard": "Jaime Schimmel",
"number": "3529-4209-5428-7039",
"typeCode": "MC"
},
"paymentPlan": {
"bankName": "Cole - Tremblay",
"numberOfInstallments": 4
},
"presentPaymentCardForVerification": false,
"transactionIdentifier": "3O7XnXICJg"
},
"paymentComponent": [
{
"airExtraDocumentRef": "8Qpx",
"amount": {
"currency": "KWD",
"value": 83.69
},
"points": 9247,
"ticketRef": "UsSs"
},
{
"airExtraDocumentRef": "h5Ug",
"amount": {
"currency": "UAH",
"value": 427.31
},
"points": 848,
"ticketRef": "hNe7"
},
{
"airExtraDocumentRef": "eA44",
"amount": {
"currency": "KGS",
"value": 118.39
},
"points": 4310,
"ticketRef": "x0o2"
},
{
"airExtraDocumentRef": "4UER",
"amount": {
"currency": "ZMW",
"value": 411.99
},
"points": 711,
"ticketRef": "UcB4"
},
{
"airExtraDocumentRef": "uo9D",
"amount": {
"currency": "NPR",
"value": 328.86
},
"points": 2175,
"ticketRef": "BpPj"
}
],
"points": 4862,
"status": "ERROR"
},
{
"amount": {
"currency": "TOP",
"value": 473.16
},
"formOfPaymentType": "LOYALTY",
"id": "a55d549b-f883-4d1b-86e3-39f48f05ddd4",
"installmentsDetails": {
"currency": "AFN",
"fopFeeAmount": 13.58,
"installmentAmount": 138.53,
"interestAmount": 38.86,
"interestRate": 10.87,
"numberOfInstallments": 4,
"otherPaymentAmount": 73.66,
"totalPaymentAmount": 1612.47
},
"paymentCardPayment": {
"approvalCode": "189606",
"authorizationResult": {
"approvalCode": "463471",
"merchantAccountNumber": "68060339",
"responseCode": "DECLINED",
"resultCodes": {
"aVS": "B",
"cAVV": "A",
"cSC": "P"
},
"supplierId": "WCRD",
"supplierResponseCode": "11",
"supplierTransactionId": "810701706"
},
"bookingIdentifier": "7xo1zndp2",
"cardReader": {
"chipCardIndicator": false,
"deviceId": "jkKiKX9g1hzt"
},
"dynamicCurrencyConversion": {
"amount": {
"currency": "ARS",
"value": 116.78
},
"exchangeRateInfo": {
"basedOn": "BLOOMBERG MARKET DATA",
"margin": 0.047,
"rate": 1.1739
},
"originalAmount": {
"currency": "TMT",
"value": 44.28
},
"supplierIdentifier": "FEXCO"
},
"internetTransactionVerification": "THREE_DOMAIN_SECURE",
"paymentCard": {
"cardType": "CREDIT_CARD",
"expirationDetails": "01/26",
"id": "6e1c727f-b2ef-4ac0-ac36-4f1a53dc0531",
"nameOnCard": "Dr. Tomas Effertz",
"number": "6011-3486-0055-2787",
"typeCode": "VA"
},
"paymentPlan": {
"bankName": "Kessler, Kling and Effertz",
"numberOfInstallments": 4
},
"presentPaymentCardForVerification": true,
"transactionIdentifier": "jEwAqQDxCj"
},
"paymentComponent": [
{
"airExtraDocumentRef": "7ioJ",
"amount": {
"currency": "BDT",
"value": 277.03
},
"points": 6796,
"ticketRef": "smyb"
},
{
"airExtraDocumentRef": "cMZr",
"amount": {
"currency": "DJF",
"value": 88.14
},
"points": 7557,
"ticketRef": "PXdA"
}
],
"points": 3998,
"status": "UNKNOWN"
},
{
"amount": {
"currency": "XOF",
"value": 361.91
},
"formOfPaymentType": "CHECK",
"id": "42fd78d8-768b-489d-a8cd-3d14dc49beac",
"installmentsDetails": {
"currency": "AUD",
"fopFeeAmount": 16.14,
"installmentAmount": 443.92,
"interestAmount": 24.78,
"interestRate": 4.41,
"numberOfInstallments": 7,
"otherPaymentAmount": 55.23,
"totalPaymentAmount": 3063.27
},
"paymentCardPayment": {
"approvalCode": "269385",
"authorizationResult": {
"approvalCode": "119703",
"merchantAccountNumber": "78517300",
"responseCode": "DECLINED",
"resultCodes": {
"aVS": "B",
"cAVV": "A",
"cSC": "N"
},
"supplierId": "WCRD",
"supplierResponseCode": "55",
"supplierTransactionId": "549651876"
},
"bookingIdentifier": "QFHd5CkWc",
"cardReader": {
"chipCardIndicator": true,
"deviceId": "pkfMTYyMAAZO"
},
"dynamicCurrencyConversion": {
"amount": {
"currency": "KPW",
"value": 15.64
},
"exchangeRateInfo": {
"basedOn": "REUTERS WHOLESALE INTERBA",
"margin": 0.0077,
"rate": 1.0054
},
"originalAmount": {
"currency": "MDL",
"value": 355.32
},
"supplierIdentifier": "FEXCO"
},
"internetTransactionVerification": "THREE_DOMAIN_SECURE",
"paymentCard": {
"cardType": "CREDIT_CARD",
"expirationDetails": "05/27",
"id": "78e98cf6-a289-4fd0-a382-8bb0672cc327",
"nameOnCard": "Mark Torp",
"number": "6011-6562-2507-4759",
"typeCode": "MC"
},
"paymentPlan": {
"bankName": "Weissnat, McCullough and Ebert",
"numberOfInstallments": 2
},
"presentPaymentCardForVerification": false,
"transactionIdentifier": "WsT6G5HS6D"
},
"paymentComponent": [
{
"airExtraDocumentRef": "MDYz",
"amount": {
"currency": "ZAR",
"value": 373.61
},
"points": 7986,
"ticketRef": "vNqH"
},
{
"airExtraDocumentRef": "2jKL",
"amount": {
"currency": "XCD",
"value": 43.5
},
"points": 4739,
"ticketRef": "zDy1"
},
{
"airExtraDocumentRef": "pG4r",
"amount": {
"currency": "VUV",
"value": 249.01
},
"points": 9912,
"ticketRef": "A8A8"
},
{
"airExtraDocumentRef": "I8WC",
"amount": {
"currency": "EGP",
"value": 433.74
},
"points": 8884,
"ticketRef": "mjR8"
},
{
"airExtraDocumentRef": "cy7o",
"amount": {
"currency": "MKD",
"value": 379.79
},
"points": 604,
"ticketRef": "TweJ"
}
],
"points": 6346,
"status": "UNKNOWN"
}
]
},
"pricedAncillaries": {
"conversionRules": {
"minimumPoints": 383,
"roundingMode": "HALF_UP",
"scalingMode": "NEAREST_100"
},
"id": "8oZ_cHAb",
"pricedAncillary": [
{
"ancillaryFee": {
"base": {
"amount": {
"currency": "TMT",
"value": 392.33
},
"code": "vM",
"conversionRatio": {
"minimumPoints": 989,
"value": 0.49
},
"equivAmount": {
"currency": "SEK",
"value": 139.01
},
"override": false,
"points": 3173,
"referenceAmount": {
"currency": "BAM",
"value": 91.82
},
"taxType": "FLAT"
},
"deal": [
{
"amount": {
"currency": "BSD",
"value": 427.17
},
"conversionRatio": {
"minimumPoints": 602,
"value": 0.85
},
"id": "922c1fe2-ef32-4fd2-a3af-ba56e550f256",
"offerName": "FLIGHT BUNDLE",
"percentage": 29,
"points": 1592,
"promotionCode": [
"SAVE10",
"PROMO20"
],
"promotionId": "9",
"promotionTag": "KZDTQ8dPpUGFflM",
"type": "OTHR"
},
{
"amount": {
"currency": "ETB",
"value": 247.67
},
"conversionRatio": {
"minimumPoints": 502,
"value": 0.47
},
"id": "581bdc09-7587-46e5-98f7-3770156a8c14",
"offerName": "FLIGHT BUNDLE",
"percentage": 13,
"points": 1168,
"promotionCode": [
"PROMO20",
"FLIGHT5"
],
"promotionId": "8",
"promotionTag": "nqkXm6fUWAtcK3H",
"type": "DISCOUNT"
},
{
"amount": {
"currency": "ISK",
"value": 405.28
},
"conversionRatio": {
"minimumPoints": 979,
"value": 0.66
},
"id": "075fc1ad-6571-4f1e-b7cc-daa8e739b7f8",
"offerName": "MAY WEEKEND DISCOUNT",
"percentage": 5,
"points": 1784,
"promotionCode": [
"PROMO20",
"SAVE10",
"FLIGHT5"
],
"promotionId": "6",
"promotionTag": "9XytRyxFujl1VC7",
"type": "RISE"
}
],
"tax": [
{
"amount": {
"currency": "XOF",
"value": 428.14
},
"code": "vF",
"conversionRatio": {
"minimumPoints": 423,
"value": 0.94
},
"equivAmount": {
"currency": "HNL",
"value": 336.07
},
"override": false,
"points": 36380,
"referenceAmount": {
"currency": "DZD",
"value": 211.16
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "GYD",
"value": 458.58
},
"code": "YB",
"conversionRatio": {
"minimumPoints": 574,
"value": 0.36
},
"equivAmount": {
"currency": "TZS",
"value": 400
},
"override": true,
"points": 13761,
"referenceAmount": {
"currency": "XAF",
"value": 318.81
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "SRD",
"value": 226.17
},
"code": "qs",
"conversionRatio": {
"minimumPoints": 804,
"value": 0.62
},
"equivAmount": {
"currency": "BGN",
"value": 217.89
},
"override": true,
"points": 29744,
"referenceAmount": {
"currency": "JPY",
"value": 163.24
},
"taxType": "PROPORTIONAL"
}
],
"taxesIncludedInBase": false,
"taxExempt": true,
"totalFee": [
{
"base": {
"amount": {
"currency": "CLP",
"value": 91.52
},
"code": "cW",
"conversionRatio": {
"minimumPoints": 755,
"value": 0.31
},
"equivAmount": {
"currency": "MZN",
"value": 197.33
},
"override": true,
"points": 19775,
"referenceAmount": {
"currency": "SZL",
"value": 148.37
},
"taxType": "FLAT"
},
"discountCalculationRule": "WITHOUT_DISCOUNTS",
"redemptionCalculationRule": "MAX_POINTS_USED",
"tax": [
{
"amount": {
"currency": "DKK",
"value": 32.46
},
"code": "Yc",
"conversionRatio": {
"minimumPoints": 135,
"value": 0.27
},
"equivAmount": {
"currency": "TWD",
"value": 398.42
},
"override": false,
"points": 19253,
"referenceAmount": {
"currency": "AFN",
"value": 33.47
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "TWD",
"value": 474.14
},
"code": "Br",
"conversionRatio": {
"minimumPoints": 631,
"value": 0.49
},
"equivAmount": {
"currency": "THB",
"value": 352.32
},
"override": false,
"points": 27247,
"referenceAmount": {
"currency": "SHP",
"value": 100.81
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "BBD",
"value": 309.19
},
"code": "HB",
"conversionRatio": {
"minimumPoints": 444,
"value": 0.29
},
"equivAmount": {
"currency": "WST",
"value": 110.07
},
"override": false,
"points": 13863,
"referenceAmount": {
"currency": "SZL",
"value": 136.15
},
"taxType": "PROPORTIONAL"
}
],
"total": {
"amount": {
"currency": "GBP",
"value": 377.69
},
"code": "Wd",
"conversionRatio": {
"minimumPoints": 959,
"value": 0.45
},
"equivAmount": {
"currency": "SAR",
"value": 155.48
},
"override": true,
"points": 36592,
"referenceAmount": {
"currency": "AFN",
"value": 172.33
},
"taxType": "PROPORTIONAL"
},
"totalTaxes": {
"amount": {
"currency": "SLE",
"value": 286.25
},
"code": "Fi",
"conversionRatio": {
"minimumPoints": 977,
"value": 0.4
},
"equivAmount": {
"currency": "DZD",
"value": 382.95
},
"override": true,
"points": 20383,
"referenceAmount": {
"currency": "FJD",
"value": 356.86
},
"taxType": "FLAT"
}
},
{
"base": {
"amount": {
"currency": "KES",
"value": 404.85
},
"code": "wY",
"conversionRatio": {
"minimumPoints": 817,
"value": 0.77
},
"equivAmount": {
"currency": "ERN",
"value": 169.41
},
"override": true,
"points": 38662,
"referenceAmount": {
"currency": "MXN",
"value": 290
},
"taxType": "PROPORTIONAL"
},
"discountCalculationRule": "WITHOUT_DISCOUNTS",
"redemptionCalculationRule": "MAX_POINTS_USED",
"tax": [
{
"amount": {
"currency": "LYD",
"value": 160.55
},
"code": "GD",
"conversionRatio": {
"minimumPoints": 576,
"value": 0.86
},
"equivAmount": {
"currency": "BOB",
"value": 18.22
},
"override": false,
"points": 31253,
"referenceAmount": {
"currency": "ZMW",
"value": 112.15
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "GEL",
"value": 434.65
},
"code": "Qm",
"conversionRatio": {
"minimumPoints": 895,
"value": 0.32
},
"equivAmount": {
"currency": "UYU",
"value": 446.21
},
"override": true,
"points": 34042,
"referenceAmount": {
"currency": "NOK",
"value": 478.64
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "CRC",
"value": 327.59
},
"code": "mj",
"conversionRatio": {
"minimumPoints": 628,
"value": 0.14
},
"equivAmount": {
"currency": "TRY",
"value": 356.09
},
"override": false,
"points": 24993,
"referenceAmount": {
"currency": "CAD",
"value": 181.59
},
"taxType": "PROPORTIONAL"
},
"totalTaxes": {
"amount": {
"currency": "ZAR",
"value": 134
},
"code": "Cj",
"conversionRatio": {
"minimumPoints": 630,
"value": 0.88
},
"equivAmount": {
"currency": "LSL",
"value": 29.95
},
"override": false,
"points": 13377,
"referenceAmount": {
"currency": "AWG",
"value": 56.66
},
"taxType": "FLAT"
}
},
{
"base": {
"amount": {
"currency": "MMK",
"value": 397.12
},
"code": "yU",
"conversionRatio": {
"minimumPoints": 777,
"value": 0.74
},
"equivAmount": {
"currency": "THB",
"value": 383.49
},
"override": false,
"points": 32493,
"referenceAmount": {
"currency": "KWD",
"value": 471.72
},
"taxType": "PROPORTIONAL"
},
"discountCalculationRule": "WITH_DISCOUNTS",
"redemptionCalculationRule": "MIN_POINTS_USED",
"tax": [
{
"amount": {
"currency": "HNL",
"value": 495.3
},
"code": "KM",
"conversionRatio": {
"minimumPoints": 264,
"value": 0.1
},
"equivAmount": {
"currency": "LYD",
"value": 271.65
},
"override": false,
"points": 24688,
"referenceAmount": {
"currency": "UYU",
"value": 42.3
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "KES",
"value": 239.73
},
"code": "ga",
"conversionRatio": {
"minimumPoints": 874,
"value": 0.63
},
"equivAmount": {
"currency": "KRW",
"value": 387.19
},
"override": false,
"points": 14542,
"referenceAmount": {
"currency": "ETB",
"value": 248.05
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "BGN",
"value": 254.81
},
"code": "qZ",
"conversionRatio": {
"minimumPoints": 595,
"value": 0.74
},
"equivAmount": {
"currency": "KWD",
"value": 425.94
},
"override": false,
"points": 9516,
"referenceAmount": {
"currency": "BSD",
"value": 465.45
},
"taxType": "PROPORTIONAL"
}
],
"total": {
"amount": {
"currency": "CNY",
"value": 52.35
},
"code": "cn",
"conversionRatio": {
"minimumPoints": 767,
"value": 0.9
},
"equivAmount": {
"currency": "XOF",
"value": 276.15
},
"override": true,
"points": 19726,
"referenceAmount": {
"currency": "SZL",
"value": 250.68
},
"taxType": "PROPORTIONAL"
},
"totalTaxes": {
"amount": {
"currency": "UYU",
"value": 455.88
},
"code": "aL",
"conversionRatio": {
"minimumPoints": 984,
"value": 0.75
},
"equivAmount": {
"currency": "FKP",
"value": 259.03
},
"override": true,
"points": 32888,
"referenceAmount": {
"currency": "DJF",
"value": 16.28
},
"taxType": "FLAT"
}
},
{
"base": {
"amount": {
"currency": "NGN",
"value": 373.01
},
"code": "Np",
"conversionRatio": {
"minimumPoints": 711,
"value": 0.55
},
"equivAmount": {
"currency": "BRL",
"value": 466.67
},
"override": false,
"points": 32821,
"referenceAmount": {
"currency": "WST",
"value": 330.21
},
"taxType": "PROPORTIONAL"
},
"discountCalculationRule": "WITHOUT_DISCOUNTS",
"redemptionCalculationRule": "MAX_POINTS_USED",
"tax": [
{
"amount": {
"currency": "EGP",
"value": 424.22
},
"code": "RG",
"conversionRatio": {
"minimumPoints": 568,
"value": 0.82
},
"equivAmount": {
"currency": "BMD",
"value": 132.55
},
"override": false,
"points": 9820,
"referenceAmount": {
"currency": "SHP",
"value": 128.63
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MUR",
"value": 262.33
},
"code": "du",
"conversionRatio": {
"minimumPoints": 345,
"value": 0.38
},
"equivAmount": {
"currency": "KMF",
"value": 258.13
},
"override": true,
"points": 14610,
"referenceAmount": {
"currency": "ALL",
"value": 410.93
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "BIF",
"value": 196.13
},
"code": "Lt",
"conversionRatio": {
"minimumPoints": 148,
"value": 0.68
},
"equivAmount": {
"currency": "KPW",
"value": 414.24
},
"override": false,
"points": 26764,
"referenceAmount": {
"currency": "UAH",
"value": 336.84
},
"taxType": "PROPORTIONAL"
},
"totalTaxes": {
"amount": {
"currency": "XAF",
"value": 489.53
},
"code": "VE",
"conversionRatio": {
"minimumPoints": 939,
"value": 0.24
},
"equivAmount": {
"currency": "JMD",
"value": 328.68
},
"override": true,
"points": 5873,
"referenceAmount": {
"currency": "CLP",
"value": 229.83
},
"taxType": "FLAT"
}
}
],
"unavailable": false
},
"ancillaryPurchaseRules": {
"availableSince": "2025-08-04",
"availableUntil": "2026-12-15",
"purchaseByDate": "2026-07-28"
},
"ancillaryRef": "D3Wohl",
"confirmationStatus": "WAIT_LIST",
"id": "JdsMVOms",
"offerItemId": "62f904b2-2f2f-422e-8bf7-d95f02e6b6d6",
"pricingLevel": "ITINERARY"
},
{
"ancillaryFee": {
"base": {
"amount": {
"currency": "MYR",
"value": 45.07
},
"code": "IP",
"conversionRatio": {
"minimumPoints": 360,
"value": 0.47
},
"equivAmount": {
"currency": "NZD",
"value": 187.12
},
"override": true,
"points": 3416,
"referenceAmount": {
"currency": "GEL",
"value": 268.06
},
"taxType": "PROPORTIONAL"
},
"deal": [
{
"amount": {
"currency": "FJD",
"value": 298.65
},
"conversionRatio": {
"minimumPoints": 620,
"value": 0.16
},
"id": "2960964f-2739-4afb-a2d4-e16d4a2246fb",
"offerName": "MAY WEEKEND DISCOUNT",
"percentage": 10,
"points": 1280,
"promotionCode": [
"FLIGHT5",
"PROMO20",
"SAVE10"
],
"promotionId": "3",
"promotionTag": "hr8SJAJMEB9QWms",
"type": "FEE_WAIVER"
},
{
"amount": {
"currency": "MVR",
"value": 154.18
},
"conversionRatio": {
"minimumPoints": 341,
"value": 0.72
},
"id": "bf8fe71c-b9e7-41ad-8d20-34c88d987921",
"offerName": "FLIGHT BUNDLE",
"percentage": 14,
"points": 1468,
"promotionCode": [
"FLIGHT5",
"SAVE10",
"PROMO20"
],
"promotionId": "9",
"promotionTag": "XNcXv6s6f10Y9Dv",
"type": "OTHR"
}
],
"tax": [
{
"amount": {
"currency": "INR",
"value": 117.21
},
"code": "jM",
"conversionRatio": {
"minimumPoints": 938,
"value": 0.28
},
"equivAmount": {
"currency": "VND",
"value": 27.91
},
"override": true,
"points": 48908,
"referenceAmount": {
"currency": "EGP",
"value": 310.4
},
"taxType": "FLAT"
}
],
"taxesIncludedInBase": true,
"taxExempt": false,
"totalFee": [
{
"base": {
"amount": {
"currency": "BND",
"value": 162.81
},
"code": "HW",
"conversionRatio": {
"minimumPoints": 702,
"value": 0.58
},
"equivAmount": {
"currency": "ALL",
"value": 388.22
},
"override": false,
"points": 41169,
"referenceAmount": {
"currency": "BDT",
"value": 457.54
},
"taxType": "FLAT"
},
"discountCalculationRule": "WITH_DISCOUNTS",
"redemptionCalculationRule": "MIN_POINTS_USED",
"tax": [
{
"amount": {
"currency": "AUD",
"value": 204.97
},
"code": "zQ",
"conversionRatio": {
"minimumPoints": 548,
"value": 0.56
},
"equivAmount": {
"currency": "AED",
"value": 475.58
},
"override": false,
"points": 46999,
"referenceAmount": {
"currency": "ZAR",
"value": 8.91
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "UAH",
"value": 75.78
},
"code": "tB",
"conversionRatio": {
"minimumPoints": 344,
"value": 0.31
},
"equivAmount": {
"currency": "VES",
"value": 255.41
},
"override": false,
"points": 25819,
"referenceAmount": {
"currency": "CZK",
"value": 103.99
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "CZK",
"value": 225.29
},
"code": "tM",
"conversionRatio": {
"minimumPoints": 619,
"value": 0.86
},
"equivAmount": {
"currency": "MGA",
"value": 357.15
},
"override": true,
"points": 27954,
"referenceAmount": {
"currency": "JPY",
"value": 16.44
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "EUR",
"value": 439.88
},
"code": "rI",
"conversionRatio": {
"minimumPoints": 622,
"value": 0.92
},
"equivAmount": {
"currency": "VND",
"value": 44.27
},
"override": false,
"points": 9872,
"referenceAmount": {
"currency": "NIO",
"value": 220.84
},
"taxType": "PROPORTIONAL"
},
"totalTaxes": {
"amount": {
"currency": "BYN",
"value": 368.38
},
"code": "ek",
"conversionRatio": {
"minimumPoints": 439,
"value": 0.3
},
"equivAmount": {
"currency": "QAR",
"value": 111.45
},
"override": true,
"points": 19964,
"referenceAmount": {
"currency": "MWK",
"value": 23.12
},
"taxType": "PROPORTIONAL"
}
},
{
"base": {
"amount": {
"currency": "XOF",
"value": 163.56
},
"code": "Mu",
"conversionRatio": {
"minimumPoints": 930,
"value": 0.88
},
"equivAmount": {
"currency": "JOD",
"value": 198.03
},
"override": false,
"points": 42107,
"referenceAmount": {
"currency": "USD",
"value": 81.73
},
"taxType": "FLAT"
},
"discountCalculationRule": "WITHOUT_DISCOUNTS",
"redemptionCalculationRule": "MAX_POINTS_USED",
"tax": [
{
"amount": {
"currency": "MXN",
"value": 273.2
},
"code": "XL",
"conversionRatio": {
"minimumPoints": 393,
"value": 0.78
},
"equivAmount": {
"currency": "BYN",
"value": 51.97
},
"override": true,
"points": 27813,
"referenceAmount": {
"currency": "KZT",
"value": 459.14
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "BDT",
"value": 122.03
},
"code": "ic",
"conversionRatio": {
"minimumPoints": 859,
"value": 0.1
},
"equivAmount": {
"currency": "KES",
"value": 38.26
},
"override": true,
"points": 33080,
"referenceAmount": {
"currency": "MZN",
"value": 349.77
},
"taxType": "FLAT"
},
"totalTaxes": {
"amount": {
"currency": "HUF",
"value": 228.58
},
"code": "zh",
"conversionRatio": {
"minimumPoints": 636,
"value": 0.23
},
"equivAmount": {
"currency": "SYP",
"value": 424.7
},
"override": true,
"points": 6939,
"referenceAmount": {
"currency": "GIP",
"value": 416.41
},
"taxType": "PROPORTIONAL"
}
},
{
"base": {
"amount": {
"currency": "GEL",
"value": 85.14
},
"code": "ih",
"conversionRatio": {
"minimumPoints": 760,
"value": 0.79
},
"equivAmount": {
"currency": "PKR",
"value": 106.91
},
"override": true,
"points": 21116,
"referenceAmount": {
"currency": "MYR",
"value": 98.38
},
"taxType": "FLAT"
},
"discountCalculationRule": "WITH_DISCOUNTS",
"redemptionCalculationRule": "MAX_POINTS_USED",
"tax": [
{
"amount": {
"currency": "XPF",
"value": 265.8
},
"code": "dj",
"conversionRatio": {
"minimumPoints": 444,
"value": 0.25
},
"equivAmount": {
"currency": "ANG",
"value": 483.87
},
"override": false,
"points": 20176,
"referenceAmount": {
"currency": "GNF",
"value": 246.79
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "AED",
"value": 254.54
},
"code": "st",
"conversionRatio": {
"minimumPoints": 306,
"value": 0.53
},
"equivAmount": {
"currency": "DOP",
"value": 267.03
},
"override": true,
"points": 31044,
"referenceAmount": {
"currency": "KMF",
"value": 245.02
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "CLP",
"value": 202.04
},
"code": "DD",
"conversionRatio": {
"minimumPoints": 422,
"value": 0.47
},
"equivAmount": {
"currency": "GEL",
"value": 336.89
},
"override": true,
"points": 36236,
"referenceAmount": {
"currency": "PYG",
"value": 159.51
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "XOF",
"value": 144.27
},
"code": "oO",
"conversionRatio": {
"minimumPoints": 377,
"value": 0.6
},
"equivAmount": {
"currency": "JPY",
"value": 463.83
},
"override": true,
"points": 48422,
"referenceAmount": {
"currency": "SBD",
"value": 203.67
},
"taxType": "PROPORTIONAL"
}
],
"total": {
"amount": {
"currency": "XOF",
"value": 94.56
},
"code": "xz",
"conversionRatio": {
"minimumPoints": 688,
"value": 0.29
},
"equivAmount": {
"currency": "BOB",
"value": 181.14
},
"override": true,
"points": 21932,
"referenceAmount": {
"currency": "LYD",
"value": 357.06
},
"taxType": "FLAT"
},
"totalTaxes": {
"amount": {
"currency": "ALL",
"value": 354.94
},
"code": "ny",
"conversionRatio": {
"minimumPoints": 437,
"value": 0.58
},
"equivAmount": {
"currency": "CNY",
"value": 235.14
},
"override": false,
"points": 8346,
"referenceAmount": {
"currency": "BOB",
"value": 125.51
},
"taxType": "FLAT"
}
}
],
"unavailable": true
},
"ancillaryPurchaseRules": {
"availableSince": "2026-03-06",
"availableUntil": "2026-12-08",
"purchaseByDate": "2026-07-27"
},
"ancillaryRef": "7tR73x",
"confirmationStatus": "CONFIRMED",
"id": "qLo0XTZ-",
"offerItemId": "7eaa6b16-b5aa-4971-9b4f-19a134cdee30",
"pricingLevel": "ITINERARY"
},
{
"ancillaryFee": {
"base": {
"amount": {
"currency": "BIF",
"value": 481.8
},
"code": "aW",
"conversionRatio": {
"minimumPoints": 482,
"value": 0.6
},
"equivAmount": {
"currency": "EGP",
"value": 348.4
},
"override": false,
"points": 3069,
"referenceAmount": {
"currency": "SYP",
"value": 96.21
},
"taxType": "FLAT"
},
"deal": [
{
"amount": {
"currency": "KHR",
"value": 246.35
},
"conversionRatio": {
"minimumPoints": 926,
"value": 0.41
},
"id": "675ebc13-f37e-4873-99ce-10258d9635c3",
"offerName": "SUMMER PROMO",
"percentage": 8,
"points": 1002,
"promotionCode": [
"FLIGHT5",
"PROMO20",
"SAVE10"
],
"promotionId": "8",
"promotionTag": "7G2r8pOsWGNu7hM",
"type": "DISCOUNT"
},
{
"amount": {
"currency": "MAD",
"value": 494.52
},
"conversionRatio": {
"minimumPoints": 369,
"value": 0.29
},
"id": "dcf7c53b-bd47-4ad4-8669-fe43410fb49c",
"offerName": "FLIGHT BUNDLE",
"percentage": 13,
"points": 1174,
"promotionCode": [
"PROMO20",
"FLIGHT5",
"SAVE10"
],
"promotionId": "6",
"promotionTag": "d6P6c12BJ39HNAa",
"type": "FEE_WAIVER"
},
{
"amount": {
"currency": "FKP",
"value": 96.38
},
"conversionRatio": {
"minimumPoints": 162,
"value": 0.88
},
"id": "6b395d84-3ac2-4e98-b386-7205a5296b29",
"offerName": "FLIGHT BUNDLE",
"percentage": 7,
"points": 1552,
"promotionCode": [
"SAVE10",
"FLIGHT5"
],
"promotionId": "9",
"promotionTag": "ndGmoO4YohN8OAk",
"type": "OTHR"
},
{
"amount": {
"currency": "TJS",
"value": 350.25
},
"conversionRatio": {
"minimumPoints": 517,
"value": 0.77
},
"id": "8b11c8e4-e7f7-42b7-8a59-a2270df1823a",
"offerName": "FLIGHT BUNDLE",
"percentage": 29,
"points": 2228,
"promotionCode": [
"SAVE10",
"PROMO20",
"FLIGHT5"
],
"promotionId": "0",
"promotionTag": "qVyc3syIuisBAFw",
"type": "DISCOUNT"
},
{
"amount": {
"currency": "JOD",
"value": 154.41
},
"conversionRatio": {
"minimumPoints": 735,
"value": 1
},
"id": "4745bb48-bf66-4b7f-94ac-9d691cfd0816",
"offerName": "SUMMER PROMO",
"percentage": 24,
"points": 1428,
"promotionCode": [
"PROMO20",
"SAVE10",
"FLIGHT5"
],
"promotionId": "5",
"promotionTag": "ehSUnvaRdH7Xb6W",
"type": "RISE"
}
],
"tax": [
{
"amount": {
"currency": "BIF",
"value": 310.89
},
"code": "Jt",
"conversionRatio": {
"minimumPoints": 692,
"value": 0.57
},
"equivAmount": {
"currency": "IRR",
"value": 44.07
},
"override": true,
"points": 13711,
"referenceAmount": {
"currency": "SZL",
"value": 81.56
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "XAF",
"value": 61.34
},
"code": "LZ",
"conversionRatio": {
"minimumPoints": 153,
"value": 0.53
},
"equivAmount": {
"currency": "RWF",
"value": 43.43
},
"override": true,
"points": 13231,
"referenceAmount": {
"currency": "AZN",
"value": 400.1
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "XOF",
"value": 282.95
},
"code": "rC",
"conversionRatio": {
"minimumPoints": 403,
"value": 0.3
},
"equivAmount": {
"currency": "PKR",
"value": 191.3
},
"override": false,
"points": 13272,
"referenceAmount": {
"currency": "GTQ",
"value": 422.25
},
"taxType": "PROPORTIONAL"
}
],
"taxesIncludedInBase": true,
"taxExempt": true,
"totalFee": [
{
"base": {
"amount": {
"currency": "BTN",
"value": 6.76
},
"code": "Al",
"conversionRatio": {
"minimumPoints": 246,
"value": 0.75
},
"equivAmount": {
"currency": "GBP",
"value": 355.07
},
"override": true,
"points": 23916,
"referenceAmount": {
"currency": "HNL",
"value": 196.43
},
"taxType": "PROPORTIONAL"
},
"discountCalculationRule": "WITHOUT_DISCOUNTS",
"redemptionCalculationRule": "MIN_POINTS_USED",
"tax": [
{
"amount": {
"currency": "KPW",
"value": 144.67
},
"code": "CY",
"conversionRatio": {
"minimumPoints": 948,
"value": 0.92
},
"equivAmount": {
"currency": "JPY",
"value": 250.7
},
"override": false,
"points": 11793,
"referenceAmount": {
"currency": "TMT",
"value": 194.99
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "AED",
"value": 474.47
},
"code": "SU",
"conversionRatio": {
"minimumPoints": 575,
"value": 0.21
},
"equivAmount": {
"currency": "TND",
"value": 199.09
},
"override": false,
"points": 9502,
"referenceAmount": {
"currency": "ZMW",
"value": 141.19
},
"taxType": "FLAT"
},
"totalTaxes": {
"amount": {
"currency": "FKP",
"value": 357.88
},
"code": "Cd",
"conversionRatio": {
"minimumPoints": 114,
"value": 0.52
},
"equivAmount": {
"currency": "AFN",
"value": 215.55
},
"override": true,
"points": 47119,
"referenceAmount": {
"currency": "BAM",
"value": 448.64
},
"taxType": "FLAT"
}
},
{
"base": {
"amount": {
"currency": "YER",
"value": 46.72
},
"code": "bB",
"conversionRatio": {
"minimumPoints": 741,
"value": 0.62
},
"equivAmount": {
"currency": "ANG",
"value": 41.03
},
"override": false,
"points": 9118,
"referenceAmount": {
"currency": "MGA",
"value": 162.01
},
"taxType": "FLAT"
},
"discountCalculationRule": "WITHOUT_DISCOUNTS",
"redemptionCalculationRule": "MIN_POINTS_USED",
"tax": [
{
"amount": {
"currency": "QAR",
"value": 13.11
},
"code": "fd",
"conversionRatio": {
"minimumPoints": 136,
"value": 0.8
},
"equivAmount": {
"currency": "KHR",
"value": 388.25
},
"override": false,
"points": 11743,
"referenceAmount": {
"currency": "PLN",
"value": 26.53
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "RON",
"value": 37.63
},
"code": "vA",
"conversionRatio": {
"minimumPoints": 432,
"value": 0.65
},
"equivAmount": {
"currency": "NAD",
"value": 12.51
},
"override": false,
"points": 34278,
"referenceAmount": {
"currency": "LBP",
"value": 49.6
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "JPY",
"value": 261.13
},
"code": "TD",
"conversionRatio": {
"minimumPoints": 281,
"value": 0.14
},
"equivAmount": {
"currency": "BDT",
"value": 48.74
},
"override": false,
"points": 37496,
"referenceAmount": {
"currency": "MWK",
"value": 336.46
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "SLE",
"value": 480.48
},
"code": "FE",
"conversionRatio": {
"minimumPoints": 959,
"value": 0.38
},
"equivAmount": {
"currency": "BSD",
"value": 228.43
},
"override": true,
"points": 23781,
"referenceAmount": {
"currency": "VUV",
"value": 135.98
},
"taxType": "PROPORTIONAL"
},
"totalTaxes": {
"amount": {
"currency": "MRU",
"value": 109.65
},
"code": "ki",
"conversionRatio": {
"minimumPoints": 343,
"value": 0.95
},
"equivAmount": {
"currency": "ETB",
"value": 39.94
},
"override": false,
"points": 31679,
"referenceAmount": {
"currency": "ZWL",
"value": 145.97
},
"taxType": "FLAT"
}
},
{
"base": {
"amount": {
"currency": "CNY",
"value": 337.97
},
"code": "zJ",
"conversionRatio": {
"minimumPoints": 897,
"value": 0.71
},
"equivAmount": {
"currency": "STN",
"value": 57.96
},
"override": true,
"points": 43879,
"referenceAmount": {
"currency": "MUR",
"value": 57.88
},
"taxType": "FLAT"
},
"discountCalculationRule": "WITH_DISCOUNTS",
"redemptionCalculationRule": "MIN_POINTS_USED",
"tax": [
{
"amount": {
"currency": "SZL",
"value": 223.7
},
"code": "CC",
"conversionRatio": {
"minimumPoints": 631,
"value": 0.1
},
"equivAmount": {
"currency": "DJF",
"value": 373.78
},
"override": true,
"points": 35716,
"referenceAmount": {
"currency": "NGN",
"value": 364.99
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "GMD",
"value": 25.81
},
"code": "sM",
"conversionRatio": {
"minimumPoints": 565,
"value": 0.38
},
"equivAmount": {
"currency": "TZS",
"value": 363.7
},
"override": true,
"points": 21748,
"referenceAmount": {
"currency": "GBP",
"value": 143.1
},
"taxType": "PROPORTIONAL"
}
],
"total": {
"amount": {
"currency": "MWK",
"value": 82.02
},
"code": "FQ",
"conversionRatio": {
"minimumPoints": 886,
"value": 0.98
},
"equivAmount": {
"currency": "LYD",
"value": 139.17
},
"override": true,
"points": 48860,
"referenceAmount": {
"currency": "SCR",
"value": 427.63
},
"taxType": "FLAT"
},
"totalTaxes": {
"amount": {
"currency": "TTD",
"value": 447.14
},
"code": "jL",
"conversionRatio": {
"minimumPoints": 564,
"value": 0.43
},
"equivAmount": {
"currency": "BGN",
"value": 305.09
},
"override": true,
"points": 36077,
"referenceAmount": {
"currency": "FJD",
"value": 181.8
},
"taxType": "PROPORTIONAL"
}
},
{
"base": {
"amount": {
"currency": "FKP",
"value": 65.76
},
"code": "Fd",
"conversionRatio": {
"minimumPoints": 781,
"value": 0.44
},
"equivAmount": {
"currency": "TJS",
"value": 495.88
},
"override": false,
"points": 46133,
"referenceAmount": {
"currency": "XOF",
"value": 340.2
},
"taxType": "PROPORTIONAL"
},
"discountCalculationRule": "WITH_DISCOUNTS",
"redemptionCalculationRule": "MIN_POINTS_USED",
"tax": [
{
"amount": {
"currency": "CUP",
"value": 371.99
},
"code": "pz",
"conversionRatio": {
"minimumPoints": 727,
"value": 0.16
},
"equivAmount": {
"currency": "LRD",
"value": 298.98
},
"override": true,
"points": 41819,
"referenceAmount": {
"currency": "HKD",
"value": 77.49
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "VUV",
"value": 69
},
"code": "HL",
"conversionRatio": {
"minimumPoints": 421,
"value": 0.66
},
"equivAmount": {
"currency": "AMD",
"value": 271.04
},
"override": false,
"points": 16148,
"referenceAmount": {
"currency": "RWF",
"value": 413.1
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "CNY",
"value": 66.46
},
"code": "MT",
"conversionRatio": {
"minimumPoints": 938,
"value": 0.33
},
"equivAmount": {
"currency": "SEK",
"value": 304.23
},
"override": false,
"points": 27398,
"referenceAmount": {
"currency": "TJS",
"value": 271.92
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "NOK",
"value": 316.34
},
"code": "uB",
"conversionRatio": {
"minimumPoints": 629,
"value": 0.12
},
"equivAmount": {
"currency": "BAM",
"value": 207.36
},
"override": false,
"points": 48632,
"referenceAmount": {
"currency": "XCD",
"value": 131.83
},
"taxType": "PROPORTIONAL"
}
],
"total": {
"amount": {
"currency": "TWD",
"value": 81.18
},
"code": "db",
"conversionRatio": {
"minimumPoints": 253,
"value": 0.87
},
"equivAmount": {
"currency": "TND",
"value": 70.12
},
"override": true,
"points": 1830,
"referenceAmount": {
"currency": "CDF",
"value": 160.16
},
"taxType": "FLAT"
},
"totalTaxes": {
"amount": {
"currency": "MKD",
"value": 217.62
},
"code": "eH",
"conversionRatio": {
"minimumPoints": 375,
"value": 0.2
},
"equivAmount": {
"currency": "BAM",
"value": 24.85
},
"override": true,
"points": 3777,
"referenceAmount": {
"currency": "FKP",
"value": 477.48
},
"taxType": "PROPORTIONAL"
}
},
{
"base": {
"amount": {
"currency": "MUR",
"value": 156.12
},
"code": "yH",
"conversionRatio": {
"minimumPoints": 959,
"value": 0.31
},
"equivAmount": {
"currency": "GBP",
"value": 246.16
},
"override": true,
"points": 49466,
"referenceAmount": {
"currency": "GMD",
"value": 333.64
},
"taxType": "PROPORTIONAL"
},
"discountCalculationRule": "WITHOUT_DISCOUNTS",
"redemptionCalculationRule": "MAX_POINTS_USED",
"tax": [
{
"amount": {
"currency": "TND",
"value": 406.71
},
"code": "Sq",
"conversionRatio": {
"minimumPoints": 537,
"value": 0.69
},
"equivAmount": {
"currency": "MOP",
"value": 244.15
},
"override": false,
"points": 17581,
"referenceAmount": {
"currency": "BAM",
"value": 335.88
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "BWP",
"value": 304.54
},
"code": "aQ",
"conversionRatio": {
"minimumPoints": 448,
"value": 0.32
},
"equivAmount": {
"currency": "XOF",
"value": 413.06
},
"override": true,
"points": 48588,
"referenceAmount": {
"currency": "JOD",
"value": 393.96
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "NIO",
"value": 460.06
},
"code": "xg",
"conversionRatio": {
"minimumPoints": 455,
"value": 0.45
},
"equivAmount": {
"currency": "HKD",
"value": 127.77
},
"override": true,
"points": 7926,
"referenceAmount": {
"currency": "GYD",
"value": 167.51
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "KWD",
"value": 34.37
},
"code": "yp",
"conversionRatio": {
"minimumPoints": 925,
"value": 0.45
},
"equivAmount": {
"currency": "KWD",
"value": 348.82
},
"override": false,
"points": 1943,
"referenceAmount": {
"currency": "UGX",
"value": 328.5
},
"taxType": "PROPORTIONAL"
},
"totalTaxes": {
"amount": {
"currency": "ZWL",
"value": 257.4
},
"code": "NT",
"conversionRatio": {
"minimumPoints": 868,
"value": 0.91
},
"equivAmount": {
"currency": "ERN",
"value": 198.25
},
"override": true,
"points": 33325,
"referenceAmount": {
"currency": "JMD",
"value": 22.16
},
"taxType": "PROPORTIONAL"
}
}
],
"unavailable": false
},
"ancillaryPurchaseRules": {
"availableSince": "2025-12-19",
"availableUntil": "2027-07-16",
"purchaseByDate": "2026-08-01"
},
"ancillaryRef": "u2Hw1Q",
"confirmationStatus": "UNCONFIRMED",
"id": "6a2RAA3K",
"offerItemId": "3a046508-fc72-429d-a200-4f2320ea0b14",
"pricingLevel": "ITINERARY"
},
{
"ancillaryFee": {
"base": {
"amount": {
"currency": "CVE",
"value": 107.96
},
"code": "zi",
"conversionRatio": {
"minimumPoints": 428,
"value": 0.97
},
"equivAmount": {
"currency": "TND",
"value": 14.61
},
"override": false,
"points": 13698,
"referenceAmount": {
"currency": "AMD",
"value": 368.04
},
"taxType": "PROPORTIONAL"
},
"deal": [
{
"amount": {
"currency": "BIF",
"value": 409.88
},
"conversionRatio": {
"minimumPoints": 540,
"value": 0.23
},
"id": "37a9e1a2-6d37-4ee6-87bb-e6d5871ff50c",
"offerName": "FLIGHT BUNDLE",
"percentage": 28,
"points": 4007,
"promotionCode": [
"PROMO20",
"SAVE10",
"FLIGHT5"
],
"promotionId": "1",
"promotionTag": "vGkyvBXyzSsqjDU",
"type": "FEE_WAIVER"
}
],
"tax": [
{
"amount": {
"currency": "XCD",
"value": 152.67
},
"code": "Mn",
"conversionRatio": {
"minimumPoints": 847,
"value": 0.64
},
"equivAmount": {
"currency": "INR",
"value": 286.02
},
"override": false,
"points": 38108,
"referenceAmount": {
"currency": "CUP",
"value": 265.71
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KMF",
"value": 473.26
},
"code": "df",
"conversionRatio": {
"minimumPoints": 415,
"value": 0.76
},
"equivAmount": {
"currency": "GBP",
"value": 331.35
},
"override": false,
"points": 49066,
"referenceAmount": {
"currency": "CUP",
"value": 110.4
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "HNL",
"value": 18.64
},
"code": "rJ",
"conversionRatio": {
"minimumPoints": 581,
"value": 0.32
},
"equivAmount": {
"currency": "ILS",
"value": 449.85
},
"override": false,
"points": 14909,
"referenceAmount": {
"currency": "HTG",
"value": 61.06
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "HTG",
"value": 270.02
},
"code": "Vk",
"conversionRatio": {
"minimumPoints": 575,
"value": 0.4
},
"equivAmount": {
"currency": "MYR",
"value": 242.13
},
"override": false,
"points": 43650,
"referenceAmount": {
"currency": "HKD",
"value": 106.03
},
"taxType": "PROPORTIONAL"
}
],
"taxesIncludedInBase": true,
"taxExempt": false,
"totalFee": [
{
"base": {
"amount": {
"currency": "DZD",
"value": 139.59
},
"code": "cZ",
"conversionRatio": {
"minimumPoints": 688,
"value": 0.84
},
"equivAmount": {
"currency": "MKD",
"value": 368.08
},
"override": true,
"points": 4533,
"referenceAmount": {
"currency": "RUB",
"value": 479.56
},
"taxType": "FLAT"
},
"discountCalculationRule": "WITH_DISCOUNTS",
"redemptionCalculationRule": "MAX_POINTS_USED",
"tax": [
{
"amount": {
"currency": "GHS",
"value": 148.19
},
"code": "QE",
"conversionRatio": {
"minimumPoints": 141,
"value": 0.69
},
"equivAmount": {
"currency": "ZWL",
"value": 328.52
},
"override": false,
"points": 40984,
"referenceAmount": {
"currency": "MDL",
"value": 213.34
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "AWG",
"value": 306.25
},
"code": "ym",
"conversionRatio": {
"minimumPoints": 223,
"value": 0.49
},
"equivAmount": {
"currency": "MVR",
"value": 242.37
},
"override": true,
"points": 12682,
"referenceAmount": {
"currency": "DJF",
"value": 22.55
},
"taxType": "PROPORTIONAL"
}
],
"total": {
"amount": {
"currency": "NZD",
"value": 191.03
},
"code": "uB",
"conversionRatio": {
"minimumPoints": 598,
"value": 0.77
},
"equivAmount": {
"currency": "QAR",
"value": 245.92
},
"override": false,
"points": 31824,
"referenceAmount": {
"currency": "PEN",
"value": 177.09
},
"taxType": "PROPORTIONAL"
},
"totalTaxes": {
"amount": {
"currency": "MXN",
"value": 161.13
},
"code": "tI",
"conversionRatio": {
"minimumPoints": 794,
"value": 0.9
},
"equivAmount": {
"currency": "GHS",
"value": 477.44
},
"override": true,
"points": 7046,
"referenceAmount": {
"currency": "HUF",
"value": 426.05
},
"taxType": "FLAT"
}
},
{
"base": {
"amount": {
"currency": "AZN",
"value": 185.99
},
"code": "cD",
"conversionRatio": {
"minimumPoints": 587,
"value": 0.39
},
"equivAmount": {
"currency": "UGX",
"value": 284.11
},
"override": true,
"points": 22157,
"referenceAmount": {
"currency": "GYD",
"value": 225.16
},
"taxType": "FLAT"
},
"discountCalculationRule": "WITH_DISCOUNTS",
"redemptionCalculationRule": "MAX_POINTS_USED",
"tax": [
{
"amount": {
"currency": "GEL",
"value": 28.02
},
"code": "Ee",
"conversionRatio": {
"minimumPoints": 554,
"value": 0.42
},
"equivAmount": {
"currency": "AFN",
"value": 162.42
},
"override": true,
"points": 39179,
"referenceAmount": {
"currency": "FKP",
"value": 356.84
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "SEK",
"value": 275.32
},
"code": "OF",
"conversionRatio": {
"minimumPoints": 683,
"value": 0.21
},
"equivAmount": {
"currency": "AMD",
"value": 483.87
},
"override": true,
"points": 15906,
"referenceAmount": {
"currency": "GEL",
"value": 358.95
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "IQD",
"value": 140.2
},
"code": "me",
"conversionRatio": {
"minimumPoints": 206,
"value": 0.99
},
"equivAmount": {
"currency": "NZD",
"value": 118.39
},
"override": true,
"points": 2542,
"referenceAmount": {
"currency": "XCD",
"value": 359.33
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "KRW",
"value": 95.74
},
"code": "yK",
"conversionRatio": {
"minimumPoints": 962,
"value": 0.48
},
"equivAmount": {
"currency": "ARS",
"value": 203.33
},
"override": false,
"points": 43584,
"referenceAmount": {
"currency": "JOD",
"value": 460.19
},
"taxType": "PROPORTIONAL"
},
"totalTaxes": {
"amount": {
"currency": "LRD",
"value": 255.38
},
"code": "Hu",
"conversionRatio": {
"minimumPoints": 118,
"value": 0.4
},
"equivAmount": {
"currency": "AMD",
"value": 375.32
},
"override": true,
"points": 38111,
"referenceAmount": {
"currency": "TTD",
"value": 299.24
},
"taxType": "PROPORTIONAL"
}
},
{
"base": {
"amount": {
"currency": "LAK",
"value": 283.41
},
"code": "ZH",
"conversionRatio": {
"minimumPoints": 410,
"value": 0.27
},
"equivAmount": {
"currency": "FJD",
"value": 324.66
},
"override": true,
"points": 20547,
"referenceAmount": {
"currency": "SYP",
"value": 253.17
},
"taxType": "FLAT"
},
"discountCalculationRule": "WITH_DISCOUNTS",
"redemptionCalculationRule": "MAX_POINTS_USED",
"tax": [
{
"amount": {
"currency": "MKD",
"value": 80.49
},
"code": "TM",
"conversionRatio": {
"minimumPoints": 131,
"value": 0.25
},
"equivAmount": {
"currency": "TJS",
"value": 100.65
},
"override": true,
"points": 49005,
"referenceAmount": {
"currency": "NIO",
"value": 441.21
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KYD",
"value": 134.37
},
"code": "ej",
"conversionRatio": {
"minimumPoints": 753,
"value": 0.84
},
"equivAmount": {
"currency": "MUR",
"value": 220.42
},
"override": true,
"points": 2974,
"referenceAmount": {
"currency": "XPF",
"value": 456.15
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "JPY",
"value": 413.4
},
"code": "oJ",
"conversionRatio": {
"minimumPoints": 268,
"value": 0.46
},
"equivAmount": {
"currency": "INR",
"value": 280.45
},
"override": true,
"points": 23433,
"referenceAmount": {
"currency": "VES",
"value": 213.74
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "OMR",
"value": 366.45
},
"code": "Gt",
"conversionRatio": {
"minimumPoints": 758,
"value": 0.96
},
"equivAmount": {
"currency": "IRR",
"value": 55.17
},
"override": false,
"points": 10492,
"referenceAmount": {
"currency": "JPY",
"value": 262.98
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "BWP",
"value": 105.08
},
"code": "Wy",
"conversionRatio": {
"minimumPoints": 859,
"value": 0.87
},
"equivAmount": {
"currency": "CLP",
"value": 116.34
},
"override": false,
"points": 15119,
"referenceAmount": {
"currency": "CUP",
"value": 434.57
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "BDT",
"value": 293.72
},
"code": "Tj",
"conversionRatio": {
"minimumPoints": 320,
"value": 0.84
},
"equivAmount": {
"currency": "FJD",
"value": 34.18
},
"override": true,
"points": 38590,
"referenceAmount": {
"currency": "ZAR",
"value": 54.23
},
"taxType": "FLAT"
},
"totalTaxes": {
"amount": {
"currency": "QAR",
"value": 186.7
},
"code": "Cv",
"conversionRatio": {
"minimumPoints": 739,
"value": 0.25
},
"equivAmount": {
"currency": "KHR",
"value": 317.11
},
"override": false,
"points": 15960,
"referenceAmount": {
"currency": "SRD",
"value": 495.88
},
"taxType": "PROPORTIONAL"
}
},
{
"base": {
"amount": {
"currency": "GYD",
"value": 76.64
},
"code": "pY",
"conversionRatio": {
"minimumPoints": 564,
"value": 0.99
},
"equivAmount": {
"currency": "NIO",
"value": 429.55
},
"override": true,
"points": 2233,
"referenceAmount": {
"currency": "NAD",
"value": 311.5
},
"taxType": "FLAT"
},
"discountCalculationRule": "WITHOUT_DISCOUNTS",
"redemptionCalculationRule": "MIN_POINTS_USED",
"tax": [
{
"amount": {
"currency": "SDG",
"value": 127.48
},
"code": "BK",
"conversionRatio": {
"minimumPoints": 467,
"value": 0.91
},
"equivAmount": {
"currency": "SYP",
"value": 129.34
},
"override": true,
"points": 22551,
"referenceAmount": {
"currency": "GYD",
"value": 269.37
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "CVE",
"value": 262.13
},
"code": "gk",
"conversionRatio": {
"minimumPoints": 145,
"value": 0.78
},
"equivAmount": {
"currency": "AFN",
"value": 444.94
},
"override": true,
"points": 15029,
"referenceAmount": {
"currency": "ZAR",
"value": 162.59
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "HUF",
"value": 379.75
},
"code": "xw",
"conversionRatio": {
"minimumPoints": 463,
"value": 0.59
},
"equivAmount": {
"currency": "OMR",
"value": 184.92
},
"override": true,
"points": 31070,
"referenceAmount": {
"currency": "JMD",
"value": 319.63
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "CUP",
"value": 81.89
},
"code": "eC",
"conversionRatio": {
"minimumPoints": 403,
"value": 0.19
},
"equivAmount": {
"currency": "UAH",
"value": 416.1
},
"override": false,
"points": 25217,
"referenceAmount": {
"currency": "CAD",
"value": 462.41
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "KES",
"value": 209.44
},
"code": "zK",
"conversionRatio": {
"minimumPoints": 734,
"value": 0.82
},
"equivAmount": {
"currency": "XCD",
"value": 331.9
},
"override": true,
"points": 49217,
"referenceAmount": {
"currency": "CLP",
"value": 228.61
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "SCR",
"value": 273.78
},
"code": "WV",
"conversionRatio": {
"minimumPoints": 966,
"value": 0.23
},
"equivAmount": {
"currency": "MKD",
"value": 359.07
},
"override": false,
"points": 14959,
"referenceAmount": {
"currency": "BRL",
"value": 238.13
},
"taxType": "PROPORTIONAL"
},
"totalTaxes": {
"amount": {
"currency": "JPY",
"value": 244.04
},
"code": "hK",
"conversionRatio": {
"minimumPoints": 353,
"value": 0.58
},
"equivAmount": {
"currency": "BYN",
"value": 161.74
},
"override": true,
"points": 2722,
"referenceAmount": {
"currency": "CNY",
"value": 153.18
},
"taxType": "PROPORTIONAL"
}
},
{
"base": {
"amount": {
"currency": "SDG",
"value": 15.98
},
"code": "Qj",
"conversionRatio": {
"minimumPoints": 228,
"value": 0.23
},
"equivAmount": {
"currency": "EUR",
"value": 458.17
},
"override": false,
"points": 38674,
"referenceAmount": {
"currency": "LYD",
"value": 327.56
},
"taxType": "PROPORTIONAL"
},
"discountCalculationRule": "WITHOUT_DISCOUNTS",
"redemptionCalculationRule": "MAX_POINTS_USED",
"tax": [
{
"amount": {
"currency": "USD",
"value": 215.02
},
"code": "hw",
"conversionRatio": {
"minimumPoints": 941,
"value": 0.4
},
"equivAmount": {
"currency": "TMT",
"value": 159.57
},
"override": false,
"points": 15360,
"referenceAmount": {
"currency": "LAK",
"value": 75.81
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "SRD",
"value": 276.81
},
"code": "ZV",
"conversionRatio": {
"minimumPoints": 354,
"value": 0.64
},
"equivAmount": {
"currency": "BBD",
"value": 58.61
},
"override": false,
"points": 49494,
"referenceAmount": {
"currency": "VES",
"value": 9.76
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "CAD",
"value": 172.63
},
"code": "YW",
"conversionRatio": {
"minimumPoints": 548,
"value": 0.2
},
"equivAmount": {
"currency": "TMT",
"value": 105.13
},
"override": true,
"points": 11655,
"referenceAmount": {
"currency": "FKP",
"value": 105.55
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MOP",
"value": 358.49
},
"code": "Sy",
"conversionRatio": {
"minimumPoints": 699,
"value": 0.28
},
"equivAmount": {
"currency": "CNY",
"value": 373.69
},
"override": false,
"points": 9385,
"referenceAmount": {
"currency": "DJF",
"value": 420.34
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "MDL",
"value": 458.47
},
"code": "FC",
"conversionRatio": {
"minimumPoints": 478,
"value": 0.94
},
"equivAmount": {
"currency": "TOP",
"value": 299.07
},
"override": true,
"points": 25765,
"referenceAmount": {
"currency": "ARS",
"value": 59.48
},
"taxType": "PROPORTIONAL"
},
"totalTaxes": {
"amount": {
"currency": "ISK",
"value": 209.06
},
"code": "sb",
"conversionRatio": {
"minimumPoints": 718,
"value": 0.77
},
"equivAmount": {
"currency": "GMD",
"value": 280.98
},
"override": false,
"points": 47711,
"referenceAmount": {
"currency": "CHF",
"value": 416.91
},
"taxType": "PROPORTIONAL"
}
}
],
"unavailable": true
},
"ancillaryPurchaseRules": {
"availableSince": "2026-06-23",
"availableUntil": "2027-05-11",
"purchaseByDate": "2026-07-29"
},
"ancillaryRef": "7JjRcN",
"confirmationStatus": "UNCONFIRMED",
"id": "EMo0DjTP",
"offerItemId": "4e8e1518-9b34-4d85-a0e8-14f6c01afc5f",
"pricingLevel": "ITINERARY"
},
{
"ancillaryFee": {
"base": {
"amount": {
"currency": "XOF",
"value": 441.07
},
"code": "XU",
"conversionRatio": {
"minimumPoints": 880,
"value": 0.67
},
"equivAmount": {
"currency": "UAH",
"value": 149.99
},
"override": false,
"points": 24496,
"referenceAmount": {
"currency": "ILS",
"value": 261.08
},
"taxType": "FLAT"
},
"deal": [
{
"amount": {
"currency": "BIF",
"value": 487.24
},
"conversionRatio": {
"minimumPoints": 464,
"value": 0.16
},
"id": "250d553c-f13f-4a72-b796-74be34467c43",
"offerName": "FLIGHT BUNDLE",
"percentage": 19,
"points": 4340,
"promotionCode": [
"FLIGHT5",
"SAVE10",
"PROMO20"
],
"promotionId": "0",
"promotionTag": "aIDCpwwoNO29SGR",
"type": "DISCOUNT"
},
{
"amount": {
"currency": "VND",
"value": 156.4
},
"conversionRatio": {
"minimumPoints": 461,
"value": 0.51
},
"id": "8ac72962-2c17-443f-b0d2-a273013ecb77",
"offerName": "MAY WEEKEND DISCOUNT",
"percentage": 19,
"points": 1156,
"promotionCode": [
"SAVE10",
"FLIGHT5"
],
"promotionId": "1",
"promotionTag": "VeOQD2MhNUbmwVy",
"type": "FEE_WAIVER"
},
{
"amount": {
"currency": "BZD",
"value": 430.06
},
"conversionRatio": {
"minimumPoints": 916,
"value": 0.13
},
"id": "8e0fdf11-d1ca-4956-bfbf-008fb0ece9cd",
"offerName": "SUMMER PROMO",
"percentage": 15,
"points": 3114,
"promotionCode": [
"FLIGHT5",
"SAVE10",
"PROMO20"
],
"promotionId": "9",
"promotionTag": "cdruwFrk3IhWrFq",
"type": "RISE"
}
],
"tax": [
{
"amount": {
"currency": "RSD",
"value": 111.75
},
"code": "jw",
"conversionRatio": {
"minimumPoints": 671,
"value": 0.26
},
"equivAmount": {
"currency": "MUR",
"value": 332.27
},
"override": false,
"points": 24132,
"referenceAmount": {
"currency": "HTG",
"value": 385
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "NGN",
"value": 486.32
},
"code": "RA",
"conversionRatio": {
"minimumPoints": 340,
"value": 0.26
},
"equivAmount": {
"currency": "CZK",
"value": 149.18
},
"override": false,
"points": 49959,
"referenceAmount": {
"currency": "BAM",
"value": 397.38
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "ILS",
"value": 28.7
},
"code": "Oj",
"conversionRatio": {
"minimumPoints": 893,
"value": 0.74
},
"equivAmount": {
"currency": "KGS",
"value": 71.24
},
"override": false,
"points": 44143,
"referenceAmount": {
"currency": "UZS",
"value": 443.4
},
"taxType": "FLAT"
}
],
"taxesIncludedInBase": false,
"taxExempt": true,
"totalFee": [
{
"base": {
"amount": {
"currency": "INR",
"value": 144.55
},
"code": "fg",
"conversionRatio": {
"minimumPoints": 255,
"value": 0.14
},
"equivAmount": {
"currency": "CNY",
"value": 343.62
},
"override": true,
"points": 10897,
"referenceAmount": {
"currency": "RON",
"value": 137.69
},
"taxType": "PROPORTIONAL"
},
"discountCalculationRule": "WITH_DISCOUNTS",
"redemptionCalculationRule": "MAX_POINTS_USED",
"tax": [
{
"amount": {
"currency": "KGS",
"value": 220.32
},
"code": "Bj",
"conversionRatio": {
"minimumPoints": 185,
"value": 0.94
},
"equivAmount": {
"currency": "VES",
"value": 10.42
},
"override": false,
"points": 35082,
"referenceAmount": {
"currency": "IRR",
"value": 380.06
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "TWD",
"value": 398.11
},
"code": "Tn",
"conversionRatio": {
"minimumPoints": 586,
"value": 0.95
},
"equivAmount": {
"currency": "IRR",
"value": 184.05
},
"override": false,
"points": 22748,
"referenceAmount": {
"currency": "AFN",
"value": 64.73
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "TJS",
"value": 154.05
},
"code": "lO",
"conversionRatio": {
"minimumPoints": 254,
"value": 0.3
},
"equivAmount": {
"currency": "GNF",
"value": 230.18
},
"override": false,
"points": 2403,
"referenceAmount": {
"currency": "TND",
"value": 304.23
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KPW",
"value": 294.66
},
"code": "mS",
"conversionRatio": {
"minimumPoints": 289,
"value": 0.74
},
"equivAmount": {
"currency": "BYN",
"value": 129.13
},
"override": false,
"points": 43658,
"referenceAmount": {
"currency": "HTG",
"value": 251.62
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "AWG",
"value": 263.03
},
"code": "oX",
"conversionRatio": {
"minimumPoints": 775,
"value": 0.73
},
"equivAmount": {
"currency": "TWD",
"value": 200.34
},
"override": false,
"points": 26534,
"referenceAmount": {
"currency": "ZMW",
"value": 420.9
},
"taxType": "PROPORTIONAL"
}
],
"total": {
"amount": {
"currency": "PLN",
"value": 253.88
},
"code": "Hp",
"conversionRatio": {
"minimumPoints": 328,
"value": 0.32
},
"equivAmount": {
"currency": "TOP",
"value": 110.19
},
"override": true,
"points": 17059,
"referenceAmount": {
"currency": "HKD",
"value": 125.13
},
"taxType": "FLAT"
},
"totalTaxes": {
"amount": {
"currency": "KGS",
"value": 251.48
},
"code": "Eg",
"conversionRatio": {
"minimumPoints": 366,
"value": 0.83
},
"equivAmount": {
"currency": "TMT",
"value": 420.8
},
"override": true,
"points": 4973,
"referenceAmount": {
"currency": "CNY",
"value": 259.7
},
"taxType": "PROPORTIONAL"
}
},
{
"base": {
"amount": {
"currency": "XPF",
"value": 192.34
},
"code": "Dn",
"conversionRatio": {
"minimumPoints": 429,
"value": 0.46
},
"equivAmount": {
"currency": "RWF",
"value": 52.42
},
"override": true,
"points": 5080,
"referenceAmount": {
"currency": "BND",
"value": 91.83
},
"taxType": "FLAT"
},
"discountCalculationRule": "WITHOUT_DISCOUNTS",
"redemptionCalculationRule": "MIN_POINTS_USED",
"tax": [
{
"amount": {
"currency": "SAR",
"value": 355.78
},
"code": "kh",
"conversionRatio": {
"minimumPoints": 527,
"value": 0.76
},
"equivAmount": {
"currency": "IDR",
"value": 34.53
},
"override": false,
"points": 3848,
"referenceAmount": {
"currency": "MRU",
"value": 366.06
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "MZN",
"value": 64.45
},
"code": "ER",
"conversionRatio": {
"minimumPoints": 980,
"value": 0.44
},
"equivAmount": {
"currency": "GMD",
"value": 95.89
},
"override": true,
"points": 35991,
"referenceAmount": {
"currency": "NPR",
"value": 494.26
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "SZL",
"value": 362.55
},
"code": "ei",
"conversionRatio": {
"minimumPoints": 497,
"value": 0.73
},
"equivAmount": {
"currency": "JOD",
"value": 25.44
},
"override": true,
"points": 19821,
"referenceAmount": {
"currency": "NZD",
"value": 357.82
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "NPR",
"value": 438.26
},
"code": "XH",
"conversionRatio": {
"minimumPoints": 203,
"value": 0.68
},
"equivAmount": {
"currency": "GHS",
"value": 307.72
},
"override": true,
"points": 3830,
"referenceAmount": {
"currency": "LAK",
"value": 238.37
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "BTN",
"value": 406.82
},
"code": "Kh",
"conversionRatio": {
"minimumPoints": 104,
"value": 0.72
},
"equivAmount": {
"currency": "PKR",
"value": 338.1
},
"override": false,
"points": 2539,
"referenceAmount": {
"currency": "EUR",
"value": 392.65
},
"taxType": "PROPORTIONAL"
}
],
"total": {
"amount": {
"currency": "BDT",
"value": 76.66
},
"code": "Ry",
"conversionRatio": {
"minimumPoints": 280,
"value": 0.1
},
"equivAmount": {
"currency": "KHR",
"value": 486.35
},
"override": false,
"points": 15586,
"referenceAmount": {
"currency": "BDT",
"value": 427.66
},
"taxType": "PROPORTIONAL"
},
"totalTaxes": {
"amount": {
"currency": "PYG",
"value": 229.06
},
"code": "CL",
"conversionRatio": {
"minimumPoints": 760,
"value": 0.57
},
"equivAmount": {
"currency": "TJS",
"value": 495.57
},
"override": false,
"points": 48177,
"referenceAmount": {
"currency": "DJF",
"value": 221.23
},
"taxType": "PROPORTIONAL"
}
},
{
"base": {
"amount": {
"currency": "LSL",
"value": 77.13
},
"code": "RV",
"conversionRatio": {
"minimumPoints": 256,
"value": 0.21
},
"equivAmount": {
"currency": "PLN",
"value": 360.71
},
"override": true,
"points": 35874,
"referenceAmount": {
"currency": "MOP",
"value": 431.33
},
"taxType": "PROPORTIONAL"
},
"discountCalculationRule": "WITHOUT_DISCOUNTS",
"redemptionCalculationRule": "MAX_POINTS_USED",
"tax": [
{
"amount": {
"currency": "SEK",
"value": 460.15
},
"code": "fG",
"conversionRatio": {
"minimumPoints": 323,
"value": 0.97
},
"equivAmount": {
"currency": "MZN",
"value": 288.98
},
"override": true,
"points": 44072,
"referenceAmount": {
"currency": "AED",
"value": 47.45
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "VND",
"value": 409.31
},
"code": "FV",
"conversionRatio": {
"minimumPoints": 468,
"value": 0.28
},
"equivAmount": {
"currency": "LKR",
"value": 214.78
},
"override": false,
"points": 4813,
"referenceAmount": {
"currency": "ISK",
"value": 347.38
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "BWP",
"value": 461.43
},
"code": "yU",
"conversionRatio": {
"minimumPoints": 670,
"value": 0.64
},
"equivAmount": {
"currency": "BOB",
"value": 481.33
},
"override": false,
"points": 24117,
"referenceAmount": {
"currency": "SHP",
"value": 244.36
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "KZT",
"value": 219.96
},
"code": "YF",
"conversionRatio": {
"minimumPoints": 544,
"value": 0.8
},
"equivAmount": {
"currency": "ZAR",
"value": 280.28
},
"override": false,
"points": 47767,
"referenceAmount": {
"currency": "MYR",
"value": 332.51
},
"taxType": "PROPORTIONAL"
},
"totalTaxes": {
"amount": {
"currency": "MKD",
"value": 436.25
},
"code": "ku",
"conversionRatio": {
"minimumPoints": 809,
"value": 0.9
},
"equivAmount": {
"currency": "ILS",
"value": 346.3
},
"override": true,
"points": 34544,
"referenceAmount": {
"currency": "XAF",
"value": 301.57
},
"taxType": "FLAT"
}
}
],
"unavailable": true
},
"ancillaryPurchaseRules": {
"availableSince": "2025-11-19",
"availableUntil": "2026-12-18",
"purchaseByDate": "2026-07-24"
},
"ancillaryRef": "jRffNB",
"confirmationStatus": "UNCONFIRMED",
"id": "ECHdpcc1",
"offerItemId": "07754953-7794-4bfc-a825-a98f1ff9001e",
"pricingLevel": "SEGMENT"
}
]
},
"pricing": {
"airExtraPricings": {
"airExtraPricing": [
{
"airExtraRefs": [
"id01",
"id02"
],
"deal": [
{
"amount": {
"currency": "BWP",
"value": 13.98
},
"conversionRatio": {
"minimumPoints": 770,
"value": 0.76
},
"id": "101dee28-230e-4365-ab1a-340f34ac628d",
"offerName": "MAY WEEKEND DISCOUNT",
"percentage": 10,
"points": 531,
"promotionCode": [
"FLIGHT5",
"PROMO20",
"SAVE10"
],
"promotionId": "3",
"promotionTag": "G9eq2hTjdx5CJTp",
"type": "RISE"
},
{
"amount": {
"currency": "TWD",
"value": 56.77
},
"conversionRatio": {
"minimumPoints": 820,
"value": 0.3
},
"id": "c27cc631-3393-431e-b462-715619a16aa7",
"offerName": "FLIGHT BUNDLE",
"percentage": 7,
"points": 3590,
"promotionCode": [
"FLIGHT5",
"PROMO20",
"SAVE10"
],
"promotionId": "0",
"promotionTag": "WuwB7crTqX84iyC",
"type": "OTHR"
},
{
"amount": {
"currency": "KES",
"value": 24.39
},
"conversionRatio": {
"minimumPoints": 534,
"value": 0.25
},
"id": "af1fae95-da34-4a7d-a39b-2789f8f1cfdf",
"offerName": "SUMMER PROMO",
"percentage": 8,
"points": 4544,
"promotionCode": [
"FLIGHT5",
"PROMO20",
"SAVE10"
],
"promotionId": "7",
"promotionTag": "8naHBSboRV6EPBj",
"type": "DISCOUNT"
}
],
"fareCalculationModeIndicator": "MANUAL_PRICING",
"id": "WlQA",
"pricingLevel": "ITINERARY",
"taxesIncludedInBase": true,
"totalFee": {
"base": {
"amount": {
"currency": "GHS",
"value": 246.36
},
"code": "wJ",
"conversionRatio": {
"minimumPoints": 815,
"value": 0.62
},
"equivAmount": {
"currency": "KZT",
"value": 209.15
},
"override": false,
"points": 42109,
"referenceAmount": {
"currency": "JMD",
"value": 295.56
},
"taxType": "PROPORTIONAL"
},
"discountCalculationRule": "WITHOUT_DISCOUNTS",
"redemptionCalculationRule": "MIN_POINTS_USED",
"tax": [
{
"amount": {
"currency": "QAR",
"value": 78.34
},
"code": "we",
"conversionRatio": {
"minimumPoints": 838,
"value": 0.87
},
"equivAmount": {
"currency": "HKD",
"value": 408.03
},
"override": true,
"points": 36407,
"referenceAmount": {
"currency": "MDL",
"value": 129.9
},
"taxType": "PROPORTIONAL"
}
],
"total": {
"amount": {
"currency": "LSL",
"value": 456.42
},
"code": "AQ",
"conversionRatio": {
"minimumPoints": 266,
"value": 0.32
},
"equivAmount": {
"currency": "YER",
"value": 159.26
},
"override": false,
"points": 49746,
"referenceAmount": {
"currency": "ALL",
"value": 367.05
},
"taxType": "PROPORTIONAL"
},
"totalTaxes": {
"amount": {
"currency": "GEL",
"value": 479.33
},
"code": "Pq",
"conversionRatio": {
"minimumPoints": 381,
"value": 0.87
},
"equivAmount": {
"currency": "QAR",
"value": 118.07
},
"override": false,
"points": 4354,
"referenceAmount": {
"currency": "TJS",
"value": 224.48
},
"taxType": "PROPORTIONAL"
}
},
"unitFee": {
"base": {
"amount": {
"currency": "BTN",
"value": 335.14
},
"code": "Xk",
"conversionRatio": {
"minimumPoints": 725,
"value": 0.3
},
"equivAmount": {
"currency": "PAB",
"value": 411.13
},
"override": true,
"points": 26282,
"referenceAmount": {
"currency": "PHP",
"value": 365.92
},
"taxType": "PROPORTIONAL"
},
"discountCalculationRule": "WITHOUT_DISCOUNTS",
"redemptionCalculationRule": "MIN_POINTS_USED",
"tax": [
{
"amount": {
"currency": "JMD",
"value": 37.28
},
"code": "ZJ",
"conversionRatio": {
"minimumPoints": 106,
"value": 0.31
},
"equivAmount": {
"currency": "MNT",
"value": 248.59
},
"override": false,
"points": 19447,
"referenceAmount": {
"currency": "BGN",
"value": 198.41
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "SRD",
"value": 498.46
},
"code": "sV",
"conversionRatio": {
"minimumPoints": 457,
"value": 0.85
},
"equivAmount": {
"currency": "KWD",
"value": 399.7
},
"override": false,
"points": 43408,
"referenceAmount": {
"currency": "PHP",
"value": 273.23
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "UZS",
"value": 28.63
},
"code": "xs",
"conversionRatio": {
"minimumPoints": 711,
"value": 0.6
},
"equivAmount": {
"currency": "JMD",
"value": 423.34
},
"override": false,
"points": 8408,
"referenceAmount": {
"currency": "STN",
"value": 282.38
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "YER",
"value": 388.72
},
"code": "dy",
"conversionRatio": {
"minimumPoints": 400,
"value": 0.28
},
"equivAmount": {
"currency": "AMD",
"value": 218.87
},
"override": false,
"points": 18854,
"referenceAmount": {
"currency": "MVR",
"value": 134.04
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "SRD",
"value": 450.26
},
"code": "WH",
"conversionRatio": {
"minimumPoints": 257,
"value": 0.38
},
"equivAmount": {
"currency": "TJS",
"value": 255.9
},
"override": false,
"points": 43421,
"referenceAmount": {
"currency": "DOP",
"value": 462.84
},
"taxType": "PROPORTIONAL"
}
],
"total": {
"amount": {
"currency": "UAH",
"value": 169.77
},
"code": "Vc",
"conversionRatio": {
"minimumPoints": 891,
"value": 0.69
},
"equivAmount": {
"currency": "GIP",
"value": 435.56
},
"override": false,
"points": 13832,
"referenceAmount": {
"currency": "ANG",
"value": 24.22
},
"taxType": "PROPORTIONAL"
},
"totalTaxes": {
"amount": {
"currency": "PHP",
"value": 404.56
},
"code": "JQ",
"conversionRatio": {
"minimumPoints": 502,
"value": 0.13
},
"equivAmount": {
"currency": "SAR",
"value": 9.34
},
"override": true,
"points": 29400,
"referenceAmount": {
"currency": "TRY",
"value": 232.55
},
"taxType": "PROPORTIONAL"
}
}
},
{
"airExtraRefs": [
"id01",
"id02"
],
"deal": [
{
"amount": {
"currency": "SCR",
"value": 88.22
},
"conversionRatio": {
"minimumPoints": 233,
"value": 0.96
},
"id": "8db24cef-af5b-48a8-9c5c-c199e159381d",
"offerName": "SUMMER PROMO",
"percentage": 22,
"points": 2710,
"promotionCode": [
"PROMO20",
"SAVE10",
"FLIGHT5"
],
"promotionId": "0",
"promotionTag": "A06d8aYTAFxBncQ",
"type": "OTHR"
},
{
"amount": {
"currency": "MRU",
"value": 468.76
},
"conversionRatio": {
"minimumPoints": 322,
"value": 0.49
},
"id": "d79e27e5-3c04-4050-8858-bdbd61283911",
"offerName": "FLIGHT BUNDLE",
"percentage": 30,
"points": 3820,
"promotionCode": [
"PROMO20",
"FLIGHT5",
"SAVE10"
],
"promotionId": "9",
"promotionTag": "18rtGNtUSJFNN5i",
"type": "RISE"
},
{
"amount": {
"currency": "ANG",
"value": 498.98
},
"conversionRatio": {
"minimumPoints": 674,
"value": 0.3
},
"id": "9fc90af0-4a52-4dbb-afba-9772b12847b1",
"offerName": "MAY WEEKEND DISCOUNT",
"percentage": 11,
"points": 1874,
"promotionCode": [
"FLIGHT5",
"SAVE10",
"PROMO20"
],
"promotionId": "9",
"promotionTag": "6aBt7xoHwlvhRIT",
"type": "FEE_WAIVER"
}
],
"fareCalculationModeIndicator": "AUTOPRICED",
"id": "XJaQ",
"pricingLevel": "ITINERARY",
"taxesIncludedInBase": true,
"totalFee": {
"base": {
"amount": {
"currency": "KWD",
"value": 399.66
},
"code": "wu",
"conversionRatio": {
"minimumPoints": 909,
"value": 0.98
},
"equivAmount": {
"currency": "DZD",
"value": 247.37
},
"override": true,
"points": 24800,
"referenceAmount": {
"currency": "ANG",
"value": 384.47
},
"taxType": "FLAT"
},
"discountCalculationRule": "WITH_DISCOUNTS",
"redemptionCalculationRule": "MAX_POINTS_USED",
"tax": [
{
"amount": {
"currency": "MRU",
"value": 381.22
},
"code": "Iu",
"conversionRatio": {
"minimumPoints": 866,
"value": 0.59
},
"equivAmount": {
"currency": "IQD",
"value": 336.57
},
"override": false,
"points": 20506,
"referenceAmount": {
"currency": "TRY",
"value": 444.68
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MUR",
"value": 159.42
},
"code": "bx",
"conversionRatio": {
"minimumPoints": 700,
"value": 0.34
},
"equivAmount": {
"currency": "HNL",
"value": 22.14
},
"override": false,
"points": 47542,
"referenceAmount": {
"currency": "BDT",
"value": 497.6
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "NAD",
"value": 368.99
},
"code": "Vl",
"conversionRatio": {
"minimumPoints": 893,
"value": 0.19
},
"equivAmount": {
"currency": "INR",
"value": 391.73
},
"override": false,
"points": 4865,
"referenceAmount": {
"currency": "JPY",
"value": 195.68
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "CUP",
"value": 359.24
},
"code": "cG",
"conversionRatio": {
"minimumPoints": 754,
"value": 0.3
},
"equivAmount": {
"currency": "PGK",
"value": 91.63
},
"override": false,
"points": 12548,
"referenceAmount": {
"currency": "PGK",
"value": 434.35
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "JOD",
"value": 490.32
},
"code": "bJ",
"conversionRatio": {
"minimumPoints": 770,
"value": 0.58
},
"equivAmount": {
"currency": "NOK",
"value": 194.43
},
"override": true,
"points": 13634,
"referenceAmount": {
"currency": "SGD",
"value": 106.67
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "MAD",
"value": 306.34
},
"code": "wx",
"conversionRatio": {
"minimumPoints": 903,
"value": 0.32
},
"equivAmount": {
"currency": "TND",
"value": 262.18
},
"override": true,
"points": 45445,
"referenceAmount": {
"currency": "MGA",
"value": 124.1
},
"taxType": "FLAT"
},
"totalTaxes": {
"amount": {
"currency": "FKP",
"value": 347.58
},
"code": "Bv",
"conversionRatio": {
"minimumPoints": 255,
"value": 0.39
},
"equivAmount": {
"currency": "BOB",
"value": 390.05
},
"override": true,
"points": 10579,
"referenceAmount": {
"currency": "SYP",
"value": 282.53
},
"taxType": "FLAT"
}
},
"unitFee": {
"base": {
"amount": {
"currency": "ZWL",
"value": 436.77
},
"code": "SL",
"conversionRatio": {
"minimumPoints": 106,
"value": 1
},
"equivAmount": {
"currency": "HUF",
"value": 182.28
},
"override": true,
"points": 44383,
"referenceAmount": {
"currency": "LKR",
"value": 495.87
},
"taxType": "FLAT"
},
"discountCalculationRule": "WITH_DISCOUNTS",
"redemptionCalculationRule": "MAX_POINTS_USED",
"tax": [
{
"amount": {
"currency": "TMT",
"value": 166.09
},
"code": "qY",
"conversionRatio": {
"minimumPoints": 251,
"value": 0.73
},
"equivAmount": {
"currency": "NZD",
"value": 36.54
},
"override": false,
"points": 12688,
"referenceAmount": {
"currency": "TJS",
"value": 83.91
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "CRC",
"value": 71.04
},
"code": "dO",
"conversionRatio": {
"minimumPoints": 509,
"value": 0.85
},
"equivAmount": {
"currency": "JPY",
"value": 451.42
},
"override": true,
"points": 46153,
"referenceAmount": {
"currency": "XAF",
"value": 444.46
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "UZS",
"value": 366.68
},
"code": "UH",
"conversionRatio": {
"minimumPoints": 597,
"value": 0.75
},
"equivAmount": {
"currency": "MNT",
"value": 265.07
},
"override": false,
"points": 17394,
"referenceAmount": {
"currency": "GBP",
"value": 187.51
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "UAH",
"value": 198.86
},
"code": "Rp",
"conversionRatio": {
"minimumPoints": 807,
"value": 0.48
},
"equivAmount": {
"currency": "PYG",
"value": 441.82
},
"override": true,
"points": 4891,
"referenceAmount": {
"currency": "LYD",
"value": 188.18
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "MRU",
"value": 76.47
},
"code": "QL",
"conversionRatio": {
"minimumPoints": 355,
"value": 0.66
},
"equivAmount": {
"currency": "BOB",
"value": 5.73
},
"override": false,
"points": 19390,
"referenceAmount": {
"currency": "TOP",
"value": 485.71
},
"taxType": "FLAT"
}
],
"total": {
"amount": {
"currency": "KYD",
"value": 416.44
},
"code": "KM",
"conversionRatio": {
"minimumPoints": 936,
"value": 0.23
},
"equivAmount": {
"currency": "GNF",
"value": 104.63
},
"override": true,
"points": 25463,
"referenceAmount": {
"currency": "XCD",
"value": 138.26
},
"taxType": "PROPORTIONAL"
},
"totalTaxes": {
"amount": {
"currency": "BIF",
"value": 480.19
},
"code": "NH",
"conversionRatio": {
"minimumPoints": 357,
"value": 0.29
},
"equivAmount": {
"currency": "TRY",
"value": 371.46
},
"override": true,
"points": 45754,
"referenceAmount": {
"currency": "NZD",
"value": 277.74
},
"taxType": "FLAT"
}
}
}
]
},
"itineraryPricing": {
"deal": [
{
"amount": {
"currency": "BDT",
"value": 358.23
},
"applyTo": {
"passengerRefs": {
"0": "id01",
"1": "id02"
},
"travelPortion": {
"itineraryPartRefs": {
"0": "id01",
"1": "id02"
},
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"type": "SEGMENT"
}
},
"conversionRatio": {
"minimumPoints": 745,
"value": 0.26
},
"id": "2b3e6395-0ee7-4aee-8076-34df4357bfb0",
"offerName": "SUMMER PROMO",
"percentage": 6,
"points": 2203,
"promotionCode": [
"SAVE10",
"PROMO20",
"FLIGHT5"
],
"promotionId": "4",
"promotionTag": "Rq2uDrQCM34luxL",
"type": "FEE_WAIVER"
},
{
"amount": {
"currency": "MUR",
"value": 216.26
},
"applyTo": {
"passengerRefs": {
"0": "id01",
"1": "id02"
},
"travelPortion": {
"itineraryPartRefs": {
"0": "id01",
"1": "id02"
},
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"type": "ITINERARY_PART"
}
},
"conversionRatio": {
"minimumPoints": 777,
"value": 0.54
},
"id": "7c7f82dd-e97a-49f3-8264-98d78363e295",
"offerName": "MAY WEEKEND DISCOUNT",
"percentage": 19,
"points": 790,
"promotionCode": [
"SAVE10",
"PROMO20",
"FLIGHT5"
],
"promotionId": "3",
"promotionTag": "Me0tlZtEhbUWRPq",
"type": "OTHR"
},
{
"amount": {
"currency": "KPW",
"value": 467.69
},
"applyTo": {
"passengerRefs": {
"0": "id01",
"1": "id02"
},
"travelPortion": {
"itineraryPartRefs": {
"0": "id01",
"1": "id02"
},
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"type": "SEGMENT"
}
},
"conversionRatio": {
"minimumPoints": 325,
"value": 0.34
},
"id": "8541a608-fea3-48ce-9ea8-7059ea032905",
"offerName": "FLIGHT BUNDLE",
"percentage": 30,
"points": 903,
"promotionCode": [
"PROMO20",
"FLIGHT5",
"SAVE10"
],
"promotionId": "1",
"promotionTag": "uCeqLccz8rVS2H0",
"type": "FEE_WAIVER"
},
{
"amount": {
"currency": "PLN",
"value": 380.47
},
"applyTo": {
"passengerRefs": {
"0": "id01",
"1": "id02"
},
"travelPortion": {
"itineraryPartRefs": {
"0": "id01",
"1": "id02"
},
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"type": "ITINERARY_PART"
}
},
"conversionRatio": {
"minimumPoints": 779,
"value": 0.99
},
"id": "c85a2230-15d9-459c-af0f-1f3ce463ea74",
"offerName": "SUMMER PROMO",
"percentage": 10,
"points": 3566,
"promotionCode": [
"SAVE10",
"PROMO20",
"FLIGHT5"
],
"promotionId": "5",
"promotionTag": "VZAJI3EgEJ3xLl4",
"type": "RISE"
},
{
"amount": {
"currency": "MAD",
"value": 433.19
},
"applyTo": {
"passengerRefs": {
"0": "id01",
"1": "id02"
},
"travelPortion": {
"itineraryPartRefs": {
"0": "id01",
"1": "id02"
},
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"type": "ITINERARY"
}
},
"conversionRatio": {
"minimumPoints": 457,
"value": 0.12
},
"id": "b2d667f8-7e36-49c4-9fa8-95a08e0e7347",
"offerName": "FLIGHT BUNDLE",
"percentage": 16,
"points": 1954,
"promotionCode": [
"FLIGHT5",
"SAVE10",
"PROMO20"
],
"promotionId": "7",
"promotionTag": "ZQw0DxwxnZGlVJz",
"type": "RISE"
}
],
"dealName": [
"Loyalty Reward",
"Early Bird"
],
"itineraryPartPricing": [
{
"deal": [
{
"amount": {
"currency": "BRL",
"value": 318.01
},
"applyTo": {
"passengerRefs": {
"0": "id01",
"1": "id02"
},
"travelPortion": {
"itineraryPartRefs": {
"0": "id01",
"1": "id02"
},
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"type": "SEGMENT"
}
},
"conversionRatio": {
"minimumPoints": 289,
"value": 0.41
},
"id": "e8e0a213-ba2e-4b20-9fe7-d6fa9dfeeecc",
"offerName": "SUMMER PROMO",
"percentage": 30,
"points": 4127,
"promotionCode": [
"SAVE10",
"PROMO20",
"FLIGHT5"
],
"promotionId": "9",
"promotionTag": "7ErP2psbCrsLWyl",
"type": "RISE"
},
{
"amount": {
"currency": "BMD",
"value": 111.59
},
"applyTo": {
"passengerRefs": {
"0": "id01",
"1": "id02"
},
"travelPortion": {
"itineraryPartRefs": {
"0": "id01",
"1": "id02"
},
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"type": "ITINERARY_PART"
}
},
"conversionRatio": {
"minimumPoints": 125,
"value": 0.37
},
"id": "8891b3e5-2529-42e2-a676-916b51430cbb",
"offerName": "FLIGHT BUNDLE",
"percentage": 20,
"points": 1196,
"promotionCode": [
"SAVE10",
"FLIGHT5",
"PROMO20"
],
"promotionId": "8",
"promotionTag": "fZFiGGOqERrYghm",
"type": "OTHR"
},
{
"amount": {
"currency": "BOB",
"value": 267.32
},
"applyTo": {
"passengerRefs": {
"0": "id01",
"1": "id02"
},
"travelPortion": {
"itineraryPartRefs": {
"0": "id01",
"1": "id02"
},
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"type": "FLIGHT"
}
},
"conversionRatio": {
"minimumPoints": 547,
"value": 0.63
},
"id": "46d11cfb-60fc-4222-b93b-c18f947a0430",
"offerName": "MAY WEEKEND DISCOUNT",
"percentage": 24,
"points": 4439,
"promotionCode": [
"PROMO20",
"SAVE10",
"FLIGHT5"
],
"promotionId": "1",
"promotionTag": "kcRdROgLgF1etdU",
"type": "DISCOUNT"
},
{
"amount": {
"currency": "BSD",
"value": 64.09
},
"applyTo": {
"passengerRefs": {
"0": "id01",
"1": "id02"
},
"travelPortion": {
"itineraryPartRefs": {
"0": "id01",
"1": "id02"
},
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"type": "FLIGHT"
}
},
"conversionRatio": {
"minimumPoints": 985,
"value": 0.91
},
"id": "ee56823f-9e5a-4d10-8d80-4471dbf6838c",
"offerName": "FLIGHT BUNDLE",
"percentage": 29,
"points": 2760,
"promotionCode": [
"PROMO20",
"SAVE10",
"FLIGHT5"
],
"promotionId": "6",
"promotionTag": "l1pZth3YMMdbCVX",
"type": "RISE"
},
{
"amount": {
"currency": "AUD",
"value": 213.9
},
"applyTo": {
"passengerRefs": {
"0": "id01",
"1": "id02"
},
"travelPortion": {
"itineraryPartRefs": {
"0": "id01",
"1": "id02"
},
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"type": "FLIGHT"
}
},
"conversionRatio": {
"minimumPoints": 283,
"value": 0.32
},
"id": "93829f1d-c812-40b0-97fb-bf157d1009b6",
"offerName": "MAY WEEKEND DISCOUNT",
"percentage": 22,
"points": 3460,
"promotionCode": [
"PROMO20",
"FLIGHT5",
"SAVE10"
],
"promotionId": "9",
"promotionTag": "8R38NtmOmoHVcyt",
"type": "FEE_WAIVER"
}
],
"itineraryPartRef": "id01",
"passengerFare": [
{
"passengerRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "RUB",
"value": 305.31
},
"code": "gN",
"conversionRatio": {
"minimumPoints": 698,
"value": 0.74
},
"equivAmount": {
"currency": "SZL",
"value": 335.87
},
"override": true,
"points": 4426,
"referenceAmount": {
"currency": "KGS",
"value": 53.48
},
"taxType": "FLAT"
},
"commission": [
{
"amount": {
"currency": "MXN",
"value": 106.59
},
"code": "MW",
"conversionRatio": {
"minimumPoints": 195,
"value": 0.85
},
"equivAmount": {
"currency": "AUD",
"value": 70.92
},
"override": true,
"points": 29898,
"referenceAmount": {
"currency": "TMT",
"value": 441.65
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "VES",
"value": 374.98
},
"code": "fr",
"conversionRatio": {
"minimumPoints": 274,
"value": 0.92
},
"equivAmount": {
"currency": "TWD",
"value": 335.79
},
"override": true,
"points": 2436,
"referenceAmount": {
"currency": "CRC",
"value": 172.31
},
"taxType": "FLAT"
}
],
"discount": [
{
"amount": {
"currency": "PHP",
"value": 440.38
},
"code": "QL",
"conversionRatio": {
"minimumPoints": 739,
"value": 0.59
},
"equivAmount": {
"currency": "PYG",
"value": 228.19
},
"override": true,
"points": 14039,
"referenceAmount": {
"currency": "MKD",
"value": 36.91
},
"taxType": "FLAT"
}
],
"fee": [
{
"amount": {
"currency": "UAH",
"value": 147.24
},
"code": "RL",
"conversionRatio": {
"minimumPoints": 144,
"value": 0.5
},
"equivAmount": {
"currency": "BBD",
"value": 60.52
},
"override": true,
"points": 6368,
"referenceAmount": {
"currency": "GNF",
"value": 300.4
},
"taxType": "PROPORTIONAL"
}
],
"surcharge": [
{
"amount": {
"currency": "KMF",
"value": 327.92
},
"code": "cl",
"conversionRatio": {
"minimumPoints": 641,
"value": 0.15
},
"equivAmount": {
"currency": "NAD",
"value": 414.94
},
"override": true,
"points": 17887,
"referenceAmount": {
"currency": "MMK",
"value": 316.89
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KPW",
"value": 227.99
},
"code": "Wm",
"conversionRatio": {
"minimumPoints": 771,
"value": 0.38
},
"equivAmount": {
"currency": "TZS",
"value": 225.31
},
"override": true,
"points": 1667,
"referenceAmount": {
"currency": "UAH",
"value": 281.23
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "BAM",
"value": 253.08
},
"code": "gq",
"conversionRatio": {
"minimumPoints": 430,
"value": 0.45
},
"equivAmount": {
"currency": "JOD",
"value": 178.1
},
"override": false,
"points": 3395,
"referenceAmount": {
"currency": "ZWL",
"value": 231.02
},
"taxType": "PROPORTIONAL"
}
],
"tax": [
{
"amount": {
"currency": "BRL",
"value": 423.73
},
"code": "pP",
"conversionRatio": {
"minimumPoints": 748,
"value": 0.94
},
"equivAmount": {
"currency": "AMD",
"value": 170.31
},
"override": true,
"points": 34660,
"referenceAmount": {
"currency": "HKD",
"value": 289.68
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "PHP",
"value": 467.77
},
"code": "zE",
"conversionRatio": {
"minimumPoints": 970,
"value": 0.86
},
"equivAmount": {
"currency": "LAK",
"value": 132.99
},
"override": true,
"points": 47492,
"referenceAmount": {
"currency": "BGN",
"value": 167.96
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "BMD",
"value": 403.16
},
"code": "ye",
"conversionRatio": {
"minimumPoints": 299,
"value": 0.63
},
"equivAmount": {
"currency": "NOK",
"value": 444.78
},
"override": false,
"points": 39996,
"referenceAmount": {
"currency": "FJD",
"value": 252.55
},
"taxType": "FLAT"
}
],
"ticketingFee": [
{
"amount": {
"currency": "AOA",
"value": 279.9
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 491,
"value": 0.88
},
"other": false,
"points": 128,
"referenceAmount": {
"currency": "USD",
"value": 351.74
},
"subCode": "606",
"type": "REQUESTED",
"waived": {
"reasonCode": "BO",
"value": true
}
},
{
"amount": {
"currency": "TOP",
"value": 365.3
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 762,
"value": 0.9
},
"other": true,
"points": 287,
"referenceAmount": {
"currency": "ZAR",
"value": 37.34
},
"subCode": "643",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "GT",
"value": false
}
},
{
"amount": {
"currency": "MZN",
"value": 259.01
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 453,
"value": 0.31
},
"other": false,
"points": 468,
"referenceAmount": {
"currency": "IQD",
"value": 295.61
},
"subCode": "663",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "Ex",
"value": true
}
},
{
"amount": {
"currency": "SGD",
"value": 382.79
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 989,
"value": 0.51
},
"other": false,
"points": 264,
"referenceAmount": {
"currency": "CRC",
"value": 428.04
},
"subCode": "431",
"type": "REQUESTED",
"waived": {
"reasonCode": "gV",
"value": false
}
}
],
"total": {
"amount": {
"currency": "KYD",
"value": 266.95
},
"code": "wj",
"conversionRatio": {
"minimumPoints": 202,
"value": 0.55
},
"equivAmount": {
"currency": "JOD",
"value": 85.73
},
"override": false,
"points": 45545,
"referenceAmount": {
"currency": "BOB",
"value": 283.49
},
"taxType": "FLAT"
}
}
}
]
},
{
"deal": [
{
"amount": {
"currency": "BTN",
"value": 95.65
},
"applyTo": {
"passengerRefs": {
"0": "id01",
"1": "id02"
},
"travelPortion": {
"itineraryPartRefs": {
"0": "id01",
"1": "id02"
},
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"type": "ITINERARY_PART"
}
},
"conversionRatio": {
"minimumPoints": 445,
"value": 0.84
},
"id": "3f5b9a9d-d6d8-4c92-b727-432296456304",
"offerName": "MAY WEEKEND DISCOUNT",
"percentage": 13,
"points": 1085,
"promotionCode": [
"PROMO20",
"FLIGHT5",
"SAVE10"
],
"promotionId": "1",
"promotionTag": "hvrT47e2rngMm3N",
"type": "FEE_WAIVER"
}
],
"itineraryPartRef": "id01",
"passengerFare": [
{
"passengerRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "MZN",
"value": 253.74
},
"code": "Lf",
"conversionRatio": {
"minimumPoints": 436,
"value": 0.99
},
"equivAmount": {
"currency": "SRD",
"value": 179.87
},
"override": false,
"points": 8614,
"referenceAmount": {
"currency": "PLN",
"value": 70.61
},
"taxType": "PROPORTIONAL"
},
"commission": [
{
"amount": {
"currency": "FKP",
"value": 435.52
},
"code": "Ou",
"conversionRatio": {
"minimumPoints": 921,
"value": 0.6
},
"equivAmount": {
"currency": "XOF",
"value": 138.86
},
"override": false,
"points": 10198,
"referenceAmount": {
"currency": "VND",
"value": 162.08
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "MDL",
"value": 142.22
},
"code": "PO",
"conversionRatio": {
"minimumPoints": 112,
"value": 0.1
},
"equivAmount": {
"currency": "TMT",
"value": 311.95
},
"override": false,
"points": 30980,
"referenceAmount": {
"currency": "LKR",
"value": 463.79
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "CLP",
"value": 150.68
},
"code": "sM",
"conversionRatio": {
"minimumPoints": 234,
"value": 0.56
},
"equivAmount": {
"currency": "UGX",
"value": 216.72
},
"override": true,
"points": 45216,
"referenceAmount": {
"currency": "KPW",
"value": 31.68
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "ZWL",
"value": 300.89
},
"code": "Pv",
"conversionRatio": {
"minimumPoints": 388,
"value": 0.94
},
"equivAmount": {
"currency": "MXN",
"value": 423.58
},
"override": false,
"points": 45683,
"referenceAmount": {
"currency": "SLE",
"value": 143.1
},
"taxType": "FLAT"
}
],
"discount": [
{
"amount": {
"currency": "NGN",
"value": 147.89
},
"code": "pu",
"conversionRatio": {
"minimumPoints": 983,
"value": 0.19
},
"equivAmount": {
"currency": "KWD",
"value": 86.23
},
"override": false,
"points": 45749,
"referenceAmount": {
"currency": "ALL",
"value": 475.04
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "BSD",
"value": 130.77
},
"code": "Lj",
"conversionRatio": {
"minimumPoints": 381,
"value": 0.45
},
"equivAmount": {
"currency": "WST",
"value": 226.58
},
"override": false,
"points": 25457,
"referenceAmount": {
"currency": "CNY",
"value": 426.11
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "VUV",
"value": 13.58
},
"code": "IZ",
"conversionRatio": {
"minimumPoints": 177,
"value": 0.29
},
"equivAmount": {
"currency": "SCR",
"value": 46.44
},
"override": true,
"points": 9691,
"referenceAmount": {
"currency": "DJF",
"value": 399.8
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "ILS",
"value": 124.96
},
"code": "dr",
"conversionRatio": {
"minimumPoints": 106,
"value": 0.15
},
"equivAmount": {
"currency": "TTD",
"value": 495.26
},
"override": true,
"points": 7131,
"referenceAmount": {
"currency": "GEL",
"value": 438.65
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KHR",
"value": 401.72
},
"code": "xN",
"conversionRatio": {
"minimumPoints": 122,
"value": 0.38
},
"equivAmount": {
"currency": "JMD",
"value": 488.69
},
"override": false,
"points": 11841,
"referenceAmount": {
"currency": "CVE",
"value": 301.3
},
"taxType": "FLAT"
}
],
"fee": [
{
"amount": {
"currency": "AUD",
"value": 12.9
},
"code": "kL",
"conversionRatio": {
"minimumPoints": 452,
"value": 0.6
},
"equivAmount": {
"currency": "KRW",
"value": 434.17
},
"override": true,
"points": 20532,
"referenceAmount": {
"currency": "TMT",
"value": 131.16
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MNT",
"value": 244.36
},
"code": "Ct",
"conversionRatio": {
"minimumPoints": 998,
"value": 0.96
},
"equivAmount": {
"currency": "BRL",
"value": 455.9
},
"override": true,
"points": 31647,
"referenceAmount": {
"currency": "MWK",
"value": 158.45
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "MRU",
"value": 275.3
},
"code": "Ad",
"conversionRatio": {
"minimumPoints": 935,
"value": 0.89
},
"equivAmount": {
"currency": "JOD",
"value": 463.29
},
"override": false,
"points": 17802,
"referenceAmount": {
"currency": "USD",
"value": 286.97
},
"taxType": "FLAT"
}
],
"surcharge": [
{
"amount": {
"currency": "KWD",
"value": 60.07
},
"code": "av",
"conversionRatio": {
"minimumPoints": 324,
"value": 0.12
},
"equivAmount": {
"currency": "MUR",
"value": 88.58
},
"override": false,
"points": 19871,
"referenceAmount": {
"currency": "GIP",
"value": 430.07
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "MMK",
"value": 363.41
},
"code": "UO",
"conversionRatio": {
"minimumPoints": 791,
"value": 0.26
},
"equivAmount": {
"currency": "KYD",
"value": 351.7
},
"override": true,
"points": 35789,
"referenceAmount": {
"currency": "ARS",
"value": 486.04
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "IRR",
"value": 218.73
},
"code": "mZ",
"conversionRatio": {
"minimumPoints": 981,
"value": 0.52
},
"equivAmount": {
"currency": "HKD",
"value": 346.06
},
"override": false,
"points": 25937,
"referenceAmount": {
"currency": "ISK",
"value": 62.49
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "LSL",
"value": 353.59
},
"code": "JH",
"conversionRatio": {
"minimumPoints": 688,
"value": 0.22
},
"equivAmount": {
"currency": "KZT",
"value": 49.79
},
"override": false,
"points": 17461,
"referenceAmount": {
"currency": "GYD",
"value": 490.77
},
"taxType": "PROPORTIONAL"
}
],
"tax": [
{
"amount": {
"currency": "CVE",
"value": 411.89
},
"code": "Ol",
"conversionRatio": {
"minimumPoints": 897,
"value": 0.81
},
"equivAmount": {
"currency": "GIP",
"value": 449.62
},
"override": true,
"points": 10351,
"referenceAmount": {
"currency": "RON",
"value": 84.58
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "DOP",
"value": 176
},
"code": "CT",
"conversionRatio": {
"minimumPoints": 482,
"value": 0.26
},
"equivAmount": {
"currency": "MWK",
"value": 72.01
},
"override": true,
"points": 49751,
"referenceAmount": {
"currency": "KYD",
"value": 134.34
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "AWG",
"value": 363.13
},
"code": "RW",
"conversionRatio": {
"minimumPoints": 901,
"value": 0.47
},
"equivAmount": {
"currency": "ZAR",
"value": 339.59
},
"override": true,
"points": 39692,
"referenceAmount": {
"currency": "BMD",
"value": 479.89
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "PGK",
"value": 161.14
},
"code": "FH",
"conversionRatio": {
"minimumPoints": 538,
"value": 0.35
},
"equivAmount": {
"currency": "MNT",
"value": 497.98
},
"override": false,
"points": 38693,
"referenceAmount": {
"currency": "USD",
"value": 308.01
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "BMD",
"value": 490.7
},
"code": "HT",
"conversionRatio": {
"minimumPoints": 114,
"value": 0.17
},
"equivAmount": {
"currency": "BAM",
"value": 244.75
},
"override": false,
"points": 1499,
"referenceAmount": {
"currency": "DKK",
"value": 387.34
},
"taxType": "FLAT"
}
],
"ticketingFee": [
{
"amount": {
"currency": "PHP",
"value": 333.08
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 777,
"value": 0.44
},
"other": true,
"points": 125,
"referenceAmount": {
"currency": "AUD",
"value": 336.18
},
"subCode": "484",
"type": "REQUESTED",
"waived": {
"reasonCode": "Aa",
"value": false
}
},
{
"amount": {
"currency": "PLN",
"value": 305.85
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 250,
"value": 0.29
},
"other": true,
"points": 317,
"referenceAmount": {
"currency": "XPF",
"value": 242.6
},
"subCode": "510",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "cb",
"value": true
}
},
{
"amount": {
"currency": "IRR",
"value": 488.59
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 103,
"value": 0.98
},
"other": true,
"points": 402,
"referenceAmount": {
"currency": "DZD",
"value": 356.66
},
"subCode": "700",
"type": "TICKETING",
"waived": {
"reasonCode": "nB",
"value": false
}
},
{
"amount": {
"currency": "BZD",
"value": 479.68
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 448,
"value": 0.28
},
"other": true,
"points": 406,
"referenceAmount": {
"currency": "CZK",
"value": 67.71
},
"subCode": "438",
"type": "REQUESTED",
"waived": {
"reasonCode": "eo",
"value": false
}
},
{
"amount": {
"currency": "CLP",
"value": 139.12
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 853,
"value": 0.85
},
"other": true,
"points": 279,
"referenceAmount": {
"currency": "TWD",
"value": 382.37
},
"subCode": "317",
"type": "REQUESTED",
"waived": {
"reasonCode": "eh",
"value": true
}
}
],
"total": {
"amount": {
"currency": "UAH",
"value": 77.37
},
"code": "qy",
"conversionRatio": {
"minimumPoints": 355,
"value": 0.64
},
"equivAmount": {
"currency": "NIO",
"value": 294.34
},
"override": true,
"points": 16622,
"referenceAmount": {
"currency": "TZS",
"value": 168.42
},
"taxType": "PROPORTIONAL"
}
}
},
{
"passengerRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "AWG",
"value": 201.56
},
"code": "Fm",
"conversionRatio": {
"minimumPoints": 447,
"value": 0.28
},
"equivAmount": {
"currency": "NAD",
"value": 282.91
},
"override": false,
"points": 46679,
"referenceAmount": {
"currency": "PEN",
"value": 476.68
},
"taxType": "PROPORTIONAL"
},
"commission": [
{
"amount": {
"currency": "CVE",
"value": 492.2
},
"code": "mU",
"conversionRatio": {
"minimumPoints": 263,
"value": 0.63
},
"equivAmount": {
"currency": "BGN",
"value": 40.14
},
"override": false,
"points": 2202,
"referenceAmount": {
"currency": "RON",
"value": 74.13
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KYD",
"value": 13.55
},
"code": "Ww",
"conversionRatio": {
"minimumPoints": 433,
"value": 0.29
},
"equivAmount": {
"currency": "SZL",
"value": 446.94
},
"override": false,
"points": 12874,
"referenceAmount": {
"currency": "MKD",
"value": 431.56
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MRU",
"value": 268.4
},
"code": "zT",
"conversionRatio": {
"minimumPoints": 699,
"value": 0.15
},
"equivAmount": {
"currency": "SZL",
"value": 23.9
},
"override": false,
"points": 42410,
"referenceAmount": {
"currency": "SYP",
"value": 448.42
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "GYD",
"value": 473.73
},
"code": "NO",
"conversionRatio": {
"minimumPoints": 820,
"value": 0.5
},
"equivAmount": {
"currency": "UGX",
"value": 462.12
},
"override": true,
"points": 30890,
"referenceAmount": {
"currency": "THB",
"value": 431.42
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "TZS",
"value": 110.61
},
"code": "bi",
"conversionRatio": {
"minimumPoints": 435,
"value": 0.74
},
"equivAmount": {
"currency": "NGN",
"value": 76.13
},
"override": true,
"points": 40389,
"referenceAmount": {
"currency": "SEK",
"value": 441.39
},
"taxType": "FLAT"
}
],
"discount": [
{
"amount": {
"currency": "UAH",
"value": 467.1
},
"code": "jD",
"conversionRatio": {
"minimumPoints": 439,
"value": 0.96
},
"equivAmount": {
"currency": "KYD",
"value": 381.33
},
"override": true,
"points": 41439,
"referenceAmount": {
"currency": "DKK",
"value": 391.6
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "SBD",
"value": 73.56
},
"code": "yP",
"conversionRatio": {
"minimumPoints": 381,
"value": 0.39
},
"equivAmount": {
"currency": "DOP",
"value": 330.04
},
"override": true,
"points": 47972,
"referenceAmount": {
"currency": "NAD",
"value": 496.16
},
"taxType": "FLAT"
}
],
"fee": [
{
"amount": {
"currency": "PGK",
"value": 471.2
},
"code": "Wa",
"conversionRatio": {
"minimumPoints": 643,
"value": 0.81
},
"equivAmount": {
"currency": "LRD",
"value": 385.93
},
"override": true,
"points": 11391,
"referenceAmount": {
"currency": "LYD",
"value": 225.56
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KRW",
"value": 157.29
},
"code": "SM",
"conversionRatio": {
"minimumPoints": 236,
"value": 0.36
},
"equivAmount": {
"currency": "DKK",
"value": 66.1
},
"override": true,
"points": 36688,
"referenceAmount": {
"currency": "MYR",
"value": 498.93
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "VUV",
"value": 263.78
},
"code": "fE",
"conversionRatio": {
"minimumPoints": 300,
"value": 0.29
},
"equivAmount": {
"currency": "LYD",
"value": 58.54
},
"override": false,
"points": 39885,
"referenceAmount": {
"currency": "GYD",
"value": 329.08
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "BGN",
"value": 485.38
},
"code": "JQ",
"conversionRatio": {
"minimumPoints": 725,
"value": 0.52
},
"equivAmount": {
"currency": "LAK",
"value": 229.85
},
"override": true,
"points": 16448,
"referenceAmount": {
"currency": "FKP",
"value": 486.69
},
"taxType": "PROPORTIONAL"
}
],
"surcharge": [
{
"amount": {
"currency": "CRC",
"value": 293.76
},
"code": "hG",
"conversionRatio": {
"minimumPoints": 704,
"value": 0.67
},
"equivAmount": {
"currency": "KWD",
"value": 378.95
},
"override": true,
"points": 28545,
"referenceAmount": {
"currency": "MMK",
"value": 430.57
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "JMD",
"value": 8.18
},
"code": "mn",
"conversionRatio": {
"minimumPoints": 918,
"value": 0.49
},
"equivAmount": {
"currency": "WST",
"value": 495.27
},
"override": true,
"points": 8425,
"referenceAmount": {
"currency": "MYR",
"value": 381.97
},
"taxType": "PROPORTIONAL"
}
],
"tax": [
{
"amount": {
"currency": "BIF",
"value": 482.39
},
"code": "Yd",
"conversionRatio": {
"minimumPoints": 130,
"value": 0.16
},
"equivAmount": {
"currency": "MMK",
"value": 436.45
},
"override": false,
"points": 24991,
"referenceAmount": {
"currency": "EUR",
"value": 197.9
},
"taxType": "FLAT"
}
],
"ticketingFee": [
{
"amount": {
"currency": "UAH",
"value": 369.78
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 943,
"value": 0.5
},
"other": true,
"points": 355,
"referenceAmount": {
"currency": "MYR",
"value": 214.56
},
"subCode": "840",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "Mh",
"value": true
}
}
],
"total": {
"amount": {
"currency": "KWD",
"value": 109.09
},
"code": "rA",
"conversionRatio": {
"minimumPoints": 170,
"value": 0.64
},
"equivAmount": {
"currency": "IDR",
"value": 25.39
},
"override": true,
"points": 33932,
"referenceAmount": {
"currency": "BDT",
"value": 8.8
},
"taxType": "PROPORTIONAL"
}
}
},
{
"passengerRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "UZS",
"value": 162.97
},
"code": "Kz",
"conversionRatio": {
"minimumPoints": 344,
"value": 0.23
},
"equivAmount": {
"currency": "HTG",
"value": 359.1
},
"override": false,
"points": 45733,
"referenceAmount": {
"currency": "PAB",
"value": 300.63
},
"taxType": "FLAT"
},
"commission": [
{
"amount": {
"currency": "NAD",
"value": 491.75
},
"code": "WZ",
"conversionRatio": {
"minimumPoints": 250,
"value": 0.77
},
"equivAmount": {
"currency": "IQD",
"value": 113.49
},
"override": true,
"points": 30890,
"referenceAmount": {
"currency": "TMT",
"value": 142.83
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "GTQ",
"value": 126.77
},
"code": "nA",
"conversionRatio": {
"minimumPoints": 368,
"value": 0.54
},
"equivAmount": {
"currency": "UYU",
"value": 113.94
},
"override": false,
"points": 16925,
"referenceAmount": {
"currency": "WST",
"value": 159.44
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "CLP",
"value": 154.18
},
"code": "xk",
"conversionRatio": {
"minimumPoints": 878,
"value": 0.26
},
"equivAmount": {
"currency": "TOP",
"value": 366.92
},
"override": true,
"points": 16557,
"referenceAmount": {
"currency": "YER",
"value": 208.34
},
"taxType": "FLAT"
}
],
"discount": [
{
"amount": {
"currency": "QAR",
"value": 53.84
},
"code": "DB",
"conversionRatio": {
"minimumPoints": 388,
"value": 0.2
},
"equivAmount": {
"currency": "TOP",
"value": 449.55
},
"override": false,
"points": 40696,
"referenceAmount": {
"currency": "HTG",
"value": 418.32
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "ARS",
"value": 21.47
},
"code": "iK",
"conversionRatio": {
"minimumPoints": 821,
"value": 0.17
},
"equivAmount": {
"currency": "PHP",
"value": 88.71
},
"override": false,
"points": 30861,
"referenceAmount": {
"currency": "MZN",
"value": 391.22
},
"taxType": "FLAT"
}
],
"fee": [
{
"amount": {
"currency": "CLP",
"value": 222.82
},
"code": "iw",
"conversionRatio": {
"minimumPoints": 882,
"value": 0.21
},
"equivAmount": {
"currency": "JOD",
"value": 490.74
},
"override": true,
"points": 21403,
"referenceAmount": {
"currency": "GMD",
"value": 54.05
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "CZK",
"value": 258.96
},
"code": "uO",
"conversionRatio": {
"minimumPoints": 313,
"value": 0.84
},
"equivAmount": {
"currency": "ARS",
"value": 36.58
},
"override": false,
"points": 36089,
"referenceAmount": {
"currency": "DKK",
"value": 286.37
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "SOS",
"value": 159.12
},
"code": "uY",
"conversionRatio": {
"minimumPoints": 982,
"value": 0.18
},
"equivAmount": {
"currency": "CLP",
"value": 375.58
},
"override": true,
"points": 41509,
"referenceAmount": {
"currency": "KRW",
"value": 486.47
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "VES",
"value": 88.44
},
"code": "nG",
"conversionRatio": {
"minimumPoints": 554,
"value": 0.82
},
"equivAmount": {
"currency": "AZN",
"value": 479.59
},
"override": true,
"points": 25100,
"referenceAmount": {
"currency": "ILS",
"value": 471.02
},
"taxType": "PROPORTIONAL"
}
],
"surcharge": [
{
"amount": {
"currency": "DOP",
"value": 453.59
},
"code": "FD",
"conversionRatio": {
"minimumPoints": 178,
"value": 0.88
},
"equivAmount": {
"currency": "TRY",
"value": 454.42
},
"override": true,
"points": 18362,
"referenceAmount": {
"currency": "MVR",
"value": 369.61
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "SEK",
"value": 381.65
},
"code": "GN",
"conversionRatio": {
"minimumPoints": 163,
"value": 0.31
},
"equivAmount": {
"currency": "DOP",
"value": 473.65
},
"override": true,
"points": 46319,
"referenceAmount": {
"currency": "GMD",
"value": 152.07
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "LYD",
"value": 21.91
},
"code": "WN",
"conversionRatio": {
"minimumPoints": 455,
"value": 0.35
},
"equivAmount": {
"currency": "PYG",
"value": 15.06
},
"override": false,
"points": 13229,
"referenceAmount": {
"currency": "PYG",
"value": 213.29
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "PLN",
"value": 17.42
},
"code": "FN",
"conversionRatio": {
"minimumPoints": 130,
"value": 0.82
},
"equivAmount": {
"currency": "TJS",
"value": 467.33
},
"override": false,
"points": 21756,
"referenceAmount": {
"currency": "CNY",
"value": 347.65
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "IRR",
"value": 457.78
},
"code": "hD",
"conversionRatio": {
"minimumPoints": 286,
"value": 0.88
},
"equivAmount": {
"currency": "TOP",
"value": 63.3
},
"override": true,
"points": 4895,
"referenceAmount": {
"currency": "NOK",
"value": 27.39
},
"taxType": "PROPORTIONAL"
}
],
"tax": [
{
"amount": {
"currency": "BIF",
"value": 206.73
},
"code": "Wo",
"conversionRatio": {
"minimumPoints": 467,
"value": 0.43
},
"equivAmount": {
"currency": "UZS",
"value": 17.23
},
"override": true,
"points": 19473,
"referenceAmount": {
"currency": "CVE",
"value": 474.59
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "KMF",
"value": 332.47
},
"code": "hx",
"conversionRatio": {
"minimumPoints": 624,
"value": 0.47
},
"equivAmount": {
"currency": "TMT",
"value": 49.2
},
"override": false,
"points": 21442,
"referenceAmount": {
"currency": "RSD",
"value": 86.13
},
"taxType": "FLAT"
}
],
"ticketingFee": [
{
"amount": {
"currency": "BAM",
"value": 484.94
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 895,
"value": 0.88
},
"other": false,
"points": 143,
"referenceAmount": {
"currency": "VES",
"value": 443.12
},
"subCode": "954",
"type": "TICKETING",
"waived": {
"reasonCode": "kA",
"value": true
}
},
{
"amount": {
"currency": "CLP",
"value": 261.09
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 262,
"value": 0.53
},
"other": false,
"points": 211,
"referenceAmount": {
"currency": "GNF",
"value": 157.77
},
"subCode": "995",
"type": "TICKETING",
"waived": {
"reasonCode": "iJ",
"value": false
}
},
{
"amount": {
"currency": "GNF",
"value": 331.3
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 823,
"value": 0.13
},
"other": false,
"points": 425,
"referenceAmount": {
"currency": "KGS",
"value": 170.69
},
"subCode": "683",
"type": "REQUESTED",
"waived": {
"reasonCode": "pl",
"value": false
}
},
{
"amount": {
"currency": "MDL",
"value": 382.17
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 140,
"value": 0.41
},
"other": false,
"points": 247,
"referenceAmount": {
"currency": "MYR",
"value": 490.83
},
"subCode": "592",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "bs",
"value": true
}
},
{
"amount": {
"currency": "SZL",
"value": 298.77
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 757,
"value": 1
},
"other": true,
"points": 106,
"referenceAmount": {
"currency": "CDF",
"value": 306.55
},
"subCode": "859",
"type": "TICKETING",
"waived": {
"reasonCode": "vZ",
"value": false
}
}
],
"total": {
"amount": {
"currency": "VUV",
"value": 22.79
},
"code": "cD",
"conversionRatio": {
"minimumPoints": 202,
"value": 0.85
},
"equivAmount": {
"currency": "BYN",
"value": 472.84
},
"override": false,
"points": 24958,
"referenceAmount": {
"currency": "UZS",
"value": 41.94
},
"taxType": "PROPORTIONAL"
}
}
}
]
},
{
"deal": [
{
"amount": {
"currency": "TND",
"value": 56.8
},
"applyTo": {
"passengerRefs": {
"0": "id01",
"1": "id02"
},
"travelPortion": {
"itineraryPartRefs": {
"0": "id01",
"1": "id02"
},
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"type": "FLIGHT"
}
},
"conversionRatio": {
"minimumPoints": 788,
"value": 0.86
},
"id": "a6971055-73db-4d13-88f5-7c2fca584c98",
"offerName": "MAY WEEKEND DISCOUNT",
"percentage": 12,
"points": 3772,
"promotionCode": [
"SAVE10",
"PROMO20",
"FLIGHT5"
],
"promotionId": "4",
"promotionTag": "dXYQQjKdkOFrZUn",
"type": "FEE_WAIVER"
},
{
"amount": {
"currency": "SOS",
"value": 299.58
},
"applyTo": {
"passengerRefs": {
"0": "id01",
"1": "id02"
},
"travelPortion": {
"itineraryPartRefs": {
"0": "id01",
"1": "id02"
},
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"type": "ITINERARY"
}
},
"conversionRatio": {
"minimumPoints": 876,
"value": 0.88
},
"id": "7d812f9c-35a5-4801-8ac4-1e2830f6b94f",
"offerName": "SUMMER PROMO",
"percentage": 5,
"points": 713,
"promotionCode": [
"PROMO20",
"FLIGHT5",
"SAVE10"
],
"promotionId": "9",
"promotionTag": "aIVSfz46QmNSl3u",
"type": "DISCOUNT"
}
],
"itineraryPartRef": "id01",
"passengerFare": [
{
"passengerRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "PGK",
"value": 337.99
},
"code": "Uy",
"conversionRatio": {
"minimumPoints": 973,
"value": 0.99
},
"equivAmount": {
"currency": "NAD",
"value": 248.02
},
"override": false,
"points": 18220,
"referenceAmount": {
"currency": "NZD",
"value": 26.66
},
"taxType": "PROPORTIONAL"
},
"commission": [
{
"amount": {
"currency": "SDG",
"value": 242.31
},
"code": "Oj",
"conversionRatio": {
"minimumPoints": 163,
"value": 0.11
},
"equivAmount": {
"currency": "GIP",
"value": 96.96
},
"override": false,
"points": 36151,
"referenceAmount": {
"currency": "HKD",
"value": 105.44
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "GHS",
"value": 339.04
},
"code": "FF",
"conversionRatio": {
"minimumPoints": 711,
"value": 0.38
},
"equivAmount": {
"currency": "SHP",
"value": 475.05
},
"override": true,
"points": 34840,
"referenceAmount": {
"currency": "CRC",
"value": 131.88
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "PEN",
"value": 170.3
},
"code": "FW",
"conversionRatio": {
"minimumPoints": 427,
"value": 0.44
},
"equivAmount": {
"currency": "CNY",
"value": 223.42
},
"override": true,
"points": 18999,
"referenceAmount": {
"currency": "CVE",
"value": 413.33
},
"taxType": "PROPORTIONAL"
}
],
"discount": [
{
"amount": {
"currency": "ZAR",
"value": 325.95
},
"code": "wx",
"conversionRatio": {
"minimumPoints": 257,
"value": 0.46
},
"equivAmount": {
"currency": "MXN",
"value": 113.73
},
"override": false,
"points": 12083,
"referenceAmount": {
"currency": "HKD",
"value": 160.51
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "PGK",
"value": 166.48
},
"code": "Ub",
"conversionRatio": {
"minimumPoints": 968,
"value": 0.75
},
"equivAmount": {
"currency": "LBP",
"value": 130.31
},
"override": false,
"points": 34989,
"referenceAmount": {
"currency": "DJF",
"value": 361.16
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "GMD",
"value": 109.68
},
"code": "QF",
"conversionRatio": {
"minimumPoints": 626,
"value": 0.83
},
"equivAmount": {
"currency": "TTD",
"value": 306.76
},
"override": true,
"points": 35745,
"referenceAmount": {
"currency": "BGN",
"value": 240.23
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KWD",
"value": 149.92
},
"code": "ro",
"conversionRatio": {
"minimumPoints": 830,
"value": 0.13
},
"equivAmount": {
"currency": "JMD",
"value": 151.02
},
"override": false,
"points": 49313,
"referenceAmount": {
"currency": "XPF",
"value": 297.58
},
"taxType": "FLAT"
}
],
"fee": [
{
"amount": {
"currency": "NZD",
"value": 444.33
},
"code": "Ce",
"conversionRatio": {
"minimumPoints": 766,
"value": 0.81
},
"equivAmount": {
"currency": "USD",
"value": 331.61
},
"override": true,
"points": 42259,
"referenceAmount": {
"currency": "MXN",
"value": 105.64
},
"taxType": "FLAT"
}
],
"surcharge": [
{
"amount": {
"currency": "CUP",
"value": 462.24
},
"code": "SN",
"conversionRatio": {
"minimumPoints": 673,
"value": 0.24
},
"equivAmount": {
"currency": "PLN",
"value": 372.99
},
"override": false,
"points": 37042,
"referenceAmount": {
"currency": "GIP",
"value": 400.29
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "TTD",
"value": 152.11
},
"code": "in",
"conversionRatio": {
"minimumPoints": 298,
"value": 0.15
},
"equivAmount": {
"currency": "TWD",
"value": 230.53
},
"override": true,
"points": 2528,
"referenceAmount": {
"currency": "SBD",
"value": 249.17
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "TZS",
"value": 54.31
},
"code": "LF",
"conversionRatio": {
"minimumPoints": 540,
"value": 0.65
},
"equivAmount": {
"currency": "KYD",
"value": 78.17
},
"override": false,
"points": 7564,
"referenceAmount": {
"currency": "UYU",
"value": 35.84
},
"taxType": "FLAT"
}
],
"tax": [
{
"amount": {
"currency": "STN",
"value": 369.5
},
"code": "mP",
"conversionRatio": {
"minimumPoints": 944,
"value": 0.4
},
"equivAmount": {
"currency": "MGA",
"value": 132.25
},
"override": false,
"points": 14063,
"referenceAmount": {
"currency": "EGP",
"value": 67.69
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "DOP",
"value": 141.79
},
"code": "Qi",
"conversionRatio": {
"minimumPoints": 842,
"value": 0.6
},
"equivAmount": {
"currency": "MNT",
"value": 186.4
},
"override": true,
"points": 1558,
"referenceAmount": {
"currency": "ZAR",
"value": 110.06
},
"taxType": "FLAT"
}
],
"ticketingFee": [
{
"amount": {
"currency": "NZD",
"value": 427.96
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 639,
"value": 0.76
},
"other": true,
"points": 293,
"referenceAmount": {
"currency": "CVE",
"value": 253.2
},
"subCode": "665",
"type": "REQUESTED",
"waived": {
"reasonCode": "tm",
"value": false
}
},
{
"amount": {
"currency": "PLN",
"value": 292.39
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 107,
"value": 0.28
},
"other": false,
"points": 116,
"referenceAmount": {
"currency": "BGN",
"value": 308.98
},
"subCode": "935",
"type": "REQUESTED",
"waived": {
"reasonCode": "wb",
"value": false
}
},
{
"amount": {
"currency": "SOS",
"value": 282.12
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 401,
"value": 0.81
},
"other": true,
"points": 477,
"referenceAmount": {
"currency": "NGN",
"value": 418.82
},
"subCode": "397",
"type": "TICKETING",
"waived": {
"reasonCode": "dW",
"value": false
}
},
{
"amount": {
"currency": "SOS",
"value": 246.42
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 234,
"value": 0.1
},
"other": false,
"points": 259,
"referenceAmount": {
"currency": "GEL",
"value": 109.51
},
"subCode": "806",
"type": "TICKETING",
"waived": {
"reasonCode": "DI",
"value": true
}
}
],
"total": {
"amount": {
"currency": "STN",
"value": 153.52
},
"code": "Ax",
"conversionRatio": {
"minimumPoints": 174,
"value": 0.4
},
"equivAmount": {
"currency": "MKD",
"value": 310.67
},
"override": false,
"points": 21404,
"referenceAmount": {
"currency": "ZMW",
"value": 206.08
},
"taxType": "FLAT"
}
}
},
{
"passengerRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "XAF",
"value": 270.44
},
"code": "Zi",
"conversionRatio": {
"minimumPoints": 646,
"value": 0.83
},
"equivAmount": {
"currency": "BMD",
"value": 144.41
},
"override": true,
"points": 9617,
"referenceAmount": {
"currency": "LRD",
"value": 197.72
},
"taxType": "FLAT"
},
"commission": [
{
"amount": {
"currency": "KYD",
"value": 109.46
},
"code": "Mv",
"conversionRatio": {
"minimumPoints": 222,
"value": 0.18
},
"equivAmount": {
"currency": "FKP",
"value": 265.74
},
"override": false,
"points": 36415,
"referenceAmount": {
"currency": "KWD",
"value": 218.38
},
"taxType": "PROPORTIONAL"
}
],
"discount": [
{
"amount": {
"currency": "SSP",
"value": 227.97
},
"code": "oJ",
"conversionRatio": {
"minimumPoints": 168,
"value": 0.17
},
"equivAmount": {
"currency": "UZS",
"value": 50.33
},
"override": false,
"points": 9138,
"referenceAmount": {
"currency": "AMD",
"value": 45.21
},
"taxType": "PROPORTIONAL"
}
],
"fee": [
{
"amount": {
"currency": "KES",
"value": 256.9
},
"code": "oo",
"conversionRatio": {
"minimumPoints": 941,
"value": 0.8
},
"equivAmount": {
"currency": "CNY",
"value": 42.49
},
"override": true,
"points": 49735,
"referenceAmount": {
"currency": "RUB",
"value": 342.03
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "HNL",
"value": 430.49
},
"code": "pP",
"conversionRatio": {
"minimumPoints": 147,
"value": 0.76
},
"equivAmount": {
"currency": "CHF",
"value": 478.36
},
"override": true,
"points": 25285,
"referenceAmount": {
"currency": "MZN",
"value": 323.61
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "KRW",
"value": 414.77
},
"code": "Fk",
"conversionRatio": {
"minimumPoints": 456,
"value": 0.87
},
"equivAmount": {
"currency": "UAH",
"value": 294.63
},
"override": false,
"points": 23587,
"referenceAmount": {
"currency": "SLE",
"value": 213.04
},
"taxType": "FLAT"
}
],
"surcharge": [
{
"amount": {
"currency": "AED",
"value": 243.26
},
"code": "oI",
"conversionRatio": {
"minimumPoints": 372,
"value": 0.64
},
"equivAmount": {
"currency": "PYG",
"value": 34.88
},
"override": true,
"points": 48085,
"referenceAmount": {
"currency": "UAH",
"value": 117.74
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KES",
"value": 231.09
},
"code": "bQ",
"conversionRatio": {
"minimumPoints": 746,
"value": 0.16
},
"equivAmount": {
"currency": "PEN",
"value": 131.25
},
"override": false,
"points": 11192,
"referenceAmount": {
"currency": "SRD",
"value": 468.12
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "SYP",
"value": 466
},
"code": "rl",
"conversionRatio": {
"minimumPoints": 699,
"value": 0.18
},
"equivAmount": {
"currency": "BWP",
"value": 95.11
},
"override": false,
"points": 33394,
"referenceAmount": {
"currency": "CHF",
"value": 440.64
},
"taxType": "PROPORTIONAL"
}
],
"tax": [
{
"amount": {
"currency": "BND",
"value": 117.7
},
"code": "Vj",
"conversionRatio": {
"minimumPoints": 805,
"value": 0.57
},
"equivAmount": {
"currency": "FJD",
"value": 346.54
},
"override": true,
"points": 27372,
"referenceAmount": {
"currency": "NOK",
"value": 137.64
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "LSL",
"value": 97.49
},
"code": "ok",
"conversionRatio": {
"minimumPoints": 465,
"value": 0.22
},
"equivAmount": {
"currency": "PAB",
"value": 345.95
},
"override": false,
"points": 28437,
"referenceAmount": {
"currency": "ILS",
"value": 324.37
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "LAK",
"value": 245.25
},
"code": "xo",
"conversionRatio": {
"minimumPoints": 207,
"value": 0.35
},
"equivAmount": {
"currency": "DKK",
"value": 492.32
},
"override": true,
"points": 31818,
"referenceAmount": {
"currency": "MXN",
"value": 333.55
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KGS",
"value": 310.61
},
"code": "Iq",
"conversionRatio": {
"minimumPoints": 724,
"value": 0.66
},
"equivAmount": {
"currency": "BIF",
"value": 157.29
},
"override": false,
"points": 13413,
"referenceAmount": {
"currency": "NAD",
"value": 94.81
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "GTQ",
"value": 228.5
},
"code": "PN",
"conversionRatio": {
"minimumPoints": 403,
"value": 0.42
},
"equivAmount": {
"currency": "BZD",
"value": 408.67
},
"override": true,
"points": 41197,
"referenceAmount": {
"currency": "JPY",
"value": 444.05
},
"taxType": "FLAT"
}
],
"ticketingFee": [
{
"amount": {
"currency": "SHP",
"value": 160.79
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 585,
"value": 0.2
},
"other": false,
"points": 200,
"referenceAmount": {
"currency": "BSD",
"value": 190.46
},
"subCode": "869",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "jP",
"value": false
}
},
{
"amount": {
"currency": "BSD",
"value": 120.06
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 773,
"value": 0.33
},
"other": true,
"points": 119,
"referenceAmount": {
"currency": "AWG",
"value": 66.88
},
"subCode": "090",
"type": "REQUESTED",
"waived": {
"reasonCode": "Dl",
"value": true
}
},
{
"amount": {
"currency": "ISK",
"value": 31.16
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 698,
"value": 0.58
},
"other": false,
"points": 162,
"referenceAmount": {
"currency": "MAD",
"value": 416.35
},
"subCode": "306",
"type": "TICKETING",
"waived": {
"reasonCode": "Sc",
"value": false
}
},
{
"amount": {
"currency": "BDT",
"value": 225.27
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 963,
"value": 0.86
},
"other": true,
"points": 138,
"referenceAmount": {
"currency": "CZK",
"value": 277.01
},
"subCode": "543",
"type": "REQUESTED",
"waived": {
"reasonCode": "Gl",
"value": true
}
},
{
"amount": {
"currency": "TRY",
"value": 28.5
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 669,
"value": 0.65
},
"other": false,
"points": 472,
"referenceAmount": {
"currency": "RON",
"value": 404.71
},
"subCode": "284",
"type": "REQUESTED",
"waived": {
"reasonCode": "hb",
"value": false
}
}
],
"total": {
"amount": {
"currency": "UZS",
"value": 69.04
},
"code": "ca",
"conversionRatio": {
"minimumPoints": 793,
"value": 0.29
},
"equivAmount": {
"currency": "MKD",
"value": 116.77
},
"override": true,
"points": 33457,
"referenceAmount": {
"currency": "MYR",
"value": 486.08
},
"taxType": "PROPORTIONAL"
}
}
},
{
"passengerRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "UAH",
"value": 236.87
},
"code": "ZT",
"conversionRatio": {
"minimumPoints": 192,
"value": 0.9
},
"equivAmount": {
"currency": "VUV",
"value": 362.25
},
"override": false,
"points": 41627,
"referenceAmount": {
"currency": "AOA",
"value": 217.98
},
"taxType": "FLAT"
},
"commission": [
{
"amount": {
"currency": "OMR",
"value": 201.81
},
"code": "dh",
"conversionRatio": {
"minimumPoints": 412,
"value": 0.42
},
"equivAmount": {
"currency": "ISK",
"value": 211.18
},
"override": true,
"points": 20194,
"referenceAmount": {
"currency": "BZD",
"value": 93.48
},
"taxType": "FLAT"
}
],
"discount": [
{
"amount": {
"currency": "KGS",
"value": 454.43
},
"code": "eJ",
"conversionRatio": {
"minimumPoints": 572,
"value": 0.62
},
"equivAmount": {
"currency": "AFN",
"value": 62.94
},
"override": true,
"points": 11747,
"referenceAmount": {
"currency": "ERN",
"value": 219.02
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MDL",
"value": 181.79
},
"code": "aS",
"conversionRatio": {
"minimumPoints": 533,
"value": 0.12
},
"equivAmount": {
"currency": "WST",
"value": 53.27
},
"override": true,
"points": 44485,
"referenceAmount": {
"currency": "PHP",
"value": 101.59
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "SHP",
"value": 419.43
},
"code": "Tn",
"conversionRatio": {
"minimumPoints": 577,
"value": 0.2
},
"equivAmount": {
"currency": "PEN",
"value": 382.47
},
"override": true,
"points": 29288,
"referenceAmount": {
"currency": "ANG",
"value": 124.5
},
"taxType": "PROPORTIONAL"
}
],
"fee": [
{
"amount": {
"currency": "MXN",
"value": 27.23
},
"code": "eR",
"conversionRatio": {
"minimumPoints": 766,
"value": 0.58
},
"equivAmount": {
"currency": "RSD",
"value": 418.58
},
"override": true,
"points": 18711,
"referenceAmount": {
"currency": "HKD",
"value": 392.27
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "SAR",
"value": 148.48
},
"code": "to",
"conversionRatio": {
"minimumPoints": 310,
"value": 0.7
},
"equivAmount": {
"currency": "GBP",
"value": 479.6
},
"override": false,
"points": 14476,
"referenceAmount": {
"currency": "KPW",
"value": 461.21
},
"taxType": "FLAT"
}
],
"surcharge": [
{
"amount": {
"currency": "AUD",
"value": 266.45
},
"code": "UV",
"conversionRatio": {
"minimumPoints": 951,
"value": 0.54
},
"equivAmount": {
"currency": "BWP",
"value": 42.23
},
"override": false,
"points": 26149,
"referenceAmount": {
"currency": "TOP",
"value": 93.1
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "BYN",
"value": 418.05
},
"code": "Ph",
"conversionRatio": {
"minimumPoints": 324,
"value": 0.38
},
"equivAmount": {
"currency": "RWF",
"value": 384.66
},
"override": false,
"points": 31703,
"referenceAmount": {
"currency": "SOS",
"value": 392.31
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "SBD",
"value": 86.75
},
"code": "py",
"conversionRatio": {
"minimumPoints": 149,
"value": 0.55
},
"equivAmount": {
"currency": "CHF",
"value": 49.65
},
"override": true,
"points": 44217,
"referenceAmount": {
"currency": "CNY",
"value": 24.25
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "VUV",
"value": 152.25
},
"code": "kK",
"conversionRatio": {
"minimumPoints": 744,
"value": 0.42
},
"equivAmount": {
"currency": "YER",
"value": 109.97
},
"override": true,
"points": 48175,
"referenceAmount": {
"currency": "KPW",
"value": 177.1
},
"taxType": "FLAT"
}
],
"tax": [
{
"amount": {
"currency": "TTD",
"value": 482.88
},
"code": "UN",
"conversionRatio": {
"minimumPoints": 936,
"value": 0.52
},
"equivAmount": {
"currency": "ERN",
"value": 380.82
},
"override": false,
"points": 14182,
"referenceAmount": {
"currency": "VES",
"value": 496.9
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "CRC",
"value": 16.32
},
"code": "GZ",
"conversionRatio": {
"minimumPoints": 796,
"value": 0.81
},
"equivAmount": {
"currency": "BIF",
"value": 433.7
},
"override": true,
"points": 18011,
"referenceAmount": {
"currency": "HUF",
"value": 367.2
},
"taxType": "PROPORTIONAL"
}
],
"ticketingFee": [
{
"amount": {
"currency": "KES",
"value": 292.24
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 598,
"value": 0.95
},
"other": false,
"points": 236,
"referenceAmount": {
"currency": "MOP",
"value": 74.32
},
"subCode": "628",
"type": "REQUESTED",
"waived": {
"reasonCode": "BB",
"value": true
}
},
{
"amount": {
"currency": "NOK",
"value": 163.87
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 253,
"value": 0.97
},
"other": false,
"points": 115,
"referenceAmount": {
"currency": "PLN",
"value": 238.9
},
"subCode": "562",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "sN",
"value": false
}
},
{
"amount": {
"currency": "XCD",
"value": 435.89
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 952,
"value": 0.93
},
"other": false,
"points": 189,
"referenceAmount": {
"currency": "OMR",
"value": 87.14
},
"subCode": "949",
"type": "REQUESTED",
"waived": {
"reasonCode": "Iq",
"value": true
}
},
{
"amount": {
"currency": "DOP",
"value": 148.71
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 917,
"value": 0.28
},
"other": false,
"points": 243,
"referenceAmount": {
"currency": "AWG",
"value": 407.98
},
"subCode": "207",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "Rz",
"value": true
}
},
{
"amount": {
"currency": "ANG",
"value": 387.4
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 450,
"value": 0.31
},
"other": false,
"points": 434,
"referenceAmount": {
"currency": "RON",
"value": 77.06
},
"subCode": "926",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "nI",
"value": false
}
}
],
"total": {
"amount": {
"currency": "BMD",
"value": 329.68
},
"code": "Er",
"conversionRatio": {
"minimumPoints": 444,
"value": 0.23
},
"equivAmount": {
"currency": "ETB",
"value": 34.35
},
"override": false,
"points": 5323,
"referenceAmount": {
"currency": "ARS",
"value": 317.5
},
"taxType": "PROPORTIONAL"
}
}
},
{
"passengerRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "AZN",
"value": 245.11
},
"code": "oy",
"conversionRatio": {
"minimumPoints": 736,
"value": 0.87
},
"equivAmount": {
"currency": "ERN",
"value": 36.84
},
"override": false,
"points": 13511,
"referenceAmount": {
"currency": "FKP",
"value": 58.42
},
"taxType": "PROPORTIONAL"
},
"commission": [
{
"amount": {
"currency": "DKK",
"value": 441
},
"code": "RI",
"conversionRatio": {
"minimumPoints": 122,
"value": 0.77
},
"equivAmount": {
"currency": "UGX",
"value": 346.31
},
"override": false,
"points": 29358,
"referenceAmount": {
"currency": "VND",
"value": 391.2
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "GMD",
"value": 342.52
},
"code": "RO",
"conversionRatio": {
"minimumPoints": 603,
"value": 0.36
},
"equivAmount": {
"currency": "VUV",
"value": 469.63
},
"override": true,
"points": 45650,
"referenceAmount": {
"currency": "ISK",
"value": 149.9
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "AED",
"value": 281.17
},
"code": "bl",
"conversionRatio": {
"minimumPoints": 464,
"value": 0.93
},
"equivAmount": {
"currency": "KWD",
"value": 47.44
},
"override": false,
"points": 38365,
"referenceAmount": {
"currency": "BSD",
"value": 370.69
},
"taxType": "PROPORTIONAL"
}
],
"discount": [
{
"amount": {
"currency": "MUR",
"value": 431.83
},
"code": "Es",
"conversionRatio": {
"minimumPoints": 129,
"value": 0.64
},
"equivAmount": {
"currency": "BBD",
"value": 204.05
},
"override": true,
"points": 1895,
"referenceAmount": {
"currency": "USD",
"value": 178.45
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "ILS",
"value": 124.71
},
"code": "ql",
"conversionRatio": {
"minimumPoints": 167,
"value": 0.14
},
"equivAmount": {
"currency": "KPW",
"value": 325.11
},
"override": false,
"points": 10054,
"referenceAmount": {
"currency": "TRY",
"value": 465.48
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "UGX",
"value": 435.53
},
"code": "gH",
"conversionRatio": {
"minimumPoints": 853,
"value": 1
},
"equivAmount": {
"currency": "PYG",
"value": 412.65
},
"override": true,
"points": 49930,
"referenceAmount": {
"currency": "KYD",
"value": 281.65
},
"taxType": "PROPORTIONAL"
}
],
"fee": [
{
"amount": {
"currency": "MWK",
"value": 189.94
},
"code": "RB",
"conversionRatio": {
"minimumPoints": 501,
"value": 0.66
},
"equivAmount": {
"currency": "SBD",
"value": 145.45
},
"override": true,
"points": 6726,
"referenceAmount": {
"currency": "ANG",
"value": 386.32
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "AMD",
"value": 492.16
},
"code": "og",
"conversionRatio": {
"minimumPoints": 754,
"value": 0.22
},
"equivAmount": {
"currency": "LAK",
"value": 213.49
},
"override": false,
"points": 17069,
"referenceAmount": {
"currency": "XAF",
"value": 446.28
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "TND",
"value": 226.45
},
"code": "Rc",
"conversionRatio": {
"minimumPoints": 420,
"value": 0.22
},
"equivAmount": {
"currency": "PGK",
"value": 430.63
},
"override": true,
"points": 9939,
"referenceAmount": {
"currency": "AUD",
"value": 350.06
},
"taxType": "PROPORTIONAL"
}
],
"surcharge": [
{
"amount": {
"currency": "FKP",
"value": 463.65
},
"code": "Gg",
"conversionRatio": {
"minimumPoints": 845,
"value": 0.81
},
"equivAmount": {
"currency": "BOB",
"value": 103.88
},
"override": true,
"points": 3183,
"referenceAmount": {
"currency": "KRW",
"value": 400.39
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "SHP",
"value": 181.84
},
"code": "CI",
"conversionRatio": {
"minimumPoints": 378,
"value": 0.51
},
"equivAmount": {
"currency": "TTD",
"value": 115.07
},
"override": false,
"points": 26554,
"referenceAmount": {
"currency": "GEL",
"value": 177.33
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "SYP",
"value": 407.87
},
"code": "Tx",
"conversionRatio": {
"minimumPoints": 624,
"value": 0.44
},
"equivAmount": {
"currency": "SLE",
"value": 491.67
},
"override": false,
"points": 41509,
"referenceAmount": {
"currency": "UGX",
"value": 112.33
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "PHP",
"value": 195.45
},
"code": "zo",
"conversionRatio": {
"minimumPoints": 754,
"value": 0.22
},
"equivAmount": {
"currency": "AWG",
"value": 301.06
},
"override": false,
"points": 10858,
"referenceAmount": {
"currency": "JPY",
"value": 266.64
},
"taxType": "FLAT"
}
],
"tax": [
{
"amount": {
"currency": "KMF",
"value": 89.05
},
"code": "fC",
"conversionRatio": {
"minimumPoints": 265,
"value": 0.46
},
"equivAmount": {
"currency": "CDF",
"value": 123.74
},
"override": true,
"points": 7341,
"referenceAmount": {
"currency": "DOP",
"value": 335.02
},
"taxType": "PROPORTIONAL"
}
],
"ticketingFee": [
{
"amount": {
"currency": "EUR",
"value": 263.76
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 212,
"value": 0.22
},
"other": false,
"points": 479,
"referenceAmount": {
"currency": "HKD",
"value": 52.48
},
"subCode": "852",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "Bx",
"value": true
}
},
{
"amount": {
"currency": "BBD",
"value": 107.2
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 491,
"value": 0.85
},
"other": true,
"points": 228,
"referenceAmount": {
"currency": "KES",
"value": 206.06
},
"subCode": "195",
"type": "TICKETING",
"waived": {
"reasonCode": "Oc",
"value": true
}
},
{
"amount": {
"currency": "FJD",
"value": 400.95
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 819,
"value": 0.7
},
"other": true,
"points": 407,
"referenceAmount": {
"currency": "PEN",
"value": 119.11
},
"subCode": "552",
"type": "TICKETING",
"waived": {
"reasonCode": "bM",
"value": false
}
},
{
"amount": {
"currency": "GMD",
"value": 378.44
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 799,
"value": 0.25
},
"other": true,
"points": 129,
"referenceAmount": {
"currency": "MWK",
"value": 152.55
},
"subCode": "611",
"type": "TICKETING",
"waived": {
"reasonCode": "Hu",
"value": false
}
},
{
"amount": {
"currency": "NOK",
"value": 400.69
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 290,
"value": 0.98
},
"other": true,
"points": 219,
"referenceAmount": {
"currency": "AFN",
"value": 44.73
},
"subCode": "968",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "KL",
"value": false
}
}
],
"total": {
"amount": {
"currency": "TND",
"value": 95.96
},
"code": "bW",
"conversionRatio": {
"minimumPoints": 385,
"value": 0.9
},
"equivAmount": {
"currency": "UGX",
"value": 101.49
},
"override": true,
"points": 16531,
"referenceAmount": {
"currency": "MWK",
"value": 348.3
},
"taxType": "PROPORTIONAL"
}
}
},
{
"passengerRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "VND",
"value": 377.54
},
"code": "ux",
"conversionRatio": {
"minimumPoints": 403,
"value": 0.73
},
"equivAmount": {
"currency": "TWD",
"value": 379.44
},
"override": false,
"points": 36849,
"referenceAmount": {
"currency": "LRD",
"value": 274.11
},
"taxType": "FLAT"
},
"commission": [
{
"amount": {
"currency": "SGD",
"value": 91.24
},
"code": "SS",
"conversionRatio": {
"minimumPoints": 342,
"value": 0.45
},
"equivAmount": {
"currency": "MDL",
"value": 75.23
},
"override": false,
"points": 12136,
"referenceAmount": {
"currency": "KRW",
"value": 440.32
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "TND",
"value": 138.47
},
"code": "Bo",
"conversionRatio": {
"minimumPoints": 167,
"value": 0.49
},
"equivAmount": {
"currency": "FKP",
"value": 452.88
},
"override": true,
"points": 24738,
"referenceAmount": {
"currency": "EUR",
"value": 322.85
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "DKK",
"value": 379.47
},
"code": "rf",
"conversionRatio": {
"minimumPoints": 561,
"value": 0.24
},
"equivAmount": {
"currency": "PAB",
"value": 83.04
},
"override": true,
"points": 34877,
"referenceAmount": {
"currency": "MZN",
"value": 85.11
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "LBP",
"value": 120.8
},
"code": "zZ",
"conversionRatio": {
"minimumPoints": 739,
"value": 0.42
},
"equivAmount": {
"currency": "HNL",
"value": 219.18
},
"override": false,
"points": 28756,
"referenceAmount": {
"currency": "PYG",
"value": 57.87
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KRW",
"value": 476.7
},
"code": "qS",
"conversionRatio": {
"minimumPoints": 802,
"value": 0.68
},
"equivAmount": {
"currency": "TND",
"value": 433.89
},
"override": true,
"points": 20981,
"referenceAmount": {
"currency": "PAB",
"value": 129.96
},
"taxType": "PROPORTIONAL"
}
],
"discount": [
{
"amount": {
"currency": "MDL",
"value": 429.77
},
"code": "sZ",
"conversionRatio": {
"minimumPoints": 864,
"value": 0.36
},
"equivAmount": {
"currency": "GMD",
"value": 489.37
},
"override": false,
"points": 48891,
"referenceAmount": {
"currency": "MMK",
"value": 99.15
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "SLE",
"value": 382.41
},
"code": "nh",
"conversionRatio": {
"minimumPoints": 943,
"value": 0.32
},
"equivAmount": {
"currency": "MRU",
"value": 421.44
},
"override": false,
"points": 48522,
"referenceAmount": {
"currency": "BGN",
"value": 92.64
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "TJS",
"value": 459.15
},
"code": "Ii",
"conversionRatio": {
"minimumPoints": 264,
"value": 0.55
},
"equivAmount": {
"currency": "MYR",
"value": 13.27
},
"override": false,
"points": 19409,
"referenceAmount": {
"currency": "FKP",
"value": 270.38
},
"taxType": "FLAT"
}
],
"fee": [
{
"amount": {
"currency": "JPY",
"value": 59.1
},
"code": "PC",
"conversionRatio": {
"minimumPoints": 423,
"value": 0.15
},
"equivAmount": {
"currency": "CRC",
"value": 137.3
},
"override": true,
"points": 10558,
"referenceAmount": {
"currency": "UZS",
"value": 17.83
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "CAD",
"value": 109.82
},
"code": "gL",
"conversionRatio": {
"minimumPoints": 805,
"value": 0.54
},
"equivAmount": {
"currency": "LKR",
"value": 495.45
},
"override": true,
"points": 11610,
"referenceAmount": {
"currency": "PYG",
"value": 273.81
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "PEN",
"value": 41.19
},
"code": "bp",
"conversionRatio": {
"minimumPoints": 400,
"value": 0.72
},
"equivAmount": {
"currency": "KHR",
"value": 262.18
},
"override": true,
"points": 43239,
"referenceAmount": {
"currency": "DOP",
"value": 271.01
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MAD",
"value": 121.5
},
"code": "fb",
"conversionRatio": {
"minimumPoints": 131,
"value": 0.39
},
"equivAmount": {
"currency": "GEL",
"value": 467.92
},
"override": false,
"points": 13432,
"referenceAmount": {
"currency": "ETB",
"value": 53.58
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "SEK",
"value": 277.04
},
"code": "eu",
"conversionRatio": {
"minimumPoints": 655,
"value": 0.66
},
"equivAmount": {
"currency": "CVE",
"value": 87.83
},
"override": false,
"points": 6638,
"referenceAmount": {
"currency": "SCR",
"value": 176.78
},
"taxType": "PROPORTIONAL"
}
],
"surcharge": [
{
"amount": {
"currency": "UAH",
"value": 296.7
},
"code": "LO",
"conversionRatio": {
"minimumPoints": 371,
"value": 0.22
},
"equivAmount": {
"currency": "SAR",
"value": 191.16
},
"override": true,
"points": 22820,
"referenceAmount": {
"currency": "LBP",
"value": 202.78
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "KZT",
"value": 230.69
},
"code": "kR",
"conversionRatio": {
"minimumPoints": 111,
"value": 0.3
},
"equivAmount": {
"currency": "TRY",
"value": 8.56
},
"override": false,
"points": 14424,
"referenceAmount": {
"currency": "BGN",
"value": 409.84
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "AWG",
"value": 101.83
},
"code": "BG",
"conversionRatio": {
"minimumPoints": 519,
"value": 0.78
},
"equivAmount": {
"currency": "PYG",
"value": 222.29
},
"override": false,
"points": 24569,
"referenceAmount": {
"currency": "VES",
"value": 311.84
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "INR",
"value": 481.73
},
"code": "WQ",
"conversionRatio": {
"minimumPoints": 111,
"value": 0.7
},
"equivAmount": {
"currency": "JOD",
"value": 355.43
},
"override": true,
"points": 49953,
"referenceAmount": {
"currency": "BGN",
"value": 63.09
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "IRR",
"value": 123.2
},
"code": "XJ",
"conversionRatio": {
"minimumPoints": 525,
"value": 0.77
},
"equivAmount": {
"currency": "LAK",
"value": 11.4
},
"override": true,
"points": 41290,
"referenceAmount": {
"currency": "MVR",
"value": 310.07
},
"taxType": "FLAT"
}
],
"tax": [
{
"amount": {
"currency": "XPF",
"value": 322.65
},
"code": "ZV",
"conversionRatio": {
"minimumPoints": 337,
"value": 0.23
},
"equivAmount": {
"currency": "GBP",
"value": 274.71
},
"override": false,
"points": 22722,
"referenceAmount": {
"currency": "BBD",
"value": 231.09
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "BIF",
"value": 479.27
},
"code": "vi",
"conversionRatio": {
"minimumPoints": 617,
"value": 0.12
},
"equivAmount": {
"currency": "KPW",
"value": 459.52
},
"override": false,
"points": 15040,
"referenceAmount": {
"currency": "GBP",
"value": 14.14
},
"taxType": "FLAT"
}
],
"ticketingFee": [
{
"amount": {
"currency": "SGD",
"value": 494.29
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 342,
"value": 0.61
},
"other": true,
"points": 296,
"referenceAmount": {
"currency": "KHR",
"value": 289.43
},
"subCode": "964",
"type": "REQUESTED",
"waived": {
"reasonCode": "tY",
"value": false
}
},
{
"amount": {
"currency": "OMR",
"value": 70.02
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 633,
"value": 0.19
},
"other": true,
"points": 124,
"referenceAmount": {
"currency": "ZMW",
"value": 224.89
},
"subCode": "186",
"type": "REQUESTED",
"waived": {
"reasonCode": "oj",
"value": true
}
}
],
"total": {
"amount": {
"currency": "PLN",
"value": 70.63
},
"code": "ZW",
"conversionRatio": {
"minimumPoints": 149,
"value": 0.69
},
"equivAmount": {
"currency": "LAK",
"value": 140.66
},
"override": false,
"points": 33442,
"referenceAmount": {
"currency": "MXN",
"value": 113.42
},
"taxType": "PROPORTIONAL"
}
}
}
]
},
{
"deal": [
{
"amount": {
"currency": "GIP",
"value": 89.15
},
"applyTo": {
"passengerRefs": {
"0": "id01",
"1": "id02"
},
"travelPortion": {
"itineraryPartRefs": {
"0": "id01",
"1": "id02"
},
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"type": "SEGMENT"
}
},
"conversionRatio": {
"minimumPoints": 158,
"value": 0.57
},
"id": "abe63dd3-042a-4431-b340-a6ed4ed7ad37",
"offerName": "MAY WEEKEND DISCOUNT",
"percentage": 6,
"points": 2670,
"promotionCode": [
"PROMO20",
"FLIGHT5",
"SAVE10"
],
"promotionId": "9",
"promotionTag": "lzkAE5eCEE6IPZ9",
"type": "RISE"
}
],
"itineraryPartRef": "id01",
"passengerFare": [
{
"passengerRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "KYD",
"value": 228.82
},
"code": "sa",
"conversionRatio": {
"minimumPoints": 812,
"value": 0.1
},
"equivAmount": {
"currency": "IDR",
"value": 229.43
},
"override": true,
"points": 23236,
"referenceAmount": {
"currency": "CUP",
"value": 151.24
},
"taxType": "PROPORTIONAL"
},
"commission": [
{
"amount": {
"currency": "CRC",
"value": 195.64
},
"code": "Jf",
"conversionRatio": {
"minimumPoints": 987,
"value": 0.22
},
"equivAmount": {
"currency": "HUF",
"value": 170.2
},
"override": false,
"points": 14073,
"referenceAmount": {
"currency": "BGN",
"value": 118.41
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "NOK",
"value": 123.75
},
"code": "HX",
"conversionRatio": {
"minimumPoints": 263,
"value": 0.51
},
"equivAmount": {
"currency": "BTN",
"value": 460.21
},
"override": true,
"points": 15814,
"referenceAmount": {
"currency": "ANG",
"value": 412.69
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "SLE",
"value": 236.5
},
"code": "lO",
"conversionRatio": {
"minimumPoints": 364,
"value": 0.14
},
"equivAmount": {
"currency": "GYD",
"value": 157.09
},
"override": true,
"points": 36142,
"referenceAmount": {
"currency": "BIF",
"value": 315.44
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "LRD",
"value": 383.36
},
"code": "fO",
"conversionRatio": {
"minimumPoints": 272,
"value": 0.91
},
"equivAmount": {
"currency": "TWD",
"value": 85.77
},
"override": false,
"points": 24241,
"referenceAmount": {
"currency": "CNY",
"value": 275.98
},
"taxType": "FLAT"
}
],
"discount": [
{
"amount": {
"currency": "NGN",
"value": 311.66
},
"code": "fM",
"conversionRatio": {
"minimumPoints": 126,
"value": 0.3
},
"equivAmount": {
"currency": "USD",
"value": 451.43
},
"override": true,
"points": 17177,
"referenceAmount": {
"currency": "LYD",
"value": 294.72
},
"taxType": "FLAT"
}
],
"fee": [
{
"amount": {
"currency": "SSP",
"value": 80.36
},
"code": "im",
"conversionRatio": {
"minimumPoints": 816,
"value": 0.58
},
"equivAmount": {
"currency": "NGN",
"value": 253.18
},
"override": false,
"points": 48366,
"referenceAmount": {
"currency": "TJS",
"value": 448.6
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KES",
"value": 105.67
},
"code": "Is",
"conversionRatio": {
"minimumPoints": 563,
"value": 0.52
},
"equivAmount": {
"currency": "NOK",
"value": 488.24
},
"override": true,
"points": 3385,
"referenceAmount": {
"currency": "GEL",
"value": 389.42
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "XAF",
"value": 315.67
},
"code": "XE",
"conversionRatio": {
"minimumPoints": 201,
"value": 0.61
},
"equivAmount": {
"currency": "SGD",
"value": 222.29
},
"override": true,
"points": 31188,
"referenceAmount": {
"currency": "MKD",
"value": 453.26
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "TWD",
"value": 286.12
},
"code": "ca",
"conversionRatio": {
"minimumPoints": 197,
"value": 0.62
},
"equivAmount": {
"currency": "GNF",
"value": 135.73
},
"override": false,
"points": 45010,
"referenceAmount": {
"currency": "ANG",
"value": 39.67
},
"taxType": "FLAT"
}
],
"surcharge": [
{
"amount": {
"currency": "FKP",
"value": 106.59
},
"code": "bF",
"conversionRatio": {
"minimumPoints": 593,
"value": 0.16
},
"equivAmount": {
"currency": "GNF",
"value": 317.96
},
"override": true,
"points": 49247,
"referenceAmount": {
"currency": "TZS",
"value": 293.79
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "SOS",
"value": 360.5
},
"code": "jR",
"conversionRatio": {
"minimumPoints": 263,
"value": 0.49
},
"equivAmount": {
"currency": "LRD",
"value": 246.95
},
"override": true,
"points": 43362,
"referenceAmount": {
"currency": "MUR",
"value": 173.55
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "CAD",
"value": 37.54
},
"code": "jf",
"conversionRatio": {
"minimumPoints": 901,
"value": 0.76
},
"equivAmount": {
"currency": "XCD",
"value": 122.55
},
"override": true,
"points": 30365,
"referenceAmount": {
"currency": "FJD",
"value": 260.36
},
"taxType": "PROPORTIONAL"
}
],
"tax": [
{
"amount": {
"currency": "OMR",
"value": 361.19
},
"code": "JJ",
"conversionRatio": {
"minimumPoints": 492,
"value": 0.54
},
"equivAmount": {
"currency": "SSP",
"value": 233.46
},
"override": false,
"points": 49172,
"referenceAmount": {
"currency": "HNL",
"value": 347.52
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "GYD",
"value": 382.31
},
"code": "Fk",
"conversionRatio": {
"minimumPoints": 838,
"value": 0.97
},
"equivAmount": {
"currency": "SCR",
"value": 469.05
},
"override": false,
"points": 41944,
"referenceAmount": {
"currency": "NOK",
"value": 154
},
"taxType": "PROPORTIONAL"
}
],
"ticketingFee": [
{
"amount": {
"currency": "BOB",
"value": 158.49
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 631,
"value": 0.41
},
"other": true,
"points": 313,
"referenceAmount": {
"currency": "CHF",
"value": 28.67
},
"subCode": "809",
"type": "TICKETING",
"waived": {
"reasonCode": "JF",
"value": false
}
},
{
"amount": {
"currency": "BWP",
"value": 92.13
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 389,
"value": 0.1
},
"other": true,
"points": 157,
"referenceAmount": {
"currency": "MKD",
"value": 39.85
},
"subCode": "786",
"type": "REQUESTED",
"waived": {
"reasonCode": "Kb",
"value": false
}
},
{
"amount": {
"currency": "TND",
"value": 484.64
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 541,
"value": 0.37
},
"other": true,
"points": 487,
"referenceAmount": {
"currency": "IRR",
"value": 123.46
},
"subCode": "358",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "Bh",
"value": false
}
},
{
"amount": {
"currency": "UYU",
"value": 200.28
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 871,
"value": 0.19
},
"other": true,
"points": 122,
"referenceAmount": {
"currency": "ZWL",
"value": 490.87
},
"subCode": "759",
"type": "REQUESTED",
"waived": {
"reasonCode": "hV",
"value": true
}
}
],
"total": {
"amount": {
"currency": "MWK",
"value": 153.25
},
"code": "Ht",
"conversionRatio": {
"minimumPoints": 778,
"value": 0.46
},
"equivAmount": {
"currency": "GMD",
"value": 25.52
},
"override": true,
"points": 46408,
"referenceAmount": {
"currency": "PAB",
"value": 239.83
},
"taxType": "FLAT"
}
}
},
{
"passengerRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "KWD",
"value": 270.84
},
"code": "Lh",
"conversionRatio": {
"minimumPoints": 594,
"value": 0.37
},
"equivAmount": {
"currency": "HNL",
"value": 247.09
},
"override": false,
"points": 4370,
"referenceAmount": {
"currency": "QAR",
"value": 387.56
},
"taxType": "PROPORTIONAL"
},
"commission": [
{
"amount": {
"currency": "PLN",
"value": 413.39
},
"code": "sC",
"conversionRatio": {
"minimumPoints": 190,
"value": 0.17
},
"equivAmount": {
"currency": "BAM",
"value": 479.96
},
"override": true,
"points": 3057,
"referenceAmount": {
"currency": "LBP",
"value": 336.91
},
"taxType": "FLAT"
}
],
"discount": [
{
"amount": {
"currency": "TTD",
"value": 475.62
},
"code": "gn",
"conversionRatio": {
"minimumPoints": 553,
"value": 0.22
},
"equivAmount": {
"currency": "BSD",
"value": 95.77
},
"override": true,
"points": 8803,
"referenceAmount": {
"currency": "XAF",
"value": 350.95
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "ILS",
"value": 352.71
},
"code": "wn",
"conversionRatio": {
"minimumPoints": 653,
"value": 0.11
},
"equivAmount": {
"currency": "BOB",
"value": 456.11
},
"override": true,
"points": 4530,
"referenceAmount": {
"currency": "ZMW",
"value": 266.74
},
"taxType": "PROPORTIONAL"
}
],
"fee": [
{
"amount": {
"currency": "MXN",
"value": 268.2
},
"code": "kM",
"conversionRatio": {
"minimumPoints": 904,
"value": 0.21
},
"equivAmount": {
"currency": "COP",
"value": 191.63
},
"override": false,
"points": 3794,
"referenceAmount": {
"currency": "TZS",
"value": 180.01
},
"taxType": "PROPORTIONAL"
}
],
"surcharge": [
{
"amount": {
"currency": "ARS",
"value": 207.68
},
"code": "HP",
"conversionRatio": {
"minimumPoints": 234,
"value": 0.42
},
"equivAmount": {
"currency": "ALL",
"value": 58.95
},
"override": false,
"points": 47933,
"referenceAmount": {
"currency": "CRC",
"value": 423.8
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "NPR",
"value": 303.8
},
"code": "yq",
"conversionRatio": {
"minimumPoints": 917,
"value": 0.25
},
"equivAmount": {
"currency": "BGN",
"value": 483.77
},
"override": false,
"points": 14360,
"referenceAmount": {
"currency": "GNF",
"value": 305.76
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "HTG",
"value": 460.23
},
"code": "XR",
"conversionRatio": {
"minimumPoints": 949,
"value": 0.93
},
"equivAmount": {
"currency": "CHF",
"value": 107.55
},
"override": true,
"points": 38740,
"referenceAmount": {
"currency": "MKD",
"value": 305.88
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "BND",
"value": 446.13
},
"code": "GU",
"conversionRatio": {
"minimumPoints": 688,
"value": 0.36
},
"equivAmount": {
"currency": "RON",
"value": 317.15
},
"override": false,
"points": 39390,
"referenceAmount": {
"currency": "SGD",
"value": 214.88
},
"taxType": "FLAT"
}
],
"tax": [
{
"amount": {
"currency": "MAD",
"value": 256.51
},
"code": "kD",
"conversionRatio": {
"minimumPoints": 479,
"value": 0.96
},
"equivAmount": {
"currency": "UAH",
"value": 266.54
},
"override": false,
"points": 21205,
"referenceAmount": {
"currency": "CVE",
"value": 64.58
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "UGX",
"value": 70.83
},
"code": "hZ",
"conversionRatio": {
"minimumPoints": 961,
"value": 0.14
},
"equivAmount": {
"currency": "NZD",
"value": 95.16
},
"override": false,
"points": 12352,
"referenceAmount": {
"currency": "SLE",
"value": 229.1
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "NAD",
"value": 89.29
},
"code": "wZ",
"conversionRatio": {
"minimumPoints": 129,
"value": 0.29
},
"equivAmount": {
"currency": "UGX",
"value": 102.56
},
"override": true,
"points": 14699,
"referenceAmount": {
"currency": "WST",
"value": 288.69
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "PAB",
"value": 218.79
},
"code": "hl",
"conversionRatio": {
"minimumPoints": 940,
"value": 0.53
},
"equivAmount": {
"currency": "LAK",
"value": 164.76
},
"override": true,
"points": 41679,
"referenceAmount": {
"currency": "MRU",
"value": 128.37
},
"taxType": "PROPORTIONAL"
}
],
"ticketingFee": [
{
"amount": {
"currency": "SLE",
"value": 27.9
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 593,
"value": 0.37
},
"other": false,
"points": 338,
"referenceAmount": {
"currency": "DOP",
"value": 191.97
},
"subCode": "009",
"type": "TICKETING",
"waived": {
"reasonCode": "OV",
"value": false
}
},
{
"amount": {
"currency": "ZMW",
"value": 338.8
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 361,
"value": 0.73
},
"other": true,
"points": 164,
"referenceAmount": {
"currency": "CHF",
"value": 426.05
},
"subCode": "058",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "ft",
"value": true
}
},
{
"amount": {
"currency": "BTN",
"value": 10.71
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 473,
"value": 0.47
},
"other": false,
"points": 438,
"referenceAmount": {
"currency": "SOS",
"value": 61.82
},
"subCode": "062",
"type": "REQUESTED",
"waived": {
"reasonCode": "PZ",
"value": false
}
}
],
"total": {
"amount": {
"currency": "IDR",
"value": 492.33
},
"code": "aC",
"conversionRatio": {
"minimumPoints": 403,
"value": 0.65
},
"equivAmount": {
"currency": "THB",
"value": 418.2
},
"override": false,
"points": 4157,
"referenceAmount": {
"currency": "UAH",
"value": 106.34
},
"taxType": "PROPORTIONAL"
}
}
},
{
"passengerRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "MZN",
"value": 204.84
},
"code": "tG",
"conversionRatio": {
"minimumPoints": 382,
"value": 0.71
},
"equivAmount": {
"currency": "KHR",
"value": 172.37
},
"override": false,
"points": 10367,
"referenceAmount": {
"currency": "BAM",
"value": 152.15
},
"taxType": "FLAT"
},
"commission": [
{
"amount": {
"currency": "IRR",
"value": 350.43
},
"code": "WJ",
"conversionRatio": {
"minimumPoints": 678,
"value": 0.2
},
"equivAmount": {
"currency": "BWP",
"value": 463.39
},
"override": false,
"points": 44242,
"referenceAmount": {
"currency": "RUB",
"value": 365.98
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "FJD",
"value": 227.4
},
"code": "aZ",
"conversionRatio": {
"minimumPoints": 248,
"value": 0.52
},
"equivAmount": {
"currency": "BHD",
"value": 29.23
},
"override": false,
"points": 45409,
"referenceAmount": {
"currency": "DKK",
"value": 99.56
},
"taxType": "FLAT"
}
],
"discount": [
{
"amount": {
"currency": "DOP",
"value": 240.64
},
"code": "Rg",
"conversionRatio": {
"minimumPoints": 633,
"value": 0.77
},
"equivAmount": {
"currency": "ILS",
"value": 466.1
},
"override": false,
"points": 5710,
"referenceAmount": {
"currency": "VND",
"value": 168.85
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "ARS",
"value": 115.85
},
"code": "Va",
"conversionRatio": {
"minimumPoints": 420,
"value": 0.16
},
"equivAmount": {
"currency": "GNF",
"value": 254.54
},
"override": true,
"points": 33102,
"referenceAmount": {
"currency": "QAR",
"value": 188.22
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MZN",
"value": 241.46
},
"code": "EX",
"conversionRatio": {
"minimumPoints": 576,
"value": 0.86
},
"equivAmount": {
"currency": "PLN",
"value": 495.57
},
"override": false,
"points": 37096,
"referenceAmount": {
"currency": "ZAR",
"value": 263.24
},
"taxType": "PROPORTIONAL"
}
],
"fee": [
{
"amount": {
"currency": "QAR",
"value": 495.48
},
"code": "WA",
"conversionRatio": {
"minimumPoints": 541,
"value": 0.65
},
"equivAmount": {
"currency": "MMK",
"value": 213.83
},
"override": false,
"points": 12448,
"referenceAmount": {
"currency": "BBD",
"value": 134.93
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "RWF",
"value": 317.05
},
"code": "yg",
"conversionRatio": {
"minimumPoints": 865,
"value": 0.51
},
"equivAmount": {
"currency": "VND",
"value": 108.09
},
"override": true,
"points": 40530,
"referenceAmount": {
"currency": "CRC",
"value": 419.61
},
"taxType": "FLAT"
}
],
"surcharge": [
{
"amount": {
"currency": "INR",
"value": 361.29
},
"code": "xG",
"conversionRatio": {
"minimumPoints": 693,
"value": 0.86
},
"equivAmount": {
"currency": "ZAR",
"value": 196.92
},
"override": true,
"points": 22691,
"referenceAmount": {
"currency": "PAB",
"value": 33.4
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "BAM",
"value": 451.52
},
"code": "XJ",
"conversionRatio": {
"minimumPoints": 473,
"value": 0.96
},
"equivAmount": {
"currency": "NOK",
"value": 53.1
},
"override": false,
"points": 22249,
"referenceAmount": {
"currency": "WST",
"value": 144.23
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "NAD",
"value": 158.6
},
"code": "Gb",
"conversionRatio": {
"minimumPoints": 530,
"value": 0.4
},
"equivAmount": {
"currency": "YER",
"value": 470.62
},
"override": false,
"points": 16030,
"referenceAmount": {
"currency": "ARS",
"value": 271.34
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "PLN",
"value": 153.72
},
"code": "Eb",
"conversionRatio": {
"minimumPoints": 191,
"value": 0.78
},
"equivAmount": {
"currency": "TTD",
"value": 65.78
},
"override": false,
"points": 43183,
"referenceAmount": {
"currency": "TTD",
"value": 296.49
},
"taxType": "PROPORTIONAL"
}
],
"tax": [
{
"amount": {
"currency": "BDT",
"value": 15.47
},
"code": "Jf",
"conversionRatio": {
"minimumPoints": 344,
"value": 0.25
},
"equivAmount": {
"currency": "NPR",
"value": 365.95
},
"override": false,
"points": 4383,
"referenceAmount": {
"currency": "CRC",
"value": 428.46
},
"taxType": "FLAT"
}
],
"ticketingFee": [
{
"amount": {
"currency": "SZL",
"value": 262.69
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 418,
"value": 0.98
},
"other": true,
"points": 241,
"referenceAmount": {
"currency": "TZS",
"value": 403.97
},
"subCode": "583",
"type": "REQUESTED",
"waived": {
"reasonCode": "Jt",
"value": true
}
},
{
"amount": {
"currency": "NAD",
"value": 62.31
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 643,
"value": 0.87
},
"other": true,
"points": 352,
"referenceAmount": {
"currency": "KGS",
"value": 150.68
},
"subCode": "900",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "gc",
"value": false
}
},
{
"amount": {
"currency": "TND",
"value": 455.42
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 867,
"value": 0.35
},
"other": false,
"points": 149,
"referenceAmount": {
"currency": "DJF",
"value": 303.27
},
"subCode": "508",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "yG",
"value": false
}
}
],
"total": {
"amount": {
"currency": "ETB",
"value": 436.27
},
"code": "pR",
"conversionRatio": {
"minimumPoints": 267,
"value": 0.5
},
"equivAmount": {
"currency": "BND",
"value": 185.34
},
"override": true,
"points": 13417,
"referenceAmount": {
"currency": "CUP",
"value": 375.48
},
"taxType": "FLAT"
}
}
},
{
"passengerRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "RON",
"value": 245.32
},
"code": "ya",
"conversionRatio": {
"minimumPoints": 678,
"value": 0.89
},
"equivAmount": {
"currency": "PLN",
"value": 303.69
},
"override": true,
"points": 41233,
"referenceAmount": {
"currency": "THB",
"value": 352.13
},
"taxType": "FLAT"
},
"commission": [
{
"amount": {
"currency": "KHR",
"value": 46.98
},
"code": "nC",
"conversionRatio": {
"minimumPoints": 381,
"value": 0.15
},
"equivAmount": {
"currency": "GNF",
"value": 458.62
},
"override": true,
"points": 39315,
"referenceAmount": {
"currency": "UAH",
"value": 119.72
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "CZK",
"value": 33.95
},
"code": "gs",
"conversionRatio": {
"minimumPoints": 530,
"value": 0.53
},
"equivAmount": {
"currency": "SBD",
"value": 279.69
},
"override": true,
"points": 23138,
"referenceAmount": {
"currency": "KMF",
"value": 269.46
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "VES",
"value": 184.52
},
"code": "WW",
"conversionRatio": {
"minimumPoints": 859,
"value": 0.43
},
"equivAmount": {
"currency": "AUD",
"value": 40.2
},
"override": false,
"points": 46313,
"referenceAmount": {
"currency": "KRW",
"value": 176.05
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "XAF",
"value": 143.93
},
"code": "gk",
"conversionRatio": {
"minimumPoints": 873,
"value": 0.59
},
"equivAmount": {
"currency": "MZN",
"value": 173.71
},
"override": true,
"points": 11150,
"referenceAmount": {
"currency": "CRC",
"value": 225.81
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "TRY",
"value": 202.5
},
"code": "tG",
"conversionRatio": {
"minimumPoints": 133,
"value": 0.14
},
"equivAmount": {
"currency": "TND",
"value": 210.81
},
"override": true,
"points": 14238,
"referenceAmount": {
"currency": "KHR",
"value": 431.93
},
"taxType": "FLAT"
}
],
"discount": [
{
"amount": {
"currency": "ISK",
"value": 29.47
},
"code": "lA",
"conversionRatio": {
"minimumPoints": 295,
"value": 0.85
},
"equivAmount": {
"currency": "SDG",
"value": 469.13
},
"override": false,
"points": 36501,
"referenceAmount": {
"currency": "GNF",
"value": 271.97
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "BND",
"value": 221.57
},
"code": "aq",
"conversionRatio": {
"minimumPoints": 159,
"value": 0.27
},
"equivAmount": {
"currency": "MRU",
"value": 407.79
},
"override": true,
"points": 35158,
"referenceAmount": {
"currency": "SYP",
"value": 7.19
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "BMD",
"value": 373.59
},
"code": "qW",
"conversionRatio": {
"minimumPoints": 545,
"value": 0.68
},
"equivAmount": {
"currency": "SEK",
"value": 405.43
},
"override": false,
"points": 10449,
"referenceAmount": {
"currency": "DZD",
"value": 197.54
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "BIF",
"value": 256.99
},
"code": "ag",
"conversionRatio": {
"minimumPoints": 859,
"value": 0.83
},
"equivAmount": {
"currency": "THB",
"value": 8.68
},
"override": true,
"points": 40646,
"referenceAmount": {
"currency": "AMD",
"value": 7.16
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "VND",
"value": 481.52
},
"code": "gr",
"conversionRatio": {
"minimumPoints": 501,
"value": 0.59
},
"equivAmount": {
"currency": "XAF",
"value": 471.4
},
"override": false,
"points": 35963,
"referenceAmount": {
"currency": "CUP",
"value": 238.74
},
"taxType": "PROPORTIONAL"
}
],
"fee": [
{
"amount": {
"currency": "MGA",
"value": 397.43
},
"code": "Pb",
"conversionRatio": {
"minimumPoints": 157,
"value": 0.91
},
"equivAmount": {
"currency": "EGP",
"value": 77.36
},
"override": false,
"points": 21206,
"referenceAmount": {
"currency": "LSL",
"value": 31.68
},
"taxType": "FLAT"
}
],
"surcharge": [
{
"amount": {
"currency": "OMR",
"value": 60.48
},
"code": "uj",
"conversionRatio": {
"minimumPoints": 305,
"value": 0.12
},
"equivAmount": {
"currency": "UZS",
"value": 496.05
},
"override": true,
"points": 34336,
"referenceAmount": {
"currency": "SOS",
"value": 299.58
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KZT",
"value": 132.62
},
"code": "JX",
"conversionRatio": {
"minimumPoints": 549,
"value": 0.32
},
"equivAmount": {
"currency": "SLE",
"value": 347.74
},
"override": false,
"points": 18051,
"referenceAmount": {
"currency": "BWP",
"value": 13.42
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "ZMW",
"value": 391.96
},
"code": "hr",
"conversionRatio": {
"minimumPoints": 148,
"value": 0.54
},
"equivAmount": {
"currency": "VES",
"value": 381.41
},
"override": false,
"points": 43451,
"referenceAmount": {
"currency": "TJS",
"value": 319.8
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "RWF",
"value": 454.72
},
"code": "uQ",
"conversionRatio": {
"minimumPoints": 876,
"value": 0.23
},
"equivAmount": {
"currency": "KPW",
"value": 167.79
},
"override": false,
"points": 16404,
"referenceAmount": {
"currency": "TND",
"value": 223.09
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "DKK",
"value": 255.7
},
"code": "fs",
"conversionRatio": {
"minimumPoints": 597,
"value": 0.96
},
"equivAmount": {
"currency": "PEN",
"value": 332.35
},
"override": false,
"points": 8739,
"referenceAmount": {
"currency": "ETB",
"value": 455.85
},
"taxType": "PROPORTIONAL"
}
],
"tax": [
{
"amount": {
"currency": "WST",
"value": 259.72
},
"code": "rr",
"conversionRatio": {
"minimumPoints": 576,
"value": 0.72
},
"equivAmount": {
"currency": "HNL",
"value": 449.31
},
"override": false,
"points": 39436,
"referenceAmount": {
"currency": "SAR",
"value": 205.45
},
"taxType": "PROPORTIONAL"
}
],
"ticketingFee": [
{
"amount": {
"currency": "KMF",
"value": 95.52
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 521,
"value": 0.63
},
"other": false,
"points": 104,
"referenceAmount": {
"currency": "BOB",
"value": 209.73
},
"subCode": "924",
"type": "TICKETING",
"waived": {
"reasonCode": "oB",
"value": false
}
},
{
"amount": {
"currency": "BMD",
"value": 154.36
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 704,
"value": 0.19
},
"other": true,
"points": 309,
"referenceAmount": {
"currency": "GBP",
"value": 300.93
},
"subCode": "101",
"type": "REQUESTED",
"waived": {
"reasonCode": "UP",
"value": false
}
},
{
"amount": {
"currency": "AMD",
"value": 455.77
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 890,
"value": 0.49
},
"other": true,
"points": 497,
"referenceAmount": {
"currency": "ANG",
"value": 326.6
},
"subCode": "599",
"type": "TICKETING",
"waived": {
"reasonCode": "Wt",
"value": false
}
},
{
"amount": {
"currency": "CVE",
"value": 207.4
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 135,
"value": 0.54
},
"other": false,
"points": 190,
"referenceAmount": {
"currency": "BOB",
"value": 406.9
},
"subCode": "274",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "af",
"value": true
}
},
{
"amount": {
"currency": "GEL",
"value": 209.1
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 573,
"value": 0.33
},
"other": true,
"points": 465,
"referenceAmount": {
"currency": "JPY",
"value": 348.92
},
"subCode": "135",
"type": "REQUESTED",
"waived": {
"reasonCode": "mw",
"value": true
}
}
],
"total": {
"amount": {
"currency": "SGD",
"value": 390.22
},
"code": "QQ",
"conversionRatio": {
"minimumPoints": 438,
"value": 0.47
},
"equivAmount": {
"currency": "AED",
"value": 164.49
},
"override": false,
"points": 14808,
"referenceAmount": {
"currency": "VND",
"value": 226.75
},
"taxType": "FLAT"
}
}
},
{
"passengerRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "EGP",
"value": 167.88
},
"code": "WL",
"conversionRatio": {
"minimumPoints": 416,
"value": 0.53
},
"equivAmount": {
"currency": "LRD",
"value": 397.29
},
"override": true,
"points": 23090,
"referenceAmount": {
"currency": "DZD",
"value": 317.08
},
"taxType": "PROPORTIONAL"
},
"commission": [
{
"amount": {
"currency": "GTQ",
"value": 67.7
},
"code": "ff",
"conversionRatio": {
"minimumPoints": 998,
"value": 0.87
},
"equivAmount": {
"currency": "SRD",
"value": 292.19
},
"override": true,
"points": 14999,
"referenceAmount": {
"currency": "XAF",
"value": 160.83
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "KMF",
"value": 477.32
},
"code": "GP",
"conversionRatio": {
"minimumPoints": 448,
"value": 0.86
},
"equivAmount": {
"currency": "NZD",
"value": 445.92
},
"override": true,
"points": 47724,
"referenceAmount": {
"currency": "OMR",
"value": 145.11
},
"taxType": "FLAT"
}
],
"discount": [
{
"amount": {
"currency": "CLP",
"value": 81.9
},
"code": "TG",
"conversionRatio": {
"minimumPoints": 190,
"value": 0.84
},
"equivAmount": {
"currency": "SOS",
"value": 341.91
},
"override": true,
"points": 33434,
"referenceAmount": {
"currency": "SGD",
"value": 497.8
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "MAD",
"value": 498.05
},
"code": "vr",
"conversionRatio": {
"minimumPoints": 244,
"value": 0.39
},
"equivAmount": {
"currency": "ERN",
"value": 29.94
},
"override": false,
"points": 24818,
"referenceAmount": {
"currency": "SEK",
"value": 19.55
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "XAF",
"value": 39.33
},
"code": "io",
"conversionRatio": {
"minimumPoints": 345,
"value": 0.62
},
"equivAmount": {
"currency": "VND",
"value": 96.52
},
"override": false,
"points": 35442,
"referenceAmount": {
"currency": "KES",
"value": 209.03
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "BGN",
"value": 498.04
},
"code": "MY",
"conversionRatio": {
"minimumPoints": 765,
"value": 0.6
},
"equivAmount": {
"currency": "UAH",
"value": 164.31
},
"override": false,
"points": 21493,
"referenceAmount": {
"currency": "MVR",
"value": 336.75
},
"taxType": "PROPORTIONAL"
}
],
"fee": [
{
"amount": {
"currency": "ZAR",
"value": 68.58
},
"code": "cN",
"conversionRatio": {
"minimumPoints": 398,
"value": 0.66
},
"equivAmount": {
"currency": "ILS",
"value": 365.68
},
"override": false,
"points": 41977,
"referenceAmount": {
"currency": "RUB",
"value": 331.97
},
"taxType": "PROPORTIONAL"
}
],
"surcharge": [
{
"amount": {
"currency": "MMK",
"value": 155.26
},
"code": "ik",
"conversionRatio": {
"minimumPoints": 736,
"value": 0.16
},
"equivAmount": {
"currency": "BYN",
"value": 29.63
},
"override": true,
"points": 45739,
"referenceAmount": {
"currency": "KMF",
"value": 421.73
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "FJD",
"value": 372.93
},
"code": "nW",
"conversionRatio": {
"minimumPoints": 216,
"value": 0.99
},
"equivAmount": {
"currency": "QAR",
"value": 228.82
},
"override": true,
"points": 25343,
"referenceAmount": {
"currency": "MRU",
"value": 234.19
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "DOP",
"value": 408.19
},
"code": "dJ",
"conversionRatio": {
"minimumPoints": 117,
"value": 0.35
},
"equivAmount": {
"currency": "DKK",
"value": 69.03
},
"override": false,
"points": 41014,
"referenceAmount": {
"currency": "AMD",
"value": 234.53
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "XAF",
"value": 402.03
},
"code": "vc",
"conversionRatio": {
"minimumPoints": 396,
"value": 0.23
},
"equivAmount": {
"currency": "AZN",
"value": 444.42
},
"override": false,
"points": 30968,
"referenceAmount": {
"currency": "BND",
"value": 149.82
},
"taxType": "FLAT"
}
],
"tax": [
{
"amount": {
"currency": "BZD",
"value": 226.81
},
"code": "jQ",
"conversionRatio": {
"minimumPoints": 858,
"value": 0.77
},
"equivAmount": {
"currency": "IRR",
"value": 194.07
},
"override": false,
"points": 41617,
"referenceAmount": {
"currency": "XCD",
"value": 79.9
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "WST",
"value": 283.22
},
"code": "QC",
"conversionRatio": {
"minimumPoints": 944,
"value": 0.94
},
"equivAmount": {
"currency": "GEL",
"value": 471.04
},
"override": true,
"points": 38570,
"referenceAmount": {
"currency": "MUR",
"value": 285.69
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "NZD",
"value": 63.8
},
"code": "lv",
"conversionRatio": {
"minimumPoints": 748,
"value": 0.72
},
"equivAmount": {
"currency": "SZL",
"value": 221.45
},
"override": true,
"points": 23993,
"referenceAmount": {
"currency": "SCR",
"value": 149.76
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "EUR",
"value": 437.23
},
"code": "vo",
"conversionRatio": {
"minimumPoints": 166,
"value": 0.91
},
"equivAmount": {
"currency": "PGK",
"value": 56.35
},
"override": true,
"points": 48441,
"referenceAmount": {
"currency": "ILS",
"value": 140.57
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "JOD",
"value": 7.3
},
"code": "yi",
"conversionRatio": {
"minimumPoints": 346,
"value": 0.92
},
"equivAmount": {
"currency": "FJD",
"value": 122.89
},
"override": true,
"points": 28272,
"referenceAmount": {
"currency": "HUF",
"value": 87.49
},
"taxType": "FLAT"
}
],
"ticketingFee": [
{
"amount": {
"currency": "TJS",
"value": 85.79
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 283,
"value": 0.54
},
"other": false,
"points": 441,
"referenceAmount": {
"currency": "NAD",
"value": 286.76
},
"subCode": "858",
"type": "REQUESTED",
"waived": {
"reasonCode": "ts",
"value": true
}
},
{
"amount": {
"currency": "UAH",
"value": 258.86
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 249,
"value": 0.6
},
"other": false,
"points": 434,
"referenceAmount": {
"currency": "TJS",
"value": 268.65
},
"subCode": "613",
"type": "REQUESTED",
"waived": {
"reasonCode": "qS",
"value": true
}
},
{
"amount": {
"currency": "MXN",
"value": 365.62
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 303,
"value": 0.6
},
"other": false,
"points": 303,
"referenceAmount": {
"currency": "MZN",
"value": 296.42
},
"subCode": "073",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "EZ",
"value": false
}
},
{
"amount": {
"currency": "STN",
"value": 470.47
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 850,
"value": 0.15
},
"other": true,
"points": 291,
"referenceAmount": {
"currency": "PKR",
"value": 198.87
},
"subCode": "089",
"type": "REQUESTED",
"waived": {
"reasonCode": "BK",
"value": false
}
}
],
"total": {
"amount": {
"currency": "AZN",
"value": 377.09
},
"code": "xt",
"conversionRatio": {
"minimumPoints": 865,
"value": 0.3
},
"equivAmount": {
"currency": "ZAR",
"value": 355.05
},
"override": false,
"points": 48853,
"referenceAmount": {
"currency": "IQD",
"value": 437.45
},
"taxType": "PROPORTIONAL"
}
}
}
]
},
{
"deal": [
{
"amount": {
"currency": "AZN",
"value": 327.1
},
"applyTo": {
"passengerRefs": {
"0": "id01",
"1": "id02"
},
"travelPortion": {
"itineraryPartRefs": {
"0": "id01",
"1": "id02"
},
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"type": "ITINERARY_PART"
}
},
"conversionRatio": {
"minimumPoints": 183,
"value": 0.93
},
"id": "23575e43-3ab2-4dc9-87f8-9d61b2b6699e",
"offerName": "SUMMER PROMO",
"percentage": 19,
"points": 2771,
"promotionCode": [
"PROMO20",
"FLIGHT5"
],
"promotionId": "8",
"promotionTag": "yOpXoOiRlLN1P9d",
"type": "FEE_WAIVER"
},
{
"amount": {
"currency": "TND",
"value": 358.1
},
"applyTo": {
"passengerRefs": {
"0": "id01",
"1": "id02"
},
"travelPortion": {
"itineraryPartRefs": {
"0": "id01",
"1": "id02"
},
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"type": "ITINERARY_PART"
}
},
"conversionRatio": {
"minimumPoints": 171,
"value": 0.84
},
"id": "5a9516e9-4abf-4700-937b-a0c4b4074c40",
"offerName": "FLIGHT BUNDLE",
"percentage": 5,
"points": 4434,
"promotionCode": [
"SAVE10",
"PROMO20",
"FLIGHT5"
],
"promotionId": "4",
"promotionTag": "n5fTdvQk84FHdpH",
"type": "RISE"
},
{
"amount": {
"currency": "BRL",
"value": 420.72
},
"applyTo": {
"passengerRefs": {
"0": "id01",
"1": "id02"
},
"travelPortion": {
"itineraryPartRefs": {
"0": "id01",
"1": "id02"
},
"segmentRefs": {
"0": "id01",
"1": "id02"
},
"type": "FLIGHT"
}
},
"conversionRatio": {
"minimumPoints": 189,
"value": 0.52
},
"id": "187ae2f2-aad2-4a30-bf1c-133d7ce933e7",
"offerName": "MAY WEEKEND DISCOUNT",
"percentage": 29,
"points": 2327,
"promotionCode": [
"SAVE10",
"FLIGHT5",
"PROMO20"
],
"promotionId": "0",
"promotionTag": "hfx4iPzth5gd0vb",
"type": "OTHR"
}
],
"itineraryPartRef": "id01",
"passengerFare": [
{
"passengerRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "SHP",
"value": 411.34
},
"code": "NF",
"conversionRatio": {
"minimumPoints": 602,
"value": 0.56
},
"equivAmount": {
"currency": "NPR",
"value": 448.32
},
"override": true,
"points": 15426,
"referenceAmount": {
"currency": "CUP",
"value": 365.88
},
"taxType": "PROPORTIONAL"
},
"commission": [
{
"amount": {
"currency": "CAD",
"value": 255.09
},
"code": "aa",
"conversionRatio": {
"minimumPoints": 400,
"value": 0.93
},
"equivAmount": {
"currency": "AWG",
"value": 344.19
},
"override": false,
"points": 37407,
"referenceAmount": {
"currency": "NOK",
"value": 193.18
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "CLP",
"value": 188.22
},
"code": "Om",
"conversionRatio": {
"minimumPoints": 402,
"value": 0.88
},
"equivAmount": {
"currency": "TTD",
"value": 107.09
},
"override": true,
"points": 33961,
"referenceAmount": {
"currency": "LYD",
"value": 418.58
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "LRD",
"value": 159.84
},
"code": "dh",
"conversionRatio": {
"minimumPoints": 592,
"value": 0.44
},
"equivAmount": {
"currency": "SDG",
"value": 413.68
},
"override": true,
"points": 6181,
"referenceAmount": {
"currency": "RUB",
"value": 159.98
},
"taxType": "PROPORTIONAL"
}
],
"discount": [
{
"amount": {
"currency": "UZS",
"value": 397.19
},
"code": "Sp",
"conversionRatio": {
"minimumPoints": 175,
"value": 0.6
},
"equivAmount": {
"currency": "NAD",
"value": 105.6
},
"override": false,
"points": 18880,
"referenceAmount": {
"currency": "GNF",
"value": 176.98
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "TMT",
"value": 94.23
},
"code": "OV",
"conversionRatio": {
"minimumPoints": 715,
"value": 0.16
},
"equivAmount": {
"currency": "DKK",
"value": 459.84
},
"override": false,
"points": 44827,
"referenceAmount": {
"currency": "HUF",
"value": 185.32
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "KES",
"value": 409.12
},
"code": "FH",
"conversionRatio": {
"minimumPoints": 682,
"value": 0.24
},
"equivAmount": {
"currency": "PHP",
"value": 186.31
},
"override": false,
"points": 42153,
"referenceAmount": {
"currency": "BRL",
"value": 319.07
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "XOF",
"value": 410.38
},
"code": "Fy",
"conversionRatio": {
"minimumPoints": 976,
"value": 0.43
},
"equivAmount": {
"currency": "NZD",
"value": 264.31
},
"override": false,
"points": 47780,
"referenceAmount": {
"currency": "AED",
"value": 209.36
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "PAB",
"value": 470.28
},
"code": "fk",
"conversionRatio": {
"minimumPoints": 897,
"value": 0.72
},
"equivAmount": {
"currency": "MUR",
"value": 338.85
},
"override": true,
"points": 31619,
"referenceAmount": {
"currency": "XAF",
"value": 411.69
},
"taxType": "FLAT"
}
],
"fee": [
{
"amount": {
"currency": "LAK",
"value": 249.61
},
"code": "NG",
"conversionRatio": {
"minimumPoints": 138,
"value": 0.89
},
"equivAmount": {
"currency": "HTG",
"value": 462.77
},
"override": false,
"points": 32647,
"referenceAmount": {
"currency": "VUV",
"value": 73.86
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "ARS",
"value": 258.47
},
"code": "AE",
"conversionRatio": {
"minimumPoints": 495,
"value": 0.3
},
"equivAmount": {
"currency": "GTQ",
"value": 202.79
},
"override": true,
"points": 19424,
"referenceAmount": {
"currency": "XOF",
"value": 442.16
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "BGN",
"value": 337.73
},
"code": "XR",
"conversionRatio": {
"minimumPoints": 952,
"value": 0.79
},
"equivAmount": {
"currency": "ANG",
"value": 71.75
},
"override": true,
"points": 45924,
"referenceAmount": {
"currency": "EGP",
"value": 360.48
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "IDR",
"value": 367.8
},
"code": "ym",
"conversionRatio": {
"minimumPoints": 818,
"value": 0.5
},
"equivAmount": {
"currency": "MYR",
"value": 190.31
},
"override": true,
"points": 9287,
"referenceAmount": {
"currency": "SAR",
"value": 447.19
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "RON",
"value": 383.22
},
"code": "vD",
"conversionRatio": {
"minimumPoints": 420,
"value": 0.24
},
"equivAmount": {
"currency": "EGP",
"value": 170.19
},
"override": false,
"points": 45921,
"referenceAmount": {
"currency": "OMR",
"value": 320.31
},
"taxType": "FLAT"
}
],
"surcharge": [
{
"amount": {
"currency": "SSP",
"value": 364.79
},
"code": "Nc",
"conversionRatio": {
"minimumPoints": 968,
"value": 0.96
},
"equivAmount": {
"currency": "CAD",
"value": 67.43
},
"override": true,
"points": 20716,
"referenceAmount": {
"currency": "KYD",
"value": 207.03
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "EGP",
"value": 445.16
},
"code": "aK",
"conversionRatio": {
"minimumPoints": 875,
"value": 0.8
},
"equivAmount": {
"currency": "MGA",
"value": 28.59
},
"override": true,
"points": 5329,
"referenceAmount": {
"currency": "CZK",
"value": 54.98
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "IRR",
"value": 127.54
},
"code": "Uf",
"conversionRatio": {
"minimumPoints": 248,
"value": 0.78
},
"equivAmount": {
"currency": "IDR",
"value": 287.12
},
"override": false,
"points": 45388,
"referenceAmount": {
"currency": "ERN",
"value": 9.67
},
"taxType": "FLAT"
}
],
"tax": [
{
"amount": {
"currency": "NOK",
"value": 8.39
},
"code": "Hz",
"conversionRatio": {
"minimumPoints": 607,
"value": 0.71
},
"equivAmount": {
"currency": "SSP",
"value": 388.36
},
"override": true,
"points": 16522,
"referenceAmount": {
"currency": "CHF",
"value": 266.12
},
"taxType": "PROPORTIONAL"
}
],
"ticketingFee": [
{
"amount": {
"currency": "GEL",
"value": 268.79
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 141,
"value": 0.91
},
"other": true,
"points": 462,
"referenceAmount": {
"currency": "CLP",
"value": 456.48
},
"subCode": "253",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "ix",
"value": true
}
},
{
"amount": {
"currency": "BZD",
"value": 50.1
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 705,
"value": 0.26
},
"other": true,
"points": 495,
"referenceAmount": {
"currency": "UZS",
"value": 490.47
},
"subCode": "656",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "Lg",
"value": true
}
},
{
"amount": {
"currency": "TWD",
"value": 82.88
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 281,
"value": 0.12
},
"other": true,
"points": 455,
"referenceAmount": {
"currency": "WST",
"value": 492.28
},
"subCode": "589",
"type": "REQUESTED",
"waived": {
"reasonCode": "eE",
"value": true
}
}
],
"total": {
"amount": {
"currency": "BDT",
"value": 438.32
},
"code": "Me",
"conversionRatio": {
"minimumPoints": 870,
"value": 0.99
},
"equivAmount": {
"currency": "SLE",
"value": 108.55
},
"override": false,
"points": 21875,
"referenceAmount": {
"currency": "AFN",
"value": 289.68
},
"taxType": "FLAT"
}
}
}
]
}
],
"passengerFare": [
{
"passengerRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "VUV",
"value": 188.85
},
"code": "CC",
"conversionRatio": {
"minimumPoints": 944,
"value": 0.75
},
"equivAmount": {
"currency": "AFN",
"value": 273.58
},
"override": true,
"points": 24126,
"referenceAmount": {
"currency": "MGA",
"value": 474.48
},
"taxType": "FLAT"
},
"commission": [
{
"amount": {
"currency": "ERN",
"value": 32.47
},
"code": "YY",
"conversionRatio": {
"minimumPoints": 295,
"value": 0.16
},
"equivAmount": {
"currency": "INR",
"value": 400.8
},
"override": true,
"points": 37894,
"referenceAmount": {
"currency": "VUV",
"value": 75.59
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "MDL",
"value": 403.1
},
"code": "ec",
"conversionRatio": {
"minimumPoints": 595,
"value": 0.72
},
"equivAmount": {
"currency": "NPR",
"value": 102.05
},
"override": true,
"points": 47903,
"referenceAmount": {
"currency": "BGN",
"value": 296.11
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "NGN",
"value": 94.34
},
"code": "yd",
"conversionRatio": {
"minimumPoints": 300,
"value": 0.66
},
"equivAmount": {
"currency": "DJF",
"value": 457.61
},
"override": true,
"points": 16482,
"referenceAmount": {
"currency": "TJS",
"value": 220.48
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "CUP",
"value": 10.11
},
"code": "fg",
"conversionRatio": {
"minimumPoints": 341,
"value": 0.58
},
"equivAmount": {
"currency": "KRW",
"value": 395.52
},
"override": true,
"points": 37479,
"referenceAmount": {
"currency": "ANG",
"value": 433.82
},
"taxType": "FLAT"
}
],
"discount": [
{
"amount": {
"currency": "GMD",
"value": 136.88
},
"code": "pt",
"conversionRatio": {
"minimumPoints": 274,
"value": 0.97
},
"equivAmount": {
"currency": "HTG",
"value": 451.03
},
"override": false,
"points": 40831,
"referenceAmount": {
"currency": "BND",
"value": 405.7
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "MYR",
"value": 294.07
},
"code": "tO",
"conversionRatio": {
"minimumPoints": 698,
"value": 0.69
},
"equivAmount": {
"currency": "ILS",
"value": 229.09
},
"override": true,
"points": 9004,
"referenceAmount": {
"currency": "YER",
"value": 433.15
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "AWG",
"value": 194.21
},
"code": "ff",
"conversionRatio": {
"minimumPoints": 284,
"value": 0.73
},
"equivAmount": {
"currency": "GNF",
"value": 178.69
},
"override": false,
"points": 34975,
"referenceAmount": {
"currency": "TTD",
"value": 335.06
},
"taxType": "FLAT"
}
],
"fee": [
{
"amount": {
"currency": "KPW",
"value": 305.59
},
"code": "Ur",
"conversionRatio": {
"minimumPoints": 904,
"value": 0.41
},
"equivAmount": {
"currency": "TWD",
"value": 378.55
},
"override": true,
"points": 25947,
"referenceAmount": {
"currency": "KRW",
"value": 334.84
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MKD",
"value": 86.3
},
"code": "Vz",
"conversionRatio": {
"minimumPoints": 484,
"value": 0.42
},
"equivAmount": {
"currency": "CZK",
"value": 171.56
},
"override": false,
"points": 40409,
"referenceAmount": {
"currency": "BYN",
"value": 335.84
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "STN",
"value": 209.68
},
"code": "nM",
"conversionRatio": {
"minimumPoints": 304,
"value": 0.36
},
"equivAmount": {
"currency": "VND",
"value": 355.86
},
"override": true,
"points": 17604,
"referenceAmount": {
"currency": "AWG",
"value": 238.21
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "LYD",
"value": 67.27
},
"code": "Ji",
"conversionRatio": {
"minimumPoints": 710,
"value": 0.27
},
"equivAmount": {
"currency": "GMD",
"value": 323.74
},
"override": true,
"points": 37780,
"referenceAmount": {
"currency": "GMD",
"value": 492.36
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MGA",
"value": 115.94
},
"code": "lJ",
"conversionRatio": {
"minimumPoints": 362,
"value": 0.42
},
"equivAmount": {
"currency": "XOF",
"value": 414.65
},
"override": true,
"points": 20300,
"referenceAmount": {
"currency": "FKP",
"value": 352.72
},
"taxType": "FLAT"
}
],
"surcharge": [
{
"amount": {
"currency": "RWF",
"value": 373.12
},
"code": "Ke",
"conversionRatio": {
"minimumPoints": 123,
"value": 0.92
},
"equivAmount": {
"currency": "GHS",
"value": 166.35
},
"override": true,
"points": 48769,
"referenceAmount": {
"currency": "SAR",
"value": 410.16
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "SOS",
"value": 135.57
},
"code": "Lf",
"conversionRatio": {
"minimumPoints": 148,
"value": 0.43
},
"equivAmount": {
"currency": "TTD",
"value": 395.29
},
"override": false,
"points": 35806,
"referenceAmount": {
"currency": "SOS",
"value": 296.32
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "SAR",
"value": 431.88
},
"code": "ap",
"conversionRatio": {
"minimumPoints": 231,
"value": 0.33
},
"equivAmount": {
"currency": "AOA",
"value": 94.28
},
"override": false,
"points": 48691,
"referenceAmount": {
"currency": "SOS",
"value": 484.21
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "MUR",
"value": 219.3
},
"code": "ZE",
"conversionRatio": {
"minimumPoints": 404,
"value": 0.98
},
"equivAmount": {
"currency": "MOP",
"value": 363.06
},
"override": true,
"points": 48453,
"referenceAmount": {
"currency": "WST",
"value": 383
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "UGX",
"value": 468.12
},
"code": "lb",
"conversionRatio": {
"minimumPoints": 870,
"value": 0.43
},
"equivAmount": {
"currency": "SHP",
"value": 365.47
},
"override": false,
"points": 38961,
"referenceAmount": {
"currency": "PGK",
"value": 496.15
},
"taxType": "FLAT"
}
],
"tax": [
{
"amount": {
"currency": "BMD",
"value": 98.75
},
"code": "QL",
"conversionRatio": {
"minimumPoints": 713,
"value": 0.84
},
"equivAmount": {
"currency": "UGX",
"value": 268.96
},
"override": true,
"points": 41519,
"referenceAmount": {
"currency": "MVR",
"value": 444.98
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MDL",
"value": 292.38
},
"code": "Re",
"conversionRatio": {
"minimumPoints": 524,
"value": 0.16
},
"equivAmount": {
"currency": "AED",
"value": 97.26
},
"override": true,
"points": 28041,
"referenceAmount": {
"currency": "BHD",
"value": 470.13
},
"taxType": "FLAT"
}
],
"ticketingFee": [
{
"amount": {
"currency": "FKP",
"value": 258.39
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 179,
"value": 0.79
},
"other": false,
"points": 342,
"referenceAmount": {
"currency": "CZK",
"value": 29.36
},
"subCode": "056",
"type": "REQUESTED",
"waived": {
"reasonCode": "eP",
"value": true
}
},
{
"amount": {
"currency": "RSD",
"value": 317.78
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 145,
"value": 0.49
},
"other": true,
"points": 303,
"referenceAmount": {
"currency": "CHF",
"value": 266.07
},
"subCode": "175",
"type": "TICKETING",
"waived": {
"reasonCode": "fN",
"value": true
}
},
{
"amount": {
"currency": "COP",
"value": 71.76
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 478,
"value": 0.42
},
"other": false,
"points": 235,
"referenceAmount": {
"currency": "BDT",
"value": 181.95
},
"subCode": "755",
"type": "TICKETING",
"waived": {
"reasonCode": "fg",
"value": false
}
},
{
"amount": {
"currency": "IDR",
"value": 57.5
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 837,
"value": 0.81
},
"other": true,
"points": 262,
"referenceAmount": {
"currency": "BHD",
"value": 116.4
},
"subCode": "915",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "MD",
"value": false
}
},
{
"amount": {
"currency": "PLN",
"value": 134.97
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 172,
"value": 0.6
},
"other": true,
"points": 171,
"referenceAmount": {
"currency": "IRR",
"value": 151.93
},
"subCode": "367",
"type": "TICKETING",
"waived": {
"reasonCode": "DQ",
"value": true
}
}
],
"total": {
"amount": {
"currency": "ILS",
"value": 137.41
},
"code": "Sp",
"conversionRatio": {
"minimumPoints": 423,
"value": 0.82
},
"equivAmount": {
"currency": "THB",
"value": 306.87
},
"override": true,
"points": 41140,
"referenceAmount": {
"currency": "GTQ",
"value": 79.18
},
"taxType": "PROPORTIONAL"
}
}
},
{
"passengerRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "TMT",
"value": 489.21
},
"code": "to",
"conversionRatio": {
"minimumPoints": 282,
"value": 0.25
},
"equivAmount": {
"currency": "INR",
"value": 401.45
},
"override": true,
"points": 10459,
"referenceAmount": {
"currency": "BYN",
"value": 203.88
},
"taxType": "FLAT"
},
"commission": [
{
"amount": {
"currency": "LAK",
"value": 395.6
},
"code": "Dg",
"conversionRatio": {
"minimumPoints": 836,
"value": 0.17
},
"equivAmount": {
"currency": "EGP",
"value": 266.32
},
"override": false,
"points": 30513,
"referenceAmount": {
"currency": "STN",
"value": 496.62
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "CNY",
"value": 371.02
},
"code": "Qw",
"conversionRatio": {
"minimumPoints": 213,
"value": 0.33
},
"equivAmount": {
"currency": "NAD",
"value": 375.19
},
"override": true,
"points": 33131,
"referenceAmount": {
"currency": "PKR",
"value": 168.55
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MKD",
"value": 368.11
},
"code": "ws",
"conversionRatio": {
"minimumPoints": 793,
"value": 0.75
},
"equivAmount": {
"currency": "MOP",
"value": 318.08
},
"override": false,
"points": 32202,
"referenceAmount": {
"currency": "BBD",
"value": 272.21
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "KRW",
"value": 306.79
},
"code": "MX",
"conversionRatio": {
"minimumPoints": 746,
"value": 0.57
},
"equivAmount": {
"currency": "TOP",
"value": 186.32
},
"override": false,
"points": 10234,
"referenceAmount": {
"currency": "CUP",
"value": 165.78
},
"taxType": "PROPORTIONAL"
}
],
"discount": [
{
"amount": {
"currency": "KZT",
"value": 242.55
},
"code": "JN",
"conversionRatio": {
"minimumPoints": 823,
"value": 0.19
},
"equivAmount": {
"currency": "KHR",
"value": 13.04
},
"override": false,
"points": 29567,
"referenceAmount": {
"currency": "GBP",
"value": 148.39
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "MUR",
"value": 227.73
},
"code": "wZ",
"conversionRatio": {
"minimumPoints": 264,
"value": 0.78
},
"equivAmount": {
"currency": "INR",
"value": 249.67
},
"override": false,
"points": 13397,
"referenceAmount": {
"currency": "WST",
"value": 393.8
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "ALL",
"value": 142.27
},
"code": "Br",
"conversionRatio": {
"minimumPoints": 429,
"value": 0.83
},
"equivAmount": {
"currency": "AMD",
"value": 420.16
},
"override": true,
"points": 6514,
"referenceAmount": {
"currency": "TWD",
"value": 238.38
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "TZS",
"value": 399.95
},
"code": "pw",
"conversionRatio": {
"minimumPoints": 642,
"value": 0.64
},
"equivAmount": {
"currency": "DKK",
"value": 76.33
},
"override": true,
"points": 46441,
"referenceAmount": {
"currency": "GNF",
"value": 375.94
},
"taxType": "FLAT"
}
],
"fee": [
{
"amount": {
"currency": "COP",
"value": 443.34
},
"code": "nl",
"conversionRatio": {
"minimumPoints": 941,
"value": 0.42
},
"equivAmount": {
"currency": "KYD",
"value": 63.4
},
"override": true,
"points": 37381,
"referenceAmount": {
"currency": "MKD",
"value": 473.98
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "KYD",
"value": 231.71
},
"code": "yf",
"conversionRatio": {
"minimumPoints": 292,
"value": 0.16
},
"equivAmount": {
"currency": "ZAR",
"value": 375.16
},
"override": false,
"points": 33726,
"referenceAmount": {
"currency": "BND",
"value": 444.94
},
"taxType": "PROPORTIONAL"
}
],
"surcharge": [
{
"amount": {
"currency": "MNT",
"value": 167.05
},
"code": "Oc",
"conversionRatio": {
"minimumPoints": 489,
"value": 0.42
},
"equivAmount": {
"currency": "PAB",
"value": 494.1
},
"override": false,
"points": 47173,
"referenceAmount": {
"currency": "JOD",
"value": 221.88
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MWK",
"value": 196.11
},
"code": "EA",
"conversionRatio": {
"minimumPoints": 465,
"value": 0.64
},
"equivAmount": {
"currency": "TRY",
"value": 339.25
},
"override": true,
"points": 27089,
"referenceAmount": {
"currency": "BND",
"value": 328.87
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "EUR",
"value": 144.13
},
"code": "bm",
"conversionRatio": {
"minimumPoints": 523,
"value": 0.32
},
"equivAmount": {
"currency": "CHF",
"value": 337.94
},
"override": false,
"points": 6422,
"referenceAmount": {
"currency": "MDL",
"value": 67.06
},
"taxType": "FLAT"
}
],
"tax": [
{
"amount": {
"currency": "FKP",
"value": 481.88
},
"code": "SO",
"conversionRatio": {
"minimumPoints": 728,
"value": 0.58
},
"equivAmount": {
"currency": "SCR",
"value": 126.15
},
"override": false,
"points": 21291,
"referenceAmount": {
"currency": "SOS",
"value": 14.1
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "NGN",
"value": 132.13
},
"code": "bX",
"conversionRatio": {
"minimumPoints": 530,
"value": 0.49
},
"equivAmount": {
"currency": "MXN",
"value": 286.18
},
"override": true,
"points": 24169,
"referenceAmount": {
"currency": "MAD",
"value": 273.34
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "BND",
"value": 483.19
},
"code": "JF",
"conversionRatio": {
"minimumPoints": 501,
"value": 0.67
},
"equivAmount": {
"currency": "WST",
"value": 381.79
},
"override": true,
"points": 1951,
"referenceAmount": {
"currency": "ZWL",
"value": 132.86
},
"taxType": "PROPORTIONAL"
}
],
"ticketingFee": [
{
"amount": {
"currency": "SDG",
"value": 19.72
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 551,
"value": 0.77
},
"other": false,
"points": 452,
"referenceAmount": {
"currency": "PAB",
"value": 445.74
},
"subCode": "906",
"type": "REQUESTED",
"waived": {
"reasonCode": "UQ",
"value": false
}
},
{
"amount": {
"currency": "GHS",
"value": 185.98
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 426,
"value": 0.87
},
"other": true,
"points": 240,
"referenceAmount": {
"currency": "SOS",
"value": 49
},
"subCode": "839",
"type": "REQUESTED",
"waived": {
"reasonCode": "CQ",
"value": true
}
}
],
"total": {
"amount": {
"currency": "IDR",
"value": 146.6
},
"code": "nH",
"conversionRatio": {
"minimumPoints": 817,
"value": 0.77
},
"equivAmount": {
"currency": "BWP",
"value": 195.93
},
"override": false,
"points": 27081,
"referenceAmount": {
"currency": "SEK",
"value": 157.3
},
"taxType": "PROPORTIONAL"
}
}
},
{
"passengerRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "PYG",
"value": 56.33
},
"code": "Fy",
"conversionRatio": {
"minimumPoints": 931,
"value": 0.2
},
"equivAmount": {
"currency": "WST",
"value": 86.13
},
"override": false,
"points": 23816,
"referenceAmount": {
"currency": "NOK",
"value": 397.86
},
"taxType": "FLAT"
},
"commission": [
{
"amount": {
"currency": "PYG",
"value": 190.58
},
"code": "wf",
"conversionRatio": {
"minimumPoints": 121,
"value": 0.66
},
"equivAmount": {
"currency": "PEN",
"value": 46.35
},
"override": false,
"points": 45281,
"referenceAmount": {
"currency": "LKR",
"value": 84.45
},
"taxType": "PROPORTIONAL"
}
],
"discount": [
{
"amount": {
"currency": "HUF",
"value": 26.37
},
"code": "ll",
"conversionRatio": {
"minimumPoints": 666,
"value": 0.82
},
"equivAmount": {
"currency": "TMT",
"value": 229.29
},
"override": false,
"points": 49256,
"referenceAmount": {
"currency": "MGA",
"value": 294.57
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "MMK",
"value": 284.79
},
"code": "zz",
"conversionRatio": {
"minimumPoints": 315,
"value": 0.4
},
"equivAmount": {
"currency": "LKR",
"value": 453.11
},
"override": true,
"points": 25971,
"referenceAmount": {
"currency": "THB",
"value": 189.12
},
"taxType": "PROPORTIONAL"
}
],
"fee": [
{
"amount": {
"currency": "BZD",
"value": 246.05
},
"code": "Yj",
"conversionRatio": {
"minimumPoints": 106,
"value": 0.67
},
"equivAmount": {
"currency": "MZN",
"value": 9.11
},
"override": true,
"points": 10706,
"referenceAmount": {
"currency": "VES",
"value": 496.71
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "VND",
"value": 463.32
},
"code": "Ze",
"conversionRatio": {
"minimumPoints": 585,
"value": 0.89
},
"equivAmount": {
"currency": "BRL",
"value": 194.79
},
"override": false,
"points": 28506,
"referenceAmount": {
"currency": "BND",
"value": 374.84
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "ZAR",
"value": 425.02
},
"code": "QJ",
"conversionRatio": {
"minimumPoints": 168,
"value": 0.58
},
"equivAmount": {
"currency": "GMD",
"value": 409.31
},
"override": false,
"points": 38993,
"referenceAmount": {
"currency": "BBD",
"value": 452.98
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "GNF",
"value": 127.75
},
"code": "gv",
"conversionRatio": {
"minimumPoints": 794,
"value": 0.89
},
"equivAmount": {
"currency": "SCR",
"value": 211.23
},
"override": false,
"points": 37827,
"referenceAmount": {
"currency": "CLP",
"value": 332.44
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "NAD",
"value": 245.13
},
"code": "uT",
"conversionRatio": {
"minimumPoints": 323,
"value": 0.47
},
"equivAmount": {
"currency": "GEL",
"value": 274.24
},
"override": false,
"points": 25011,
"referenceAmount": {
"currency": "LSL",
"value": 317.28
},
"taxType": "FLAT"
}
],
"surcharge": [
{
"amount": {
"currency": "SGD",
"value": 401.15
},
"code": "sB",
"conversionRatio": {
"minimumPoints": 990,
"value": 0.71
},
"equivAmount": {
"currency": "DJF",
"value": 28.56
},
"override": false,
"points": 32028,
"referenceAmount": {
"currency": "GMD",
"value": 241.03
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "PYG",
"value": 493.82
},
"code": "hf",
"conversionRatio": {
"minimumPoints": 833,
"value": 0.68
},
"equivAmount": {
"currency": "GNF",
"value": 350.15
},
"override": false,
"points": 13743,
"referenceAmount": {
"currency": "SCR",
"value": 140.53
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MYR",
"value": 344.69
},
"code": "Vv",
"conversionRatio": {
"minimumPoints": 736,
"value": 0.77
},
"equivAmount": {
"currency": "STN",
"value": 442.37
},
"override": false,
"points": 2168,
"referenceAmount": {
"currency": "NGN",
"value": 410.39
},
"taxType": "FLAT"
}
],
"tax": [
{
"amount": {
"currency": "USD",
"value": 134.19
},
"code": "Xy",
"conversionRatio": {
"minimumPoints": 836,
"value": 0.19
},
"equivAmount": {
"currency": "KPW",
"value": 28.15
},
"override": true,
"points": 7386,
"referenceAmount": {
"currency": "LBP",
"value": 449.24
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "MGA",
"value": 447.74
},
"code": "Nb",
"conversionRatio": {
"minimumPoints": 787,
"value": 0.62
},
"equivAmount": {
"currency": "UAH",
"value": 327.93
},
"override": true,
"points": 5583,
"referenceAmount": {
"currency": "OMR",
"value": 263.4
},
"taxType": "PROPORTIONAL"
}
],
"ticketingFee": [
{
"amount": {
"currency": "KWD",
"value": 182.52
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 812,
"value": 0.5
},
"other": false,
"points": 408,
"referenceAmount": {
"currency": "MZN",
"value": 413.95
},
"subCode": "026",
"type": "REQUESTED",
"waived": {
"reasonCode": "YH",
"value": false
}
}
],
"total": {
"amount": {
"currency": "LKR",
"value": 491.52
},
"code": "xD",
"conversionRatio": {
"minimumPoints": 629,
"value": 0.43
},
"equivAmount": {
"currency": "TTD",
"value": 381.82
},
"override": true,
"points": 1926,
"referenceAmount": {
"currency": "XAF",
"value": 233.1
},
"taxType": "PROPORTIONAL"
}
}
},
{
"passengerRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "PLN",
"value": 231.73
},
"code": "nP",
"conversionRatio": {
"minimumPoints": 659,
"value": 0.49
},
"equivAmount": {
"currency": "BWP",
"value": 495.88
},
"override": false,
"points": 44726,
"referenceAmount": {
"currency": "TRY",
"value": 231.25
},
"taxType": "PROPORTIONAL"
},
"commission": [
{
"amount": {
"currency": "MOP",
"value": 391.8
},
"code": "QA",
"conversionRatio": {
"minimumPoints": 781,
"value": 0.42
},
"equivAmount": {
"currency": "BZD",
"value": 216.8
},
"override": true,
"points": 38597,
"referenceAmount": {
"currency": "AED",
"value": 416.06
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "GYD",
"value": 191.69
},
"code": "si",
"conversionRatio": {
"minimumPoints": 119,
"value": 0.9
},
"equivAmount": {
"currency": "PYG",
"value": 463.91
},
"override": false,
"points": 38794,
"referenceAmount": {
"currency": "SEK",
"value": 268.63
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "TJS",
"value": 167.79
},
"code": "HX",
"conversionRatio": {
"minimumPoints": 217,
"value": 0.17
},
"equivAmount": {
"currency": "BGN",
"value": 433.08
},
"override": false,
"points": 6451,
"referenceAmount": {
"currency": "KZT",
"value": 315.85
},
"taxType": "FLAT"
}
],
"discount": [
{
"amount": {
"currency": "VES",
"value": 253.57
},
"code": "pH",
"conversionRatio": {
"minimumPoints": 503,
"value": 0.59
},
"equivAmount": {
"currency": "LSL",
"value": 446.25
},
"override": false,
"points": 25419,
"referenceAmount": {
"currency": "UYU",
"value": 229.84
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "CAD",
"value": 149.28
},
"code": "Zd",
"conversionRatio": {
"minimumPoints": 473,
"value": 0.44
},
"equivAmount": {
"currency": "DOP",
"value": 57.81
},
"override": true,
"points": 15537,
"referenceAmount": {
"currency": "DJF",
"value": 100.06
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "CRC",
"value": 294.62
},
"code": "ol",
"conversionRatio": {
"minimumPoints": 940,
"value": 0.85
},
"equivAmount": {
"currency": "GEL",
"value": 412.74
},
"override": true,
"points": 45460,
"referenceAmount": {
"currency": "AUD",
"value": 284.55
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "KZT",
"value": 376.63
},
"code": "xK",
"conversionRatio": {
"minimumPoints": 798,
"value": 0.31
},
"equivAmount": {
"currency": "WST",
"value": 377.56
},
"override": false,
"points": 15057,
"referenceAmount": {
"currency": "MOP",
"value": 389.6
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "NPR",
"value": 50.51
},
"code": "Sx",
"conversionRatio": {
"minimumPoints": 483,
"value": 0.47
},
"equivAmount": {
"currency": "XOF",
"value": 472.98
},
"override": false,
"points": 31507,
"referenceAmount": {
"currency": "HNL",
"value": 291.48
},
"taxType": "PROPORTIONAL"
}
],
"fee": [
{
"amount": {
"currency": "PLN",
"value": 479.37
},
"code": "ig",
"conversionRatio": {
"minimumPoints": 639,
"value": 0.24
},
"equivAmount": {
"currency": "SRD",
"value": 132.97
},
"override": false,
"points": 38375,
"referenceAmount": {
"currency": "VND",
"value": 316.15
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "SZL",
"value": 156.13
},
"code": "OO",
"conversionRatio": {
"minimumPoints": 544,
"value": 0.15
},
"equivAmount": {
"currency": "TJS",
"value": 377.72
},
"override": false,
"points": 48248,
"referenceAmount": {
"currency": "KYD",
"value": 108.16
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "SHP",
"value": 464.46
},
"code": "hg",
"conversionRatio": {
"minimumPoints": 818,
"value": 0.85
},
"equivAmount": {
"currency": "BGN",
"value": 471.38
},
"override": false,
"points": 22840,
"referenceAmount": {
"currency": "AUD",
"value": 44.74
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "LBP",
"value": 390.68
},
"code": "wc",
"conversionRatio": {
"minimumPoints": 1000,
"value": 0.42
},
"equivAmount": {
"currency": "NAD",
"value": 156.45
},
"override": false,
"points": 49799,
"referenceAmount": {
"currency": "SZL",
"value": 148.44
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "CVE",
"value": 356.69
},
"code": "tF",
"conversionRatio": {
"minimumPoints": 841,
"value": 0.69
},
"equivAmount": {
"currency": "HKD",
"value": 164.74
},
"override": false,
"points": 7566,
"referenceAmount": {
"currency": "BBD",
"value": 32.23
},
"taxType": "FLAT"
}
],
"surcharge": [
{
"amount": {
"currency": "OMR",
"value": 273.95
},
"code": "EH",
"conversionRatio": {
"minimumPoints": 755,
"value": 0.81
},
"equivAmount": {
"currency": "BIF",
"value": 444.98
},
"override": true,
"points": 42803,
"referenceAmount": {
"currency": "DKK",
"value": 464.42
},
"taxType": "PROPORTIONAL"
}
],
"tax": [
{
"amount": {
"currency": "SSP",
"value": 230.45
},
"code": "vA",
"conversionRatio": {
"minimumPoints": 489,
"value": 0.46
},
"equivAmount": {
"currency": "BMD",
"value": 97.95
},
"override": false,
"points": 47876,
"referenceAmount": {
"currency": "LYD",
"value": 95.11
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "XCD",
"value": 309.16
},
"code": "et",
"conversionRatio": {
"minimumPoints": 104,
"value": 0.74
},
"equivAmount": {
"currency": "VES",
"value": 353.86
},
"override": false,
"points": 16677,
"referenceAmount": {
"currency": "OMR",
"value": 452.14
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "BTN",
"value": 120.87
},
"code": "on",
"conversionRatio": {
"minimumPoints": 450,
"value": 0.78
},
"equivAmount": {
"currency": "HUF",
"value": 347.87
},
"override": false,
"points": 1435,
"referenceAmount": {
"currency": "GNF",
"value": 404.19
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "GMD",
"value": 415.97
},
"code": "HT",
"conversionRatio": {
"minimumPoints": 480,
"value": 0.84
},
"equivAmount": {
"currency": "THB",
"value": 273.41
},
"override": true,
"points": 10665,
"referenceAmount": {
"currency": "MGA",
"value": 110.37
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "TWD",
"value": 408.06
},
"code": "cU",
"conversionRatio": {
"minimumPoints": 111,
"value": 0.74
},
"equivAmount": {
"currency": "AOA",
"value": 34.76
},
"override": false,
"points": 26853,
"referenceAmount": {
"currency": "FJD",
"value": 485.32
},
"taxType": "PROPORTIONAL"
}
],
"ticketingFee": [
{
"amount": {
"currency": "NGN",
"value": 251.64
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 145,
"value": 0.73
},
"other": false,
"points": 135,
"referenceAmount": {
"currency": "LRD",
"value": 75.57
},
"subCode": "343",
"type": "TICKETING",
"waived": {
"reasonCode": "af",
"value": true
}
},
{
"amount": {
"currency": "LAK",
"value": 283.85
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 737,
"value": 0.91
},
"other": false,
"points": 274,
"referenceAmount": {
"currency": "TND",
"value": 292.98
},
"subCode": "004",
"type": "REQUESTED",
"waived": {
"reasonCode": "Cy",
"value": true
}
},
{
"amount": {
"currency": "KES",
"value": 390.23
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 954,
"value": 0.88
},
"other": false,
"points": 161,
"referenceAmount": {
"currency": "AWG",
"value": 410.17
},
"subCode": "685",
"type": "REQUESTED",
"waived": {
"reasonCode": "IZ",
"value": true
}
},
{
"amount": {
"currency": "CRC",
"value": 195.4
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 288,
"value": 0.82
},
"other": false,
"points": 157,
"referenceAmount": {
"currency": "BAM",
"value": 395.29
},
"subCode": "343",
"type": "TICKETING",
"waived": {
"reasonCode": "Bb",
"value": true
}
},
{
"amount": {
"currency": "MZN",
"value": 311.6
},
"commercialName": "SERVICE FEE",
"conversionRatio": {
"minimumPoints": 921,
"value": 0.83
},
"other": false,
"points": 299,
"referenceAmount": {
"currency": "KZT",
"value": 313.27
},
"subCode": "039",
"type": "REQUESTED",
"waived": {
"reasonCode": "ih",
"value": true
}
}
],
"total": {
"amount": {
"currency": "SSP",
"value": 381.92
},
"code": "vi",
"conversionRatio": {
"minimumPoints": 197,
"value": 0.79
},
"equivAmount": {
"currency": "CNY",
"value": 94.34
},
"override": true,
"points": 14256,
"referenceAmount": {
"currency": "BWP",
"value": 225.75
},
"taxType": "PROPORTIONAL"
}
}
},
{
"passengerRefs": [
"id01",
"id02"
],
"priceBreakdown": {
"base": {
"amount": {
"currency": "EUR",
"value": 262.54
},
"code": "wq",
"conversionRatio": {
"minimumPoints": 559,
"value": 0.79
},
"equivAmount": {
"currency": "RSD",
"value": 316.82
},
"override": true,
"points": 16969,
"referenceAmount": {
"currency": "MVR",
"value": 408.38
},
"taxType": "FLAT"
},
"commission": [
{
"amount": {
"currency": "AUD",
"value": 202.7
},
"code": "pa",
"conversionRatio": {
"minimumPoints": 976,
"value": 0.47
},
"equivAmount": {
"currency": "PKR",
"value": 443.45
},
"override": true,
"points": 2188,
"referenceAmount": {
"currency": "AED",
"value": 443
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "NAD",
"value": 224.1
},
"code": "ob",
"conversionRatio": {
"minimumPoints": 711,
"value": 0.72
},
"equivAmount": {
"currency": "BSD",
"value": 175.05
},
"override": true,
"points": 34149,
"referenceAmount": {
"currency": "DZD",
"value": 25.2
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "USD",
"value": 189.69
},
"code": "GE",
"conversionRatio": {
"minimumPoints": 276,
"value": 0.27
},
"equivAmount": {
"currency": "UYU",
"value": 252.23
},
"override": true,
"points": 47319,
"referenceAmount": {
"currency": "VND",
"value": 189.71
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "NPR",
"value": 140.6
},
"code": "zO",
"conversionRatio": {
"minimumPoints": 714,
"value": 0.7
},
"equivAmount": {
"currency": "KWD",
"value": 271.19
},
"override": false,
"points": 46309,
"referenceAmount": {
"currency": "ILS",
"value": 338.52
},
"taxType": "PROPORTIONAL"
}
],
"discount": [
{
"amount": {
"currency": "MXN",
"value": 246.93
},
"code": "RX",
"conversionRatio": {
"minimumPoints": 609,
"value": 0.63
},
"equivAmount": {
"currency": "ETB",
"value": 58.89
},
"override": false,
"points": 36855,
"referenceAmount": {
"currency": "THB",
"value": 108.44
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "UYU",
"value": 393.71
},
"code": "AE",
"conversionRatio": {
"minimumPoints": 825,
"value": 0.51
},
"equivAmount": {
"currency": "YER",
"value": 344.73
},
"override": false,
"points": 30023,
"referenceAmount": {
"currency": "TND",
"value": 449.25
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "AFN",
"value": 279.95
},
"code": "HV",
"conversionRatio": {
"minimumPoints": 401,
"value": 0.27
},
"equivAmount": {
"currency": "JMD",
"value": 263.05
},
"override": false,
"points": 1663,
"referenceAmount": {
"currency": "ETB",
"value": 308.89
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MVR",
"value": 103.6
},
"code": "JQ",
"conversionRatio": {
"minimumPoints": 470,
"value": 0.68
},
"equivAmount": {
"currency": "MVR",
"value": 369.02
},
"override": false,
"points": 40609,
"referenceAmount": {
"currency": "MZN",
"value": 214.91
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "HTG",
"value": 210.55
},
"code": "dR",
"conversionRatio": {
"minimumPoints": 679,
"value": 0.47
},
"equivAmount": {
"currency": "TJS",
"value": 339.41
},
"override": false,
"points": 44699,
"referenceAmount": {
"currency": "HNL",
"value": 463.98
},
"taxType": "PROPORTIONAL"
}
],
"fee": [
{
"amount": {
"currency": "XAF",
"value": 473.89
},
"code": "UL",
"conversionRatio": {
"minimumPoints": 311,
"value": 0.97
},
"equivAmount": {
"currency": "LYD",
"value": 16.85
},
"override": false,
"points": 23683,
"referenceAmount": {
"currency": "COP",
"value": 243.05
},
"taxType": "FLAT"
}
],
"surcharge": [
{
"amount": {
"currency": "EUR",
"value": 69.9
},
"code": "Hq",
"conversionRatio": {
"minimumPoints": 106,
"value": 0.78
},
"equivAmount": {
"currency": "ZMW",
"value": 255.37
},
"override": true,
"points": 2481,
"referenceAmount": {
"currency": "EGP",
"value": 210.55
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "OMR",
"value": 64.13
},
"code": "kH",
"conversionRatio": {
"minimumPoints": 997,
"value": 0.57
},
"equivAmount": {
"currency": "RUB",
"value": 318.83
},
"override": false,
"points": 28667,
"referenceAmount": {
"currency": "IQD",
"value": 454.45
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "ZAR",
"value": 58.42
},
"code": "MV",
"conversionRatio": {
"minimumPoints": 356,
"value": 0.77
},
"equivAmount": {
"currency": "HUF",
"value": 305.87
},
"override": false,
"points": 19355,
"referenceAmount": {
"currency": "MGA",
"value": 285.6
},
"taxType": "FLAT"
}
],
"tax": [
{
"amount": {
"currency": "MOP",
"value": 150.76
},
"code": "Mo",
"conversionRatio": {
"minimumPoints": 926,
"value": 0.99
},
"equivAmount": {
"currency": "MAD",
"value": 125.14
},
"override": true,
"points": 19078,
"referenceAmount": {
"currency": "YER",
"value": 415.64
},
"taxType": "FLAT"
},
{
"amount": {
"currency": "MOP",
"value": 215.65
},
"code": "nh",
"conversionRatio": {
"minimumPoints": 796,
"value": 0.13
},
"equivAmount": {
"currency": "CZK",
"value": 217.42
},
"override": true,
"points": 28743,
"referenceAmount": {
"currency": "LAK",
"value": 208
},
"taxType": "PROPORTIONAL"
},
{
"amount": {
"currency": "NZD",
"value": 236.07
},
"code": "kt",
"conversionRatio": {
"minimumPoints": 696,
"value": 0.48
},
"equivAmount": {
"currency": "CNY",
"value": 368.14
},
"override": false,
"points": 8271,
"referenceAmount": {
"currency": "BWP",
"value": 276.85
},
"taxType": "FLAT"
}
],
"ticketingFee": [
{
"amount": {
"currency": "HNL",
"value": 171.57
},
"commercialName": "DELIVERY FEE",
"conversionRatio": {
"minimumPoints": 981,
"value": 0.97
},
"other": false,
"points": 108,
"referenceAmount": {
"currency": "PEN",
"value": 366.21
},
"subCode": "816",
"type": "FORM_OF_PAYMENT",
"waived": {
"reasonCode": "Fn",
"value": false
}
}
],
"total": {
"amount": {
"currency": "MOP",
"value": 301.03
},
"code": "MK",
"conversionRatio": {
"minimumPoints": 220,
"value": 0.29
},
"equivAmount": {
"currency": "MYR",
"value": 358.05
},
"override": true,
"points": 10904,
"referenceAmount": {
"currency": "LRD",
"value": 31.97
},
"taxType": "PROPORTIONAL"
}
}
}
],
"type": "PER_ITINERARY_PART"
}
},
"recordLocator": "XEKUWC",
"remarks": {
"remark": [
{
"id": "tHX0",
"remarkLine": [
"Frequent flyer tier upgrade",
"Special meal requested",
"Wheelchair required"
],
"syntheticIdentifier": "20914399143463282500",
"type": "CORPORATE"
}
]
},
"revenueType": "NON_REVENUE",
"seatsAvailability": {
"segmentsSeatsAvailability": [
{
"bookingClassAvailability": [
{
"bookingClass": "Y",
"id": "xSYN",
"value": 8
},
{
"bookingClass": "W",
"id": "erpv",
"value": 0
},
{
"bookingClass": "J",
"id": "lYSk",
"value": 8
},
{
"bookingClass": "Y",
"id": "tQbA",
"value": 8
},
{
"bookingClass": "F",
"id": "2xHz",
"value": 4
}
],
"segmentRef": "Iqm0"
},
{
"bookingClassAvailability": [
{
"bookingClass": "Y",
"id": "xqEU",
"value": 4
},
{
"bookingClass": "F",
"id": "eZr4",
"value": 0
},
{
"bookingClass": "J",
"id": "vYMp",
"value": 3
}
],
"segmentRef": "G6P7"
},
{
"bookingClassAvailability": [
{
"bookingClass": "F",
"id": "ObEp",
"value": 3
},
{
"bookingClass": "W",
"id": "sR2B",
"value": 6
},
{
"bookingClass": "F",
"id": "yMQY",
"value": 0
},
{
"bookingClass": "Y",
"id": "eplR",
"value": 6
},
{
"bookingClass": "Y",
"id": "DziS",
"value": 9
}
],
"segmentRef": "RqJa"
}
]
},
"status": "STANDBY",
"ticketTimeLimit": "2027-05-02T00:00:00.0Z",
"travelOrganizer": {
"contactDetails": {
"address": [
{
"city": "North Robertochester",
"companyName": "Volkman - Wisozk",
"country": "SV",
"id": "a00d29f5-1d33-4144-98ed-2e5e64d9af8c",
"personName": {
"first": "Emma",
"last": "Raynor",
"middle": "Kendall",
"prefix": "Ms.",
"raw": "Toby Runte",
"suffix": "MD"
},
"postalCode": "45378-4147",
"stateProvince": "Illinois",
"street1": "814 Oak Lane",
"street2": "Apt. 662",
"type": "HOME"
},
{
"city": "Reeceland",
"companyName": "Mann, Dickinson and Feeney",
"country": "AW",
"id": "83f59ad7-9f16-4d8e-a458-86a0318477c9",
"personName": {
"first": "Hilton",
"last": "Nicolas",
"middle": "Jaden",
"prefix": "Mr.",
"raw": "Spencer Turcotte",
"suffix": "V"
},
"postalCode": "98408-4813",
"stateProvince": "Wyoming",
"street1": "410 N Oak Street",
"street2": "Suite 115",
"type": "HOME"
}
],
"email": [
{
"id": "b0189233-8f23-4963-9050-f5e8207c1b07",
"type": "PERSONAL",
"value": "Stephanie5@yahoo.com"
},
{
"id": "a4bc29fc-80c9-48a7-9bf2-bd74ece66a46",
"type": "PERSONAL",
"value": "Dave44@hotmail.com"
},
{
"id": "ba2f077f-75f4-4e54-be58-3e15bfc8c840",
"type": "PERSONAL",
"value": "Lempi.Orn90@yahoo.com"
}
],
"phone": [
{
"allowedSMS": true,
"areaCode": "673",
"carrier": "ATT",
"countryCode": "34",
"extension": "712",
"id": "17354a77-8198-4a13-a936-a53d0a1d7746",
"number": "31236659",
"type": "MOBILE"
},
{
"allowedSMS": false,
"areaCode": "994",
"carrier": "TMOBILE",
"countryCode": "70",
"extension": "507",
"id": "d5f33bdb-f1b0-4c11-889c-da42fe4655de",
"number": "13726549",
"type": "MOBILE"
}
]
},
"loyaltyAccount": [
{
"id": "72256cda-ecc0-442b-8ef7-bdbe56bf27ea",
"latestAwardDate": "2026-04-14",
"loyaltyTierLevel": {
"atpco": "36",
"customerInsight": "91",
"name": "platinum",
"number": 1,
"priority": 5,
"tag": "FlD"
},
"memberAirline": "[ob",
"memberId": "4684959380",
"membershipStartDate": "2022-08-10",
"mileage": {
"unit": "MILES",
"value": 512
},
"pnrId": "6",
"points": 89744,
"source": "SSCI"
},
{
"id": "09a3f7f5-fc4f-46ff-9c16-208fcc6dd89f",
"latestAwardDate": "2025-12-15",
"loyaltyTierLevel": {
"atpco": "03",
"customerInsight": "09",
"name": "gold",
"number": 1,
"priority": 5,
"tag": "xrM"
},
"memberAirline": "[ob",
"memberId": "4842515944",
"membershipStartDate": "2026-04-26",
"mileage": {
"unit": "MILES",
"value": 831
},
"pnrId": "0",
"points": 37669,
"source": "PNR"
},
{
"id": "7221b649-ae93-4d8f-8ab4-4bd6cd056425",
"latestAwardDate": "2025-10-28",
"loyaltyTierLevel": {
"atpco": "83",
"customerInsight": "80",
"name": "silver",
"number": 5,
"priority": 5,
"tag": "Pfy"
},
"memberAirline": "[ob",
"memberId": "0737947913",
"membershipStartDate": "2026-02-04",
"mileage": {
"unit": "MILES",
"value": 3955
},
"pnrId": "8",
"points": 38043,
"source": "SSCI"
},
{
"id": "0d14526f-08a6-412f-bc42-b888a4ddd9e5",
"latestAwardDate": "2026-03-05",
"loyaltyTierLevel": {
"atpco": "83",
"customerInsight": "28",
"name": "platinum",
"number": 3,
"priority": 9,
"tag": "DLt"
},
"memberAirline": "[ob",
"memberId": "9076322035",
"membershipStartDate": "2023-08-17",
"mileage": {
"unit": "MILES",
"value": 2186
},
"pnrId": "2",
"points": 37965,
"source": "PNR"
},
{
"id": "966809eb-20e2-4712-8e14-c55c7f4e8935",
"latestAwardDate": "2025-11-17",
"loyaltyTierLevel": {
"atpco": "24",
"customerInsight": "08",
"name": "gold",
"number": 1,
"priority": 3,
"tag": "SGn"
},
"memberAirline": "[ob",
"memberId": "2177829733",
"membershipStartDate": "2021-10-18",
"mileage": {
"unit": "MILES",
"value": 4006
},
"pnrId": "8",
"points": 94922,
"source": "PNR"
}
],
"passengerRef": "Cu7J",
"personName": {
"first": "Jerrell",
"last": "Hand-Lind",
"middle": "Addison",
"prefix": "Dr.",
"raw": "Abel Kub",
"suffix": "Jr."
},
"profileIdentifier": "5394457997"
},
"version": "7055146"
},
"results": [
{
"passengerId": "o1kCZc",
"status": {
"code": "NOT_FOUND",
"message": "Only 2 passenger types are allowed.",
"type": "SUCCESS"
}
},
{
"passengerId": "DTZD7N",
"status": {
"code": "NOT_FOUND",
"message": "Operation completed successfully.",
"type": "SUCCESS"
}
},
{
"passengerId": "epZdxp",
"status": {
"code": "NOT_FOUND",
"message": "Only 2 passenger types are allowed.",
"type": "SUCCESS"
}
},
{
"passengerId": "mNXg2d",
"status": {
"code": "SUCCESS",
"message": "Operation completed successfully.",
"type": "SUCCESS"
}
},
{
"passengerId": "Nn1Wbl",
"status": {
"code": "SUCCESS",
"message": "Operation completed successfully.",
"type": "SUCCESS"
}
}
]
}{
"errorCode": "ERR.2SG.SEC.AUTH",
"message": "Internal database error",
"status": "Complete",
"timeStamp": "2026-07-22T00:00:00.0Z",
"type": "Transport"
}GET
| Query Parameter Name | Example |
|---|---|
jipcc* | in ullamco id aute |
| Header Name | Example |
|---|---|
Application-ID | "do Duis" |
Authorization* | "esse anim pariatur" |
Conversation-ID | "proident sit aute eiusmod enim" |
Message-ID | "dolore" |
Session-ID* | "Duis dolore ad reprehenderit" |
{
"results": [
{
"standbyFlightId": "AxntHG",
"status": {
"code": "VALIDATION_ERROR",
"message": "Only 2 passenger types are allowed.",
"type": "SUCCESS"
}
},
{
"standbyFlightId": "D68DMx",
"status": {
"code": "NOT_FOUND",
"message": "Only 2 passenger types are allowed.",
"type": "SUCCESS"
}
}
],
"standbyFlights": [
{
"aircraftLease": {
"lessorAirline": "[ob",
"marketingText": "AIR FRANCE FOR ETIHAD AIRWAYS"
},
"airline": "[ob",
"arrivalAirport": "[ob",
"arrivalCountry": "LS",
"arrivalFlightScheduleStatus": "DELAYED",
"arrivalTerminal": "x8",
"arrivalTime": "2026-09-10T00:00:00.0Z",
"boardingTime": "1901-08-12T17:07:55.0Z",
"changeOfGauge": false,
"commuter": false,
"departureAirport": "[ob",
"departureCountry": "TH",
"departureFlightScheduleStatus": "EARLY",
"departureGate": "xH",
"departureTerminal": "xW",
"departureTime": "2027-06-12T00:00:00.0Z",
"disclosureAirline": "[ob",
"distance": {
"unit": "MILES",
"value": 3073
},
"equipment": "411",
"estimatedArrivalTime": "1960-10-16T05:26:08.0Z",
"estimatedDepartureTime": "1939-04-20T13:45:26.0Z",
"flightDuration": 245,
"flightNumber": "649",
"flightStop": [
{
"airport": "[ob",
"arrivalTime": "2026-12-07T00:00:00.0Z",
"departureTime": "2026-11-16T00:00:00.0Z",
"duration": 132,
"elapsedTime": 179
},
{
"airport": "[ob",
"arrivalTime": "2026-11-28T00:00:00.0Z",
"departureTime": "2027-06-18T00:00:00.0Z",
"duration": 154,
"elapsedTime": 84
},
{
"airport": "[ob",
"arrivalTime": "2026-12-24T00:00:00.0Z",
"departureTime": "2026-09-12T00:00:00.0Z",
"duration": 89,
"elapsedTime": 225
},
{
"airport": "[ob",
"arrivalTime": "2027-07-04T00:00:00.0Z",
"departureTime": "2027-07-12T00:00:00.0Z",
"duration": 57,
"elapsedTime": 252
}
],
"iatci": true,
"id": "38c026b0-0326-4433-a476-4b43ea72ba81",
"operatingAirline": "[ob",
"operatingAirlineName": "[object Object]",
"operatingFlightNumber": "5738",
"seatsAvailability": [
{
"cabinClassCode": "Y",
"numberOfSeats": 30
},
{
"cabinClassCode": "Y",
"numberOfSeats": 13
},
{
"cabinClassCode": "F",
"numberOfSeats": 8
}
],
"span": "DOMESTIC",
"status": "ON TIME",
"subjectToGovernmentApproval": false,
"thirdPartyGroundHandled": true,
"throughFlight": false,
"timeToDeparture": 542
}
]
}{
"errorCode": "ERR.2SG.SEC.AUTH",
"message": "Invalid input format provided",
"status": "Complete",
"timeStamp": "2026-07-21T00:00:00.0Z",
"type": "Transport"
}Service Homepage: developer.sabre.com/rest-api/dcci-api-passenger-list/26.03.01
sabretravelairlinepassengerdccirest