Booking Management API Virtual Sandbox

Manage Sabre reservations, tickets, and booking lifecycles.

The Booking Management API allows you to manage Sabre Reservations through a set of dedicated services. It offers functionalities including operations on both bookings and tickets, enabling seamless management of reservations, updates, cancellations, and verification.

Use this hosted sandbox to simulate Booking Management API 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 booking lifecycle flows such as PNR creation, order retrieval, ticket exchange, refund eligibility, voiding, and downstream fulfillment handling.

Booking Management API virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate Booking Management API responses instantly.

https://sabre-booking-management.mock.beeceptor.com



Booking(4 operations)

Header NameExample
Authorization*"labore"
{
  "bookingSource": "SABRE",
  "cancelAll": false,
  "cars": [
    {
      "itemId": "6"
    },
    {
      "itemId": "8"
    },
    {
      "itemId": "1"
    },
    {
      "itemId": "6"
    }
  ],
  "confirmationId": "AFB7NE",
  "cruises": [
    {
      "itemId": "1"
    },
    {
      "itemId": "3"
    },
    {
      "itemId": "5"
    },
    {
      "itemId": "1"
    }
  ],
  "designatePrinters": [
    {
      "hardcopy": {
        "address": "3NPW5E",
        "spacing": "1"
      },
      "invoiceItinerary": "PPTXVH",
      "profileNumber": 352,
      "ticket": {
        "address": "68VVTR",
        "countryCode": "IQ"
      }
    },
    {
      "hardcopy": {
        "address": "ZENAA6",
        "spacing": "2"
      },
      "invoiceItinerary": "PO33XN",
      "profileNumber": 872,
      "ticket": {
        "address": "YPEBOW",
        "countryCode": "RS"
      }
    },
    {
      "hardcopy": {
        "address": "DBWY0P",
        "spacing": "1"
      },
      "invoiceItinerary": "YZMAAR",
      "profileNumber": 972,
      "ticket": {
        "address": "IKYKBK",
        "countryCode": "WS"
      }
    },
    {
      "hardcopy": {
        "address": "C6B0P9",
        "spacing": "1"
      },
      "invoiceItinerary": "VE7O6Z",
      "profileNumber": 636,
      "ticket": {
        "address": "FCYUDC",
        "countryCode": "ZA"
      }
    }
  ],
  "errorHandlingPolicy": "HALT_ON_ERROR",
  "flights": [
    {
      "itemId": "1"
    },
    {
      "itemId": "5"
    },
    {
      "itemId": "5"
    },
    {
      "itemId": "5"
    }
  ],
  "flightTicketOperation": "VOID",
  "hotels": [
    {
      "itemId": "1"
    }
  ],
  "notification": {
    "email": "INVOICE",
    "queuePlacement": [
      {
        "futureQueuePlacementDate": "2026-07-23",
        "pcc": "R75",
        "prefatoryInstructionCode": 13,
        "queueName": "Murray",
        "queueNumber": 91
      },
      {
        "futureQueuePlacementDate": "2026-08-05",
        "pcc": "UHH",
        "prefatoryInstructionCode": 93,
        "queueName": "Iliana",
        "queueNumber": 730
      },
      {
        "futureQueuePlacementDate": "2026-08-12",
        "pcc": "O1A",
        "prefatoryInstructionCode": 53,
        "queueName": "Maybelle",
        "queueNumber": 231
      }
    ]
  },
  "offerItemId": "eOLjec8ltmnyj7IjUbuRnGSHa",
  "receivedFrom": "Robert Donnelly",
  "refundDocumentsType": "Tickets",
  "retentionEndDate": "2027-07-02",
  "retentionLabel": "RETENTION DATE",
  "retrieveBooking": false,
  "segments": [
    {
      "id": "8",
      "sequence": 1
    },
    {
      "id": "2",
      "sequence": 4
    },
    {
      "id": "9",
      "sequence": 6
    },
    {
      "id": "8",
      "sequence": 6
    },
    {
      "id": "8",
      "sequence": 7
    }
  ],
  "targetPcc": "YDLY",
  "trains": [
    {
      "itemId": "9"
    }
  ],
  "voidNonElectronicTickets": false
}
Error generating example
Header NameExample
Authorization*"commodo pariatur"
{
  "bookingSource": "SABRE",
  "confirmationId": "D2Q8K4",
  "extraFeatures": {
    "returnEmptySeatObjects": false,
    "returnFiscalId": true,
    "returnFrequentRenter": true,
    "returnWalletFormsOfPayment": false
  },
  "givenName": "Kylie",
  "middleName": "Y",
  "returnOnly": [
    "FLIGHTS"
  ],
  "surname": "Herman",
  "targetPcc": "YX86",
  "unmaskPaymentCardNumbers": true
}
Error generating example
Header NameExample
Authorization*"est"
{
  "agency": {
    "address": {
      "city": "Port Napoleonport",
      "countryCode": "ML",
      "freeText": "559 Margret Tunnel Apt. 348",
      "name": "Mr. Guillermo Moore",
      "postalCode": "09001",
      "stateProvince": "ME",
      "street": "484 Sam Terrace"
    },
    "agencyCustomerNumber": "0388817",
    "contactInfo": {
      "emails": [
        "contact@agency.com",
        "info@agency.com"
      ],
      "includePhoneLabel": false,
      "phones": [
        "+1-555-123-4567",
        "+1-555-987-6543"
      ]
    },
    "futureTicketingPolicy": {
      "comment": "dauyUOW18sUNMMBQlLOr",
      "queueNumber": "6",
      "ticketingDate": "2027-03-08",
      "ticketingPcc": "iHXL",
      "ticketingTime": "09:00"
    },
    "ticketingPolicy": "TODAY",
    "ticketingTimeLimitPolicy": {
      "airlineCode": "AA",
      "ticketingDate": "2026-09-19",
      "ticketingTime": "14:00"
    }
  },
  "asynchronousUpdateWaitTime": 3101,
  "car": {
    "associatedFlightDetails": {
      "arrivalAirlineCode": "[object Object]",
      "arrivalFlightNumber": 8696
    },
    "bookingKey": "fa54bd03-7a8c-405c-a7c5-2ae41f12407f",
    "collectionAddress": {
      "city": "Port Janniechester",
      "countryCode": "CZ",
      "postalCode": "71825",
      "stateProvince": "IL",
      "street": "66639 Donnelly Tunnel"
    },
    "collectionSite": {
      "id": "2itj2p",
      "name": "Beer LLC",
      "phone": "(544) 777-7025"
    },
    "deliveryAddress": {
      "city": "Gladyceport",
      "countryCode": "LI",
      "postalCode": "33895",
      "stateProvince": "MT",
      "street": "67506 Clinton Street"
    },
    "deliverySite": {
      "id": "q5EgXa",
      "name": "Christiansen - Bednar",
      "phone": "(254) 720-6919"
    },
    "emailIndex": 2,
    "flightIndex": 5,
    "formOfPayment": 2,
    "paymentPolicy": "DEPOSIT",
    "quantity": 1,
    "specialInstructions": "DdtnBLWcCKmHUdc",
    "travelerIndex": 2
  },
  "contactInfo": {
    "emails": [
      "contact@agency.com"
    ],
    "emergencyPhones": [
      "+1-555-000-0000"
    ],
    "faxes": [
      "+1-555-999-9999"
    ],
    "phones": [
      "+1-555-123-4567"
    ]
  },
  "errorHandlingPolicy": [
    "HALT_ON_ERROR",
    "HALT_ON_ERROR",
    "HALT_ON_ERROR",
    "HALT_ON_ERROR",
    "HALT_ON_ERROR"
  ],
  "flightDetails": {
    "flightPricing": [
      {
        "priceComparisons": [
          {
            "amount": "6",
            "comparisonType": "INCREASE_BY_AMOUNT",
            "desiredAmount": "0",
            "percent": "6"
          },
          {
            "amount": "5",
            "comparisonType": "INCREASE_BY_AMOUNT",
            "desiredAmount": "2",
            "percent": "1"
          }
        ],
        "qualifiers": {
          "accountCode": {
            "accountCodes": [
              "ACC1",
              "ACC2"
            ],
            "forceAccountCodes": true
          },
          "adjustedSellingLevel": {
            "ignore": false,
            "markDownAmount": "2",
            "markUpAmount": "8",
            "returnBreakdown": true
          },
          "baggageAllowance": [
            {
              "baggagePieces": 3,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 19
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 23
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 16
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 11
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 26
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 21
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 19
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 20
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 24
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 22
            }
          ],
          "brandedFares": [
            {
              "brandCode": "BW",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "bg",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "eb",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "iT",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "Av",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "uM",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "Rf",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "aK",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "mA",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "bF",
              "flightIndices": [
                2,
                1
              ]
            }
          ],
          "breakFareFlightIndices": [
            2,
            1
          ],
          "cabinCode": "Y",
          "commissionAmount": "0",
          "commissionContractNames": [
            "CON1",
            "CON2"
          ],
          "commissionPercentage": "2",
          "considerMultiTicket": false,
          "corporateFare": {
            "corporateIds": [
              "CORP1",
              "CORP2"
            ],
            "forceCorporateId": true
          },
          "currencyPricing": "RWF",
          "endorsements": {
            "description": "NON-ENDORSABLE",
            "useOverride": true
          },
          "exchangePenalties": {
            "applicability": "BEFORE_DEPARTURE",
            "penaltyAmount": {
              "amount": "3"
            },
            "restrictionType": "CHANGEABLE"
          },
          "excludeBasicEconomyFares": [
            "BE1",
            "BE2"
          ],
          "excludeFareFocusFares": true,
          "exemptTaxes": [
            "XF",
            "XT"
          ],
          "flightIndices": [
            2,
            1
          ],
          "forceConnectionFlightIndices": [
            1,
            2
          ],
          "forceStopoverFlightIndices": [
            1,
            2
          ],
          "hemisphereCode": 2,
          "journeyCode": 1,
          "netRemit": {
            "cashValue": {
              "amount": "59.65",
              "currencyCode": "AOA"
            },
            "commercialAgreementReferenceCode": "xY4jJD",
            "creditValue": {
              "amount": "74.05",
              "currencyCode": "SDG"
            },
            "netRemitCode": "XrRtSlG"
          },
          "overrideTaxes": [
            {
              "amount": "16.49",
              "taxCode": "W5"
            },
            {
              "amount": "17.39",
              "taxCode": "0C"
            },
            {
              "amount": "49.50",
              "taxCode": "MC"
            },
            {
              "amount": "28.35",
              "taxCode": "WI"
            },
            {
              "amount": "21.39",
              "taxCode": "PS"
            },
            {
              "amount": "30.89",
              "taxCode": "YO"
            },
            {
              "amount": "33.09",
              "taxCode": "M3"
            },
            {
              "amount": "8.75",
              "taxCode": "9A"
            },
            {
              "amount": "25.65",
              "taxCode": "G5"
            },
            {
              "amount": "10.85",
              "taxCode": "L8"
            }
          ],
          "passengersPricing": [
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 4,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 5,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 5,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 2,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 1,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 4,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 3,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 3,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 1,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 3,
              "passengerCode": "CNN"
            }
          ],
          "passengerStatus": "NATIONALITY",
          "passengerStatusCountryCode": "GH",
          "payment": {
            "amountOnSecondFormOfPayment": "8",
            "primaryFormOfPayment": 0,
            "secondaryFormOfPayment": 2
          },
          "priceWithTaxes": false,
          "rebookLowestFares": false,
          "retailerRule": {
            "forceQualifiers": true,
            "qualifiers": [
              "QL1",
              "QL2"
            ]
          },
          "settlementMethod": "TCH",
          "sideTripFlightIndices": [
            1,
            2
          ],
          "spanishIslandResidentDiscountCode": "Hnm",
          "spanishLargeFamilyDiscountLevel": 3,
          "specificFares": [
            {
              "fareBasisCode": "MT7bS",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "DVbFB",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "gEIuj",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "CcfWq",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "V3Yh4",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "DVJR5",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "Kz8rr",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "GyWNA",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "ccrD2",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "QuRvt",
              "flightIndices": [
                1,
                2
              ]
            }
          ],
          "tourCode": "J0q8FiQR",
          "tourCodeOverrides": "REPLACE_WITH_BT",
          "travelerIndices": [
            1,
            2
          ],
          "useExcursionFare": false,
          "useNetFare": false,
          "usePrivateFare": false,
          "usePublicFare": false,
          "useRoundTheWorldFare": false,
          "validatingAirlineCode": "DL"
        }
      },
      {
        "priceComparisons": [
          {
            "amount": "7",
            "comparisonType": "INCREASE_BY_AMOUNT",
            "desiredAmount": "3",
            "percent": "9"
          },
          {
            "amount": "5",
            "comparisonType": "INCREASE_BY_AMOUNT",
            "desiredAmount": "0",
            "percent": "6"
          }
        ],
        "qualifiers": {
          "accountCode": {
            "accountCodes": [
              "ACC1",
              "ACC2"
            ],
            "forceAccountCodes": false
          },
          "adjustedSellingLevel": {
            "ignore": true,
            "markDownAmount": "4",
            "markUpAmount": "0",
            "returnBreakdown": true
          },
          "baggageAllowance": [
            {
              "baggagePieces": 1,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 23
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 19
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 23
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 25
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 27
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 25
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 20
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 15
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 19
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 19
            }
          ],
          "brandedFares": [
            {
              "brandCode": "UB",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "lv",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "mL",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "tx",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "Tz",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "nr",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "fS",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "WN",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "ol",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "oU",
              "flightIndices": [
                2,
                1
              ]
            }
          ],
          "breakFareFlightIndices": [
            2,
            1
          ],
          "cabinCode": "F",
          "commissionAmount": "5",
          "commissionContractNames": [
            "CON1",
            "CON2"
          ],
          "commissionPercentage": "6",
          "considerMultiTicket": false,
          "corporateFare": {
            "corporateIds": [
              "CORP1",
              "CORP2"
            ],
            "forceCorporateId": false
          },
          "currencyPricing": "PLN",
          "endorsements": {
            "description": "NON-ENDORSABLE",
            "useOverride": false
          },
          "exchangePenalties": {
            "applicability": "BEFORE_DEPARTURE",
            "penaltyAmount": {
              "amount": "8"
            },
            "restrictionType": "CHANGEABLE"
          },
          "excludeBasicEconomyFares": [
            "BE1",
            "BE2"
          ],
          "excludeFareFocusFares": false,
          "exemptTaxes": [
            "XF",
            "XT"
          ],
          "flightIndices": [
            2,
            1
          ],
          "forceConnectionFlightIndices": [
            1,
            2
          ],
          "forceStopoverFlightIndices": [
            2,
            1
          ],
          "hemisphereCode": 1,
          "journeyCode": 2,
          "netRemit": {
            "cashValue": {
              "amount": "84.70",
              "currencyCode": "MGA"
            },
            "commercialAgreementReferenceCode": "FLn00k",
            "creditValue": {
              "amount": "112.69",
              "currencyCode": "NOK"
            },
            "netRemitCode": "fGjmqED"
          },
          "overrideTaxes": [
            {
              "amount": "48.79",
              "taxCode": "0O"
            },
            {
              "amount": "22.59",
              "taxCode": "FU"
            },
            {
              "amount": "43.19",
              "taxCode": "GA"
            },
            {
              "amount": "41.10",
              "taxCode": "UG"
            },
            {
              "amount": "41.19",
              "taxCode": "UB"
            },
            {
              "amount": "34.50",
              "taxCode": "3O"
            },
            {
              "amount": "13.83",
              "taxCode": "1U"
            },
            {
              "amount": "14.79",
              "taxCode": "G0"
            },
            {
              "amount": "12.59",
              "taxCode": "81"
            },
            {
              "amount": "13.89",
              "taxCode": "74"
            }
          ],
          "passengersPricing": [
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 4,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 4,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 1,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 5,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 3,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 1,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 2,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 2,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 1,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 3,
              "passengerCode": "CNN"
            }
          ],
          "passengerStatus": "RESIDENT",
          "passengerStatusCountryCode": "MC",
          "payment": {
            "amountOnSecondFormOfPayment": "9",
            "primaryFormOfPayment": 2,
            "secondaryFormOfPayment": 0
          },
          "priceWithTaxes": true,
          "rebookLowestFares": false,
          "retailerRule": {
            "forceQualifiers": false,
            "qualifiers": [
              "QL2",
              "QL1"
            ]
          },
          "settlementMethod": "CC",
          "sideTripFlightIndices": [
            2,
            1
          ],
          "spanishIslandResidentDiscountCode": "xap",
          "spanishLargeFamilyDiscountLevel": 2,
          "specificFares": [
            {
              "fareBasisCode": "LBgtg",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "btzOb",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "uLoSH",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "ONkpU",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "09Maw",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "wHP8u",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "BfU3c",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "Rf30P",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "sAXxj",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "gbXlv",
              "flightIndices": [
                2,
                1
              ]
            }
          ],
          "tourCode": "3RQnTjcP",
          "tourCodeOverrides": "REPLACE_WITH_BT",
          "travelerIndices": [
            1,
            2
          ],
          "useExcursionFare": false,
          "useNetFare": true,
          "usePrivateFare": false,
          "usePublicFare": false,
          "useRoundTheWorldFare": true,
          "validatingAirlineCode": "DL"
        }
      },
      {
        "priceComparisons": [
          {
            "amount": "5",
            "comparisonType": "INCREASE_BY_AMOUNT",
            "desiredAmount": "8",
            "percent": "6"
          },
          {
            "amount": "0",
            "comparisonType": "INCREASE_BY_AMOUNT",
            "desiredAmount": "8",
            "percent": "8"
          }
        ],
        "qualifiers": {
          "accountCode": {
            "accountCodes": [
              "ACC1",
              "ACC2"
            ],
            "forceAccountCodes": false
          },
          "adjustedSellingLevel": {
            "ignore": true,
            "markDownAmount": "9",
            "markUpAmount": "9",
            "returnBreakdown": false
          },
          "baggageAllowance": [
            {
              "baggagePieces": 3,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 30
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 18
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 16
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 17
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 17
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 23
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 10
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 11
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 13
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 12
            }
          ],
          "brandedFares": [
            {
              "brandCode": "cm",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "Qu",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "bY",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "ng",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "ZT",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "rD",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "Jc",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "om",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "br",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "mM",
              "flightIndices": [
                2,
                1
              ]
            }
          ],
          "breakFareFlightIndices": [
            1,
            2
          ],
          "cabinCode": "F",
          "commissionAmount": "3",
          "commissionContractNames": [
            "CON1",
            "CON2"
          ],
          "commissionPercentage": "1",
          "considerMultiTicket": true,
          "corporateFare": {
            "corporateIds": [
              "CORP1",
              "CORP2"
            ],
            "forceCorporateId": false
          },
          "currencyPricing": "MRU",
          "endorsements": {
            "description": "NON-ENDORSABLE",
            "useOverride": false
          },
          "exchangePenalties": {
            "applicability": "BEFORE_DEPARTURE",
            "penaltyAmount": {
              "amount": "7"
            },
            "restrictionType": "CHANGEABLE"
          },
          "excludeBasicEconomyFares": [
            "BE2",
            "BE1"
          ],
          "excludeFareFocusFares": false,
          "exemptTaxes": [
            "XF",
            "XT"
          ],
          "flightIndices": [
            2,
            1
          ],
          "forceConnectionFlightIndices": [
            2,
            1
          ],
          "forceStopoverFlightIndices": [
            1,
            2
          ],
          "hemisphereCode": 1,
          "journeyCode": 3,
          "netRemit": {
            "cashValue": {
              "amount": "136.05",
              "currencyCode": "AFN"
            },
            "commercialAgreementReferenceCode": "f9aPjM",
            "creditValue": {
              "amount": "88.59",
              "currencyCode": "KWD"
            },
            "netRemitCode": "g0NmXtP"
          },
          "overrideTaxes": [
            {
              "amount": "17.79",
              "taxCode": "G4"
            },
            {
              "amount": "25.25",
              "taxCode": "F2"
            },
            {
              "amount": "10.99",
              "taxCode": "DE"
            },
            {
              "amount": "24.95",
              "taxCode": "LT"
            },
            {
              "amount": "18.99",
              "taxCode": "OD"
            },
            {
              "amount": "8.29",
              "taxCode": "DP"
            },
            {
              "amount": "17.69",
              "taxCode": "CQ"
            },
            {
              "amount": "42.09",
              "taxCode": "DA"
            },
            {
              "amount": "47.09",
              "taxCode": "4J"
            },
            {
              "amount": "7.15",
              "taxCode": "3T"
            }
          ],
          "passengersPricing": [
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 4,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 1,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 1,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 4,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 1,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 2,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 4,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 5,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 5,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 3,
              "passengerCode": "INF"
            }
          ],
          "passengerStatus": "RESIDENT",
          "passengerStatusCountryCode": "MQ",
          "payment": {
            "amountOnSecondFormOfPayment": "3",
            "primaryFormOfPayment": 1,
            "secondaryFormOfPayment": 1
          },
          "priceWithTaxes": false,
          "rebookLowestFares": true,
          "retailerRule": {
            "forceQualifiers": true,
            "qualifiers": [
              "QL2",
              "QL1"
            ]
          },
          "settlementMethod": "CAS",
          "sideTripFlightIndices": [
            1,
            2
          ],
          "spanishIslandResidentDiscountCode": "XCr",
          "spanishLargeFamilyDiscountLevel": 2,
          "specificFares": [
            {
              "fareBasisCode": "q4STR",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "ZLwfl",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "H47Ot",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "OqOvh",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "i9Upw",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "ifa9d",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "qnO19",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "qOHVa",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "DZ22P",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "y0QDn",
              "flightIndices": [
                1,
                2
              ]
            }
          ],
          "tourCode": "4MCXh1vO",
          "tourCodeOverrides": "REPLACE_WITH_BT",
          "travelerIndices": [
            2,
            1
          ],
          "useExcursionFare": false,
          "useNetFare": false,
          "usePrivateFare": false,
          "usePublicFare": false,
          "useRoundTheWorldFare": true,
          "validatingAirlineCode": "AA"
        }
      },
      {
        "priceComparisons": [
          {
            "amount": "4",
            "comparisonType": "INCREASE_BY_AMOUNT",
            "desiredAmount": "7",
            "percent": "5"
          },
          {
            "amount": "8",
            "comparisonType": "INCREASE_BY_AMOUNT",
            "desiredAmount": "0",
            "percent": "2"
          }
        ],
        "qualifiers": {
          "accountCode": {
            "accountCodes": [
              "ACC1",
              "ACC2"
            ],
            "forceAccountCodes": false
          },
          "adjustedSellingLevel": {
            "ignore": true,
            "markDownAmount": "7",
            "markUpAmount": "4",
            "returnBreakdown": true
          },
          "baggageAllowance": [
            {
              "baggagePieces": 2,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 24
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 28
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 17
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 14
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 22
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 18
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 18
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 28
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 29
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 26
            }
          ],
          "brandedFares": [
            {
              "brandCode": "gt",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "Xw",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "qX",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "da",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "Vo",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "HE",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "jz",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "Yq",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "Lk",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "hf",
              "flightIndices": [
                1,
                2
              ]
            }
          ],
          "breakFareFlightIndices": [
            1,
            2
          ],
          "cabinCode": "F",
          "commissionAmount": "6",
          "commissionContractNames": [
            "CON2",
            "CON1"
          ],
          "commissionPercentage": "5",
          "considerMultiTicket": true,
          "corporateFare": {
            "corporateIds": [
              "CORP1",
              "CORP2"
            ],
            "forceCorporateId": true
          },
          "currencyPricing": "MUR",
          "endorsements": {
            "description": "REF AGY ONLY",
            "useOverride": true
          },
          "exchangePenalties": {
            "applicability": "BEFORE_DEPARTURE",
            "penaltyAmount": {
              "amount": "2"
            },
            "restrictionType": "CHANGEABLE"
          },
          "excludeBasicEconomyFares": [
            "BE2",
            "BE1"
          ],
          "excludeFareFocusFares": false,
          "exemptTaxes": [
            "XF",
            "XT"
          ],
          "flightIndices": [
            1,
            2
          ],
          "forceConnectionFlightIndices": [
            1,
            2
          ],
          "forceStopoverFlightIndices": [
            1,
            2
          ],
          "hemisphereCode": 1,
          "journeyCode": 3,
          "netRemit": {
            "cashValue": {
              "amount": "110.29",
              "currencyCode": "EGP"
            },
            "commercialAgreementReferenceCode": "jmwQZE",
            "creditValue": {
              "amount": "60.98",
              "currencyCode": "GHS"
            },
            "netRemitCode": "SGnnaH8"
          },
          "overrideTaxes": [
            {
              "amount": "39.59",
              "taxCode": "FP"
            },
            {
              "amount": "44.39",
              "taxCode": "9V"
            },
            {
              "amount": "8.49",
              "taxCode": "VV"
            },
            {
              "amount": "34.25",
              "taxCode": "VA"
            },
            {
              "amount": "31.39",
              "taxCode": "WI"
            },
            {
              "amount": "45.10",
              "taxCode": "DI"
            },
            {
              "amount": "33.95",
              "taxCode": "39"
            },
            {
              "amount": "22.19",
              "taxCode": "TA"
            },
            {
              "amount": "42.89",
              "taxCode": "95"
            },
            {
              "amount": "47.09",
              "taxCode": "Q0"
            }
          ],
          "passengersPricing": [
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 2,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 2,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 5,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 4,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 1,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 3,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 2,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 3,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 1,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 5,
              "passengerCode": "CNN"
            }
          ],
          "passengerStatus": "EMPLOYEE",
          "passengerStatusCountryCode": "LI",
          "payment": {
            "amountOnSecondFormOfPayment": "9",
            "primaryFormOfPayment": 2,
            "secondaryFormOfPayment": 0
          },
          "priceWithTaxes": true,
          "rebookLowestFares": true,
          "retailerRule": {
            "forceQualifiers": true,
            "qualifiers": [
              "QL1",
              "QL2"
            ]
          },
          "settlementMethod": "TCH",
          "sideTripFlightIndices": [
            1,
            2
          ],
          "spanishIslandResidentDiscountCode": "gPl",
          "spanishLargeFamilyDiscountLevel": 2,
          "specificFares": [
            {
              "fareBasisCode": "tJPli",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "Ci04i",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "shpx4",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "cnyUN",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "mJmah",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "5vVRX",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "E8Rz7",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "kfu1d",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "uUQha",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "y6rXs",
              "flightIndices": [
                1,
                2
              ]
            }
          ],
          "tourCode": "MsyYAt1k",
          "tourCodeOverrides": "REPLACE_WITH_BT",
          "travelerIndices": [
            1,
            2
          ],
          "useExcursionFare": false,
          "useNetFare": true,
          "usePrivateFare": true,
          "usePublicFare": true,
          "useRoundTheWorldFare": true,
          "validatingAirlineCode": "UA"
        }
      },
      {
        "priceComparisons": [
          {
            "amount": "7",
            "comparisonType": "INCREASE_BY_AMOUNT",
            "desiredAmount": "1",
            "percent": "3"
          },
          {
            "amount": "5",
            "comparisonType": "INCREASE_BY_AMOUNT",
            "desiredAmount": "0",
            "percent": "1"
          }
        ],
        "qualifiers": {
          "accountCode": {
            "accountCodes": [
              "ACC2",
              "ACC1"
            ],
            "forceAccountCodes": true
          },
          "adjustedSellingLevel": {
            "ignore": true,
            "markDownAmount": "9",
            "markUpAmount": "8",
            "returnBreakdown": false
          },
          "baggageAllowance": [
            {
              "baggagePieces": 2,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 29
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 26
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 10
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 26
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 10
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 21
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 30
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 17
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 11
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 10
            }
          ],
          "brandedFares": [
            {
              "brandCode": "xa",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "xf",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "im",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "vx",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "Nt",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "UU",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "Dy",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "Uk",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "xn",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "XZ",
              "flightIndices": [
                1,
                2
              ]
            }
          ],
          "breakFareFlightIndices": [
            2,
            1
          ],
          "cabinCode": "F",
          "commissionAmount": "0",
          "commissionContractNames": [
            "CON2",
            "CON1"
          ],
          "commissionPercentage": "1",
          "considerMultiTicket": true,
          "corporateFare": {
            "corporateIds": [
              "CORP1",
              "CORP2"
            ],
            "forceCorporateId": true
          },
          "currencyPricing": "CUP",
          "endorsements": {
            "description": "REF AGY ONLY",
            "useOverride": false
          },
          "exchangePenalties": {
            "applicability": "BEFORE_DEPARTURE",
            "penaltyAmount": {
              "amount": "3"
            },
            "restrictionType": "CHANGEABLE"
          },
          "excludeBasicEconomyFares": [
            "BE1",
            "BE2"
          ],
          "excludeFareFocusFares": false,
          "exemptTaxes": [
            "XT",
            "XF"
          ],
          "flightIndices": [
            1,
            2
          ],
          "forceConnectionFlightIndices": [
            1,
            2
          ],
          "forceStopoverFlightIndices": [
            1,
            2
          ],
          "hemisphereCode": 1,
          "journeyCode": 3,
          "netRemit": {
            "cashValue": {
              "amount": "67.09",
              "currencyCode": "CAD"
            },
            "commercialAgreementReferenceCode": "5q3QfM",
            "creditValue": {
              "amount": "73.51",
              "currencyCode": "MDL"
            },
            "netRemitCode": "24kleMU"
          },
          "overrideTaxes": [
            {
              "amount": "13.69",
              "taxCode": "QZ"
            },
            {
              "amount": "48.49",
              "taxCode": "WK"
            },
            {
              "amount": "36.39",
              "taxCode": "M7"
            },
            {
              "amount": "41.90",
              "taxCode": "JD"
            },
            {
              "amount": "6.05",
              "taxCode": "2L"
            },
            {
              "amount": "13.19",
              "taxCode": "NP"
            },
            {
              "amount": "28.95",
              "taxCode": "WI"
            },
            {
              "amount": "17.09",
              "taxCode": "QS"
            },
            {
              "amount": "28.30",
              "taxCode": "1C"
            },
            {
              "amount": "29.89",
              "taxCode": "X1"
            }
          ],
          "passengersPricing": [
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 4,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 1,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 3,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 1,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 1,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 4,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 3,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 1,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 5,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 3,
              "passengerCode": "ADT"
            }
          ],
          "passengerStatus": "EMPLOYEE",
          "passengerStatusCountryCode": "MY",
          "payment": {
            "amountOnSecondFormOfPayment": "5",
            "primaryFormOfPayment": 2,
            "secondaryFormOfPayment": 0
          },
          "priceWithTaxes": false,
          "rebookLowestFares": true,
          "retailerRule": {
            "forceQualifiers": true,
            "qualifiers": [
              "QL2",
              "QL1"
            ]
          },
          "settlementMethod": "TCH",
          "sideTripFlightIndices": [
            1,
            2
          ],
          "spanishIslandResidentDiscountCode": "dig",
          "spanishLargeFamilyDiscountLevel": 1,
          "specificFares": [
            {
              "fareBasisCode": "TlS7g",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "S4GBO",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "JmGc9",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "L3Lsj",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "38PDY",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "cX8Tk",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "mvdt6",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "rlPTg",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "OFCZm",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "GFZGN",
              "flightIndices": [
                2,
                1
              ]
            }
          ],
          "tourCode": "PLQDKUH6",
          "tourCodeOverrides": "REPLACE_WITH_BT",
          "travelerIndices": [
            1,
            2
          ],
          "useExcursionFare": false,
          "useNetFare": false,
          "usePrivateFare": true,
          "usePublicFare": true,
          "useRoundTheWorldFare": true,
          "validatingAirlineCode": "AA"
        }
      },
      {
        "priceComparisons": [
          {
            "amount": "8",
            "comparisonType": "INCREASE_BY_AMOUNT",
            "desiredAmount": "1",
            "percent": "5"
          },
          {
            "amount": "8",
            "comparisonType": "INCREASE_BY_AMOUNT",
            "desiredAmount": "3",
            "percent": "9"
          }
        ],
        "qualifiers": {
          "accountCode": {
            "accountCodes": [
              "ACC2",
              "ACC1"
            ],
            "forceAccountCodes": true
          },
          "adjustedSellingLevel": {
            "ignore": false,
            "markDownAmount": "8",
            "markUpAmount": "0",
            "returnBreakdown": true
          },
          "baggageAllowance": [
            {
              "baggagePieces": 2,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 23
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 13
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 13
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 13
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 30
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 21
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 24
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 22
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 15
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 27
            }
          ],
          "brandedFares": [
            {
              "brandCode": "Kd",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "Pv",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "RQ",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "yZ",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "rU",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "tP",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "Bm",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "gz",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "IX",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "IH",
              "flightIndices": [
                2,
                1
              ]
            }
          ],
          "breakFareFlightIndices": [
            2,
            1
          ],
          "cabinCode": "F",
          "commissionAmount": "6",
          "commissionContractNames": [
            "CON1",
            "CON2"
          ],
          "commissionPercentage": "9",
          "considerMultiTicket": true,
          "corporateFare": {
            "corporateIds": [
              "CORP2",
              "CORP1"
            ],
            "forceCorporateId": false
          },
          "currencyPricing": "TZS",
          "endorsements": {
            "description": "REF AGY ONLY",
            "useOverride": false
          },
          "exchangePenalties": {
            "applicability": "BEFORE_DEPARTURE",
            "penaltyAmount": {
              "amount": "3"
            },
            "restrictionType": "CHANGEABLE"
          },
          "excludeBasicEconomyFares": [
            "BE2",
            "BE1"
          ],
          "excludeFareFocusFares": false,
          "exemptTaxes": [
            "XF",
            "XT"
          ],
          "flightIndices": [
            2,
            1
          ],
          "forceConnectionFlightIndices": [
            1,
            2
          ],
          "forceStopoverFlightIndices": [
            1,
            2
          ],
          "hemisphereCode": 2,
          "journeyCode": 2,
          "netRemit": {
            "cashValue": {
              "amount": "83.89",
              "currencyCode": "GIP"
            },
            "commercialAgreementReferenceCode": "O78gfM",
            "creditValue": {
              "amount": "105.59",
              "currencyCode": "KZT"
            },
            "netRemitCode": "NspDWJp"
          },
          "overrideTaxes": [
            {
              "amount": "28.45",
              "taxCode": "E5"
            },
            {
              "amount": "34.99",
              "taxCode": "58"
            },
            {
              "amount": "26.11",
              "taxCode": "PP"
            },
            {
              "amount": "7.10",
              "taxCode": "3M"
            },
            {
              "amount": "17.65",
              "taxCode": "P1"
            },
            {
              "amount": "11.59",
              "taxCode": "3S"
            },
            {
              "amount": "17.35",
              "taxCode": "M2"
            },
            {
              "amount": "38.05",
              "taxCode": "L3"
            },
            {
              "amount": "17.59",
              "taxCode": "7A"
            },
            {
              "amount": "44.85",
              "taxCode": "H7"
            }
          ],
          "passengersPricing": [
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 2,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 5,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 5,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 3,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 4,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 3,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 4,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 1,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 4,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 4,
              "passengerCode": "CNN"
            }
          ],
          "passengerStatus": "RESIDENT",
          "passengerStatusCountryCode": "PG",
          "payment": {
            "amountOnSecondFormOfPayment": "0",
            "primaryFormOfPayment": 0,
            "secondaryFormOfPayment": 1
          },
          "priceWithTaxes": true,
          "rebookLowestFares": false,
          "retailerRule": {
            "forceQualifiers": false,
            "qualifiers": [
              "QL1",
              "QL2"
            ]
          },
          "settlementMethod": "CC",
          "sideTripFlightIndices": [
            2,
            1
          ],
          "spanishIslandResidentDiscountCode": "bUG",
          "spanishLargeFamilyDiscountLevel": 3,
          "specificFares": [
            {
              "fareBasisCode": "IjBJW",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "5jLzS",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "7mCZw",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "uV6vl",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "biAUz",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "KwDdi",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "RatiC",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "7CYyO",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "ZA6dq",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "fN0GE",
              "flightIndices": [
                1,
                2
              ]
            }
          ],
          "tourCode": "Z1zr1fPa",
          "tourCodeOverrides": "REPLACE_WITH_BT",
          "travelerIndices": [
            1,
            2
          ],
          "useExcursionFare": false,
          "useNetFare": true,
          "usePrivateFare": true,
          "usePublicFare": true,
          "useRoundTheWorldFare": false,
          "validatingAirlineCode": "DL"
        }
      },
      {
        "priceComparisons": [
          {
            "amount": "5",
            "comparisonType": "INCREASE_BY_AMOUNT",
            "desiredAmount": "9",
            "percent": "8"
          },
          {
            "amount": "0",
            "comparisonType": "INCREASE_BY_AMOUNT",
            "desiredAmount": "7",
            "percent": "2"
          }
        ],
        "qualifiers": {
          "accountCode": {
            "accountCodes": [
              "ACC2",
              "ACC1"
            ],
            "forceAccountCodes": false
          },
          "adjustedSellingLevel": {
            "ignore": true,
            "markDownAmount": "4",
            "markUpAmount": "7",
            "returnBreakdown": false
          },
          "baggageAllowance": [
            {
              "baggagePieces": 2,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 12
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 16
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 11
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 19
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 21
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 23
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 30
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 12
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 11
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 24
            }
          ],
          "brandedFares": [
            {
              "brandCode": "OU",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "Yl",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "Cr",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "EZ",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "zA",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "AT",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "SM",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "Iu",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "XW",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "ek",
              "flightIndices": [
                2,
                1
              ]
            }
          ],
          "breakFareFlightIndices": [
            2,
            1
          ],
          "cabinCode": "Y",
          "commissionAmount": "8",
          "commissionContractNames": [
            "CON2",
            "CON1"
          ],
          "commissionPercentage": "4",
          "considerMultiTicket": false,
          "corporateFare": {
            "corporateIds": [
              "CORP1",
              "CORP2"
            ],
            "forceCorporateId": true
          },
          "currencyPricing": "EUR",
          "endorsements": {
            "description": "REF AGY ONLY",
            "useOverride": true
          },
          "exchangePenalties": {
            "applicability": "BEFORE_DEPARTURE",
            "penaltyAmount": {
              "amount": "0"
            },
            "restrictionType": "CHANGEABLE"
          },
          "excludeBasicEconomyFares": [
            "BE1",
            "BE2"
          ],
          "excludeFareFocusFares": true,
          "exemptTaxes": [
            "XF",
            "XT"
          ],
          "flightIndices": [
            2,
            1
          ],
          "forceConnectionFlightIndices": [
            2,
            1
          ],
          "forceStopoverFlightIndices": [
            2,
            1
          ],
          "hemisphereCode": 1,
          "journeyCode": 2,
          "netRemit": {
            "cashValue": {
              "amount": "112.69",
              "currencyCode": "AOA"
            },
            "commercialAgreementReferenceCode": "A9w55q",
            "creditValue": {
              "amount": "105.08",
              "currencyCode": "BHD"
            },
            "netRemitCode": "EogZGUf"
          },
          "overrideTaxes": [
            {
              "amount": "48.45",
              "taxCode": "9T"
            },
            {
              "amount": "32.39",
              "taxCode": "UI"
            },
            {
              "amount": "34.50",
              "taxCode": "FP"
            },
            {
              "amount": "40.79",
              "taxCode": "AS"
            },
            {
              "amount": "5.59",
              "taxCode": "YL"
            },
            {
              "amount": "12.25",
              "taxCode": "VY"
            },
            {
              "amount": "13.19",
              "taxCode": "WZ"
            },
            {
              "amount": "24.59",
              "taxCode": "JN"
            },
            {
              "amount": "27.00",
              "taxCode": "O5"
            },
            {
              "amount": "25.89",
              "taxCode": "XG"
            }
          ],
          "passengersPricing": [
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 2,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 4,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 5,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 2,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 5,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 3,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 1,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 2,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 3,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 4,
              "passengerCode": "ADT"
            }
          ],
          "passengerStatus": "NATIONALITY",
          "passengerStatusCountryCode": "LB",
          "payment": {
            "amountOnSecondFormOfPayment": "8",
            "primaryFormOfPayment": 2,
            "secondaryFormOfPayment": 2
          },
          "priceWithTaxes": true,
          "rebookLowestFares": true,
          "retailerRule": {
            "forceQualifiers": true,
            "qualifiers": [
              "QL2",
              "QL1"
            ]
          },
          "settlementMethod": "CC",
          "sideTripFlightIndices": [
            2,
            1
          ],
          "spanishIslandResidentDiscountCode": "gfk",
          "spanishLargeFamilyDiscountLevel": 1,
          "specificFares": [
            {
              "fareBasisCode": "ubCKE",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "AVzdf",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "t9mLd",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "VPIYU",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "B9wUn",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "3Ouc0",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "aTenn",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "YEDQO",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "s8lpk",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "fwHUr",
              "flightIndices": [
                1,
                2
              ]
            }
          ],
          "tourCode": "opqUujiV",
          "tourCodeOverrides": "REPLACE_WITH_BT",
          "travelerIndices": [
            1,
            2
          ],
          "useExcursionFare": false,
          "useNetFare": false,
          "usePrivateFare": true,
          "usePublicFare": true,
          "useRoundTheWorldFare": false,
          "validatingAirlineCode": "AA"
        }
      },
      {
        "priceComparisons": [
          {
            "amount": "8",
            "comparisonType": "INCREASE_BY_AMOUNT",
            "desiredAmount": "1",
            "percent": "2"
          },
          {
            "amount": "2",
            "comparisonType": "INCREASE_BY_AMOUNT",
            "desiredAmount": "8",
            "percent": "6"
          }
        ],
        "qualifiers": {
          "accountCode": {
            "accountCodes": [
              "ACC1",
              "ACC2"
            ],
            "forceAccountCodes": true
          },
          "adjustedSellingLevel": {
            "ignore": false,
            "markDownAmount": "9",
            "markUpAmount": "3",
            "returnBreakdown": true
          },
          "baggageAllowance": [
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 19
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 23
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 11
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 11
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 25
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 20
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 15
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 10
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 25
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 13
            }
          ],
          "brandedFares": [
            {
              "brandCode": "gd",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "Fu",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "hP",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "QH",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "jm",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "iY",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "Lm",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "sh",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "Sm",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "hn",
              "flightIndices": [
                2,
                1
              ]
            }
          ],
          "breakFareFlightIndices": [
            1,
            2
          ],
          "cabinCode": "J",
          "commissionAmount": "2",
          "commissionContractNames": [
            "CON1",
            "CON2"
          ],
          "commissionPercentage": "4",
          "considerMultiTicket": true,
          "corporateFare": {
            "corporateIds": [
              "CORP1",
              "CORP2"
            ],
            "forceCorporateId": false
          },
          "currencyPricing": "WST",
          "endorsements": {
            "description": "REF AGY ONLY",
            "useOverride": false
          },
          "exchangePenalties": {
            "applicability": "BEFORE_DEPARTURE",
            "penaltyAmount": {
              "amount": "8"
            },
            "restrictionType": "CHANGEABLE"
          },
          "excludeBasicEconomyFares": [
            "BE1",
            "BE2"
          ],
          "excludeFareFocusFares": true,
          "exemptTaxes": [
            "XF",
            "XT"
          ],
          "flightIndices": [
            1,
            2
          ],
          "forceConnectionFlightIndices": [
            1,
            2
          ],
          "forceStopoverFlightIndices": [
            1,
            2
          ],
          "hemisphereCode": 2,
          "journeyCode": 2,
          "netRemit": {
            "cashValue": {
              "amount": "120.09",
              "currencyCode": "TTD"
            },
            "commercialAgreementReferenceCode": "pOxBCc",
            "creditValue": {
              "amount": "63.69",
              "currencyCode": "OMR"
            },
            "netRemitCode": "wIPhCfT"
          },
          "overrideTaxes": [
            {
              "amount": "44.10",
              "taxCode": "Y1"
            },
            {
              "amount": "29.59",
              "taxCode": "DC"
            },
            {
              "amount": "27.35",
              "taxCode": "F8"
            },
            {
              "amount": "25.65",
              "taxCode": "ZU"
            },
            {
              "amount": "25.45",
              "taxCode": "MI"
            },
            {
              "amount": "21.12",
              "taxCode": "61"
            },
            {
              "amount": "21.48",
              "taxCode": "B4"
            },
            {
              "amount": "6.19",
              "taxCode": "ZS"
            },
            {
              "amount": "8.99",
              "taxCode": "KG"
            },
            {
              "amount": "6.79",
              "taxCode": "ZX"
            }
          ],
          "passengersPricing": [
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 3,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 5,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 4,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 3,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 1,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 5,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 5,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 1,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 1,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 5,
              "passengerCode": "INF"
            }
          ],
          "passengerStatus": "EMPLOYEE",
          "passengerStatusCountryCode": "NR",
          "payment": {
            "amountOnSecondFormOfPayment": "5",
            "primaryFormOfPayment": 2,
            "secondaryFormOfPayment": 0
          },
          "priceWithTaxes": true,
          "rebookLowestFares": true,
          "retailerRule": {
            "forceQualifiers": false,
            "qualifiers": [
              "QL2",
              "QL1"
            ]
          },
          "settlementMethod": "TCH",
          "sideTripFlightIndices": [
            2,
            1
          ],
          "spanishIslandResidentDiscountCode": "tCA",
          "spanishLargeFamilyDiscountLevel": 2,
          "specificFares": [
            {
              "fareBasisCode": "978jR",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "158rv",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "K3Wwr",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "e1GXC",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "hUBQr",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "pG5To",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "BLIPR",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "Tv2uV",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "MXp1w",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "iWlrD",
              "flightIndices": [
                1,
                2
              ]
            }
          ],
          "tourCode": "sr9TKV4P",
          "tourCodeOverrides": "REPLACE_WITH_BT",
          "travelerIndices": [
            2,
            1
          ],
          "useExcursionFare": true,
          "useNetFare": true,
          "usePrivateFare": true,
          "usePublicFare": true,
          "useRoundTheWorldFare": false,
          "validatingAirlineCode": "AA"
        }
      },
      {
        "priceComparisons": [
          {
            "amount": "1",
            "comparisonType": "INCREASE_BY_AMOUNT",
            "desiredAmount": "4",
            "percent": "8"
          },
          {
            "amount": "9",
            "comparisonType": "INCREASE_BY_AMOUNT",
            "desiredAmount": "6",
            "percent": "2"
          }
        ],
        "qualifiers": {
          "accountCode": {
            "accountCodes": [
              "ACC2",
              "ACC1"
            ],
            "forceAccountCodes": true
          },
          "adjustedSellingLevel": {
            "ignore": true,
            "markDownAmount": "1",
            "markUpAmount": "5",
            "returnBreakdown": false
          },
          "baggageAllowance": [
            {
              "baggagePieces": 3,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 13
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 29
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 22
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 27
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 28
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 23
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 13
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 26
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 15
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 23
            }
          ],
          "brandedFares": [
            {
              "brandCode": "QC",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "oJ",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "fd",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "FR",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "nx",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "kO",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "hM",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "pw",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "Ga",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "qf",
              "flightIndices": [
                1,
                2
              ]
            }
          ],
          "breakFareFlightIndices": [
            2,
            1
          ],
          "cabinCode": "Y",
          "commissionAmount": "8",
          "commissionContractNames": [
            "CON2",
            "CON1"
          ],
          "commissionPercentage": "3",
          "considerMultiTicket": false,
          "corporateFare": {
            "corporateIds": [
              "CORP1",
              "CORP2"
            ],
            "forceCorporateId": false
          },
          "currencyPricing": "BAM",
          "endorsements": {
            "description": "REF AGY ONLY",
            "useOverride": true
          },
          "exchangePenalties": {
            "applicability": "BEFORE_DEPARTURE",
            "penaltyAmount": {
              "amount": "9"
            },
            "restrictionType": "CHANGEABLE"
          },
          "excludeBasicEconomyFares": [
            "BE1",
            "BE2"
          ],
          "excludeFareFocusFares": false,
          "exemptTaxes": [
            "XT",
            "XF"
          ],
          "flightIndices": [
            1,
            2
          ],
          "forceConnectionFlightIndices": [
            1,
            2
          ],
          "forceStopoverFlightIndices": [
            2,
            1
          ],
          "hemisphereCode": 2,
          "journeyCode": 2,
          "netRemit": {
            "cashValue": {
              "amount": "73.76",
              "currencyCode": "RSD"
            },
            "commercialAgreementReferenceCode": "wlwO3P",
            "creditValue": {
              "amount": "133.15",
              "currencyCode": "AZN"
            },
            "netRemitCode": "h93sbcM"
          },
          "overrideTaxes": [
            {
              "amount": "18.69",
              "taxCode": "HQ"
            },
            {
              "amount": "19.18",
              "taxCode": "6H"
            },
            {
              "amount": "24.65",
              "taxCode": "IR"
            },
            {
              "amount": "12.39",
              "taxCode": "PB"
            },
            {
              "amount": "47.69",
              "taxCode": "L4"
            },
            {
              "amount": "19.99",
              "taxCode": "TY"
            },
            {
              "amount": "47.49",
              "taxCode": "5G"
            },
            {
              "amount": "20.55",
              "taxCode": "V5"
            },
            {
              "amount": "47.15",
              "taxCode": "LU"
            },
            {
              "amount": "23.69",
              "taxCode": "B3"
            }
          ],
          "passengersPricing": [
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 2,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 5,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 1,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 4,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 5,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 1,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 5,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 4,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 4,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 5,
              "passengerCode": "CNN"
            }
          ],
          "passengerStatus": "NATIONALITY",
          "passengerStatusCountryCode": "CO",
          "payment": {
            "amountOnSecondFormOfPayment": "8",
            "primaryFormOfPayment": 0,
            "secondaryFormOfPayment": 1
          },
          "priceWithTaxes": true,
          "rebookLowestFares": false,
          "retailerRule": {
            "forceQualifiers": true,
            "qualifiers": [
              "QL1",
              "QL2"
            ]
          },
          "settlementMethod": "CC",
          "sideTripFlightIndices": [
            2,
            1
          ],
          "spanishIslandResidentDiscountCode": "HXB",
          "spanishLargeFamilyDiscountLevel": 2,
          "specificFares": [
            {
              "fareBasisCode": "W0XJc",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "rUiYz",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "bILNt",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "QwGVv",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "pfBp7",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "HixN2",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "V5B4d",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "xeouQ",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "6L3Ll",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "2zMBN",
              "flightIndices": [
                2,
                1
              ]
            }
          ],
          "tourCode": "PYNxA9vs",
          "tourCodeOverrides": "REPLACE_WITH_BT",
          "travelerIndices": [
            1,
            2
          ],
          "useExcursionFare": true,
          "useNetFare": false,
          "usePrivateFare": true,
          "usePublicFare": true,
          "useRoundTheWorldFare": false,
          "validatingAirlineCode": "AA"
        }
      },
      {
        "priceComparisons": [
          {
            "amount": "7",
            "comparisonType": "INCREASE_BY_AMOUNT",
            "desiredAmount": "2",
            "percent": "9"
          },
          {
            "amount": "8",
            "comparisonType": "INCREASE_BY_AMOUNT",
            "desiredAmount": "8",
            "percent": "2"
          }
        ],
        "qualifiers": {
          "accountCode": {
            "accountCodes": [
              "ACC1",
              "ACC2"
            ],
            "forceAccountCodes": false
          },
          "adjustedSellingLevel": {
            "ignore": true,
            "markDownAmount": "8",
            "markUpAmount": "8",
            "returnBreakdown": false
          },
          "baggageAllowance": [
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 27
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 22
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 21
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 16
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 21
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 10
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 25
            },
            {
              "baggagePieces": 1,
              "flightIndices": [
                1,
                2
              ],
              "totalWeightInKilograms": 23
            },
            {
              "baggagePieces": 3,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 26
            },
            {
              "baggagePieces": 2,
              "flightIndices": [
                2,
                1
              ],
              "totalWeightInKilograms": 17
            }
          ],
          "brandedFares": [
            {
              "brandCode": "ck",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "wI",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "VU",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "oC",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "aL",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "yI",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "brandCode": "kD",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "ms",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "UF",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "brandCode": "Ky",
              "flightIndices": [
                2,
                1
              ]
            }
          ],
          "breakFareFlightIndices": [
            2,
            1
          ],
          "cabinCode": "J",
          "commissionAmount": "4",
          "commissionContractNames": [
            "CON1",
            "CON2"
          ],
          "commissionPercentage": "5",
          "considerMultiTicket": false,
          "corporateFare": {
            "corporateIds": [
              "CORP2",
              "CORP1"
            ],
            "forceCorporateId": false
          },
          "currencyPricing": "YER",
          "endorsements": {
            "description": "REF AGY ONLY",
            "useOverride": false
          },
          "exchangePenalties": {
            "applicability": "BEFORE_DEPARTURE",
            "penaltyAmount": {
              "amount": "8"
            },
            "restrictionType": "CHANGEABLE"
          },
          "excludeBasicEconomyFares": [
            "BE2",
            "BE1"
          ],
          "excludeFareFocusFares": true,
          "exemptTaxes": [
            "XF",
            "XT"
          ],
          "flightIndices": [
            2,
            1
          ],
          "forceConnectionFlightIndices": [
            2,
            1
          ],
          "forceStopoverFlightIndices": [
            1,
            2
          ],
          "hemisphereCode": 2,
          "journeyCode": 2,
          "netRemit": {
            "cashValue": {
              "amount": "142.55",
              "currencyCode": "DKK"
            },
            "commercialAgreementReferenceCode": "pQ5gFT",
            "creditValue": {
              "amount": "114.19",
              "currencyCode": "AED"
            },
            "netRemitCode": "fcrIMY9"
          },
          "overrideTaxes": [
            {
              "amount": "37.29",
              "taxCode": "HX"
            },
            {
              "amount": "23.65",
              "taxCode": "FW"
            },
            {
              "amount": "21.99",
              "taxCode": "J7"
            },
            {
              "amount": "36.35",
              "taxCode": "46"
            },
            {
              "amount": "8.55",
              "taxCode": "FF"
            },
            {
              "amount": "24.45",
              "taxCode": "W2"
            },
            {
              "amount": "5.89",
              "taxCode": "E0"
            },
            {
              "amount": "10.40",
              "taxCode": "UK"
            },
            {
              "amount": "18.79",
              "taxCode": "CR"
            },
            {
              "amount": "23.99",
              "taxCode": "MH"
            }
          ],
          "passengersPricing": [
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 1,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 3,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 5,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 2,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 1,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": false,
              "numberOfpassengers": 4,
              "passengerCode": "CNN"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 2,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 3,
              "passengerCode": "INF"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 1,
              "passengerCode": "ADT"
            },
            {
              "forcePassengerCode": true,
              "numberOfpassengers": 2,
              "passengerCode": "INF"
            }
          ],
          "passengerStatus": "NATIONALITY",
          "passengerStatusCountryCode": "AS",
          "payment": {
            "amountOnSecondFormOfPayment": "0",
            "primaryFormOfPayment": 2,
            "secondaryFormOfPayment": 0
          },
          "priceWithTaxes": false,
          "rebookLowestFares": true,
          "retailerRule": {
            "forceQualifiers": false,
            "qualifiers": [
              "QL1",
              "QL2"
            ]
          },
          "settlementMethod": "TCH",
          "sideTripFlightIndices": [
            1,
            2
          ],
          "spanishIslandResidentDiscountCode": "QVm",
          "spanishLargeFamilyDiscountLevel": 1,
          "specificFares": [
            {
              "fareBasisCode": "WdzZN",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "41xzn",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "7PliS",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "5kcy1",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "K2sJI",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "ZiJsh",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "fPZtN",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "DibgN",
              "flightIndices": [
                1,
                2
              ]
            },
            {
              "fareBasisCode": "l6ieC",
              "flightIndices": [
                2,
                1
              ]
            },
            {
              "fareBasisCode": "CCrKz",
              "flightIndices": [
                2,
                1
              ]
            }
          ],
          "tourCode": "4LutdOxK",
          "tourCodeOverrides": "REPLACE_WITH_BT",
          "travelerIndices": [
            2,
            1
          ],
          "useExcursionFare": true,
          "useNetFare": false,
          "usePrivateFare": false,
          "usePublicFare": true,
          "useRoundTheWorldFare": false,
          "validatingAirlineCode": "AA"
        }
      }
    ],
    "flights": [
      {
        "airlineCode": "BA",
        "arrivalDate": "2027-07-09",
        "arrivalTime": "12:28",
        "bookingClass": "J",
        "changeOfGaugeSeats": [
          {
            "number": "5B",
            "travelerIndex": 4
          }
        ],
        "confirmationId": "5G3p6O",
        "departureDate": "2027-04-26",
        "departureTime": "14:45",
        "flightNumber": 8917,
        "flightStatusCode": "HK",
        "fromAirportCode": "JFK",
        "isMarriageGroup": true,
        "seats": [
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "20F",
            "travelerIndex": 3
          },
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "7F",
            "travelerIndex": 3
          },
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "34F",
            "travelerIndex": 1
          },
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "31C",
            "travelerIndex": 2
          },
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "27E",
            "travelerIndex": 5
          }
        ],
        "source": "ATPCO",
        "toAirportCode": "LAX"
      },
      {
        "airlineCode": "BA",
        "arrivalDate": "2027-02-02",
        "arrivalTime": "13:45",
        "bookingClass": "J",
        "changeOfGaugeSeats": [
          {
            "number": "25D",
            "travelerIndex": 2
          },
          {
            "number": "21E",
            "travelerIndex": 4
          },
          {
            "number": "2D",
            "travelerIndex": 5
          },
          {
            "number": "2F",
            "travelerIndex": 1
          },
          {
            "number": "35F",
            "travelerIndex": 3
          }
        ],
        "confirmationId": "uj5FXX",
        "departureDate": "2026-09-15",
        "departureTime": "10:30",
        "flightNumber": 503,
        "flightStatusCode": "HK",
        "fromAirportCode": "ATL",
        "isMarriageGroup": false,
        "seats": [
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "35B",
            "travelerIndex": 4
          },
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "1C",
            "travelerIndex": 3
          },
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "35A",
            "travelerIndex": 1
          },
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "11F",
            "travelerIndex": 2
          }
        ],
        "source": "ATPCO",
        "toAirportCode": "SEA"
      },
      {
        "airlineCode": "AA",
        "arrivalDate": "2027-03-08",
        "arrivalTime": "12:28",
        "bookingClass": "Y",
        "changeOfGaugeSeats": [
          {
            "number": "5D",
            "travelerIndex": 4
          },
          {
            "number": "10C",
            "travelerIndex": 3
          },
          {
            "number": "23E",
            "travelerIndex": 2
          }
        ],
        "confirmationId": "HF0YbV",
        "departureDate": "2026-10-23",
        "departureTime": "14:45",
        "flightNumber": 1213,
        "flightStatusCode": "NN",
        "fromAirportCode": "ATL",
        "isMarriageGroup": false,
        "seats": [
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "32C",
            "travelerIndex": 5
          },
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "34D",
            "travelerIndex": 4
          },
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "22C",
            "travelerIndex": 5
          },
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "22C",
            "travelerIndex": 1
          },
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "21B",
            "travelerIndex": 4
          }
        ],
        "source": "ATPCO",
        "toAirportCode": "LAX"
      },
      {
        "airlineCode": "DL",
        "arrivalDate": "2027-07-03",
        "arrivalTime": "13:45",
        "bookingClass": "F",
        "changeOfGaugeSeats": [
          {
            "number": "5D",
            "travelerIndex": 4
          }
        ],
        "confirmationId": "6RUzwo",
        "departureDate": "2026-12-13",
        "departureTime": "14:45",
        "flightNumber": 7831,
        "flightStatusCode": "NN",
        "fromAirportCode": "JFK",
        "isMarriageGroup": false,
        "seats": [
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "6C",
            "travelerIndex": 1
          }
        ],
        "source": "ATPCO",
        "toAirportCode": "HNL"
      },
      {
        "airlineCode": "BA",
        "arrivalDate": "2026-08-05",
        "arrivalTime": "12:28",
        "bookingClass": "Y",
        "changeOfGaugeSeats": [
          {
            "number": "3F",
            "travelerIndex": 4
          }
        ],
        "confirmationId": "kf148X",
        "departureDate": "2026-12-28",
        "departureTime": "10:30",
        "flightNumber": 3118,
        "flightStatusCode": "HK",
        "fromAirportCode": "ATL",
        "isMarriageGroup": false,
        "seats": [
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "29E",
            "travelerIndex": 3
          },
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "23A",
            "travelerIndex": 1
          },
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "14B",
            "travelerIndex": 4
          }
        ],
        "source": "ATPCO",
        "toAirportCode": "LAX"
      },
      {
        "airlineCode": "UA",
        "arrivalDate": "2027-05-23",
        "arrivalTime": "13:45",
        "bookingClass": "F",
        "changeOfGaugeSeats": [
          {
            "number": "6A",
            "travelerIndex": 1
          },
          {
            "number": "13D",
            "travelerIndex": 3
          },
          {
            "number": "24D",
            "travelerIndex": 2
          }
        ],
        "confirmationId": "MWYJ5P",
        "departureDate": "2026-08-15",
        "departureTime": "09:15",
        "flightNumber": 4681,
        "flightStatusCode": "NN",
        "fromAirportCode": "ATL",
        "isMarriageGroup": false,
        "seats": [
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "23C",
            "travelerIndex": 2
          },
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "24F",
            "travelerIndex": 5
          }
        ],
        "source": "ATPCO",
        "toAirportCode": "LAX"
      },
      {
        "airlineCode": "AA",
        "arrivalDate": "2027-03-18",
        "arrivalTime": "17:50",
        "bookingClass": "J",
        "changeOfGaugeSeats": [
          {
            "number": "18D",
            "travelerIndex": 4
          },
          {
            "number": "6B",
            "travelerIndex": 5
          },
          {
            "number": "20E",
            "travelerIndex": 1
          },
          {
            "number": "23F",
            "travelerIndex": 5
          },
          {
            "number": "30F",
            "travelerIndex": 3
          }
        ],
        "confirmationId": "QtcDyy",
        "departureDate": "2027-06-14",
        "departureTime": "14:45",
        "flightNumber": 979,
        "flightStatusCode": "NN",
        "fromAirportCode": "ATL",
        "isMarriageGroup": false,
        "seats": [
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "29F",
            "travelerIndex": 5
          },
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "33C",
            "travelerIndex": 3
          },
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "34E",
            "travelerIndex": 5
          },
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "1E",
            "travelerIndex": 4
          }
        ],
        "source": "ATPCO",
        "toAirportCode": "HNL"
      },
      {
        "airlineCode": "AA",
        "arrivalDate": "2027-01-02",
        "arrivalTime": "17:50",
        "bookingClass": "F",
        "changeOfGaugeSeats": [
          {
            "number": "19D",
            "travelerIndex": 5
          },
          {
            "number": "12F",
            "travelerIndex": 3
          }
        ],
        "confirmationId": "t6unYb",
        "departureDate": "2026-11-14",
        "departureTime": "10:30",
        "flightNumber": 2337,
        "flightStatusCode": "HK",
        "fromAirportCode": "DFW",
        "isMarriageGroup": true,
        "seats": [
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "9B",
            "travelerIndex": 3
          }
        ],
        "source": "ATPCO",
        "toAirportCode": "SEA"
      },
      {
        "airlineCode": "AA",
        "arrivalDate": "2027-04-11",
        "arrivalTime": "13:45",
        "bookingClass": "Y",
        "changeOfGaugeSeats": [
          {
            "number": "4A",
            "travelerIndex": 1
          },
          {
            "number": "9E",
            "travelerIndex": 1
          },
          {
            "number": "20E",
            "travelerIndex": 1
          }
        ],
        "confirmationId": "4Btzfd",
        "departureDate": "2027-06-01",
        "departureTime": "09:15",
        "flightNumber": 660,
        "flightStatusCode": "HK",
        "fromAirportCode": "ATL",
        "isMarriageGroup": true,
        "seats": [
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "16E",
            "travelerIndex": 3
          },
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "28B",
            "travelerIndex": 1
          }
        ],
        "source": "ATPCO",
        "toAirportCode": "LAX"
      },
      {
        "airlineCode": "DL",
        "arrivalDate": "2026-11-24",
        "arrivalTime": "12:28",
        "bookingClass": "F",
        "changeOfGaugeSeats": [
          {
            "number": "7D",
            "travelerIndex": 2
          },
          {
            "number": "6B",
            "travelerIndex": 1
          },
          {
            "number": "14A",
            "travelerIndex": 4
          },
          {
            "number": "35F",
            "travelerIndex": 2
          },
          {
            "number": "21B",
            "travelerIndex": 5
          }
        ],
        "confirmationId": "10ZlTb",
        "departureDate": "2027-05-17",
        "departureTime": "09:15",
        "flightNumber": 100,
        "flightStatusCode": "HK",
        "fromAirportCode": "ATL",
        "isMarriageGroup": false,
        "seats": [
          {
            "areaPreferences": [
              "AISLE",
              "AISLE",
              "AISLE"
            ],
            "number": "13D",
            "travelerIndex": 3
          }
        ],
        "source": "ATPCO",
        "toAirportCode": "LAX"
      }
    ],
    "haltOnFlightStatusCodes": [
      "NO",
      "NO",
      "NO",
      "NO",
      "NO"
    ],
    "retryBookingUnconfirmedFlights": true
  },
  "flightOffer": {
    "offerId": "ACV6uJFZZAEW7CI",
    "seatOffers": [
      {
        "number": "8D",
        "seatOfferId": "BHBPJZnYZJUiDLs",
        "travelerIndex": 2
      },
      {
        "number": "30E",
        "seatOfferId": "C5lZCraktkp2_5a",
        "travelerIndex": 2
      },
      {
        "number": "35D",
        "seatOfferId": "5reUfxNqiJyKbo5",
        "travelerIndex": 5
      },
      {
        "number": "3C",
        "seatOfferId": "nvkr19IIqvg6Ddc",
        "travelerIndex": 4
      },
      {
        "number": "27C",
        "seatOfferId": "hzNjUdEdrUEdJ4Y",
        "travelerIndex": 5
      }
    ],
    "selectedOfferItems": [
      "item2",
      "item1"
    ]
  },
  "hotel": {
    "associatedFlightDetails": {
      "arrivalAirlineCode": "[object Object]",
      "arrivalFlightNumber": 3,
      "arrivalTime": "15:00",
      "departureAirlineCode": "[object Object]",
      "departureFlightNumber": 3356,
      "departureTime": "09:00"
    },
    "bookingKey": "13a660da-9ad2-40f4-9f27-29c683c566a8",
    "corporateDiscountCode": 3115,
    "formOfPayment": 1,
    "paymentPolicy": "DEPOSIT",
    "rooms": [
      {
        "bedTypeCode": 3,
        "isSmoking": true,
        "physicalDisabilityCode": 4,
        "roomExtras": [
          {
            "amount": "6",
            "quantity": 1,
            "roomExtraType": 26
          },
          {
            "amount": "4",
            "quantity": 2,
            "roomExtraType": 91
          },
          {
            "amount": "8",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "4",
            "quantity": 1,
            "roomExtraType": 91
          },
          {
            "amount": "9",
            "quantity": 2,
            "roomExtraType": 91
          },
          {
            "amount": "7",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "6",
            "quantity": 2,
            "roomExtraType": 91
          },
          {
            "amount": "2",
            "quantity": 2,
            "roomExtraType": 26
          },
          {
            "amount": "4",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "3",
            "quantity": 1,
            "roomExtraType": 26
          }
        ],
        "travelerIndices": [
          1,
          2
        ]
      },
      {
        "bedTypeCode": 2,
        "isSmoking": false,
        "physicalDisabilityCode": 1,
        "roomExtras": [
          {
            "amount": "4",
            "quantity": 1,
            "roomExtraType": 26
          },
          {
            "amount": "6",
            "quantity": 1,
            "roomExtraType": 26
          },
          {
            "amount": "6",
            "quantity": 1,
            "roomExtraType": 91
          },
          {
            "amount": "3",
            "quantity": 1,
            "roomExtraType": 91
          },
          {
            "amount": "5",
            "quantity": 1,
            "roomExtraType": 26
          },
          {
            "amount": "1",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "9",
            "quantity": 2,
            "roomExtraType": 26
          },
          {
            "amount": "6",
            "quantity": 2,
            "roomExtraType": 91
          },
          {
            "amount": "6",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "2",
            "quantity": 2,
            "roomExtraType": 91
          }
        ],
        "travelerIndices": [
          1,
          2
        ]
      },
      {
        "bedTypeCode": 1,
        "isSmoking": true,
        "physicalDisabilityCode": 4,
        "roomExtras": [
          {
            "amount": "9",
            "quantity": 1,
            "roomExtraType": 26
          },
          {
            "amount": "0",
            "quantity": 1,
            "roomExtraType": 26
          },
          {
            "amount": "2",
            "quantity": 2,
            "roomExtraType": 26
          },
          {
            "amount": "8",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "8",
            "quantity": 2,
            "roomExtraType": 196
          },
          {
            "amount": "7",
            "quantity": 2,
            "roomExtraType": 91
          },
          {
            "amount": "8",
            "quantity": 2,
            "roomExtraType": 196
          },
          {
            "amount": "9",
            "quantity": 1,
            "roomExtraType": 26
          },
          {
            "amount": "0",
            "quantity": 2,
            "roomExtraType": 196
          },
          {
            "amount": "4",
            "quantity": 2,
            "roomExtraType": 196
          }
        ],
        "travelerIndices": [
          1,
          2
        ]
      },
      {
        "bedTypeCode": 5,
        "isSmoking": true,
        "physicalDisabilityCode": 5,
        "roomExtras": [
          {
            "amount": "5",
            "quantity": 2,
            "roomExtraType": 26
          },
          {
            "amount": "2",
            "quantity": 2,
            "roomExtraType": 196
          },
          {
            "amount": "8",
            "quantity": 1,
            "roomExtraType": 91
          },
          {
            "amount": "2",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "3",
            "quantity": 2,
            "roomExtraType": 26
          },
          {
            "amount": "6",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "1",
            "quantity": 2,
            "roomExtraType": 196
          },
          {
            "amount": "5",
            "quantity": 2,
            "roomExtraType": 91
          },
          {
            "amount": "7",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "1",
            "quantity": 1,
            "roomExtraType": 26
          }
        ],
        "travelerIndices": [
          2,
          1
        ]
      },
      {
        "bedTypeCode": 6,
        "isSmoking": true,
        "physicalDisabilityCode": 4,
        "roomExtras": [
          {
            "amount": "9",
            "quantity": 1,
            "roomExtraType": 91
          },
          {
            "amount": "5",
            "quantity": 1,
            "roomExtraType": 91
          },
          {
            "amount": "6",
            "quantity": 2,
            "roomExtraType": 26
          },
          {
            "amount": "3",
            "quantity": 2,
            "roomExtraType": 26
          },
          {
            "amount": "6",
            "quantity": 2,
            "roomExtraType": 91
          },
          {
            "amount": "5",
            "quantity": 2,
            "roomExtraType": 26
          },
          {
            "amount": "4",
            "quantity": 2,
            "roomExtraType": 26
          },
          {
            "amount": "7",
            "quantity": 2,
            "roomExtraType": 91
          },
          {
            "amount": "6",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "8",
            "quantity": 2,
            "roomExtraType": 196
          }
        ],
        "travelerIndices": [
          1,
          2
        ]
      },
      {
        "bedTypeCode": 10,
        "isSmoking": false,
        "physicalDisabilityCode": 3,
        "roomExtras": [
          {
            "amount": "0",
            "quantity": 2,
            "roomExtraType": 91
          },
          {
            "amount": "8",
            "quantity": 2,
            "roomExtraType": 91
          },
          {
            "amount": "7",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "3",
            "quantity": 1,
            "roomExtraType": 91
          },
          {
            "amount": "6",
            "quantity": 2,
            "roomExtraType": 26
          },
          {
            "amount": "8",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "1",
            "quantity": 1,
            "roomExtraType": 26
          },
          {
            "amount": "6",
            "quantity": 2,
            "roomExtraType": 26
          },
          {
            "amount": "5",
            "quantity": 2,
            "roomExtraType": 91
          },
          {
            "amount": "7",
            "quantity": 2,
            "roomExtraType": 91
          }
        ],
        "travelerIndices": [
          1,
          2
        ]
      },
      {
        "bedTypeCode": 4,
        "isSmoking": true,
        "physicalDisabilityCode": 3,
        "roomExtras": [
          {
            "amount": "0",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "1",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "5",
            "quantity": 2,
            "roomExtraType": 196
          },
          {
            "amount": "2",
            "quantity": 2,
            "roomExtraType": 196
          },
          {
            "amount": "4",
            "quantity": 2,
            "roomExtraType": 196
          },
          {
            "amount": "3",
            "quantity": 2,
            "roomExtraType": 26
          },
          {
            "amount": "5",
            "quantity": 2,
            "roomExtraType": 196
          },
          {
            "amount": "2",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "5",
            "quantity": 2,
            "roomExtraType": 26
          },
          {
            "amount": "8",
            "quantity": 2,
            "roomExtraType": 196
          }
        ],
        "travelerIndices": [
          1,
          2
        ]
      },
      {
        "bedTypeCode": 4,
        "isSmoking": false,
        "physicalDisabilityCode": 1,
        "roomExtras": [
          {
            "amount": "2",
            "quantity": 2,
            "roomExtraType": 26
          },
          {
            "amount": "7",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "3",
            "quantity": 2,
            "roomExtraType": 91
          },
          {
            "amount": "3",
            "quantity": 2,
            "roomExtraType": 91
          },
          {
            "amount": "5",
            "quantity": 2,
            "roomExtraType": 91
          },
          {
            "amount": "7",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "7",
            "quantity": 1,
            "roomExtraType": 91
          },
          {
            "amount": "2",
            "quantity": 2,
            "roomExtraType": 91
          },
          {
            "amount": "1",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "6",
            "quantity": 1,
            "roomExtraType": 26
          }
        ],
        "travelerIndices": [
          2,
          1
        ]
      },
      {
        "bedTypeCode": 5,
        "isSmoking": false,
        "physicalDisabilityCode": 3,
        "roomExtras": [
          {
            "amount": "1",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "6",
            "quantity": 2,
            "roomExtraType": 196
          },
          {
            "amount": "9",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "3",
            "quantity": 1,
            "roomExtraType": 26
          },
          {
            "amount": "3",
            "quantity": 2,
            "roomExtraType": 91
          },
          {
            "amount": "0",
            "quantity": 2,
            "roomExtraType": 26
          },
          {
            "amount": "9",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "5",
            "quantity": 2,
            "roomExtraType": 91
          },
          {
            "amount": "6",
            "quantity": 2,
            "roomExtraType": 196
          },
          {
            "amount": "9",
            "quantity": 2,
            "roomExtraType": 91
          }
        ],
        "travelerIndices": [
          2,
          1
        ]
      },
      {
        "bedTypeCode": 10,
        "isSmoking": false,
        "physicalDisabilityCode": 2,
        "roomExtras": [
          {
            "amount": "4",
            "quantity": 1,
            "roomExtraType": 26
          },
          {
            "amount": "7",
            "quantity": 1,
            "roomExtraType": 26
          },
          {
            "amount": "0",
            "quantity": 2,
            "roomExtraType": 196
          },
          {
            "amount": "2",
            "quantity": 1,
            "roomExtraType": 196
          },
          {
            "amount": "9",
            "quantity": 2,
            "roomExtraType": 196
          },
          {
            "amount": "2",
            "quantity": 2,
            "roomExtraType": 26
          },
          {
            "amount": "6",
            "quantity": 2,
            "roomExtraType": 91
          },
          {
            "amount": "8",
            "quantity": 2,
            "roomExtraType": 91
          },
          {
            "amount": "2",
            "quantity": 1,
            "roomExtraType": 91
          },
          {
            "amount": "3",
            "quantity": 2,
            "roomExtraType": 196
          }
        ],
        "travelerIndices": [
          2,
          1
        ]
      }
    ],
    "specialInstruction": "oISNbDe6NwsyffFO7wHNNnSop",
    "useCsl": false
  },
  "notification": {
    "email": "INVOICE",
    "queuePlacement": [
      {
        "futureQueuePlacementDate": "2026-08-05",
        "pcc": "Y3CY",
        "prefatoryInstructionCode": 34,
        "queueName": "Georgiana",
        "queueNumber": 354
      },
      {
        "futureQueuePlacementDate": "2026-07-30",
        "pcc": "J0CY",
        "prefatoryInstructionCode": 21,
        "queueName": "Alf",
        "queueNumber": 332
      },
      {
        "futureQueuePlacementDate": "2026-07-31",
        "pcc": "3TL",
        "prefatoryInstructionCode": 73,
        "queueName": "Colby",
        "queueNumber": 474
      }
    ]
  },
  "otherServices": [
    {
      "airlineCode": "DL",
      "chainCode": "zq",
      "serviceMessage": "TewW95sGrxI9YuG",
      "travelerIndex": 4,
      "vendorCode": "YP"
    },
    {
      "airlineCode": "BA",
      "chainCode": "CN",
      "serviceMessage": "CGBKRDUZwZivpnt",
      "travelerIndex": 3,
      "vendorCode": "Rd"
    }
  ],
  "payment": {
    "billingAddress": {
      "city": "Missoula",
      "countryCode": "AR",
      "freeText": "45469 Moss Lane Suite 509",
      "name": "Rogelio Kulas",
      "postalCode": "32657",
      "stateProvince": "MI",
      "street": "17061 Edward Street"
    },
    "formsOfPayment": [
      {
        "addInvoiceDescriptionPrefix": true,
        "agencyAddress": {
          "city": "Rogers",
          "countryCode": "MX",
          "freeText": "77735 Koss Hollow Apt. 842",
          "name": "Mrs. Alicia Haag",
          "postalCode": "90273",
          "stateProvince": "SC",
          "street": "86255 Demarco Prairie"
        },
        "agencyIataNumber": "6",
        "airlinePlanCode": "vtfgS",
        "authentications": [
          {
            "amount": "5",
            "cardNumberCollectionCode": "S",
            "channelCode": "TO",
            "currencyCode": "SBD",
            "electronicCommerceIndicator": "97",
            "exemptionTypeCode": "TB",
            "issueCode": "NA",
            "mandateTypeCode": "NA",
            "merchantName": "Runte - Sanford",
            "originalPaymentReference": "1GzcqfqtSD1QjoSS",
            "resultCode": "OK",
            "secureAuthenticationValue": "6o4Q1oDI2ye9RIjFgkY1pejsoh1k",
            "secureTransactionId": "gH1vTuOPlCbQuII4HVAdZWFrv",
            "tokenAuthenticationValue": "eMeILwmggFQ5EI4s1dAC4BkvTeQI",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "504"
          },
          {
            "amount": "3",
            "cardNumberCollectionCode": "K",
            "channelCode": "EC",
            "currencyCode": "DZD",
            "electronicCommerceIndicator": "79",
            "exemptionTypeCode": "SC",
            "issueCode": "OK",
            "mandateTypeCode": "NA",
            "merchantName": "Reynolds Group",
            "originalPaymentReference": "mw80Wi1Y5yguVEhn",
            "resultCode": "OK",
            "secureAuthenticationValue": "NRpf4qxGwzNl5s7GteOHoGx66p4M",
            "secureTransactionId": "UUZcTcG0OpHHBsnsBA0ZzkcgV",
            "tokenAuthenticationValue": "FCQOhq0gT1HAPywJUQIYbeGgrX0I",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "735"
          },
          {
            "amount": "2",
            "cardNumberCollectionCode": "S",
            "channelCode": "MO",
            "currencyCode": "XOF",
            "electronicCommerceIndicator": "11",
            "exemptionTypeCode": "SC",
            "issueCode": "OK",
            "mandateTypeCode": "VR",
            "merchantName": "Bergstrom Inc",
            "originalPaymentReference": "UhkCqnUNkA2QIjmy",
            "resultCode": "OK",
            "secureAuthenticationValue": "prKbhiMCMAv9UEj3s5VMjlvH3lqa",
            "secureTransactionId": "ZToKVx4Rc6UAdwTYoXgbsFqaX",
            "tokenAuthenticationValue": "Ev62kXfXOYm86VvSkqCNsQE3RncV",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "759"
          },
          {
            "amount": "8",
            "cardNumberCollectionCode": "S",
            "channelCode": "TO",
            "currencyCode": "SSP",
            "electronicCommerceIndicator": "40",
            "exemptionTypeCode": "DA",
            "issueCode": "OK",
            "mandateTypeCode": "FR",
            "merchantName": "Beer, Bednar and Morar",
            "originalPaymentReference": "jrOYFUPZ08YIQscH",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "BauVxCituITPlx6Jyfs9aWBGd3R8",
            "secureTransactionId": "2IaXwozB6e0bWR2uxVZe55hRk",
            "tokenAuthenticationValue": "pW9VMRevovMQD8Cn4dWQsbyjcL9w",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "610"
          },
          {
            "amount": "8",
            "cardNumberCollectionCode": "K",
            "channelCode": "TO",
            "currencyCode": "BTN",
            "electronicCommerceIndicator": "74",
            "exemptionTypeCode": "SC",
            "issueCode": "OK",
            "mandateTypeCode": "FR",
            "merchantName": "Padberg - Marks",
            "originalPaymentReference": "oqN0cRJyLGGK6EM9",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "Wr0Vacw5HiiW8l9AWTufArHwTyCR",
            "secureTransactionId": "P6UozyOpws09b4Li4S39P6Xae",
            "tokenAuthenticationValue": "q9bGsqzOn5bUIs7yphe8bizwOm6M",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "703"
          },
          {
            "amount": "6",
            "cardNumberCollectionCode": "K",
            "channelCode": "TO",
            "currencyCode": "DZD",
            "electronicCommerceIndicator": "57",
            "exemptionTypeCode": "DA",
            "issueCode": "OK",
            "mandateTypeCode": "NS",
            "merchantName": "Goodwin LLC",
            "originalPaymentReference": "RwHcSESEITuU4QVF",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "kMTbf8Z1QPnaRGvOVkvL0suewx86",
            "secureTransactionId": "LoRrYXY7y6r0rnIUISnBc8rJS",
            "tokenAuthenticationValue": "joYblAAIaIHAJGyMxymIXtOTU769",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "672"
          },
          {
            "amount": "0",
            "cardNumberCollectionCode": "S",
            "channelCode": "TO",
            "currencyCode": "KYD",
            "electronicCommerceIndicator": "13",
            "exemptionTypeCode": "SC",
            "issueCode": "AO",
            "mandateTypeCode": "UR",
            "merchantName": "Sporer - Becker",
            "originalPaymentReference": "5HIa71kzFRLjhlbp",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "2yqRdrgu7taKAUlmNRpQUCbdJ3Yf",
            "secureTransactionId": "EAPkCK3TxsQy0eK16K76WkRmF",
            "tokenAuthenticationValue": "aZnTKFyVSzHQhPBoe0w8l6zRUwzN",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "931"
          },
          {
            "amount": "5",
            "cardNumberCollectionCode": "S",
            "channelCode": "MO",
            "currencyCode": "HTG",
            "electronicCommerceIndicator": "59",
            "exemptionTypeCode": "DA",
            "issueCode": "NA",
            "mandateTypeCode": "VR",
            "merchantName": "Mueller - Kautzer",
            "originalPaymentReference": "4PEW4YPgIt6HoNkW",
            "resultCode": "OK",
            "secureAuthenticationValue": "N7nWKZnDgMHaa8ATomztTYJ5odX3",
            "secureTransactionId": "ZNz3CF16E9UgW94T5BPJRwB41",
            "tokenAuthenticationValue": "5bJD9TH5lvwHBK7U8T4YGjf8TkZ6",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "662"
          },
          {
            "amount": "9",
            "cardNumberCollectionCode": "K",
            "channelCode": "MO",
            "currencyCode": "MOP",
            "electronicCommerceIndicator": "04",
            "exemptionTypeCode": "LV",
            "issueCode": "NA",
            "mandateTypeCode": "FR",
            "merchantName": "Brakus - Berge",
            "originalPaymentReference": "c49Os0BCBhIu7dPW",
            "resultCode": "OK",
            "secureAuthenticationValue": "wK4CjA9rsznwBLpcPhyEGhwaJ8f1",
            "secureTransactionId": "hczNBwhRcbdk2G74RzRBZxZBn",
            "tokenAuthenticationValue": "vwoq3HZq5vaC89vAagID9Nk5znJb",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "489"
          },
          {
            "amount": "7",
            "cardNumberCollectionCode": "K",
            "channelCode": "TO",
            "currencyCode": "KPW",
            "electronicCommerceIndicator": "09",
            "exemptionTypeCode": "SC",
            "issueCode": "OK",
            "mandateTypeCode": "CO",
            "merchantName": "Osinski and Sons",
            "originalPaymentReference": "167cOlGLZydr7Hbr",
            "resultCode": "OK",
            "secureAuthenticationValue": "jVa0IdICr9SfNSLw3Ig6N8wXNOHI",
            "secureTransactionId": "zT8wFgGRW7rdpkflhdx0v3kHd",
            "tokenAuthenticationValue": "RhVPD3NbyNnQUXgFqYIfjUPTsLSL",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "989"
          }
        ],
        "cardHolder": {
          "address": {
            "city": "Kulasside",
            "countryCode": "SN",
            "postalCode": "60834-4038",
            "stateProvince": "WV",
            "street": "810 Orn Brook"
          },
          "email": "Travon.Klein@hotmail.com",
          "givenName": "Meagan",
          "phone": "+15816437012",
          "surname": "Stehr"
        },
        "cardNumber": "4050-4981-9513-8943",
        "cardSecurityCode": "757",
        "cardTypeCode": "MC",
        "companyAddress": {
          "city": "North Devontefurt",
          "countryCode": "MT",
          "freeText": "7109 Myrna Wall Suite 710",
          "name": "Karla Wuckert",
          "postalCode": "17265-4212",
          "stateProvince": "MI",
          "street": "93200 W Washington Street"
        },
        "corporateId": "Nj65P",
        "docketDescription": "ysWMIycI6u92tPb",
        "docketIssuingAgentInitials": "ZA",
        "docketNumber": "754619",
        "docketPrefix": "AGT*V",
        "expiryDate": "2028-09-29T00:00:00.0Z",
        "extendedPayment": 8,
        "governmentTravelRequestDescription": "WC35v1zDkP",
        "installmentAmount": "3",
        "invoiceDescription": "CORP INV",
        "isAgencyPaymentCard": false,
        "manualApproval": {
          "airlineCode": "DL",
          "amount": "1",
          "code": "47125",
          "currencyCode": "PAB",
          "expiryDateTime": "2026-08-07T00:00:00.0Z",
          "requestDateTime": "2026-07-20T00:00:00.0Z"
        },
        "miscellaneousCreditCode": "c0eyaoGn",
        "netBalance": "6",
        "numberOfInstallments": 6,
        "tripType": "All",
        "tripTypes": [
          "Unknown",
          "Family"
        ],
        "type": "CHECK",
        "useType": "Specialty Service",
        "useTypes": [
          "Specialty Service",
          "Cruise",
          "Insurance",
          "Cruise"
        ],
        "virtualCard": {
          "agencyEmail": "Evangeline39@hotmail.com",
          "customerAccountCode": "Oda",
          "hotelFax": "+15585461153",
          "hotelName": "City Center Inn",
          "rateAmount": {
            "amount": "120.39",
            "currencyCode": "PLN"
          },
          "roomDescription": "Deluxe Room, 2 Double Beds",
          "roomType": "Single Room",
          "virtualCardCharges": [
            "Breakfast",
            "Room Only"
          ]
        },
        "voucher": {
          "billingNumber": "6730819",
          "type": "MC"
        }
      },
      {
        "addInvoiceDescriptionPrefix": true,
        "agencyAddress": {
          "city": "Manhattan",
          "countryCode": "DK",
          "freeText": "9249 Kuphal Park Apt. 341",
          "name": "Sheryl Doyle",
          "postalCode": "85459",
          "stateProvince": "AR",
          "street": "4256 Sandringham Road"
        },
        "agencyIataNumber": "3",
        "airlinePlanCode": "XJGsg",
        "authentications": [
          {
            "amount": "0",
            "cardNumberCollectionCode": "K",
            "channelCode": "TO",
            "currencyCode": "KWD",
            "electronicCommerceIndicator": "29",
            "exemptionTypeCode": "DA",
            "issueCode": "NA",
            "mandateTypeCode": "UR",
            "merchantName": "Tromp LLC",
            "originalPaymentReference": "M7am3R26q9yT5kRM",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "M6wdap9YemB5BymQd1o3r4br0ej5",
            "secureTransactionId": "IbaHtEZHe8lAlBcHIJY0pLPVZ",
            "tokenAuthenticationValue": "zSVAfO5DrIlvneqPA7BfcZLf8cQg",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "464"
          },
          {
            "amount": "4",
            "cardNumberCollectionCode": "S",
            "channelCode": "EC",
            "currencyCode": "ZWL",
            "electronicCommerceIndicator": "00",
            "exemptionTypeCode": "TB",
            "issueCode": "NA",
            "mandateTypeCode": "AC",
            "merchantName": "Moore, Daniel and Durgan",
            "originalPaymentReference": "IS2I58aPjl6Ki5IM",
            "resultCode": "OK",
            "secureAuthenticationValue": "7f3on3sPSEcSd3wOtWRKcbQUfrRF",
            "secureTransactionId": "uxtlotGe56JvF29WrGCKRoz0L",
            "tokenAuthenticationValue": "YDFSgU7pTT8EyvOrQFILmynp7nJM",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "797"
          },
          {
            "amount": "5",
            "cardNumberCollectionCode": "K",
            "channelCode": "MO",
            "currencyCode": "SYP",
            "electronicCommerceIndicator": "80",
            "exemptionTypeCode": "TR",
            "issueCode": "AO",
            "mandateTypeCode": "AC",
            "merchantName": "Botsford Group",
            "originalPaymentReference": "PV0Al8OsIeSnWtI4",
            "resultCode": "OK",
            "secureAuthenticationValue": "xNcRGL2u956GGZtKHJhJp7BBgnYd",
            "secureTransactionId": "l2GUDzq0JrEppC5Uxi6V2HOYs",
            "tokenAuthenticationValue": "IE2BT7oYenpGvdEyYzDOD1yJAEUO",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "341"
          },
          {
            "amount": "1",
            "cardNumberCollectionCode": "K",
            "channelCode": "TO",
            "currencyCode": "DOP",
            "electronicCommerceIndicator": "09",
            "exemptionTypeCode": "TB",
            "issueCode": "OK",
            "mandateTypeCode": "VR",
            "merchantName": "Roob Inc",
            "originalPaymentReference": "eG0iIouXz5fArCuS",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "7ecbUuj2uSO7jtP20ycMHRbQvF6S",
            "secureTransactionId": "5LEwmP79WeXT9Emv4UCA9fTPM",
            "tokenAuthenticationValue": "OFyHO687ff1NFxr1h1qrrOLeCgOC",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "918"
          },
          {
            "amount": "2",
            "cardNumberCollectionCode": "S",
            "channelCode": "EC",
            "currencyCode": "KES",
            "electronicCommerceIndicator": "54",
            "exemptionTypeCode": "LV",
            "issueCode": "OK",
            "mandateTypeCode": "NA",
            "merchantName": "Larson - Gerhold",
            "originalPaymentReference": "atbQpjLJlQfKkaVj",
            "resultCode": "OK",
            "secureAuthenticationValue": "P1qS6GD6mkK1gpzH4rCzsJI6rmph",
            "secureTransactionId": "imbn1v1S4uvAkFh9OrAHnmws4",
            "tokenAuthenticationValue": "F6L0nmQlPG4du40jz40Tripqw7hJ",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "914"
          },
          {
            "amount": "5",
            "cardNumberCollectionCode": "K",
            "channelCode": "MO",
            "currencyCode": "SLE",
            "electronicCommerceIndicator": "50",
            "exemptionTypeCode": "TB",
            "issueCode": "OK",
            "mandateTypeCode": "AC",
            "merchantName": "Lesch, Hickle and Kohler",
            "originalPaymentReference": "xzjh1foCJ4G1SCtA",
            "resultCode": "OK",
            "secureAuthenticationValue": "NyBbiuVpkpkthyfYupEfGJ7NOHUw",
            "secureTransactionId": "E5RTOM1sZ3P80As9O1Zp0pRkE",
            "tokenAuthenticationValue": "GL4wPdTEO8lwanYPIOvhqIiRtoBx",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "651"
          },
          {
            "amount": "3",
            "cardNumberCollectionCode": "S",
            "channelCode": "EC",
            "currencyCode": "ZMW",
            "electronicCommerceIndicator": "32",
            "exemptionTypeCode": "DA",
            "issueCode": "OK",
            "mandateTypeCode": "NS",
            "merchantName": "O'Reilly, Schulist and Johns",
            "originalPaymentReference": "2OV9KjMnSvmQNu3t",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "n47DoJfK0h9MlY8rKZxdnqkSRTRF",
            "secureTransactionId": "BSC76txObbJcGID7M0TCYwa7G",
            "tokenAuthenticationValue": "DeLwi2LXky6TqXYLE09D2TXmivW1",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "624"
          },
          {
            "amount": "7",
            "cardNumberCollectionCode": "K",
            "channelCode": "FA",
            "currencyCode": "GTQ",
            "electronicCommerceIndicator": "82",
            "exemptionTypeCode": "LV",
            "issueCode": "AO",
            "mandateTypeCode": "CO",
            "merchantName": "Stokes, Moore and Dickens",
            "originalPaymentReference": "suVeqWC7x6XgXElM",
            "resultCode": "OK",
            "secureAuthenticationValue": "YSuP8asSMmVgo7Wkv8odect08fG4",
            "secureTransactionId": "ZeeD95tbCIwkyGZGAP8yUcOOE",
            "tokenAuthenticationValue": "lyv5bPdSRlXXKeQm6PlJKdwclVna",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "580"
          },
          {
            "amount": "2",
            "cardNumberCollectionCode": "K",
            "channelCode": "MO",
            "currencyCode": "PLN",
            "electronicCommerceIndicator": "86",
            "exemptionTypeCode": "LV",
            "issueCode": "OK",
            "mandateTypeCode": "BP",
            "merchantName": "Bradtke - Powlowski",
            "originalPaymentReference": "aczD2Nh06S6VpOw7",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "k0yHQsBGQ4jPeWvzfeb7tCwRLpmm",
            "secureTransactionId": "PKb6lMlmoKIqAHHG2TJJvRJT8",
            "tokenAuthenticationValue": "el4OHYsG1ziYgegQ6UkFLgQFHELZ",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "822"
          },
          {
            "amount": "6",
            "cardNumberCollectionCode": "S",
            "channelCode": "FA",
            "currencyCode": "BND",
            "electronicCommerceIndicator": "91",
            "exemptionTypeCode": "TR",
            "issueCode": "AO",
            "mandateTypeCode": "NA",
            "merchantName": "Harvey and Sons",
            "originalPaymentReference": "ao5I4OffZNrhLwwX",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "pM27SiUDrXD7EYNLigrnAmHCCC2h",
            "secureTransactionId": "S9L12DoIGloFc80kXFBXKXI8k",
            "tokenAuthenticationValue": "KJYv43SyxuDdzxV7vP5Q4CWcd5on",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "385"
          }
        ],
        "cardHolder": {
          "address": {
            "city": "Kuhnbury",
            "countryCode": "MD",
            "postalCode": "12177",
            "stateProvince": "NV",
            "street": "24490 Sauer Loop"
          },
          "email": "Bridie31@hotmail.com",
          "givenName": "Isabel",
          "phone": "+18989209706",
          "surname": "Cruickshank"
        },
        "cardNumber": "2275-1278-9852-2839",
        "cardSecurityCode": "974",
        "cardTypeCode": "VI",
        "companyAddress": {
          "city": "Darefurt",
          "countryCode": "VG",
          "freeText": "2331 Walter Corners Suite 491",
          "name": "Mr. Morris Schiller",
          "postalCode": "42736",
          "stateProvince": "WY",
          "street": "7936 Ettie Pike"
        },
        "corporateId": "JdMrI",
        "docketDescription": "CdGmbbBE3ph5GOG",
        "docketIssuingAgentInitials": "Ep",
        "docketNumber": "084436",
        "docketPrefix": "AGT*V",
        "expiryDate": "2028-02-24T00:00:00.0Z",
        "extendedPayment": 21,
        "governmentTravelRequestDescription": "Djq0ArHw5w",
        "installmentAmount": "9",
        "invoiceDescription": "AGT INVOICE",
        "isAgencyPaymentCard": true,
        "manualApproval": {
          "airlineCode": "UA",
          "amount": "0",
          "code": "55408",
          "currencyCode": "NOK",
          "expiryDateTime": "2026-08-02T00:00:00.0Z",
          "requestDateTime": "2026-07-21T00:00:00.0Z"
        },
        "miscellaneousCreditCode": "ePC0vzPj",
        "netBalance": "8",
        "numberOfInstallments": 7,
        "tripType": "Family",
        "tripTypes": [
          "Family",
          "Family"
        ],
        "type": "CHECK",
        "useType": "Ancillary",
        "useTypes": [
          "Other",
          "Hotel",
          "Tour",
          "Rail"
        ],
        "virtualCard": {
          "agencyEmail": "Rowland_Luettgen76@gmail.com",
          "customerAccountCode": "Westley",
          "hotelFax": "+12535385872",
          "hotelName": "Ocean View Hotel",
          "rateAmount": {
            "amount": "69.79",
            "currencyCode": "CNY"
          },
          "roomDescription": "Standard Suite, King Bed",
          "roomType": "2 double beds",
          "virtualCardCharges": [
            "Breakfast",
            "Room Only",
            "Parking",
            "Resort Fee",
            "WiFi"
          ]
        },
        "voucher": {
          "billingNumber": "5902075",
          "type": "FC"
        }
      },
      {
        "addInvoiceDescriptionPrefix": true,
        "agencyAddress": {
          "city": "Baltimore",
          "countryCode": "NP",
          "freeText": "3513 Crescent Road Apt. 540",
          "name": "Jose Brekke",
          "postalCode": "14429-3613",
          "stateProvince": "TN",
          "street": "38028 Stacey Track"
        },
        "agencyIataNumber": "8",
        "airlinePlanCode": "Mkxbc",
        "authentications": [
          {
            "amount": "3",
            "cardNumberCollectionCode": "S",
            "channelCode": "MO",
            "currencyCode": "NPR",
            "electronicCommerceIndicator": "09",
            "exemptionTypeCode": "DA",
            "issueCode": "OK",
            "mandateTypeCode": "FR",
            "merchantName": "Marquardt and Sons",
            "originalPaymentReference": "TdKss08WbFnQBbxR",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "h7uCeUuHVqejFyYPYPOFPVZoD32v",
            "secureTransactionId": "SV9BsgPoSQxRCS9d11SP5pcos",
            "tokenAuthenticationValue": "ZFFQBCjMIt6SBlcb7no5YEyeBpTo",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "758"
          },
          {
            "amount": "9",
            "cardNumberCollectionCode": "S",
            "channelCode": "EC",
            "currencyCode": "MUR",
            "electronicCommerceIndicator": "54",
            "exemptionTypeCode": "TR",
            "issueCode": "AO",
            "mandateTypeCode": "VR",
            "merchantName": "Effertz LLC",
            "originalPaymentReference": "EUlNzk4sxunrv6Mj",
            "resultCode": "OK",
            "secureAuthenticationValue": "juMrrOh4wVAHGokwW6n853qg98LV",
            "secureTransactionId": "ujxvPvKm0yBeZ7pqwJQcBzMce",
            "tokenAuthenticationValue": "lu1moIBwJBvPJK9V8IEHHjwKpcSy",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "835"
          },
          {
            "amount": "0",
            "cardNumberCollectionCode": "K",
            "channelCode": "EC",
            "currencyCode": "JPY",
            "electronicCommerceIndicator": "61",
            "exemptionTypeCode": "LV",
            "issueCode": "NA",
            "mandateTypeCode": "CO",
            "merchantName": "Price - Feest",
            "originalPaymentReference": "XXUVCHzuCUvhm702",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "Y1bsk5xOiFS1L4maFB5hY5nkAaNe",
            "secureTransactionId": "6GMVrf9IP6LulUysgYJjy5gAc",
            "tokenAuthenticationValue": "KquJ6jUC50Iu63op6q9M6OHwdT6B",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "045"
          },
          {
            "amount": "2",
            "cardNumberCollectionCode": "S",
            "channelCode": "TO",
            "currencyCode": "MAD",
            "electronicCommerceIndicator": "02",
            "exemptionTypeCode": "TR",
            "issueCode": "NA",
            "mandateTypeCode": "VR",
            "merchantName": "Prosacco, Beahan and Feest",
            "originalPaymentReference": "LbYHA7RgNbHHCVn0",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "QpcpRxHSTUK9dthFJJq0hKO0Hjhw",
            "secureTransactionId": "yrhrFYTNnSGTvOFvjJfsEm5wA",
            "tokenAuthenticationValue": "6sV8AXEaRjTW0E0bylRqNk5pzWbM",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "307"
          },
          {
            "amount": "5",
            "cardNumberCollectionCode": "K",
            "channelCode": "TO",
            "currencyCode": "DJF",
            "electronicCommerceIndicator": "19",
            "exemptionTypeCode": "TR",
            "issueCode": "NA",
            "mandateTypeCode": "BP",
            "merchantName": "Gerhold, Weissnat and Koelpin",
            "originalPaymentReference": "o7zu5lmbmoa42aLm",
            "resultCode": "OK",
            "secureAuthenticationValue": "70wkzXV5yib9VJvCYmKwpszlv4Eh",
            "secureTransactionId": "AiUGpsPaSTXwhjF1bthQc7rJr",
            "tokenAuthenticationValue": "SUaR0nqcaF4LxWPDrhKmAvYqUQFm",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "293"
          },
          {
            "amount": "0",
            "cardNumberCollectionCode": "S",
            "channelCode": "EC",
            "currencyCode": "XPF",
            "electronicCommerceIndicator": "52",
            "exemptionTypeCode": "LV",
            "issueCode": "NA",
            "mandateTypeCode": "CO",
            "merchantName": "Hoppe Inc",
            "originalPaymentReference": "fHyfGdaHdnOFNamo",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "K18afP3X7DJOQWKdmazdoHLSZv80",
            "secureTransactionId": "Bild2xdT8ACRrWt3tb1lIuf66",
            "tokenAuthenticationValue": "9guZkyEORV4UNgk2kmW5TGyNThBh",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "924"
          },
          {
            "amount": "0",
            "cardNumberCollectionCode": "S",
            "channelCode": "FA",
            "currencyCode": "ZWL",
            "electronicCommerceIndicator": "85",
            "exemptionTypeCode": "SC",
            "issueCode": "AO",
            "mandateTypeCode": "VR",
            "merchantName": "Nikolaus and Sons",
            "originalPaymentReference": "fBuhUniitEWtkvZd",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "eXdZvIc8yqaPpuMcaeSsopwznn6P",
            "secureTransactionId": "SJuDCrLzLc7gRrLeKb5dD9P3h",
            "tokenAuthenticationValue": "uhuS4esNJI31rpDhRS1nGgnc6SKq",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "680"
          },
          {
            "amount": "4",
            "cardNumberCollectionCode": "S",
            "channelCode": "EC",
            "currencyCode": "IRR",
            "electronicCommerceIndicator": "48",
            "exemptionTypeCode": "SC",
            "issueCode": "NA",
            "mandateTypeCode": "FR",
            "merchantName": "Nikolaus - Bruen",
            "originalPaymentReference": "WIIzSRAFIAbU6oYp",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "mTZmv30nQXQDV2t7Mmj7qgYXwRZv",
            "secureTransactionId": "nyow4IW83ejRzlrjm4u8qDwKb",
            "tokenAuthenticationValue": "UUErm1A3eGEeurfJBTS9xBbxMzZ1",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "261"
          },
          {
            "amount": "8",
            "cardNumberCollectionCode": "S",
            "channelCode": "EC",
            "currencyCode": "GNF",
            "electronicCommerceIndicator": "99",
            "exemptionTypeCode": "TR",
            "issueCode": "NA",
            "mandateTypeCode": "VR",
            "merchantName": "Padberg Inc",
            "originalPaymentReference": "1gjc3CkWsVw1Ve3a",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "NHlopADLoLPdsgh8mtVI18o6WYBh",
            "secureTransactionId": "G0Qbzdq0a0GKqGZve6VaRp93b",
            "tokenAuthenticationValue": "QctIIijBUXar2mkiqDMkwBqbuWmU",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "967"
          },
          {
            "amount": "4",
            "cardNumberCollectionCode": "S",
            "channelCode": "FA",
            "currencyCode": "PAB",
            "electronicCommerceIndicator": "00",
            "exemptionTypeCode": "DA",
            "issueCode": "AO",
            "mandateTypeCode": "NA",
            "merchantName": "Kovacek - Rogahn",
            "originalPaymentReference": "s92fbCpLDtpZhLbQ",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "Yfb4zwskE7D5E84nxQTDgCfrSTLJ",
            "secureTransactionId": "LUft0BAPhGFNLMHBBkYQNmiyJ",
            "tokenAuthenticationValue": "UJbgNarVCBko8plDixX0GqwWjJNm",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "021"
          }
        ],
        "cardHolder": {
          "address": {
            "city": "Keeblerland",
            "countryCode": "PK",
            "postalCode": "17131",
            "stateProvince": "CA",
            "street": "364 Moen Crossing"
          },
          "email": "Kamron28@gmail.com",
          "givenName": "Theo",
          "phone": "+15514316366",
          "surname": "Lang"
        },
        "cardNumber": "3573-9998-1011-8426",
        "cardSecurityCode": "687",
        "cardTypeCode": "VI",
        "companyAddress": {
          "city": "Port St. Lucie",
          "countryCode": "NU",
          "freeText": "942 Mosciski Burg Apt. 646",
          "name": "Sergio Tremblay",
          "postalCode": "65363",
          "stateProvince": "WA",
          "street": "264 N Union Street"
        },
        "corporateId": "hNVFv",
        "docketDescription": "JBpXv0mffk09ZML",
        "docketIssuingAgentInitials": "sM",
        "docketNumber": "132640",
        "docketPrefix": "DOCK*P",
        "expiryDate": "2027-10-08T00:00:00.0Z",
        "extendedPayment": 22,
        "governmentTravelRequestDescription": "Lo4scTZUun",
        "installmentAmount": "3",
        "invoiceDescription": "CORP INV",
        "isAgencyPaymentCard": false,
        "manualApproval": {
          "airlineCode": "AA",
          "amount": "1",
          "code": "62943",
          "currencyCode": "UZS",
          "expiryDateTime": "2026-08-13T00:00:00.0Z",
          "requestDateTime": "2026-07-20T00:00:00.0Z"
        },
        "miscellaneousCreditCode": "0NvmAG7w",
        "netBalance": "0",
        "numberOfInstallments": 11,
        "tripType": "Group",
        "tripTypes": [
          "Family",
          "Group"
        ],
        "type": "CHECK",
        "useType": "Unknown",
        "useTypes": [
          "All"
        ],
        "virtualCard": {
          "agencyEmail": "Bailee.Schimmel@yahoo.com",
          "customerAccountCode": "Keeley",
          "hotelFax": "+19776630426",
          "hotelName": "Ilia Hotel and Luxury Suites",
          "rateAmount": {
            "amount": "102.25",
            "currencyCode": "UYU"
          },
          "roomDescription": "Ocean Front Room",
          "roomType": "King Bed",
          "virtualCardCharges": [
            "Breakfast",
            "WiFi"
          ]
        },
        "voucher": {
          "billingNumber": "7971590",
          "type": "FC"
        }
      },
      {
        "addInvoiceDescriptionPrefix": true,
        "agencyAddress": {
          "city": "Albuquerque",
          "countryCode": "AL",
          "freeText": "692 Mikayla Mall Suite 113",
          "name": "Yolanda Tillman",
          "postalCode": "35762",
          "stateProvince": "OK",
          "street": "91986 Anne Crossroad"
        },
        "agencyIataNumber": "5",
        "airlinePlanCode": "Hk7Gt",
        "authentications": [
          {
            "amount": "7",
            "cardNumberCollectionCode": "S",
            "channelCode": "TO",
            "currencyCode": "BWP",
            "electronicCommerceIndicator": "78",
            "exemptionTypeCode": "DA",
            "issueCode": "NA",
            "mandateTypeCode": "NA",
            "merchantName": "Hand, Lesch and Ondricka",
            "originalPaymentReference": "18fjgoJJjIu4SwJK",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "KNHfIPwQQLPHDc0e89XR8ggYRIUl",
            "secureTransactionId": "EkKkTlB6dv2heCOVM4iQNkZF5",
            "tokenAuthenticationValue": "BlGunw9i2intejvoSLwZYOYqcSni",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "289"
          },
          {
            "amount": "1",
            "cardNumberCollectionCode": "K",
            "channelCode": "EC",
            "currencyCode": "BIF",
            "electronicCommerceIndicator": "22",
            "exemptionTypeCode": "TR",
            "issueCode": "NA",
            "mandateTypeCode": "CO",
            "merchantName": "Spinka, Mraz and Balistreri",
            "originalPaymentReference": "TERDq8QHCl9cutLa",
            "resultCode": "OK",
            "secureAuthenticationValue": "ZZy3PDc15AlY6nfoBSMYVv9tETVc",
            "secureTransactionId": "V6aaa20uWj80qfRON993lThMr",
            "tokenAuthenticationValue": "Vzp5DDuDJSzYwyoLJdAwoFCRgIbO",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "160"
          },
          {
            "amount": "9",
            "cardNumberCollectionCode": "S",
            "channelCode": "TO",
            "currencyCode": "NOK",
            "electronicCommerceIndicator": "19",
            "exemptionTypeCode": "LV",
            "issueCode": "NA",
            "mandateTypeCode": "NA",
            "merchantName": "Abbott, Hessel and Rath",
            "originalPaymentReference": "gl2LGf1mMFjFLyG9",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "C82oOt5ivpbU8mZvS9nnbiLyzfq6",
            "secureTransactionId": "CO1GOyYY29860HYHLPEbnLUV6",
            "tokenAuthenticationValue": "xkEfWNlWG7Jf6RIm4VY8b0f411Tg",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "258"
          },
          {
            "amount": "0",
            "cardNumberCollectionCode": "S",
            "channelCode": "MO",
            "currencyCode": "MAD",
            "electronicCommerceIndicator": "67",
            "exemptionTypeCode": "TR",
            "issueCode": "NA",
            "mandateTypeCode": "CO",
            "merchantName": "Ankunding - Ortiz",
            "originalPaymentReference": "wiGWj393PyxGojXt",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "t5KbnNuanq4PmtuX8Up9vgfm6IQq",
            "secureTransactionId": "MZK0TiyEIMBCWlk3XGk3E5g9o",
            "tokenAuthenticationValue": "dSmzs2sEqc8bMaUv7GYOsvh6wyKz",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "455"
          },
          {
            "amount": "2",
            "cardNumberCollectionCode": "K",
            "channelCode": "FA",
            "currencyCode": "TZS",
            "electronicCommerceIndicator": "72",
            "exemptionTypeCode": "DA",
            "issueCode": "OK",
            "mandateTypeCode": "NS",
            "merchantName": "Weissnat, Wunsch and Hills",
            "originalPaymentReference": "n1w09nAKKZ57ZyV4",
            "resultCode": "OK",
            "secureAuthenticationValue": "JZYVC5U2dD9xJ7tV2oy2KtEKCN4r",
            "secureTransactionId": "40h6iZJpirmQfJfKDbFb80gCG",
            "tokenAuthenticationValue": "FVbpgJMVlvLeII4ise3sKgOVjxmx",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "184"
          },
          {
            "amount": "3",
            "cardNumberCollectionCode": "S",
            "channelCode": "EC",
            "currencyCode": "HUF",
            "electronicCommerceIndicator": "90",
            "exemptionTypeCode": "DA",
            "issueCode": "NA",
            "mandateTypeCode": "FR",
            "merchantName": "Zieme and Sons",
            "originalPaymentReference": "m50CdSSapAfwucjC",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "dywFHMBKFZaQTjsHO1SNF3DBbno1",
            "secureTransactionId": "ESrpdhJYbuKK18u48zHDvkp8c",
            "tokenAuthenticationValue": "E9OiDeWvE73QlB933njBnMgZ0EMI",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "314"
          },
          {
            "amount": "3",
            "cardNumberCollectionCode": "K",
            "channelCode": "MO",
            "currencyCode": "UYU",
            "electronicCommerceIndicator": "59",
            "exemptionTypeCode": "TB",
            "issueCode": "AO",
            "mandateTypeCode": "FR",
            "merchantName": "Stroman, Nitzsche and Bins",
            "originalPaymentReference": "1MP8Z2B3sZSBswHr",
            "resultCode": "OK",
            "secureAuthenticationValue": "YlG475omsibYB6CMm7JXSqC84t6u",
            "secureTransactionId": "k46opjUivq1Iiw9L6XQ0L17mo",
            "tokenAuthenticationValue": "dGqwRmoDFVe9cwxq6uT7lI5DzCNk",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "873"
          },
          {
            "amount": "5",
            "cardNumberCollectionCode": "K",
            "channelCode": "MO",
            "currencyCode": "SYP",
            "electronicCommerceIndicator": "82",
            "exemptionTypeCode": "TB",
            "issueCode": "NA",
            "mandateTypeCode": "NS",
            "merchantName": "Erdman - Block",
            "originalPaymentReference": "msQzkQQTLedKJ37N",
            "resultCode": "OK",
            "secureAuthenticationValue": "bO9ZX77blIR4HD19lDJ7ug5LAJzS",
            "secureTransactionId": "MICMf0Jq5ZavJVlIK0sXO4XNv",
            "tokenAuthenticationValue": "WQgjtFrdMcA7YT1SMyOQix8Rhkfb",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "863"
          },
          {
            "amount": "2",
            "cardNumberCollectionCode": "K",
            "channelCode": "TO",
            "currencyCode": "GHS",
            "electronicCommerceIndicator": "19",
            "exemptionTypeCode": "SC",
            "issueCode": "NA",
            "mandateTypeCode": "NS",
            "merchantName": "Mueller, Monahan and Treutel",
            "originalPaymentReference": "tpfHBDWlRwI9F8yl",
            "resultCode": "OK",
            "secureAuthenticationValue": "1ScZFBD3GCNxLcvph060LJO69tce",
            "secureTransactionId": "wvRR994sbIbddi0H2GN0lsqvj",
            "tokenAuthenticationValue": "r9Od4NIztMGgUZVBU7lU9ZBnrYtl",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "140"
          },
          {
            "amount": "6",
            "cardNumberCollectionCode": "K",
            "channelCode": "FA",
            "currencyCode": "BRL",
            "electronicCommerceIndicator": "23",
            "exemptionTypeCode": "SC",
            "issueCode": "AO",
            "mandateTypeCode": "FR",
            "merchantName": "McKenzie Inc",
            "originalPaymentReference": "cx4xuNwWhyvh56Sd",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "ISMcaJoKAiGX99M0TaGwCLt6D643",
            "secureTransactionId": "CSXVCLFH7upVCsKAOy3MExVW2",
            "tokenAuthenticationValue": "cxKlR3URU18gPpPem9b7FjvNulJp",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "078"
          }
        ],
        "cardHolder": {
          "address": {
            "city": "Port Dina",
            "countryCode": "AR",
            "postalCode": "76638",
            "stateProvince": "OK",
            "street": "1807 Mann Rue"
          },
          "email": "Nona_Gutmann@gmail.com",
          "givenName": "Damien",
          "phone": "+14794973391",
          "surname": "Olson"
        },
        "cardNumber": "5397-9457-7518-1817",
        "cardSecurityCode": "923",
        "cardTypeCode": "DS",
        "companyAddress": {
          "city": "Rosenbaumburgh",
          "countryCode": "BH",
          "freeText": "9660 Dewitt Forest Suite 639",
          "name": "Rachael Williamson DVM",
          "postalCode": "73177",
          "stateProvince": "CO",
          "street": "4945 Casper Shoals"
        },
        "corporateId": "5OQNd",
        "docketDescription": "3sOOyc5VhlzcEXL",
        "docketIssuingAgentInitials": "xx",
        "docketNumber": "806904",
        "docketPrefix": "DOCK*P",
        "expiryDate": "2027-11-12T00:00:00.0Z",
        "extendedPayment": 6,
        "governmentTravelRequestDescription": "BVSKPY8xLR",
        "installmentAmount": "3",
        "invoiceDescription": "CORP INV",
        "isAgencyPaymentCard": false,
        "manualApproval": {
          "airlineCode": "UA",
          "amount": "6",
          "code": "20626",
          "currencyCode": "PEN",
          "expiryDateTime": "2026-08-07T00:00:00.0Z",
          "requestDateTime": "2026-07-20T00:00:00.0Z"
        },
        "miscellaneousCreditCode": "mU8IVYiy",
        "netBalance": "7",
        "numberOfInstallments": 4,
        "tripType": "Emergency",
        "tripTypes": [
          "Corporate/Business"
        ],
        "type": "CHECK",
        "useType": "All",
        "useTypes": [
          "All",
          "Rail",
          "Insurance",
          "Other",
          "Other"
        ],
        "virtualCard": {
          "agencyEmail": "Devan3@gmail.com",
          "customerAccountCode": "Antonette",
          "hotelFax": "+17838631275",
          "hotelName": "Ilia Hotel and Luxury Suites",
          "rateAmount": {
            "amount": "138.35",
            "currencyCode": "BSD"
          },
          "roomDescription": "Standard Suite, King Bed",
          "roomType": "Single Room",
          "virtualCardCharges": [
            "Resort Fee",
            "WiFi",
            "Parking"
          ]
        },
        "voucher": {
          "billingNumber": "9081547",
          "type": "FC"
        }
      },
      {
        "addInvoiceDescriptionPrefix": false,
        "agencyAddress": {
          "city": "Jakubowskifield",
          "countryCode": "VI",
          "freeText": "88701 Domingo Light Suite 867",
          "name": "Heather Krajcik",
          "postalCode": "00008-6747",
          "stateProvince": "CO",
          "street": "5432 First Street"
        },
        "agencyIataNumber": "1",
        "airlinePlanCode": "0qZ8d",
        "authentications": [
          {
            "amount": "8",
            "cardNumberCollectionCode": "S",
            "channelCode": "EC",
            "currencyCode": "ERN",
            "electronicCommerceIndicator": "69",
            "exemptionTypeCode": "TR",
            "issueCode": "NA",
            "mandateTypeCode": "BP",
            "merchantName": "Lemke and Sons",
            "originalPaymentReference": "XivjKsRFojMnPphx",
            "resultCode": "OK",
            "secureAuthenticationValue": "bjeKdKh2cT6aXE2ud2xC5lNZSdAL",
            "secureTransactionId": "R7EQ4ZJKD94fp87ozll0USuU5",
            "tokenAuthenticationValue": "XxjjEJQNsDIedfFbRk5BxgE3oZnK",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "840"
          },
          {
            "amount": "3",
            "cardNumberCollectionCode": "K",
            "channelCode": "TO",
            "currencyCode": "AFN",
            "electronicCommerceIndicator": "62",
            "exemptionTypeCode": "TR",
            "issueCode": "OK",
            "mandateTypeCode": "BP",
            "merchantName": "Lubowitz, Strosin and Grant",
            "originalPaymentReference": "u0zkyqg9HonJPi51",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "nnyrOLnDQs0VP4sbFW95shEyixjc",
            "secureTransactionId": "oHbd6fZXqYQR78iX9t2vWzQk7",
            "tokenAuthenticationValue": "wnZ86JYD7y5OeIfGQFLzYf7c0Blo",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "159"
          },
          {
            "amount": "4",
            "cardNumberCollectionCode": "K",
            "channelCode": "MO",
            "currencyCode": "NGN",
            "electronicCommerceIndicator": "79",
            "exemptionTypeCode": "SC",
            "issueCode": "OK",
            "mandateTypeCode": "FR",
            "merchantName": "Stiedemann - Roob",
            "originalPaymentReference": "OTsDiNkzb89LxEb9",
            "resultCode": "OK",
            "secureAuthenticationValue": "0Lw6Xk5Qvs7kbiZiSYJYZi6WGN3W",
            "secureTransactionId": "ToWx8zi8CLyRawN2S6TDAmGrq",
            "tokenAuthenticationValue": "zoCQEVdHO5R01HAG9DODBHtDY2re",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "878"
          },
          {
            "amount": "1",
            "cardNumberCollectionCode": "K",
            "channelCode": "TO",
            "currencyCode": "GIP",
            "electronicCommerceIndicator": "59",
            "exemptionTypeCode": "TR",
            "issueCode": "AO",
            "mandateTypeCode": "BP",
            "merchantName": "Nolan, Beier and Treutel",
            "originalPaymentReference": "ZSy933tIoptgREhR",
            "resultCode": "OK",
            "secureAuthenticationValue": "bPhNLkN3z144ORx7CvQr0G4xxQ3O",
            "secureTransactionId": "EKxZvCwiHG0OkVTBXnC4ruOX5",
            "tokenAuthenticationValue": "ufuDVibwtGPb4OUD5vuCppMmA01C",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "083"
          },
          {
            "amount": "1",
            "cardNumberCollectionCode": "S",
            "channelCode": "TO",
            "currencyCode": "CRC",
            "electronicCommerceIndicator": "85",
            "exemptionTypeCode": "SC",
            "issueCode": "NA",
            "mandateTypeCode": "CO",
            "merchantName": "Weissnat, Rowe and Larson",
            "originalPaymentReference": "q7eEQFQpMs5sMRCg",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "pSahEsbZ4ReBNYZtO9rvMkh1KLAl",
            "secureTransactionId": "y8e6zRArloeSJbkctGSKPmHWa",
            "tokenAuthenticationValue": "3zmKWXNT22Y9dwDvrIf1h5FO90Yn",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "672"
          },
          {
            "amount": "1",
            "cardNumberCollectionCode": "K",
            "channelCode": "TO",
            "currencyCode": "BND",
            "electronicCommerceIndicator": "13",
            "exemptionTypeCode": "DA",
            "issueCode": "AO",
            "mandateTypeCode": "NA",
            "merchantName": "Schimmel - Waters",
            "originalPaymentReference": "dqJTPUdVGnwIy8Pu",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "g7pf6DlY2KwtmfsAA0tKCH7247e1",
            "secureTransactionId": "vlZiqrK4rQzo3GcrXsAUsLuCr",
            "tokenAuthenticationValue": "SHDjJCnghOp8s2aE9KhLo3IbHD3S",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "818"
          },
          {
            "amount": "1",
            "cardNumberCollectionCode": "K",
            "channelCode": "FA",
            "currencyCode": "GTQ",
            "electronicCommerceIndicator": "99",
            "exemptionTypeCode": "TB",
            "issueCode": "NA",
            "mandateTypeCode": "CO",
            "merchantName": "Okuneva and Sons",
            "originalPaymentReference": "dIGJHy9gKIEina8N",
            "resultCode": "OK",
            "secureAuthenticationValue": "udTN7h7t1MwLh79AesqAwapV9SQP",
            "secureTransactionId": "dTa32U6HAND9lJql86BKXNHYR",
            "tokenAuthenticationValue": "4sELSZGHpMxWzHNNlnVEu3VUbsQ7",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "609"
          },
          {
            "amount": "0",
            "cardNumberCollectionCode": "K",
            "channelCode": "EC",
            "currencyCode": "MWK",
            "electronicCommerceIndicator": "48",
            "exemptionTypeCode": "LV",
            "issueCode": "OK",
            "mandateTypeCode": "UR",
            "merchantName": "O'Keefe, Jacobi and Gottlieb",
            "originalPaymentReference": "hoOZVd6zUqmLnd4H",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "EUTweHXvGiHNcQFXmSdVWqBWpIhl",
            "secureTransactionId": "sgqrQBWimb9h0SvxyEn8MV1jW",
            "tokenAuthenticationValue": "ZI8R8HAdRxPskTDRlMkuO61ZkkTR",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "126"
          },
          {
            "amount": "7",
            "cardNumberCollectionCode": "S",
            "channelCode": "TO",
            "currencyCode": "BND",
            "electronicCommerceIndicator": "62",
            "exemptionTypeCode": "DA",
            "issueCode": "NA",
            "mandateTypeCode": "NS",
            "merchantName": "Lubowitz - Romaguera",
            "originalPaymentReference": "oA7OUkm5UfzMc03o",
            "resultCode": "OK",
            "secureAuthenticationValue": "qvZi7PHT5zfNlW7eXOH2IBWwrzLD",
            "secureTransactionId": "80nK2SEhSdTTuHB6Q5wGDmC5R",
            "tokenAuthenticationValue": "Gp4mslS39f1l6Vnxyt6wCjVwVmO2",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "934"
          },
          {
            "amount": "9",
            "cardNumberCollectionCode": "K",
            "channelCode": "EC",
            "currencyCode": "CZK",
            "electronicCommerceIndicator": "45",
            "exemptionTypeCode": "TR",
            "issueCode": "OK",
            "mandateTypeCode": "NA",
            "merchantName": "Bergstrom - Schamberger",
            "originalPaymentReference": "tvt5V2eAjKnKHxSO",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "mEhFFnpsjZFQpNxpGA7ta2aYT2lf",
            "secureTransactionId": "Xfbtrq3sjCWjvyDG9TcevlNRZ",
            "tokenAuthenticationValue": "bnZcfaeVsMOqCcNYKRP3xOSNaO6P",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "151"
          }
        ],
        "cardHolder": {
          "address": {
            "city": "South Amari",
            "countryCode": "CR",
            "postalCode": "59540-3204",
            "stateProvince": "MO",
            "street": "2067 O'Conner Vista"
          },
          "email": "Mariane99@hotmail.com",
          "givenName": "Faye",
          "phone": "+14656954106",
          "surname": "Ernser"
        },
        "cardNumber": "3610-409621-6815",
        "cardSecurityCode": "461",
        "cardTypeCode": "VI",
        "companyAddress": {
          "city": "Murphymouth",
          "countryCode": "BY",
          "freeText": "7589 Martin Luther King Jr Boulevard Suite 262",
          "name": "Christie Medhurst",
          "postalCode": "68846-5232",
          "stateProvince": "CA",
          "street": "4455 Wehner Causeway"
        },
        "corporateId": "dvOq5",
        "docketDescription": "U5jPlSgvdKuUmGI",
        "docketIssuingAgentInitials": "uY",
        "docketNumber": "843626",
        "docketPrefix": "DOCK*P",
        "expiryDate": "2027-11-13T00:00:00.0Z",
        "extendedPayment": 19,
        "governmentTravelRequestDescription": "49RplbOkWg",
        "installmentAmount": "2",
        "invoiceDescription": "CORP INV",
        "isAgencyPaymentCard": false,
        "manualApproval": {
          "airlineCode": "LH",
          "amount": "2",
          "code": "13084",
          "currencyCode": "KHR",
          "expiryDateTime": "2026-08-13T00:00:00.0Z",
          "requestDateTime": "2026-07-20T00:00:00.0Z"
        },
        "miscellaneousCreditCode": "3a3Suzft",
        "netBalance": "9",
        "numberOfInstallments": 6,
        "tripType": "Family",
        "tripTypes": [
          "Family",
          "Corporate/Business"
        ],
        "type": "CHECK",
        "useType": "Low-Cost Carrier",
        "useTypes": [
          "Specialty Service",
          "Insurance",
          "Rail",
          "Car",
          "Insurance"
        ],
        "virtualCard": {
          "agencyEmail": "Brandt.Senger47@gmail.com",
          "customerAccountCode": "Kendra",
          "hotelFax": "+16817259594",
          "hotelName": "Grand Plaza Resort",
          "rateAmount": {
            "amount": "116.75",
            "currencyCode": "SCR"
          },
          "roomDescription": "Standard Suite, King Bed",
          "roomType": "Single Room",
          "virtualCardCharges": [
            "Room Only",
            "Resort Fee",
            "WiFi",
            "Breakfast"
          ]
        },
        "voucher": {
          "billingNumber": "3878904",
          "type": "MC"
        }
      },
      {
        "addInvoiceDescriptionPrefix": false,
        "agencyAddress": {
          "city": "Alleneville",
          "countryCode": "CU",
          "freeText": "4430 Jaquelin Fords Suite 967",
          "name": "Drew Bahringer",
          "postalCode": "34157",
          "stateProvince": "MT",
          "street": "557 Old Lane"
        },
        "agencyIataNumber": "6",
        "airlinePlanCode": "y9qBz",
        "authentications": [
          {
            "amount": "0",
            "cardNumberCollectionCode": "K",
            "channelCode": "MO",
            "currencyCode": "XPF",
            "electronicCommerceIndicator": "79",
            "exemptionTypeCode": "SC",
            "issueCode": "OK",
            "mandateTypeCode": "NS",
            "merchantName": "Buckridge and Sons",
            "originalPaymentReference": "FPtGISmJvqF6Irs4",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "KJWhQ2S3i0giftvWUSPC0xog8azz",
            "secureTransactionId": "Gnj5zfFESvrITA1sEe5M6h5pL",
            "tokenAuthenticationValue": "R85cAoQy4VN9OKm9e9woPMuZOlC5",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "083"
          },
          {
            "amount": "3",
            "cardNumberCollectionCode": "K",
            "channelCode": "TO",
            "currencyCode": "GNF",
            "electronicCommerceIndicator": "27",
            "exemptionTypeCode": "TB",
            "issueCode": "OK",
            "mandateTypeCode": "UR",
            "merchantName": "Raynor - Luettgen",
            "originalPaymentReference": "56EvC4c05YG2JLDi",
            "resultCode": "OK",
            "secureAuthenticationValue": "N19ZxUnBuNvemgyWU7ACz3qRwiXP",
            "secureTransactionId": "yxV2GntcU66mt4QtPAccbOps6",
            "tokenAuthenticationValue": "bLcfyjscyfH3oI3soF7BTDuPP3v0",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "332"
          },
          {
            "amount": "8",
            "cardNumberCollectionCode": "S",
            "channelCode": "EC",
            "currencyCode": "BBD",
            "electronicCommerceIndicator": "41",
            "exemptionTypeCode": "TR",
            "issueCode": "OK",
            "mandateTypeCode": "VR",
            "merchantName": "Simonis and Sons",
            "originalPaymentReference": "3AYeOmw01BtHlYkV",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "uCdntwArq7F4jpd6jGPP0WPCyBpt",
            "secureTransactionId": "P6ujjpf0hZpv85ripLcdp9w2R",
            "tokenAuthenticationValue": "IBUKFRaHxDzSR30Y4pCNJL5nj4Bu",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "730"
          },
          {
            "amount": "0",
            "cardNumberCollectionCode": "K",
            "channelCode": "MO",
            "currencyCode": "GYD",
            "electronicCommerceIndicator": "89",
            "exemptionTypeCode": "LV",
            "issueCode": "OK",
            "mandateTypeCode": "VR",
            "merchantName": "Boyer, Haag and D'Amore",
            "originalPaymentReference": "6h3zgi78aQ8s5fch",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "aNIyxJmxivLfLYsnT06oCFc5nfbQ",
            "secureTransactionId": "WN9CHkrXc44ufVubKk5GRcK7r",
            "tokenAuthenticationValue": "yfJr8QKVVL3QXKHqJZBAXoEfIRJw",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "567"
          },
          {
            "amount": "2",
            "cardNumberCollectionCode": "K",
            "channelCode": "FA",
            "currencyCode": "BSD",
            "electronicCommerceIndicator": "19",
            "exemptionTypeCode": "TR",
            "issueCode": "NA",
            "mandateTypeCode": "NS",
            "merchantName": "Rutherford, Sipes and Hickle",
            "originalPaymentReference": "zEm4rgDHsf3ywcgN",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "RyjDbhSm7PGguV0MIGYgvrDU7V2Q",
            "secureTransactionId": "85BN8majroJdhVFxPfSzSpICr",
            "tokenAuthenticationValue": "dTZjGT78lK5gkzQ15VUSEjvmuo0c",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "593"
          },
          {
            "amount": "4",
            "cardNumberCollectionCode": "S",
            "channelCode": "MO",
            "currencyCode": "DOP",
            "electronicCommerceIndicator": "62",
            "exemptionTypeCode": "TR",
            "issueCode": "OK",
            "mandateTypeCode": "VR",
            "merchantName": "Dicki, Rowe and Schmeler",
            "originalPaymentReference": "Aba1M7rvv2dL2L7k",
            "resultCode": "OK",
            "secureAuthenticationValue": "5EgSuZ50bsL8II5FpqoN7eMjql5Q",
            "secureTransactionId": "zpDaKtQc1VwiVPhqc30IfysWB",
            "tokenAuthenticationValue": "QDOi2451x8luxvHcmyvpjJJ6GPp3",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "939"
          },
          {
            "amount": "0",
            "cardNumberCollectionCode": "K",
            "channelCode": "TO",
            "currencyCode": "TOP",
            "electronicCommerceIndicator": "80",
            "exemptionTypeCode": "TB",
            "issueCode": "NA",
            "mandateTypeCode": "AC",
            "merchantName": "Kris - Hauck",
            "originalPaymentReference": "RRh4FUBfLTMDlzgW",
            "resultCode": "OK",
            "secureAuthenticationValue": "DsXj3jxsemcPkbucj8rqcYBm5Xlq",
            "secureTransactionId": "1qJXsvwKBruNgST0aSIPiEo39",
            "tokenAuthenticationValue": "3OSVp9lQdMfeL0Uy3meZfzTBqrUj",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "648"
          },
          {
            "amount": "8",
            "cardNumberCollectionCode": "K",
            "channelCode": "EC",
            "currencyCode": "MYR",
            "electronicCommerceIndicator": "71",
            "exemptionTypeCode": "TR",
            "issueCode": "OK",
            "mandateTypeCode": "BP",
            "merchantName": "Kuvalis Group",
            "originalPaymentReference": "WSwdOh12pq4P8Z4m",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "RHg31F42LZbfheM5sCIzK4nhcvgv",
            "secureTransactionId": "DEXdItkLpHHslpk5gfY79d4FF",
            "tokenAuthenticationValue": "6DTRnwFkjrnN8BGfkBgE8bxC0NIk",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "417"
          },
          {
            "amount": "5",
            "cardNumberCollectionCode": "K",
            "channelCode": "MO",
            "currencyCode": "CUP",
            "electronicCommerceIndicator": "31",
            "exemptionTypeCode": "TB",
            "issueCode": "AO",
            "mandateTypeCode": "VR",
            "merchantName": "Renner, Hermiston and Emard",
            "originalPaymentReference": "3sfFEIw7xiFN6ZS4",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "3BU8pTNmUUuoEVWuJS7a8xV63z46",
            "secureTransactionId": "RS3XxWTOx44yG71zppL4LzLmX",
            "tokenAuthenticationValue": "vvd1afcXYQFUqgqCKFvAjCUxbgSh",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "107"
          },
          {
            "amount": "6",
            "cardNumberCollectionCode": "K",
            "channelCode": "FA",
            "currencyCode": "WST",
            "electronicCommerceIndicator": "82",
            "exemptionTypeCode": "SC",
            "issueCode": "OK",
            "mandateTypeCode": "NS",
            "merchantName": "Welch - Pollich",
            "originalPaymentReference": "xyMAerfm1NbYmvA9",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "wR44Gxhb0QxgJAHqzoh5Pn8Vg5iw",
            "secureTransactionId": "mSTOcaPPvhcOsB24CtOpXM4kx",
            "tokenAuthenticationValue": "iZJ5l3lZf4KY1lFbM2W47zwKpR0q",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "974"
          }
        ],
        "cardHolder": {
          "address": {
            "city": "North Melvina",
            "countryCode": "GS",
            "postalCode": "48196",
            "stateProvince": "NE",
            "street": "4858 Clarissa Parkway"
          },
          "email": "Sandra_Hirthe63@hotmail.com",
          "givenName": "Luella",
          "phone": "+12222817046",
          "surname": "Marquardt"
        },
        "cardNumber": "5493-8449-2146-9460",
        "cardSecurityCode": "877",
        "cardTypeCode": "DS",
        "companyAddress": {
          "city": "South Jean",
          "countryCode": "FR",
          "freeText": "9038 Edythe Skyway Suite 449",
          "name": "Miss Phyllis Jakubowski",
          "postalCode": "69490-1582",
          "stateProvince": "OR",
          "street": "678 O'Connell Brooks"
        },
        "corporateId": "38YZg",
        "docketDescription": "5ThBZBXsemfC6NN",
        "docketIssuingAgentInitials": "cT",
        "docketNumber": "098464",
        "docketPrefix": "AGT*V",
        "expiryDate": "2029-04-07T00:00:00.0Z",
        "extendedPayment": 16,
        "governmentTravelRequestDescription": "faiUJWIReV",
        "installmentAmount": "5",
        "invoiceDescription": "AGT INVOICE",
        "isAgencyPaymentCard": false,
        "manualApproval": {
          "airlineCode": "AA",
          "amount": "8",
          "code": "32555",
          "currencyCode": "SRD",
          "expiryDateTime": "2026-08-03T00:00:00.0Z",
          "requestDateTime": "2026-07-21T00:00:00.0Z"
        },
        "miscellaneousCreditCode": "edEUJWqX",
        "netBalance": "6",
        "numberOfInstallments": 1,
        "tripType": "Corporate/Business",
        "tripTypes": [
          "Corporate/Business",
          "Corporate/Business"
        ],
        "type": "CHECK",
        "useType": "Bus/Ground Transportation",
        "useTypes": [
          "Unknown",
          "Interface Record"
        ],
        "virtualCard": {
          "agencyEmail": "Ward.Kris92@gmail.com",
          "customerAccountCode": "Claude",
          "hotelFax": "+15538859296",
          "hotelName": "Ilia Hotel and Luxury Suites",
          "rateAmount": {
            "amount": "112.95",
            "currencyCode": "GEL"
          },
          "roomDescription": "Standard Suite, King Bed",
          "roomType": "Single Room",
          "virtualCardCharges": [
            "Room Only",
            "WiFi",
            "Parking"
          ]
        },
        "voucher": {
          "billingNumber": "0192589",
          "type": "MC"
        }
      },
      {
        "addInvoiceDescriptionPrefix": false,
        "agencyAddress": {
          "city": "Camden",
          "countryCode": "MA",
          "freeText": "2473 Kub Meadows Apt. 400",
          "name": "Mr. Allan Mante",
          "postalCode": "80197-3889",
          "stateProvince": "ND",
          "street": "6721 Zboncak Bridge"
        },
        "agencyIataNumber": "1",
        "airlinePlanCode": "39w6q",
        "authentications": [
          {
            "amount": "4",
            "cardNumberCollectionCode": "K",
            "channelCode": "EC",
            "currencyCode": "JOD",
            "electronicCommerceIndicator": "49",
            "exemptionTypeCode": "DA",
            "issueCode": "AO",
            "mandateTypeCode": "VR",
            "merchantName": "O'Connell - Terry",
            "originalPaymentReference": "LgXgnSsNIiHYC6dE",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "j6tpmW4bxMrUcYU90ufTPnBesvD5",
            "secureTransactionId": "RvF9OZTVwIVCGgptPWOzUjR39",
            "tokenAuthenticationValue": "xGu3ulwBb8SUssu6i4rWDGTGgr7w",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "599"
          },
          {
            "amount": "7",
            "cardNumberCollectionCode": "K",
            "channelCode": "EC",
            "currencyCode": "TMT",
            "electronicCommerceIndicator": "59",
            "exemptionTypeCode": "LV",
            "issueCode": "AO",
            "mandateTypeCode": "NS",
            "merchantName": "Legros - Medhurst",
            "originalPaymentReference": "LABicBlZmxOJfmBI",
            "resultCode": "OK",
            "secureAuthenticationValue": "irEgLSbDyPfjJamHdIMv6IGI2ggZ",
            "secureTransactionId": "r0jdzdkcm2oyLJJBDCbrP5SeD",
            "tokenAuthenticationValue": "s7y1pYDw5kI0wXCqEals0cgDHSom",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "958"
          },
          {
            "amount": "4",
            "cardNumberCollectionCode": "S",
            "channelCode": "EC",
            "currencyCode": "MUR",
            "electronicCommerceIndicator": "34",
            "exemptionTypeCode": "TB",
            "issueCode": "AO",
            "mandateTypeCode": "AC",
            "merchantName": "Effertz LLC",
            "originalPaymentReference": "HSqYzJZKISFyz8M4",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "M9z25PfFVLCpTCBkI4CyLHkQVl7A",
            "secureTransactionId": "5ksVUWWXSSaVR0aIAHPKvifB2",
            "tokenAuthenticationValue": "r1lc3cYb3yCyS97BjzT0Gwpaeucg",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "578"
          },
          {
            "amount": "2",
            "cardNumberCollectionCode": "S",
            "channelCode": "EC",
            "currencyCode": "PHP",
            "electronicCommerceIndicator": "54",
            "exemptionTypeCode": "DA",
            "issueCode": "NA",
            "mandateTypeCode": "FR",
            "merchantName": "Schmitt Inc",
            "originalPaymentReference": "Ncuc0DIShM9ry0vp",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "sfFJ0BreQmfD9E07NuwAShpHiGbh",
            "secureTransactionId": "Elxgy4iDGS4q9JWRKsxDkZgcj",
            "tokenAuthenticationValue": "JYHXGpiC13pkIEwlBVCcl12uR0l2",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "634"
          },
          {
            "amount": "9",
            "cardNumberCollectionCode": "K",
            "channelCode": "TO",
            "currencyCode": "FJD",
            "electronicCommerceIndicator": "79",
            "exemptionTypeCode": "TB",
            "issueCode": "OK",
            "mandateTypeCode": "CO",
            "merchantName": "Senger LLC",
            "originalPaymentReference": "C9nFmSXTCj92lgVA",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "XVVFid6YGjoj1r4vg5QcCg6Iv2dy",
            "secureTransactionId": "Hbc9YJG3PUxWrDaDEl7lco5v1",
            "tokenAuthenticationValue": "3QUj0MwFU1KIrca2RWzUCfR4jkJE",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "962"
          },
          {
            "amount": "9",
            "cardNumberCollectionCode": "S",
            "channelCode": "FA",
            "currencyCode": "ALL",
            "electronicCommerceIndicator": "12",
            "exemptionTypeCode": "LV",
            "issueCode": "AO",
            "mandateTypeCode": "NA",
            "merchantName": "Schowalter - Becker",
            "originalPaymentReference": "l5lFL912lMIpLugn",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "RcQ0k4sCLBtPJYGys6cc0dzd54nC",
            "secureTransactionId": "5eTdjqqAGO2JU9aBqESa6rSzx",
            "tokenAuthenticationValue": "v6GEurgjue8avMqwz23Ee3Wl1dIT",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "219"
          },
          {
            "amount": "1",
            "cardNumberCollectionCode": "K",
            "channelCode": "MO",
            "currencyCode": "GMD",
            "electronicCommerceIndicator": "87",
            "exemptionTypeCode": "SC",
            "issueCode": "NA",
            "mandateTypeCode": "BP",
            "merchantName": "Daniel Group",
            "originalPaymentReference": "e0fGqqnLKTQQK2T7",
            "resultCode": "OK",
            "secureAuthenticationValue": "5EbYxtBvbgx3BcNpaO4DvtekOAIv",
            "secureTransactionId": "U0OFCnjM1vs0L6NEzTcNUEunQ",
            "tokenAuthenticationValue": "9Bcyf0UJSCTgDbo24bhYsAT6aDbD",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "521"
          },
          {
            "amount": "1",
            "cardNumberCollectionCode": "S",
            "channelCode": "FA",
            "currencyCode": "RUB",
            "electronicCommerceIndicator": "06",
            "exemptionTypeCode": "DA",
            "issueCode": "OK",
            "mandateTypeCode": "AC",
            "merchantName": "Greenholt, Howell and Bernier",
            "originalPaymentReference": "vwhcuqgvTrCgLOPe",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "morJnfUp1wOP2h4QwByNCD1Jwa09",
            "secureTransactionId": "8XfFMGlU2F2XdpvVlXDMhYgp4",
            "tokenAuthenticationValue": "mW4x13UGhMjmdGMptptyppKeaoF3",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "772"
          },
          {
            "amount": "7",
            "cardNumberCollectionCode": "S",
            "channelCode": "TO",
            "currencyCode": "VES",
            "electronicCommerceIndicator": "38",
            "exemptionTypeCode": "TB",
            "issueCode": "OK",
            "mandateTypeCode": "UR",
            "merchantName": "Tromp - Witting",
            "originalPaymentReference": "MbSZS6U4Hx3efiZG",
            "resultCode": "OK",
            "secureAuthenticationValue": "DeRXjZLOKPCND23PIHoodUEGuhNs",
            "secureTransactionId": "QNUaIpk0zRhaNxhBpcDPEeke4",
            "tokenAuthenticationValue": "Tt0OfudSng480x7TmYwEGQHiJ7RP",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "171"
          },
          {
            "amount": "1",
            "cardNumberCollectionCode": "K",
            "channelCode": "EC",
            "currencyCode": "PAB",
            "electronicCommerceIndicator": "28",
            "exemptionTypeCode": "LV",
            "issueCode": "NA",
            "mandateTypeCode": "NA",
            "merchantName": "Blick LLC",
            "originalPaymentReference": "dbq0PLFvJnt7AniO",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "qHELfiYR3esTHKJY0OtJcgDq0d6L",
            "secureTransactionId": "unEzs0yvGSTRoaPZDt2XskYBP",
            "tokenAuthenticationValue": "6rDYAfKRqsx1j71ATU86FN35bAbs",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "483"
          }
        ],
        "cardHolder": {
          "address": {
            "city": "Reingerworth",
            "countryCode": "RO",
            "postalCode": "49330",
            "stateProvince": "WA",
            "street": "78062 Jaron Dam"
          },
          "email": "Dalton.Weber@hotmail.com",
          "givenName": "Aliya",
          "phone": "+16796961990",
          "surname": "Ryan"
        },
        "cardNumber": "4111-3771-2919-6861",
        "cardSecurityCode": "666",
        "cardTypeCode": "DS",
        "companyAddress": {
          "city": "Wolfcester",
          "countryCode": "CK",
          "freeText": "3478 Gibson Vista Apt. 924",
          "name": "Shannon Raynor",
          "postalCode": "69996-2785",
          "stateProvince": "AL",
          "street": "6755 Lake Avenue"
        },
        "corporateId": "p8MlS",
        "docketDescription": "Ew2rIIP4FU6jvCa",
        "docketIssuingAgentInitials": "da",
        "docketNumber": "161331",
        "docketPrefix": "DOCK*P",
        "expiryDate": "2028-03-28T00:00:00.0Z",
        "extendedPayment": 19,
        "governmentTravelRequestDescription": "k9HcOCdR9H",
        "installmentAmount": "8",
        "invoiceDescription": "CORP INV",
        "isAgencyPaymentCard": false,
        "manualApproval": {
          "airlineCode": "DL",
          "amount": "1",
          "code": "57997",
          "currencyCode": "CVE",
          "expiryDateTime": "2026-08-05T00:00:00.0Z",
          "requestDateTime": "2026-07-21T00:00:00.0Z"
        },
        "miscellaneousCreditCode": "QsGwWnz2",
        "netBalance": "4",
        "numberOfInstallments": 10,
        "tripType": "All",
        "tripTypes": [
          "Emergency",
          "Emergency",
          "Family"
        ],
        "type": "CHECK",
        "useType": "Tour",
        "useTypes": [
          "Unknown"
        ],
        "virtualCard": {
          "agencyEmail": "Palma_Wilkinson@yahoo.com",
          "customerAccountCode": "Dejah",
          "hotelFax": "+15044744864",
          "hotelName": "City Center Inn",
          "rateAmount": {
            "amount": "79.09",
            "currencyCode": "BYN"
          },
          "roomDescription": "Ocean Front Room",
          "roomType": "2 double beds",
          "virtualCardCharges": [
            "WiFi",
            "Breakfast",
            "Parking"
          ]
        },
        "voucher": {
          "billingNumber": "1331104",
          "type": "MC"
        }
      },
      {
        "addInvoiceDescriptionPrefix": false,
        "agencyAddress": {
          "city": "North Mossie",
          "countryCode": "GB",
          "freeText": "58020 Abbott Grove Suite 586",
          "name": "Lynne Schneider",
          "postalCode": "41793",
          "stateProvince": "WI",
          "street": "1929 Brekke Trace"
        },
        "agencyIataNumber": "1",
        "airlinePlanCode": "fdlgq",
        "authentications": [
          {
            "amount": "8",
            "cardNumberCollectionCode": "K",
            "channelCode": "TO",
            "currencyCode": "JPY",
            "electronicCommerceIndicator": "15",
            "exemptionTypeCode": "DA",
            "issueCode": "AO",
            "mandateTypeCode": "FR",
            "merchantName": "Wuckert Group",
            "originalPaymentReference": "yTfwYfrDV8hlVYdX",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "yppSLx8iWRf2A4r93Cc0qOJ7SqgD",
            "secureTransactionId": "qyYKSTZ4RexkoNrpOVGddVtFR",
            "tokenAuthenticationValue": "NG49DK9BKf4BXkL7IN2rIeZGBehi",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "721"
          },
          {
            "amount": "0",
            "cardNumberCollectionCode": "S",
            "channelCode": "FA",
            "currencyCode": "LKR",
            "electronicCommerceIndicator": "66",
            "exemptionTypeCode": "DA",
            "issueCode": "AO",
            "mandateTypeCode": "AC",
            "merchantName": "Schmidt, Denesik and Harvey",
            "originalPaymentReference": "wMefxNldjptStMz7",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "7i3UV3E25b6ZgA3IpuwINxbZRjwc",
            "secureTransactionId": "yo6w06ojgQAb4aRC6UOpXwEUM",
            "tokenAuthenticationValue": "Vs7jQdKU2TR1sjNvkfusqFQwuSYq",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "796"
          },
          {
            "amount": "7",
            "cardNumberCollectionCode": "K",
            "channelCode": "MO",
            "currencyCode": "MMK",
            "electronicCommerceIndicator": "60",
            "exemptionTypeCode": "LV",
            "issueCode": "AO",
            "mandateTypeCode": "AC",
            "merchantName": "Lakin Group",
            "originalPaymentReference": "pfhYIKLYSohcSnZw",
            "resultCode": "OK",
            "secureAuthenticationValue": "PNwUYImPXfFP5D78NaMvag6LnmNm",
            "secureTransactionId": "MpLug0LcRrawrormpSkwapkT0",
            "tokenAuthenticationValue": "eOIiOgQeXXHaFVWoNItSE7tH4LNU",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "655"
          },
          {
            "amount": "5",
            "cardNumberCollectionCode": "S",
            "channelCode": "TO",
            "currencyCode": "KZT",
            "electronicCommerceIndicator": "04",
            "exemptionTypeCode": "SC",
            "issueCode": "NA",
            "mandateTypeCode": "NS",
            "merchantName": "Ferry, Wiegand and Yost",
            "originalPaymentReference": "DdAfrMBP0vhrYmQZ",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "iGTglBDY1g4RZFdIoKB2JQl10h2e",
            "secureTransactionId": "vW6HRJNwbIFj5TceBWwsvI1Yo",
            "tokenAuthenticationValue": "DQp47YJJulLCz7m7EXmnF6j7Bvd4",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "042"
          },
          {
            "amount": "9",
            "cardNumberCollectionCode": "K",
            "channelCode": "FA",
            "currencyCode": "BGN",
            "electronicCommerceIndicator": "25",
            "exemptionTypeCode": "LV",
            "issueCode": "AO",
            "mandateTypeCode": "NS",
            "merchantName": "Steuber - Effertz",
            "originalPaymentReference": "QVdJRtBcUMES2rb5",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "KfloCz8EPUTEeq18SAnBdtA2WPNI",
            "secureTransactionId": "VNYq0F7ZLe3xWM6m32mrE9Dmc",
            "tokenAuthenticationValue": "ij8xzMQQJYNGXSurUH3RfMpphw0w",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "477"
          },
          {
            "amount": "4",
            "cardNumberCollectionCode": "K",
            "channelCode": "EC",
            "currencyCode": "JPY",
            "electronicCommerceIndicator": "03",
            "exemptionTypeCode": "TR",
            "issueCode": "AO",
            "mandateTypeCode": "NS",
            "merchantName": "O'Connell LLC",
            "originalPaymentReference": "qpEutSREtYwVqZVL",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "LbcOVtCCMjXYAFNFLzfSEBR5roTi",
            "secureTransactionId": "l0szKY7LtI3rugRHydHfcq8bd",
            "tokenAuthenticationValue": "Gpz06wIH7rDqXVAGsqsgMdYrbp3e",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "309"
          },
          {
            "amount": "4",
            "cardNumberCollectionCode": "S",
            "channelCode": "EC",
            "currencyCode": "QAR",
            "electronicCommerceIndicator": "53",
            "exemptionTypeCode": "TR",
            "issueCode": "AO",
            "mandateTypeCode": "BP",
            "merchantName": "Labadie - Weber",
            "originalPaymentReference": "eWvNRLDsnZ58kmw5",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "aZK0HcP9SryDgUGpvfJjy5RkEQrd",
            "secureTransactionId": "sXozXuvDBr19d6dAzyhNeFya4",
            "tokenAuthenticationValue": "2NpvCWA15i5glvdv31RIMN8PCVs2",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "404"
          },
          {
            "amount": "2",
            "cardNumberCollectionCode": "K",
            "channelCode": "EC",
            "currencyCode": "DKK",
            "electronicCommerceIndicator": "25",
            "exemptionTypeCode": "LV",
            "issueCode": "AO",
            "mandateTypeCode": "VR",
            "merchantName": "Rogahn - Hahn",
            "originalPaymentReference": "klMZ46KAAgjXF98t",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "WxMw893EaubXQMdKgZF1jyb8zuw5",
            "secureTransactionId": "JOy6pvrWoUIxEUm2Llhl8rley",
            "tokenAuthenticationValue": "mu5Nztoufr5MiVvQX6weft3jP5af",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "101"
          },
          {
            "amount": "1",
            "cardNumberCollectionCode": "K",
            "channelCode": "EC",
            "currencyCode": "PYG",
            "electronicCommerceIndicator": "12",
            "exemptionTypeCode": "TB",
            "issueCode": "NA",
            "mandateTypeCode": "AC",
            "merchantName": "Olson Group",
            "originalPaymentReference": "bkEC7Fndbs7YgRba",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "79wKpZy6bJEPDltjBblCJZcJ4IIR",
            "secureTransactionId": "fvrv090HK24YVscGHufl2ksm7",
            "tokenAuthenticationValue": "DCU1RkxqNJPGLH5E1uDFZ5oMAcxL",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "495"
          },
          {
            "amount": "3",
            "cardNumberCollectionCode": "K",
            "channelCode": "EC",
            "currencyCode": "MOP",
            "electronicCommerceIndicator": "41",
            "exemptionTypeCode": "TB",
            "issueCode": "OK",
            "mandateTypeCode": "AC",
            "merchantName": "Wisozk, Gleichner and Kassulke",
            "originalPaymentReference": "yaRMWIFXzgUok8y0",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "8CSA4t7rEIWPs4P6PmsCrsCNjqdX",
            "secureTransactionId": "xzkju2n3GenDw8yiVK7UNBlfZ",
            "tokenAuthenticationValue": "ml6CdyhBWiSFrOIzn6yAAdn9aTDO",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "375"
          }
        ],
        "cardHolder": {
          "address": {
            "city": "North Dewayneton",
            "countryCode": "MO",
            "postalCode": "11083-6355",
            "stateProvince": "DE",
            "street": "955 Sheridan Camp"
          },
          "email": "Jane.Bednar15@yahoo.com",
          "givenName": "Jacinto",
          "phone": "+19648235417",
          "surname": "Erdman"
        },
        "cardNumber": "5195-2848-1582-4598",
        "cardSecurityCode": "651",
        "cardTypeCode": "VI",
        "companyAddress": {
          "city": "Lake Ismaelville",
          "countryCode": "CX",
          "freeText": "612 Franz Track Apt. 218",
          "name": "Ernesto Blanda",
          "postalCode": "78617",
          "stateProvince": "MN",
          "street": "345 Wilford Groves"
        },
        "corporateId": "1SNxe",
        "docketDescription": "5PwgmrqfAz8Yqrr",
        "docketIssuingAgentInitials": "Oe",
        "docketNumber": "697846",
        "docketPrefix": "AGT*V",
        "expiryDate": "2028-01-04T00:00:00.0Z",
        "extendedPayment": 19,
        "governmentTravelRequestDescription": "wkZkYkKZuI",
        "installmentAmount": "4",
        "invoiceDescription": "CORP INV",
        "isAgencyPaymentCard": false,
        "manualApproval": {
          "airlineCode": "LH",
          "amount": "0",
          "code": "78508",
          "currencyCode": "JOD",
          "expiryDateTime": "2026-07-31T00:00:00.0Z",
          "requestDateTime": "2026-07-20T00:00:00.0Z"
        },
        "miscellaneousCreditCode": "GKvzStIm",
        "netBalance": "9",
        "numberOfInstallments": 1,
        "tripType": "Leisure",
        "tripTypes": [
          "Emergency",
          "Leisure",
          "Unknown",
          "Family"
        ],
        "type": "CHECK",
        "useType": "Specialty Service",
        "useTypes": [
          "Low-Cost Carrier",
          "Car",
          "Insurance",
          "All",
          "Interface Record"
        ],
        "virtualCard": {
          "agencyEmail": "Xzavier_Block96@hotmail.com",
          "customerAccountCode": "Crystal",
          "hotelFax": "+12737169583",
          "hotelName": "City Center Inn",
          "rateAmount": {
            "amount": "63.29",
            "currencyCode": "YER"
          },
          "roomDescription": "Deluxe Room, 2 Double Beds",
          "roomType": "Single Room",
          "virtualCardCharges": [
            "Parking",
            "Breakfast"
          ]
        },
        "voucher": {
          "billingNumber": "0192869",
          "type": "MC"
        }
      },
      {
        "addInvoiceDescriptionPrefix": true,
        "agencyAddress": {
          "city": "Wuckertland",
          "countryCode": "PH",
          "freeText": "64114 E 7th Street Apt. 814",
          "name": "Mr. Edward Gislason",
          "postalCode": "81549-6867",
          "stateProvince": "CT",
          "street": "3995 Mayer Forge"
        },
        "agencyIataNumber": "7",
        "airlinePlanCode": "Rio9w",
        "authentications": [
          {
            "amount": "7",
            "cardNumberCollectionCode": "K",
            "channelCode": "MO",
            "currencyCode": "CNY",
            "electronicCommerceIndicator": "70",
            "exemptionTypeCode": "SC",
            "issueCode": "NA",
            "mandateTypeCode": "VR",
            "merchantName": "Wiza LLC",
            "originalPaymentReference": "Gqb5lEJWQpjnQrrU",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "tGpIIduHqkShfTB07V34UHvNqM2w",
            "secureTransactionId": "gbTH4rwV7Fk7Ekn4wJIc5l6pM",
            "tokenAuthenticationValue": "0UHf9DQGbMBhyruJotWGt86Pgl43",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "908"
          },
          {
            "amount": "1",
            "cardNumberCollectionCode": "S",
            "channelCode": "FA",
            "currencyCode": "MYR",
            "electronicCommerceIndicator": "69",
            "exemptionTypeCode": "TB",
            "issueCode": "OK",
            "mandateTypeCode": "UR",
            "merchantName": "Kiehn, Barrows and Pfannerstill",
            "originalPaymentReference": "y3diN40BxeoKosWV",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "5zV2mjrpurIUdboyPjeuvAyYUoX7",
            "secureTransactionId": "CJQyqswPy5kJlBBpaisaaWtrm",
            "tokenAuthenticationValue": "mVMoQ4ZFL5iFzFmOSfLabAUNOVqT",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "337"
          },
          {
            "amount": "7",
            "cardNumberCollectionCode": "S",
            "channelCode": "EC",
            "currencyCode": "UYU",
            "electronicCommerceIndicator": "30",
            "exemptionTypeCode": "DA",
            "issueCode": "AO",
            "mandateTypeCode": "NS",
            "merchantName": "Turner Group",
            "originalPaymentReference": "YlZdECXte7vgRyPS",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "zcmNUWPDYGecLXnPVzgfgNw4r520",
            "secureTransactionId": "1bRxYuY6lMTIzdmlyi1hpyuGX",
            "tokenAuthenticationValue": "hnaOt7zYC2ZSsB0RNwphYwvytC8o",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "863"
          },
          {
            "amount": "1",
            "cardNumberCollectionCode": "K",
            "channelCode": "FA",
            "currencyCode": "ISK",
            "electronicCommerceIndicator": "31",
            "exemptionTypeCode": "TB",
            "issueCode": "OK",
            "mandateTypeCode": "CO",
            "merchantName": "Hills - Kreiger",
            "originalPaymentReference": "UyRSdHR2eIC6dtF8",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "EA2TPpPEhCCbRSwBTF7MgBrfC5V2",
            "secureTransactionId": "zLjstu8gyFPOhLkZYyu3QYHF2",
            "tokenAuthenticationValue": "U5LYREjmCNBPt36Me1jjblKmGUPr",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "715"
          },
          {
            "amount": "3",
            "cardNumberCollectionCode": "S",
            "channelCode": "TO",
            "currencyCode": "XOF",
            "electronicCommerceIndicator": "07",
            "exemptionTypeCode": "DA",
            "issueCode": "OK",
            "mandateTypeCode": "NA",
            "merchantName": "Jast Inc",
            "originalPaymentReference": "zoNmQncD8say8VNI",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "UT1CEPKmQih0w4BdGJsVFQ6zKi4P",
            "secureTransactionId": "a5VAeBH2tBXZp3QSGSTauNIJc",
            "tokenAuthenticationValue": "xW0BnqqoPlMenTG8esDLhbal5QAD",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "948"
          },
          {
            "amount": "9",
            "cardNumberCollectionCode": "S",
            "channelCode": "FA",
            "currencyCode": "BZD",
            "electronicCommerceIndicator": "02",
            "exemptionTypeCode": "TR",
            "issueCode": "AO",
            "mandateTypeCode": "NA",
            "merchantName": "Considine Inc",
            "originalPaymentReference": "P8gzDaT2duMeJtjq",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "TbtbdlRJAMuvSveTR2sTtLJHw23z",
            "secureTransactionId": "h6niE1hby1bgLZ3F8vYSI7Y45",
            "tokenAuthenticationValue": "tUYejhN12FfhymEPpYlx8SrcInEU",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "208"
          },
          {
            "amount": "0",
            "cardNumberCollectionCode": "K",
            "channelCode": "FA",
            "currencyCode": "SZL",
            "electronicCommerceIndicator": "02",
            "exemptionTypeCode": "SC",
            "issueCode": "NA",
            "mandateTypeCode": "NS",
            "merchantName": "Robel, Bode and Schultz",
            "originalPaymentReference": "iyO0YosKvNuJtp6N",
            "resultCode": "OK",
            "secureAuthenticationValue": "QrfgCIPW0Vq1FCI7vbsRTjun5Ned",
            "secureTransactionId": "v9znwdSByBo0bCvEzVSEJhhT6",
            "tokenAuthenticationValue": "bLkWxM4gVlySoqkXsX3SQMygYLSm",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "506"
          },
          {
            "amount": "6",
            "cardNumberCollectionCode": "K",
            "channelCode": "TO",
            "currencyCode": "KZT",
            "electronicCommerceIndicator": "12",
            "exemptionTypeCode": "TR",
            "issueCode": "AO",
            "mandateTypeCode": "VR",
            "merchantName": "Kshlerin, Nolan and Pagac",
            "originalPaymentReference": "yrWVdE1SQcQXiwK9",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "NUzpJM48NPdS7ega3H1GZfjkSInn",
            "secureTransactionId": "1m6H12Uk20LgI1WzJEmBTpQNL",
            "tokenAuthenticationValue": "oUAwoILcTiu0XfRBuJDaq1ZrEpuk",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "384"
          },
          {
            "amount": "9",
            "cardNumberCollectionCode": "S",
            "channelCode": "MO",
            "currencyCode": "MAD",
            "electronicCommerceIndicator": "66",
            "exemptionTypeCode": "DA",
            "issueCode": "AO",
            "mandateTypeCode": "AC",
            "merchantName": "Padberg Group",
            "originalPaymentReference": "oMd9810dBYEQXU7M",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "FBMjwyXB4h6i8lM47G1UPkQ7HKmQ",
            "secureTransactionId": "AbyZaXX5eYOoZWtao9QDfrd55",
            "tokenAuthenticationValue": "AlaZdfetzUV79d71WxsFl5qlHXbV",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "905"
          },
          {
            "amount": "3",
            "cardNumberCollectionCode": "S",
            "channelCode": "MO",
            "currencyCode": "BRL",
            "electronicCommerceIndicator": "03",
            "exemptionTypeCode": "LV",
            "issueCode": "OK",
            "mandateTypeCode": "FR",
            "merchantName": "Gulgowski Group",
            "originalPaymentReference": "2ZPb6BJauqegmCJr",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "KXlDNBLlOaADTHDEKdXrodVRpOWx",
            "secureTransactionId": "yGMzHCogTKYTnvrnCuAC5Va5s",
            "tokenAuthenticationValue": "9quedxaEjzPlgQuTMeSEAIqoD3zi",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "596"
          }
        ],
        "cardHolder": {
          "address": {
            "city": "San Ramon",
            "countryCode": "IS",
            "postalCode": "53193",
            "stateProvince": "ID",
            "street": "576 Frami Hollow"
          },
          "email": "Kayden_Schimmel34@hotmail.com",
          "givenName": "Derrick",
          "phone": "+15736545305",
          "surname": "Rogahn"
        },
        "cardNumber": "2223-9684-9117-3485",
        "cardSecurityCode": "500",
        "cardTypeCode": "MC",
        "companyAddress": {
          "city": "South Eino",
          "countryCode": "GH",
          "freeText": "4030 Stracke Port Suite 628",
          "name": "Darrel Kautzer",
          "postalCode": "27832",
          "stateProvince": "CO",
          "street": "315 Russel Crescent"
        },
        "corporateId": "EcwfA",
        "docketDescription": "obtUe6x2GjkQsyo",
        "docketIssuingAgentInitials": "Im",
        "docketNumber": "583913",
        "docketPrefix": "DOCK*P",
        "expiryDate": "2029-02-16T00:00:00.0Z",
        "extendedPayment": 9,
        "governmentTravelRequestDescription": "UHl0pe4fAl",
        "installmentAmount": "8",
        "invoiceDescription": "AGT INVOICE",
        "isAgencyPaymentCard": false,
        "manualApproval": {
          "airlineCode": "UA",
          "amount": "4",
          "code": "04567",
          "currencyCode": "CDF",
          "expiryDateTime": "2026-08-06T00:00:00.0Z",
          "requestDateTime": "2026-07-20T00:00:00.0Z"
        },
        "miscellaneousCreditCode": "dFI10ZTJ",
        "netBalance": "8",
        "numberOfInstallments": 9,
        "tripType": "Corporate/Business",
        "tripTypes": [
          "Leisure",
          "Family",
          "Unknown",
          "Unknown",
          "Family"
        ],
        "type": "CHECK",
        "useType": "Hotel",
        "useTypes": [
          "Car",
          "All"
        ],
        "virtualCard": {
          "agencyEmail": "Talia_Rippin@hotmail.com",
          "customerAccountCode": "Rozella",
          "hotelFax": "+18865634810",
          "hotelName": "Grand Plaza Resort",
          "rateAmount": {
            "amount": "76.58",
            "currencyCode": "PHP"
          },
          "roomDescription": "Deluxe Room, 2 Double Beds",
          "roomType": "Suite",
          "virtualCardCharges": [
            "Breakfast",
            "Parking",
            "Room Only",
            "WiFi",
            "Resort Fee"
          ]
        },
        "voucher": {
          "billingNumber": "8630600",
          "type": "FC"
        }
      },
      {
        "addInvoiceDescriptionPrefix": false,
        "agencyAddress": {
          "city": "Lake Yesenia",
          "countryCode": "SG",
          "freeText": "632 Shayne Haven Apt. 174",
          "name": "Jody Feest",
          "postalCode": "05388-5555",
          "stateProvince": "WI",
          "street": "2308 Windsor Drive"
        },
        "agencyIataNumber": "3",
        "airlinePlanCode": "wCiQM",
        "authentications": [
          {
            "amount": "3",
            "cardNumberCollectionCode": "S",
            "channelCode": "EC",
            "currencyCode": "GIP",
            "electronicCommerceIndicator": "87",
            "exemptionTypeCode": "SC",
            "issueCode": "AO",
            "mandateTypeCode": "AC",
            "merchantName": "Wolff LLC",
            "originalPaymentReference": "PU4b3hSXQ3z4kCsr",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "pqdgU12QyNPkxP83tunp1QqwZIuI",
            "secureTransactionId": "vwPhYuVAqd2JDnBJ9WdOS9K3U",
            "tokenAuthenticationValue": "HPvPHHpYl9iOIa4Svy6AwhIlsMQc",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "272"
          },
          {
            "amount": "1",
            "cardNumberCollectionCode": "S",
            "channelCode": "FA",
            "currencyCode": "WST",
            "electronicCommerceIndicator": "27",
            "exemptionTypeCode": "LV",
            "issueCode": "NA",
            "mandateTypeCode": "FR",
            "merchantName": "Berge Group",
            "originalPaymentReference": "VoX28TWGCjPqEod3",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "z3lcxYbHPHpXcbZ3r4jf5brswO33",
            "secureTransactionId": "7G5RJm8GqzgLVyhX914SZCciE",
            "tokenAuthenticationValue": "RmeSfeFqbS71UEyRmPsyIFZaLuBd",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "250"
          },
          {
            "amount": "2",
            "cardNumberCollectionCode": "S",
            "channelCode": "FA",
            "currencyCode": "SYP",
            "electronicCommerceIndicator": "90",
            "exemptionTypeCode": "SC",
            "issueCode": "OK",
            "mandateTypeCode": "AC",
            "merchantName": "Koch - O'Conner",
            "originalPaymentReference": "UxiiLrH2TfvJWXO0",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "6OirfgMaBL5Qz8OdAqYLE27PLb6D",
            "secureTransactionId": "9e2smvRmfMEcXzZaAfOyaKQE4",
            "tokenAuthenticationValue": "PyKeUsXfYePCszEq0mWOoSUZkQkv",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "519"
          },
          {
            "amount": "4",
            "cardNumberCollectionCode": "K",
            "channelCode": "TO",
            "currencyCode": "GTQ",
            "electronicCommerceIndicator": "75",
            "exemptionTypeCode": "TB",
            "issueCode": "AO",
            "mandateTypeCode": "VR",
            "merchantName": "Pouros, Rosenbaum and Leffler",
            "originalPaymentReference": "o49TJtHhEHK8vth0",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "5LRUqVBIlLXfo9LtIPfiUXpPwWH7",
            "secureTransactionId": "VLtIzpm6OJJcTeXx7XFe9aq5D",
            "tokenAuthenticationValue": "54EqfO1NYwA8vj51CZY8m4nQqzH8",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "615"
          },
          {
            "amount": "0",
            "cardNumberCollectionCode": "K",
            "channelCode": "FA",
            "currencyCode": "PGK",
            "electronicCommerceIndicator": "85",
            "exemptionTypeCode": "SC",
            "issueCode": "NA",
            "mandateTypeCode": "VR",
            "merchantName": "Swaniawski, Carter and Mraz",
            "originalPaymentReference": "Q20bvDj2lzdjPExX",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "laZZymnTCQ0oHL7zM94t2QgySIO1",
            "secureTransactionId": "tfYid5uNHa4Oss4qQsxuIYiBB",
            "tokenAuthenticationValue": "bvK1ni7W6c9fegrmELT1cUNeglNb",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "534"
          },
          {
            "amount": "7",
            "cardNumberCollectionCode": "S",
            "channelCode": "TO",
            "currencyCode": "MAD",
            "electronicCommerceIndicator": "84",
            "exemptionTypeCode": "DA",
            "issueCode": "NA",
            "mandateTypeCode": "VR",
            "merchantName": "Bosco, Collins and Welch",
            "originalPaymentReference": "YFO1rtvYLRGWU1YS",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "gXFZNhHh8sqqwMKMmBCBowToaPej",
            "secureTransactionId": "vjXnQmS4yIRGj2OWT0m3hHERb",
            "tokenAuthenticationValue": "BxCjpIQQMc2OkDfn53vYewGdCAwW",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "600"
          },
          {
            "amount": "8",
            "cardNumberCollectionCode": "S",
            "channelCode": "TO",
            "currencyCode": "BAM",
            "electronicCommerceIndicator": "67",
            "exemptionTypeCode": "LV",
            "issueCode": "AO",
            "mandateTypeCode": "VR",
            "merchantName": "Jast Group",
            "originalPaymentReference": "PwBSyrvz1V9rTejW",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "wInjWz1nMsllfvZMrDZ9YyEj5kyV",
            "secureTransactionId": "hsjUZ3BN6EJCTG7Mo3EbKFMjW",
            "tokenAuthenticationValue": "BYDBXKAWrmbHzVYTClpI9Mxf6RcJ",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "608"
          },
          {
            "amount": "6",
            "cardNumberCollectionCode": "S",
            "channelCode": "FA",
            "currencyCode": "CNY",
            "electronicCommerceIndicator": "61",
            "exemptionTypeCode": "TR",
            "issueCode": "AO",
            "mandateTypeCode": "AC",
            "merchantName": "Greenfelder - Jerde",
            "originalPaymentReference": "fv4wn5BtzJliSEzm",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "5NhQaIGKqQxZRTUnUaFOf5VjlvDw",
            "secureTransactionId": "bsTm0gmhIs5J00RNbTspILM9W",
            "tokenAuthenticationValue": "zg0Oxea60ZvSlcmGumorzYrenekE",
            "updatedDateTime": "2026-07-21T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "375"
          },
          {
            "amount": "0",
            "cardNumberCollectionCode": "S",
            "channelCode": "MO",
            "currencyCode": "SBD",
            "electronicCommerceIndicator": "59",
            "exemptionTypeCode": "LV",
            "issueCode": "AO",
            "mandateTypeCode": "UR",
            "merchantName": "Morissette LLC",
            "originalPaymentReference": "7DFbIyHwBLmaJjNb",
            "resultCode": "FAIL",
            "secureAuthenticationValue": "slxpuEz7u8uBnKhnywbfBpcZ124C",
            "secureTransactionId": "JqMb7pcJR8wxFb1DaQZow1D79",
            "tokenAuthenticationValue": "qetw9oBsF3uqJr10EavBVFdcM0qg",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "PASS",
            "version": "950"
          },
          {
            "amount": "0",
            "cardNumberCollectionCode": "S",
            "channelCode": "TO",
            "currencyCode": "VUV",
            "electronicCommerceIndicator": "33",
            "exemptionTypeCode": "TR",
            "issueCode": "AO",
            "mandateTypeCode": "CO",
            "merchantName": "Stark, Renner and Lueilwitz",
            "originalPaymentReference": "TFOpDPJEoaEhy56A",
            "resultCode": "PENDING",
            "secureAuthenticationValue": "UrBq2f00tlQYq54DjmMcY4QGJ6nT",
            "secureTransactionId": "e2zsqaxIt4Gav8Vp068OYjp1J",
            "tokenAuthenticationValue": "V9TFxANZYqJYMPeg5cxZKSinAwvE",
            "updatedDateTime": "2026-07-20T00:00:00.0Z",
            "verificationResultCode": "FAIL",
            "version": "270"
          }
        ],
        "cardHolder": {
          "address": {
            "city": "Lake Hyman",
            "countryCode": "NL",
            "postalCode": "03325-4868",
            "stateProvince": "MN",
            "street": "510 Cremin Bypass"
          },
          "email": "Dedric15@yahoo.com",
          "givenName": "Reinhold",
          "phone": "+19187763134",
          "surname": "Wiegand"
        },
        "cardNumber": "3483-920023-00665",
        "cardSecurityCode": "601",
        "cardTypeCode": "MC",
        "companyAddress": {
          "city": "Yasminfield",
          "countryCode": "CG",
          "freeText": "207 W 11th Street Suite 331",
          "name": "Rosalie Bogan PhD",
          "postalCode": "92369-2605",
          "stateProvince": "OK",
          "street": "95243 Chasity Well"
        },
        "corporateId": "Pf097",
        "docketDescription": "iIXJNK0hhptXt0r",
        "docketIssuingAgentInitials": "bM",
        "docketNumber": "248457",
        "docketPrefix": "AGT*V",
        "expiryDate": "2027-10-15T00:00:00.0Z",
        "extendedPayment": 19,
        "governmentTravelRequestDescription": "mEKmD938Fu",
        "installmentAmount": "6",
        "invoiceDescription": "CORP INV",
        "isAgencyPaymentCard": true,
        "manualApproval": {
          "airlineCode": "UA",
          "amount": "8",
          "code": "43691",
          "currencyCode": "GTQ",
          "expiryDateTime": "2026-08-06T00:00:00.0Z",
          "requestDateTime": "2026-07-21T00:00:00.0Z"
        },
        "miscellaneousCreditCode": "iZ4Qu2lt",
        "netBalance": "4",
        "numberOfInstallments": 5,
        "tripType": "Emergency",
        "tripTypes": [
          "Unknown",
          "All"
        ],
        "type": "CHECK",
        "useType": "Bus/Ground Transportation",
        "useTypes": [
          "Low-Cost Carrier",
          "All",
          "Hotel"
        ],
        "virtualCard": {
          "agencyEmail": "Uriel.Purdy@hotmail.com",
          "customerAccountCode": "Beatrice",
          "hotelFax": "+17798156865",
          "hotelName": "City Center Inn",
          "rateAmount": {
            "amount": "71.25",
            "currencyCode": "HTG"
          },
          "roomDescription": "Standard Suite, King Bed",
          "roomType": "2 double beds",
          "virtualCardCharges": [
            "Breakfast",
            "Parking",
            "Resort Fee",
            "WiFi",
            "Room Only"
          ]
        },
        "voucher": {
          "billingNumber": "1947681",
          "type": "FC"
        }
      }
    ]
  },
  "profiles": [
    {
      "domainId": "qVvk",
      "filterId": "857667160",
      "profileName": "uVPQunCBrA",
      "profileTypeCode": "TVL",
      "uniqueId": "741578"
    },
    {
      "domainId": "srXq",
      "filterId": "389360130",
      "profileName": "geqgswjHbU",
      "profileTypeCode": "COR",
      "uniqueId": "364956"
    },
    {
      "domainId": "ioI1",
      "filterId": "225284433",
      "profileName": "XJTIJDecXG",
      "profileTypeCode": "COR",
      "uniqueId": "023262"
    },
    {
      "domainId": "BE3F",
      "filterId": "723707603",
      "profileName": "oaQHAxDgGH",
      "profileTypeCode": "COR",
      "uniqueId": "484446"
    },
    {
      "domainId": "M9Q4",
      "filterId": "830755294",
      "profileName": "LQoqHakjJM",
      "profileTypeCode": "TVL",
      "uniqueId": "620222"
    },
    {
      "domainId": "im9y",
      "filterId": "431034770",
      "profileName": "qeiBKAzyVh",
      "profileTypeCode": "COR",
      "uniqueId": "856587"
    },
    {
      "domainId": "SUp6",
      "filterId": "292106043",
      "profileName": "cvDJefPuKz",
      "profileTypeCode": "TVL",
      "uniqueId": "593963"
    },
    {
      "domainId": "PBnk",
      "filterId": "789523558",
      "profileName": "VUXnrjhMCt",
      "profileTypeCode": "TVL",
      "uniqueId": "825452"
    },
    {
      "domainId": "IeZf",
      "filterId": "541123866",
      "profileName": "lbCpWQpoLA",
      "profileTypeCode": "TVL",
      "uniqueId": "543604"
    },
    {
      "domainId": "ygTm",
      "filterId": "133004531",
      "profileName": "LjiNHafHJn",
      "profileTypeCode": "TVL",
      "uniqueId": "107344"
    }
  ],
  "receivedFrom": "Miguel Fadel",
  "remarks": [
    {
      "alphaCode": "I",
      "queuePlacement": {
        "futureQueuePlacementDate": "2026-08-01",
        "pcc": "DXNP",
        "prefatoryInstructionCode": 24,
        "queueName": "Alfonzo",
        "queueNumber": 152
      },
      "text": "REMARK ONE",
      "type": "GENERAL"
    },
    {
      "alphaCode": "B",
      "queuePlacement": {
        "futureQueuePlacementDate": "2026-07-29",
        "pcc": "RV6",
        "prefatoryInstructionCode": 22,
        "queueName": "Casandra",
        "queueNumber": 435
      },
      "text": "XXATW/",
      "type": "GENERAL"
    },
    {
      "alphaCode": "B",
      "queuePlacement": {
        "futureQueuePlacementDate": "2026-08-15",
        "pcc": "QPW",
        "prefatoryInstructionCode": 37,
        "queueName": "Hellen",
        "queueNumber": 554
      },
      "text": "XXATW/",
      "type": "GENERAL"
    },
    {
      "alphaCode": "U",
      "queuePlacement": {
        "futureQueuePlacementDate": "2026-07-28",
        "pcc": "UA7",
        "prefatoryInstructionCode": 8,
        "queueName": "Lonie",
        "queueNumber": 120
      },
      "text": "REMARK ONE",
      "type": "GENERAL"
    },
    {
      "alphaCode": "P",
      "queuePlacement": {
        "futureQueuePlacementDate": "2026-08-05",
        "pcc": "N3V9",
        "prefatoryInstructionCode": 98,
        "queueName": "Cheyanne",
        "queueNumber": 534
      },
      "text": "XXATW/",
      "type": "GENERAL"
    }
  ],
  "retentionEndDate": "2027-01-10",
  "retentionLabel": "RETENTION DATE",
  "sendLoyaltiesToAllAirlines": true,
  "targetPcc": "EsDY",
  "travelers": [
    {
      "age": 55,
      "ancillaries": [
        {
          "airlineCode": "DL",
          "basePrice": "7",
          "commercialName": "PRIORITY BOARDING",
          "currencyCode": "CVE",
          "electronicMiscellaneousDocumentType": "FLIGHT_COUPON_ASSOCIATED",
          "firstTravelDate": "2025-09-03",
          "flightApplicabilityType": "Unknown",
          "flightIndices": [
            1,
            2
          ],
          "groupCode": "Bt",
          "lastTravelDate": "2026-12-15",
          "numberOfItems": 2,
          "purchaseDateTime": "2026-07-21T00:00:00.0Z",
          "reasonForIssuance": "BAGGAGE",
          "source": "ATPCO",
          "specialServiceIndex": 3,
          "subcode": "mzd",
          "taxes": [
            {
              "amount": "10.39",
              "taxCode": "CX"
            },
            {
              "amount": "24.09",
              "taxCode": "FX"
            },
            {
              "amount": "25.79",
              "taxCode": "M9"
            },
            {
              "amount": "38.99",
              "taxCode": "PQ"
            },
            {
              "amount": "18.05",
              "taxCode": "18"
            },
            {
              "amount": "29.89",
              "taxCode": "DU"
            },
            {
              "amount": "14.69",
              "taxCode": "19"
            },
            {
              "amount": "42.34",
              "taxCode": "TF"
            },
            {
              "amount": "39.39",
              "taxCode": "3E"
            },
            {
              "amount": "18.79",
              "taxCode": "XC"
            }
          ],
          "totalPrice": "9",
          "vendorCode": "DL"
        },
        {
          "airlineCode": "DL",
          "basePrice": "9",
          "commercialName": "PRIORITY BOARDING",
          "currencyCode": "AOA",
          "electronicMiscellaneousDocumentType": "FLIGHT_COUPON_ASSOCIATED",
          "firstTravelDate": "2026-05-13",
          "flightApplicabilityType": "Unknown",
          "flightIndices": [
            1,
            2
          ],
          "groupCode": "yJ",
          "lastTravelDate": "2026-12-28",
          "numberOfItems": 2,
          "purchaseDateTime": "2026-07-21T00:00:00.0Z",
          "reasonForIssuance": "BAGGAGE",
          "source": "ATPCO",
          "specialServiceIndex": 1,
          "subcode": "rB7",
          "taxes": [
            {
              "amount": "28.09",
              "taxCode": "EC"
            },
            {
              "amount": "29.95",
              "taxCode": "QL"
            },
            {
              "amount": "21.59",
              "taxCode": "QT"
            },
            {
              "amount": "39.15",
              "taxCode": "P3"
            },
            {
              "amount": "29.99",
              "taxCode": "ZL"
            },
            {
              "amount": "33.19",
              "taxCode": "NW"
            },
            {
              "amount": "33.79",
              "taxCode": "XO"
            },
            {
              "amount": "46.95",
              "taxCode": "DA"
            },
            {
              "amount": "36.49",
              "taxCode": "V9"
            },
            {
              "amount": "21.75",
              "taxCode": "Z0"
            }
          ],
          "totalPrice": "4",
          "vendorCode": "DL"
        },
        {
          "airlineCode": "AA",
          "basePrice": "1",
          "commercialName": "PRIORITY BOARDING",
          "currencyCode": "BSD",
          "electronicMiscellaneousDocumentType": "FLIGHT_COUPON_ASSOCIATED",
          "firstTravelDate": "2025-12-22",
          "flightApplicabilityType": "Unknown",
          "flightIndices": [
            1,
            2
          ],
          "groupCode": "Mq",
          "lastTravelDate": "2027-07-17",
          "numberOfItems": 1,
          "purchaseDateTime": "2026-07-21T00:00:00.0Z",
          "reasonForIssuance": "BAGGAGE",
          "source": "ATPCO",
          "specialServiceIndex": 3,
          "subcode": "RBA",
          "taxes": [
            {
              "amount": "43.05",
              "taxCode": "T0"
            },
            {
              "amount": "42.05",
              "taxCode": "9X"
            },
            {
              "amount": "36.39",
              "taxCode": "1P"
            },
            {
              "amount": "41.55",
              "taxCode": "MN"
            },
            {
              "amount": "29.85",
              "taxCode": "FO"
            },
            {
              "amount": "34.35",
              "taxCode": "EN"
            },
            {
              "amount": "34.35",
              "taxCode": "GK"
            },
            {
              "amount": "46.49",
              "taxCode": "BR"
            },
            {
              "amount": "39.89",
              "taxCode": "CN"
            },
            {
              "amount": "39.49",
              "taxCode": "TA"
            }
          ],
          "totalPrice": "0",
          "vendorCode": "DL"
        },
        {
          "airlineCode": "DL",
          "basePrice": "8",
          "commercialName": "PRIORITY BOARDING",
          "currencyCode": "CHF",
          "electronicMiscellaneousDocumentType": "FLIGHT_COUPON_ASSOCIATED",
          "firstTravelDate": "2025-08-12",
          "flightApplicabilityType": "Unknown",
          "flightIndices": [
            2,
            1
          ],
          "groupCode": "gq",
          "lastTravelDate": "2027-01-01",
          "numberOfItems": 1,
          "purchaseDateTime": "2026-07-20T00:00:00.0Z",
          "reasonForIssuance": "BAGGAGE",
          "source": "ATPCO",
          "specialServiceIndex": 2,
          "subcode": "Wp6",
          "taxes": [
            {
              "amount": "32.99",
              "taxCode": "64"
            },
            {
              "amount": "24.40",
              "taxCode": "WR"
            },
            {
              "amount": "28.29",
              "taxCode": "GJ"
            },
            {
              "amount": "37.05",
              "taxCode": "F9"
            },
            {
              "amount": "49.68",
              "taxCode": "D6"
            },
            {
              "amount": "22.30",
              "taxCode": "Z8"
            },
            {
              "amount": "7.29",
              "taxCode": "48"
            },
            {
              "amount": "8.59",
              "taxCode": "KI"
            },
            {
              "amount": "44.99",
              "taxCode": "21"
            },
            {
              "amount": "21.39",
              "taxCode": "43"
            }
          ],
          "totalPrice": "1",
          "vendorCode": "DL"
        }
      ],
      "birthDate": "2032-09-12",
      "emails": [
        "traveler@email.com"
      ],
      "employerIndex": 2,
      "formOfPaymentIndices": [
        0,
        1
      ],
      "gender": "UNDEFINED",
      "givenName": "Stanton",
      "id": "9xDKcOH7jwVX8UnAPvPi",
      "identityDocuments": [
        {
          "birthDate": "2029-03-14",
          "citizenshipCountryCode": "QA",
          "documentNumber": "9399514039",
          "documentSubType": "RUC",
          "documentType": "FISCAL_ID",
          "expiryDate": "2027-03-08",
          "flightIndices": [
            1,
            2
          ],
          "gender": "UNDEFINED",
          "givenName": "Kenny",
          "hostCountryCode": "TF",
          "isLapChildDocument": true,
          "isPrimaryDocumentHolder": true,
          "issueDate": "2025-11-12",
          "issuingCountryCode": "LC",
          "middleName": "Phoenix",
          "passportType": "National Passport",
          "placeOfBirth": "West Fredrick",
          "placeOfIssue": "BF",
          "residenceCountryCode": "GG",
          "residenceOrDestinationAddress": {
            "city": "Raymundotown",
            "countryCode": "NO",
            "postalCode": "73331",
            "stateProvince": "KS",
            "street": "625 The Willows"
          },
          "surname": "Herzog"
        },
        {
          "birthDate": "2025-02-09",
          "citizenshipCountryCode": "EH",
          "documentNumber": "7248233399",
          "documentSubType": "RUC",
          "documentType": "NATURALIZATION_CERTIFICATE",
          "expiryDate": "2030-12-06",
          "flightIndices": [
            2,
            1
          ],
          "gender": "UNDISCLOSED",
          "givenName": "Destiney",
          "hostCountryCode": "AE",
          "isLapChildDocument": true,
          "isPrimaryDocumentHolder": false,
          "issueDate": "2025-08-22",
          "issuingCountryCode": "MM",
          "middleName": "Bowie",
          "passportType": "National Passport",
          "placeOfBirth": "Alvertamouth",
          "placeOfIssue": "SR",
          "residenceCountryCode": "BJ",
          "residenceOrDestinationAddress": {
            "city": "Lake Ettie",
            "countryCode": "LV",
            "postalCode": "73064",
            "stateProvince": "HI",
            "street": "2029 Cherry Close"
          },
          "surname": "Kuphal"
        },
        {
          "birthDate": "2032-04-02",
          "citizenshipCountryCode": "NP",
          "documentNumber": "0476868002",
          "documentSubType": "RUC",
          "documentType": "DESTINATION_ADDRESS",
          "expiryDate": "2029-06-28",
          "flightIndices": [
            2,
            1
          ],
          "gender": "UNDEFINED",
          "givenName": "Maximilian",
          "hostCountryCode": "KR",
          "isLapChildDocument": true,
          "isPrimaryDocumentHolder": false,
          "issueDate": "2026-05-31",
          "issuingCountryCode": "TC",
          "middleName": "Sage",
          "passportType": "National Passport",
          "placeOfBirth": "Rolfsonland",
          "placeOfIssue": "SN",
          "residenceCountryCode": "WF",
          "residenceOrDestinationAddress": {
            "city": "Jeromybury",
            "countryCode": "KG",
            "postalCode": "64085",
            "stateProvince": "MA",
            "street": "581 Paige Springs"
          },
          "surname": "Koch"
        }
      ],
      "infantTravelerIndex": 1,
      "loyaltyPrograms": [
        {
          "programNumber": "413642554",
          "programType": "FREQUENT_FLYER",
          "receiverCode": "[object Object]",
          "supplierCode": "[object Object]",
          "tierLevel": 4
        },
        {
          "programNumber": "736979995",
          "programType": "FREQUENT_FLYER",
          "receiverCode": "[object Object]",
          "supplierCode": "[object Object]",
          "tierLevel": 1
        },
        {
          "programNumber": "255656189",
          "programType": "FREQUENT_FLYER",
          "receiverCode": "[object Object]",
          "supplierCode": "[object Object]",
          "tierLevel": 1
        }
      ],
      "nameReferenceCode": "zJn",
      "passengerCode": "CNN",
      "phones": [
        {
          "label": "H",
          "number": "+18504514148"
        },
        {
          "label": "C",
          "number": "+12847800715"
        },
        {
          "label": "H",
          "number": "+18233398497"
        }
      ],
      "specialServices": [
        {
          "code": "XBAG",
          "flightIndices": [
            2,
            1
          ],
          "message": "E0j9lYIrMZUaZ3X"
        },
        {
          "code": "MEAL",
          "flightIndices": [
            1,
            2
          ],
          "message": "rvYEufjeciXmKds"
        },
        {
          "code": "MEAL",
          "flightIndices": [
            2,
            1
          ],
          "message": "szioxr9815WhJ57"
        },
        {
          "code": "XBAG",
          "flightIndices": [
            2,
            1
          ],
          "message": "IYgxPFpDzDpzieZ"
        },
        {
          "code": "WCHR",
          "flightIndices": [
            2,
            1
          ],
          "message": "V7GwfDoiqMvL53W"
        }
      ],
      "surname": "Feest",
      "title": "Mr",
      "useNotificationContactType": false
    },
    {
      "age": 21,
      "ancillaries": [
        {
          "airlineCode": "DL",
          "basePrice": "6",
          "commercialName": "1ST ADDITIONAL BAG",
          "currencyCode": "MRU",
          "electronicMiscellaneousDocumentType": "FLIGHT_COUPON_ASSOCIATED",
          "firstTravelDate": "2026-03-05",
          "flightApplicabilityType": "Single",
          "flightIndices": [
            1,
            2
          ],
          "groupCode": "AK",
          "lastTravelDate": "2027-07-14",
          "numberOfItems": 2,
          "purchaseDateTime": "2026-07-21T00:00:00.0Z",
          "reasonForIssuance": "BAGGAGE",
          "source": "ATPCO",
          "specialServiceIndex": 3,
          "subcode": "fMq",
          "taxes": [
            {
              "amount": "47.19",
              "taxCode": "NP"
            },
            {
              "amount": "32.09",
              "taxCode": "H4"
            },
            {
              "amount": "38.36",
              "taxCode": "8A"
            },
            {
              "amount": "25.59",
              "taxCode": "DH"
            },
            {
              "amount": "25.75",
              "taxCode": "F5"
            },
            {
              "amount": "8.69",
              "taxCode": "KH"
            },
            {
              "amount": "12.99",
              "taxCode": "YL"
            },
            {
              "amount": "15.85",
              "taxCode": "7B"
            },
            {
              "amount": "18.39",
              "taxCode": "FX"
            },
            {
              "amount": "15.49",
              "taxCode": "QA"
            }
          ],
          "totalPrice": "5",
          "vendorCode": "AA"
        },
        {
          "airlineCode": "DL",
          "basePrice": "8",
          "commercialName": "PRIORITY BOARDING",
          "currencyCode": "CNY",
          "electronicMiscellaneousDocumentType": "FLIGHT_COUPON_ASSOCIATED",
          "firstTravelDate": "2026-07-18",
          "flightApplicabilityType": "Single",
          "flightIndices": [
            2,
            1
          ],
          "groupCode": "Iq",
          "lastTravelDate": "2027-03-15",
          "numberOfItems": 2,
          "purchaseDateTime": "2026-07-20T00:00:00.0Z",
          "reasonForIssuance": "BAGGAGE",
          "source": "ATPCO",
          "specialServiceIndex": 1,
          "subcode": "oM2",
          "taxes": [
            {
              "amount": "28.19",
              "taxCode": "NT"
            },
            {
              "amount": "46.00",
              "taxCode": "FD"
            },
            {
              "amount": "6.65",
              "taxCode": "H7"
            },
            {
              "amount": "9.69",
              "taxCode": "HS"
            },
            {
              "amount": "19.19",
              "taxCode": "8M"
            },
            {
              "amount": "18.49",
              "taxCode": "H6"
            },
            {
              "amount": "18.19",
              "taxCode": "Q4"
            },
            {
              "amount": "14.35",
              "taxCode": "ZC"
            },
            {
              "amount": "23.55",
              "taxCode": "1V"
            },
            {
              "amount": "36.65",
              "taxCode": "09"
            }
          ],
          "totalPrice": "2",
          "vendorCode": "AA"
        },
        {
          "airlineCode": "DL",
          "basePrice": "7",
          "commercialName": "1ST ADDITIONAL BAG",
          "currencyCode": "OMR",
          "electronicMiscellaneousDocumentType": "FLIGHT_COUPON_ASSOCIATED",
          "firstTravelDate": "2025-12-16",
          "flightApplicabilityType": "Single",
          "flightIndices": [
            2,
            1
          ],
          "groupCode": "Vy",
          "lastTravelDate": "2027-06-16",
          "numberOfItems": 1,
          "purchaseDateTime": "2026-07-21T00:00:00.0Z",
          "reasonForIssuance": "BAGGAGE",
          "source": "ATPCO",
          "specialServiceIndex": 1,
          "subcode": "0Lp",
          "taxes": [
            {
              "amount": "46.05",
              "taxCode": "SU"
            },
            {
              "amount": "5.95",
              "taxCode": "L2"
            },
            {
              "amount": "8.55",
              "taxCode": "DX"
            },
            {
              "amount": "31.95",
              "taxCode": "TR"
            },
            {
              "amount": "39.05",
              "taxCode": "LF"
            },
            {
              "amount": "20.25",
              "taxCode": "ZT"
            },
            {
              "amount": "8.64",
              "taxCode": "HD"
            },
            {
              "amount": "14.49",
              "taxCode": "4M"
            },
            {
              "amount": "25.39",
              "taxCode": "G6"
            },
            {
              "amount": "9.25",
              "taxCode": "BU"
            }
          ],
          "totalPrice": "2",
          "vendorCode": "DL"
        },
        {
          "airlineCode": "DL",
          "basePrice": "6",
          "commercialName": "PRIORITY BOARDING",
          "currencyCode": "BND",
          "electronicMiscellaneousDocumentType": "FLIGHT_COUPON_ASSOCIATED",
          "firstTravelDate": "2025-10-10",
          "flightApplicabilityType": "Unknown",
          "flightIndices": [
            1,
            2
          ],
          "groupCode": "gT",
          "lastTravelDate": "2027-01-31",
          "numberOfItems": 2,
          "purchaseDateTime": "2026-07-21T00:00:00.0Z",
          "reasonForIssuance": "BAGGAGE",
          "source": "ATPCO",
          "specialServiceIndex": 2,
          "subcode": "uHW",
          "taxes": [
            {
              "amount": "23.19",
              "taxCode": "TS"
            },
            {
              "amount": "6.49",
              "taxCode": "1J"
            },
            {
              "amount": "33.25",
              "taxCode": "FA"
            },
            {
              "amount": "32.89",
              "taxCode": "0J"
            },
            {
              "amount": "29.69",
              "taxCode": "3G"
            },
            {
              "amount": "48.00",
              "taxCode": "UJ"
            },
            {
              "amount": "22.99",
              "taxCode": "HG"
            },
            {
              "amount": "49.55",
              "taxCode": "P1"
            },
            {
              "amount": "22.09",
              "taxCode": "BG"
            },
            {
              "amount": "21.65",
              "taxCode": "G3"
            }
          ],
          "totalPrice": "8",
          "vendorCode": "DL"
        },
        {
          "airlineCode": "DL",
          "basePrice": "5",
          "commercialName": "1ST ADDITIONAL BAG",
          "currencyCode": "OMR",
          "electronicMiscellaneousDocumentType": "FLIGHT_COUPON_ASSOCIATED",
          "firstTravelDate": "2026-03-17",
          "flightApplicabilityType": "Unknown",
          "flightIndices": [
            1,
            2
          ],
          "groupCode": "su",
          "lastTravelDate": "2027-02-22",
          "numberOfItems": 1,
          "purchaseDateTime": "2026-07-21T00:00:00.0Z",
          "reasonForIssuance": "BAGGAGE",
          "source": "ATPCO",
          "specialServiceIndex": 1,
          "subcode": "01C",
          "taxes": [
            {
              "amount": "23.99",
              "taxCode": "OD"
            },
            {
              "amount": "40.25",
              "taxCode": "PV"
            },
            {
              "amount": "32.65",
              "taxCode": "5I"
            },
            {
              "amount": "7.19",
              "taxCode": "QZ"
            },
            {
              "amount": "19.79",
              "taxCode": "GE"
            },
            {
              "amount": "47.95",
              "taxCode": "87"
            },
            {
              "amount": "14.59",
              "taxCode": "SA"
            },
            {
              "amount": "49.55",
              "taxCode": "RW"
            },
            {
              "amount": "37.69",
              "taxCode": "3G"
            },
            {
              "amount": "22.85",
              "taxCode": "1G"
            }
          ],
          "totalPrice": "7",
          "vendorCode": "DL"
        }
      ],
      "birthDate": "1978-06-01",
      "emails": [
        "traveler@email.com"
      ],
      "employerIndex": 0,
      "formOfPaymentIndices": [
        1,
        0
      ],
      "gender": "MALE",
      "givenName": "Cornelius",
      "id": "es3NVcck4qsbikWhksfq",
      "identityDocuments": [
        {
          "birthDate": "1960-03-30",
          "citizenshipCountryCode": "SL",
          "documentNumber": "3501993422",
          "documentSubType": "RUC",
          "documentType": "DESTINATION_ADDRESS",
          "expiryDate": "2027-05-20",
          "flightIndices": [
            2,
            1
          ],
          "gender": "INFANT_FEMALE",
          "givenName": "Magnolia",
          "hostCountryCode": "ST",
          "isLapChildDocument": true,
          "isPrimaryDocumentHolder": false,
          "issueDate": "2025-11-22",
          "issuingCountryCode": "PK",
          "middleName": "Jules",
          "passportType": "National Passport",
          "placeOfBirth": "Thompsonside",
          "placeOfIssue": "MY",
          "residenceCountryCode": "TR",
          "residenceOrDestinationAddress": {
            "city": "Folsom",
            "countryCode": "CW",
            "postalCode": "41259",
            "stateProvince": "IA",
            "street": "53174 Lemke Flat"
          },
          "surname": "Botsford"
        },
        {
          "birthDate": "2034-11-21",
          "citizenshipCountryCode": "CL",
          "documentNumber": "8901776935",
          "documentSubType": "RUC",
          "documentType": "REDRESS_NUMBER",
          "expiryDate": "2029-08-08",
          "flightIndices": [
            2,
            1
          ],
          "gender": "UNDISCLOSED",
          "givenName": "Eddie",
          "hostCountryCode": "MP",
          "isLapChildDocument": false,
          "isPrimaryDocumentHolder": false,
          "issueDate": "2025-11-19",
          "issuingCountryCode": "SO",
          "middleName": "Rory",
          "passportType": "National Passport",
          "placeOfBirth": "Port Keirastead",
          "placeOfIssue": "MM",
          "residenceCountryCode": "CZ",
          "residenceOrDestinationAddress": {
            "city": "Elsiestad",
            "countryCode": "CY",
            "postalCode": "86792-2454",
            "stateProvince": "WV",
            "street": "298 Grove Road"
          },
          "surname": "Weissnat"
        },
        {
          "birthDate": "1969-12-14",
          "citizenshipCountryCode": "CG",
          "documentNumber": "2097898205",
          "documentSubType": "RUC",
          "documentType": "NEXUS_CARD",
          "expiryDate": "2027-07-05",
          "flightIndices": [
            1,
            2
          ],
          "gender": "UNDISCLOSED",
          "givenName": "Devante",
          "hostCountryCode": "TK",
          "isLapChildDocument": true,
          "isPrimaryDocumentHolder": true,
          "issueDate": "2025-10-27",
          "issuingCountryCode": "ML",
          "middleName": "Kendall",
          "passportType": "National Passport",
          "placeOfBirth": "South Velda",
          "placeOfIssue": "IM",
          "residenceCountryCode": "SK",
          "residenceOrDestinationAddress": {
            "city": "Hendersonville",
            "countryCode": "DK",
            "postalCode": "40151",
            "stateProvince": "MO",
            "street": "95865 Miller Ways"
          },
          "surname": "Senger"
        },
        {
          "birthDate": "1956-12-30",
          "citizenshipCountryCode": "CL",
          "documentNumber": "8118804115",
          "documentSubType": "RUC",
          "documentType": "ALIEN_RESIDENT",
          "expiryDate": "2027-07-23",
          "flightIndices": [
            1,
            2
          ],
          "gender": "UNDISCLOSED",
          "givenName": "Joannie",
          "hostCountryCode": "CR",
          "isLapChildDocument": true,
          "isPrimaryDocumentHolder": true,
          "issueDate": "2026-06-09",
          "issuingCountryCode": "GN",
          "middleName": "Leslie",
          "passportType": "National Passport",
          "placeOfBirth": "Goodwinland",
          "placeOfIssue": "JE",
          "residenceCountryCode": "BE",
          "residenceOrDestinationAddress": {
            "city": "DeKalb",
            "countryCode": "SL",
            "postalCode": "77739-5365",
            "stateProvince": "CO",
            "street": "4295 McKenzie Parkway"
          },
          "surname": "Terry"
        },
        {
          "birthDate": "1964-01-26",
          "citizenshipCountryCode": "VG",
          "documentNumber": "5249333524",
          "documentSubType": "RUC",
          "documentType": "NATURALIZATION_CERTIFICATE",
          "expiryDate": "2026-10-01",
          "flightIndices": [
            1,
            2
          ],
          "gender": "UNDISCLOSED",
          "givenName": "Nelda",
          "hostCountryCode": "CC",
          "isLapChildDocument": true,
          "isPrimaryDocumentHolder": true,
          "issueDate": "2025-09-28",
          "issuingCountryCode": "IL",
          "middleName": "Micah",
          "passportType": "National Passport",
          "placeOfBirth": "Lake Fionaside",
          "placeOfIssue": "HR",
          "residenceCountryCode": "NL",
          "residenceOrDestinationAddress": {
            "city": "East Ivy",
            "countryCode": "FI",
            "postalCode": "76996",
            "stateProvince": "MT",
            "street": "227 Hessel Extensions"
          },
          "surname": "Grimes"
        }
      ],
      "infantTravelerIndex": 2,
      "loyaltyPrograms": [
        {
          "programNumber": "932258358",
          "programType": "FREQUENT_FLYER",
          "receiverCode": "[object Object]",
          "supplierCode": "[object Object]",
          "tierLevel": 1
        },
        {
          "programNumber": "659727111",
          "programType": "FREQUENT_FLYER",
          "receiverCode": "[object Object]",
          "supplierCode": "[object Object]",
          "tierLevel": 2
        },
        {
          "programNumber": "781961034",
          "programType": "FREQUENT_FLYER",
          "receiverCode": "[object Object]",
          "supplierCode": "[object Object]",
          "tierLevel": 1
        }
      ],
      "nameReferenceCode": "TPN",
      "passengerCode": "ADT",
      "phones": [
        {
          "label": "M",
          "number": "+14616505336"
        }
      ],
      "specialServices": [
        {
          "code": "XBAG",
          "flightIndices": [
            2,
            1
          ],
          "message": "Ye1rUujiB4a84TA"
        }
      ],
      "surname": "Harris",
      "title": "Mr",
      "useNotificationContactType": true
    },
    {
      "age": 66,
      "ancillaries": [
        {
          "airlineCode": "DL",
          "basePrice": "7",
          "commercialName": "PRIORITY BOARDING",
          "currencyCode": "HNL",
          "electronicMiscellaneousDocumentType": "FLIGHT_COUPON_ASSOCIATED",
          "firstTravelDate": "2025-08-10",
          "flightApplicabilityType": "Single",
          "flightIndices": [
            2,
            1
          ],
          "groupCode": "hR",
          "lastTravelDate": "2027-06-11",
          "numberOfItems": 2,
          "purchaseDateTime": "2026-07-21T00:00:00.0Z",
          "reasonForIssuance": "BAGGAGE",
          "source": "ATPCO",
          "specialServiceIndex": 1,
          "subcode": "mXZ",
          "taxes": [
            {
              "amount": "10.81",
              "taxCode": "AC"
            },
            {
              "amount": "11.25",
              "taxCode": "Y3"
            },
            {
              "amount": "43.45",
              "taxCode": "77"
            },
            {
              "amount": "25.69",
              "taxCode": "RW"
            },
            {
              "amount": "30.35",
              "taxCode": "GN"
            },
            {
              "amount": "36.09",
              "taxCode": "BM"
            },
            {
              "amount": "39.49",
              "taxCode": "9Z"
            },
            {
              "amount": "10.89",
              "taxCode": "H0"
            },
            {
              "amount": "43.33",
              "taxCode": "Y6"
            },
            {
              "amount": "31.79",
              "taxCode": "97"
            }
          ],
          "totalPrice": "6",
          "vendorCode": "AA"
        },
        {
          "airlineCode": "AA",
          "basePrice": "5",
          "commercialName": "1ST ADDITIONAL BAG",
          "currencyCode": "INR",
          "electronicMiscellaneousDocumentType": "FLIGHT_COUPON_ASSOCIATED",
          "firstTravelDate": "2025-11-28",
          "flightApplicabilityType": "Unknown",
          "flightIndices": [
            1,
            2
          ],
          "groupCode": "wL",
          "lastTravelDate": "2026-08-09",
          "numberOfItems": 2,
          "purchaseDateTime": "2026-07-21T00:00:00.0Z",
          "reasonForIssuance": "BAGGAGE",
          "source": "ATPCO",
          "specialServiceIndex": 1,
          "subcode": "iGS",
          "taxes": [
            {
              "amount": "14.89",
              "taxCode": "Y5"
            },
            {
              "amount": "14.89",
              "taxCode": "UA"
            },
            {
              "amount": "7.39",
              "taxCode": "AH"
            },
            {
              "amount": "26.30",
              "taxCode": "EG"
            },
            {
              "amount": "13.49",
              "taxCode": "YL"
            },
            {
              "amount": "13.05",
              "taxCode": "WJ"
            },
            {
              "amount": "10.39",
              "taxCode": "SK"
            },
            {
              "amount": "11.25",
              "taxCode": "5G"
            },
            {
              "amount": "41.29",
              "taxCode": "RH"
            },
            {
              "amount": "48.09",
              "taxCode": "8E"
            }
          ],
          "totalPrice": "4",
          "vendorCode": "DL"
        },
        {
          "airlineCode": "AA",
          "basePrice": "6",
          "commercialName": "PRIORITY BOARDING",
          "currencyCode": "MRU",
          "electronicMiscellaneousDocumentType": "FLIGHT_COUPON_ASSOCIATED",
          "firstTravelDate": "2025-11-27",
          "flightApplicabilityType": "Unknown",
          "flightIndices": [
            1,
            2
          ],
          "groupCode": "fd",
          "lastTravelDate": "2026-12-10",
          "numberOfItems": 2,
          "purchaseDateTime": "2026-07-21T00:00:00.0Z",
          "reasonForIssuance": "BAGGAGE",
          "source": "ATPCO",
          "specialServiceIndex": 3,
          "subcode": "ihG",
          "taxes": [
            {
              "amount": "40.99",
              "taxCode": "RR"
            },
            {
              "amount": "15.40",
              "taxCode": "51"
            },
            {
              "amount": "9.35",
              "taxCode": "VF"
            },
            {
              "amount": "11.69",
              "taxCode": "2N"
            },
            {
              "amount": "9.35",
              "taxCode": "KL"
            },
            {
              "amount": "40.59",
              "taxCode": "U1"
            },
            {
              "amount": "17.15",
              "taxCode": "5W"
            },
            {
              "amount": "18.35",
              "taxCode": "1X"
            },
            {
              "amount": "18.09",
              "taxCode": "FY"
            },
            {
              "amount": "43.85",
              "taxCode": "NN"
            }
          ],
          "totalPrice": "5",
          "vendorCode": "DL"
        },
        {
          "airlineCode": "AA",
          "basePrice": "3",
          "commercialName": "1ST ADDITIONAL BAG",
          "currencyCode": "MDL",
          "electronicMiscellaneousDocumentType": "FLIGHT_COUPON_ASSOCIATED",
          "firstTravelDate": "2026-02-24",
          "flightApplicabilityType": "Unknown",
          "flightIndices": [
            2,
            1
          ],
          "groupCode": "QI",
          "lastTravelDate": "2026-12-19",
          "numberOfItems": 2,
          "purchaseDateTime": "2026-07-21T00:00:00.0Z",
          "reasonForIssuance": "BAGGAGE",
          "source": "ATPCO",
          "specialServiceIndex": 3,
          "subcode": "mgp",
          "taxes": [
            {
              "amount": "37.09",
              "taxCode": "VD"
            },
            {
              "amount": "28.70",
              "taxCode": "NS"
            },
            {
              "amount": "31.40",
              "taxCode": "P1"
            },
            {
              "amount": "21.60",
              "taxCode": "D2"
            },
            {
              "amount": "46.99",
              "taxCode": "BX"
            },
            {
              "amount": "47.59",
              "taxCode": "MP"
            },
            {
              "amount": "41.95",
              "taxCode": "NW"
            },
            {
              "amount": "41.85",
              "taxCode": "JI"
            },
            {
              "amount": "20.62",
              "taxCode": "SB"
            },
            {
              "amount": "11.15",
              "taxCode": "LN"
            }
          ],
          "totalPrice": "1",
          "vendorCode": "AA"
        },
        {
          "airlineCode": "DL",
          "basePrice": "1",
          "commercialName": "1ST ADDITIONAL BAG",
          "currencyCode": "KHR",
          "electronicMiscellaneousDocumentType": "FLIGHT_COUPON_ASSOCIATED",
          "firstTravelDate": "2025-10-31",
          "flightApplicabilityType": "Unknown",
          "flightIndices": [
            1,
            2
          ],
          "groupCode": "Dh",
          "lastTravelDate": "2026-10-28",
          "numberOfItems": 2,
          "purchaseDateTime": "2026-07-21T00:00:00.0Z",
          "reasonForIssuance": "BAGGAGE",
          "source": "ATPCO",
          "specialServiceIndex": 3,
          "subcode": "x6I",
          "taxes": [
            {
              "amount": "45.89",
              "taxCode": "TQ"
            },
            {
              "amount": "39.39",
              "taxCode": "3G"
            },
            {
              "amount": "24.75",
              "taxCode": "9Z"
            },
            {
              "amount": "10.99",
              "taxCode": "LF"
            },
            {
              "amount": "9.95",
              "taxCode": "6W"
            },
            {
              "amount": "22.45",
              "taxCode": "PF"
            },
            {
              "amount": "16.39",
              "taxCode": "IM"
            },
            {
              "amount": "34.29",
              "taxCode": "VM"
            },
            {
              "amount": "37.99",
              "taxCode": "IK"
            },
            {
              "amount": "23.25",
              "taxCode": "3D"
            }
          ],
          "totalPrice": "4",
          "vendorCode": "AA"
        }
      ],
      "birthDate": "2021-12-24",
      "emails": [
        "traveler@email.com"
      ],
      "employerIndex": 2,
      "formOfPaymentIndices": [
        1,
        0
      ],
      "gender": "UNDEFINED",
      "givenName": "Rhianna",
      "id": "5J0xV9mHN3ZaRy1M9hT8",
      "identityDocuments": [
        {
          "birthDate": "2034-10-08",
          "citizenshipCountryCode": "SO",
          "documentNumber": "5235268349",
          "documentSubType": "RUC",
          "documentType": "ALIEN_RESIDENT",
          "expiryDate": "2029-01-16",
          "flightIndices": [
            2,
            1
          ],
          "gender": "UNDISCLOSED",
          "givenName": "Jordan",
          "hostCountryCode": "ME",
          "isLapChildDocument": false,
          "isPrimaryDocumentHolder": true,
          "issueDate": "2025-12-20",
          "issuingCountryCode": "NL",
          "middleName": "Leslie",
          "passportType": "National Passport",
          "placeOfBirth": "Doyleport",
          "placeOfIssue": "MA",
          "residenceCountryCode": "MG",
          "residenceOrDestinationAddress": {
            "city": "East Bernitaton",
            "countryCode": "BB",
            "postalCode": "57360",
            "stateProvince": "UT",
            "street": "489 Jackie Green"
          },
          "surname": "Wunsch"
        },
        {
          "birthDate": "2036-02-10",
          "citizenshipCountryCode": "KG",
          "documentNumber": "3332731293",
          "documentSubType": "RUC",
          "documentType": "VISA",
          "expiryDate": "2029-10-08",
          "flightIndices": [
            2,
            1
          ],
          "gender": "INFANT_MALE",
          "givenName": "Kolby",
          "hostCountryCode": "CI",
          "isLapChildDocument": true,
          "isPrimaryDocumentHolder": true,
          "issueDate": "2026-01-03",
          "issuingCountryCode": "MH",
          "middleName": "Jaden",
          "passportType": "National Passport",
          "placeOfBirth": "Hampton",
          "placeOfIssue": "GN",
          "residenceCountryCode": "NI",
          "residenceOrDestinationAddress": {
            "city": "New Kirstinland",
            "countryCode": "NE",
            "postalCode": "85457",
            "stateProvince": "RI",
            "street": "868 Hyatt Parks"
          },
          "surname": "Davis"
        },
        {
          "birthDate": "1950-04-20",
          "citizenshipCountryCode": "CO",
          "documentNumber": "3986448924",
          "documentSubType": "RUC",
          "documentType": "NATIONAL_ID_CARD",
          "expiryDate": "2029-09-04",
          "flightIndices": [
            2,
            1
          ],
          "gender": "UNDEFINED",
          "givenName": "Alden",
          "hostCountryCode": "CN",
          "isLapChildDocument": false,
          "isPrimaryDocumentHolder": true,
          "issueDate": "2025-10-14",
          "issuingCountryCode": "NI",
          "middleName": "Rory",
          "passportType": "National Passport",
          "placeOfBirth": "South Earlmouth",
          "placeOfIssue": "NG",
          "residenceCountryCode": "UG",
          "residenceOrDestinationAddress": {
            "city": "Welchfurt",
            "countryCode": "PA",
            "postalCode": "01624",
            "stateProvince": "DE",
            "street": "794 Carlie Views"
          },
          "surname": "Wolf"
        },
        {
          "birthDate": "2038-04-13",
          "citizenshipCountryCode": "LU",
          "documentNumber": "8816253395",
          "documentSubType": "RUC",
          "documentType": "REDRESS_NUMBER",
          "expiryDate": "2026-08-03",
          "flightIndices": [
            1,
            2
          ],
          "gender": "INFANT_MALE",
          "givenName": "Orpha",
          "hostCountryCode": "AZ",
          "isLapChildDocument": false,
          "isPrimaryDocumentHolder": false,
          "issueDate": "2026-01-17",
          "issuingCountryCode": "BS",
          "middleName": "Shiloh",
          "passportType": "National Passport",
          "placeOfBirth": "Cuyahoga Falls",
          "placeOfIssue": "SM",
          "residenceCountryCode": "BI",
          "residenceOrDestinationAddress": {
            "city": "Towson",
            "countryCode": "CX",
            "postalCode": "61052-3596",
            "stateProvince": "AR",
            "street": "949 Courtney Extensions"
          },
          "surname": "Ryan"
        }
      ],
      "infantTravelerIndex": 1,
      "loyaltyPrograms": [
        {
          "programNumber": "776931653",
          "programType": "FREQUENT_FLYER",
          "receiverCode": "[object Object]",
          "supplierCode": "[object Object]",
          "tierLevel": 4
        },
        {
          "programNumber": "150542109",
          "programType": "FREQUENT_FLYER",
          "receiverCode": "[object Object]",
          "supplierCode": "[object Object]",
          "tierLevel": 2
        }
      ],
      "nameReferenceCode": "9s9",
      "passengerCode": "ADT",
      "phones": [
        {
          "label": "B",
          "number": "+17519800766"
        }
      ],
      "specialServices": [
        {
          "code": "MEAL",
          "flightIndices": [
            2,
            1
          ],
          "message": "PwHXeHwnwSg5djJ"
        },
        {
          "code": "WCHR",
          "flightIndices": [
            2,
            1
          ],
          "message": "UJRVWXXmPJsJZzS"
        }
      ],
      "surname": "Dickens",
      "title": "Mr",
      "useNotificationContactType": true
    },
    {
      "age": 15,
      "ancillaries": [
        {
          "airlineCode": "AA",
          "basePrice": "5",
          "commercialName": "1ST ADDITIONAL BAG",
          "currencyCode": "NOK",
          "electronicMiscellaneousDocumentType": "FLIGHT_COUPON_ASSOCIATED",
          "firstTravelDate": "2025-11-27",
          "flightApplicabilityType": "Single",
          "flightIndices": [
            2,
            1
          ],
          "groupCode": "ru",
          "lastTravelDate": "2026-11-30",
          "numberOfItems": 2,
          "purchaseDateTime": "2026-07-21T00:00:00.0Z",
          "reasonForIssuance": "BAGGAGE",
          "source": "ATPCO",
          "specialServiceIndex": 3,
          "subcode": "l1m",
          "taxes": [
            {
              "amount": "20.19",
              "taxCode": "JY"
            },
            {
              "amount": "41.79",
              "taxCode": "O1"
            },
            {
              "amount": "29.04",
              "taxCode": "CA"
            },
            {
              "amount": "25.90",
              "taxCode": "TL"
            },
            {
              "amount": "19.39",
              "taxCode": "0W"
            },
            {
              "amount": "45.75",
              "taxCode": "7K"
            },
            {
              "amount": "32.59",
              "taxCode": "S7"
            },
            {
              "amount": "27.69",
              "taxCode": "PW"
            },
            {
              "amount": "21.55",
              "taxCode": "T8"
            },
            {
              "amount": "27.65",
              "taxCode": "4F"
            }
          ],
          "totalPrice": "7",
          "vendorCode": "DL"
        }
      ],
      "birthDate": "1959-12-31",
      "emails": [
        "traveler@email.com"
      ],
      "employerIndex": 0,
      "formOfPaymentIndices": [
        1,
        0
      ],
      "gender": "MALE",
      "givenName": "Callie",
      "id": "HW4hTPJXWj8Q3ukIZcye",
      "identityDocuments": [
        {
          "birthDate": "2035-02-28",
          "citizenshipCountryCode": "MY",
          "documentNumber": "0879027769",
          "documentSubType": "RUC",
          "documentType": "FISCAL_ID",
          "expiryDate": "2030-12-21",
          "flightIndices": [
            2,
            1
          ],
          "gender": "INFANT_MALE",
          "givenName": "Cristobal",
          "hostCountryCode": "AG",
          "isLapChildDocument": false,
          "isPrimaryDocumentHolder": true,
          "issueDate": "2025-10-11",
          "issuingCountryCode": "PN",
          "middleName": "Cameron",
          "passportType": "National Passport",
          "placeOfBirth": "New Evansbury",
          "placeOfIssue": "HR",
          "residenceCountryCode": "BB",
          "residenceOrDestinationAddress": {
            "city": "Port Coraliestead",
            "countryCode": "VI",
            "postalCode": "92514",
            "stateProvince": "TX",
            "street": "997 Elmo Hills"
          },
          "surname": "Cummerata"
        },
        {
          "birthDate": "2034-09-19",
          "citizenshipCountryCode": "NU",
          "documentNumber": "9854007350",
          "documentSubType": "RUC",
          "documentType": "BORDER_CROSSING_CARD",
          "expiryDate": "2031-05-06",
          "flightIndices": [
            1,
            2
          ],
          "gender": "FEMALE",
          "givenName": "Alexis",
          "hostCountryCode": "NO",
          "isLapChildDocument": true,
          "isPrimaryDocumentHolder": true,
          "issueDate": "2026-05-15",
          "issuingCountryCode": "SJ",
          "middleName": "Billie",
          "passportType": "National Passport",
          "placeOfBirth": "Macicester",
          "placeOfIssue": "TV",
          "residenceCountryCode": "RS",
          "residenceOrDestinationAddress": {
            "city": "Domenicastead",
            "countryCode": "GY",
            "postalCode": "47369-5034",
            "stateProvince": "MS",
            "street": "29698 Schultz Estates"
          },
          "surname": "Nolan"
        },
        {
          "birthDate": "2039-07-05",
          "citizenshipCountryCode": "BD",
          "documentNumber": "0863906641",
          "documentSubType": "RUC",
          "documentType": "NEXUS_CARD",
          "expiryDate": "2029-05-08",
          "flightIndices": [
            1,
            2
          ],
          "gender": "UNDEFINED",
          "givenName": "Jarvis",
          "hostCountryCode": "LT",
          "isLapChildDocument": true,
          "isPrimaryDocumentHolder": true,
          "issueDate": "2026-01-18",
          "issuingCountryCode": "UZ",
          "middleName": "Kai",
          "passportType": "National Passport",
          "placeOfBirth": "Oklahoma City",
          "placeOfIssue": "NR",
          "residenceCountryCode": "BW",
          "residenceOrDestinationAddress": {
            "city": "Gennarofield",
            "countryCode": "CK",
            "postalCode": "44033",
            "stateProvince": "PA",
            "street": "103 Cherry Tree Close"
          },
          "surname": "Mertz-Sawayn"
        },
        {
          "birthDate": "2035-03-08",
          "citizenshipCountryCode": "BG",
          "documentNumber": "5985685510",
          "documentSubType": "RUC",
          "documentType": "REFUGEE_REENTRY_PERMIT",
          "expiryDate": "2027-06-10",
          "flightIndices": [
            2,
            1
          ],
          "gender": "UNDISCLOSED",
          "givenName": "Darryl",
          "hostCountryCode": "CL",
          "isLapChildDocument": true,
          "isPrimaryDocumentHolder": false,
          "issueDate": "2026-03-19",
          "issuingCountryCode": "MK",
          "middleName": "Phoenix",
          "passportType": "National Passport",
          "placeOfBirth": "Thielside",
          "placeOfIssue": "IE",
          "residenceCountryCode": "NU",
          "residenceOrDestinationAddress": {
            "city": "South Luther",
            "countryCode": "BB",
            "postalCode": "98942",
            "stateProvince": "IL",
            "street": "64705 9th Street"
          },
          "surname": "Zboncak"
        },
        {
          "birthDate": "2032-01-22",
          "citizenshipCountryCode": "NZ",
          "documentNumber": "0947931638",
          "documentSubType": "RUC",
          "documentType": "PASSPORT",
          "expiryDate": "2028-02-15",
          "flightIndices": [
            1,
            2
          ],
          "gender": "INFANT_MALE",
          "givenName": "Veda",
          "hostCountryCode": "AE",
          "isLapChildDocument": true,
          "isPrimaryDocumentHolder": false,
          "issueDate": "2025-10-29",
          "issuingCountryCode": "HK",
          "middleName": "Emerson",
          "passportType": "National Passport",
          "placeOfBirth": "Potomac",
          "placeOfIssue": "NC",
          "residenceCountryCode": "AZ",
          "residenceOrDestinationAddress": {
            "city": "Columbus",
            "countryCode": "PG",
            "postalCode": "97420",
            "stateProvince": "CT",
            "street": "35823 Crooks Crossroad"
          },
          "surname": "Dach"
        }
      ],
      "infantTravelerIndex": 5,
      "loyaltyPrograms": [
        {
          "programNumber": "197486710",
          "programType": "FREQUENT_FLYER",
          "receiverCode": "[object Object]",
          "supplierCode": "[object Object]",
          "tierLevel": 2
        },
        {
          "programNumber": "063714993",
          "programType": "FREQUENT_FLYER",
          "receiverCode": "[object Object]",
          "supplierCode": "[object Object]",
          "tierLevel": 1
        }
      ],
      "nameReferenceCode": "bpj",
      "passengerCode": "CNN",
      "phones": [
        {
          "label": "C",
          "number": "+19669253326"
        },
        {
          "label": "B",
          "number": "+19189851906"
        }
      ],
      "specialServices": [
        {
          "code": "XBAG",
          "flightIndices": [
            1,
            2
          ],
          "message": "aNyo3nM4kzKVo9t"
        },
        {
          "code": "WCHR",
          "flightIndices": [
            2,
            1
          ],
          "message": "AgdaxQIwLmh2Nxe"
        },
        {
          "code": "WCHR",
          "flightIndices": [
            1,
            2
          ],
          "message": "h83OIsoiBkzxHoC"
        }
      ],
      "surname": "Moen",
      "title": "Mr",
      "useNotificationContactType": false
    },
    {
      "age": 18,
      "ancillaries": [
        {
          "airlineCode": "DL",
          "basePrice": "9",
          "commercialName": "PRIORITY BOARDING",
          "currencyCode": "AED",
          "electronicMiscellaneousDocumentType": "FLIGHT_COUPON_ASSOCIATED",
          "firstTravelDate": "2026-05-04",
          "flightApplicabilityType": "Unknown",
          "flightIndices": [
            1,
            2
          ],
          "groupCode": "Qp",
          "lastTravelDate": "2026-08-11",
          "numberOfItems": 1,
          "purchaseDateTime": "2026-07-20T00:00:00.0Z",
          "reasonForIssuance": "BAGGAGE",
          "source": "ATPCO",
          "specialServiceIndex": 2,
          "subcode": "J2Q",
          "taxes": [
            {
              "amount": "9.22",
              "taxCode": "MP"
            },
            {
              "amount": "14.39",
              "taxCode": "GF"
            },
            {
              "amount": "23.69",
              "taxCode": "DV"
            },
            {
              "amount": "49.09",
              "taxCode": "Y6"
            },
            {
              "amount": "34.20",
              "taxCode": "WJ"
            },
            {
              "amount": "13.19",
              "taxCode": "7T"
            },
            {
              "amount": "36.29",
              "taxCode": "XQ"
            },
            {
              "amount": "36.14",
              "taxCode": "0K"
            },
            {
              "amount": "10.75",
              "taxCode": "0U"
            },
            {
              "amount": "12.79",
              "taxCode": "5T"
            }
          ],
          "totalPrice": "6",
          "vendorCode": "DL"
        },
        {
          "airlineCode": "DL",
          "basePrice": "7",
          "commercialName": "1ST ADDITIONAL BAG",
          "currencyCode": "NPR",
          "electronicMiscellaneousDocumentType": "FLIGHT_COUPON_ASSOCIATED",
          "firstTravelDate": "2026-06-24",
          "flightApplicabilityType": "Single",
          "flightIndices": [
            2,
            1
          ],
          "groupCode": "th",
          "lastTravelDate": "2027-05-27",
          "numberOfItems": 2,
          "purchaseDateTime": "2026-07-20T00:00:00.0Z",
          "reasonForIssuance": "BAGGAGE",
          "source": "ATPCO",
          "specialServiceIndex": 1,
          "subcode": "8AU",
          "taxes": [
            {
              "amount": "23.20",
              "taxCode": "I2"
            },
            {
              "amount": "42.89",
              "taxCode": "JF"
            },
            {
              "amount": "28.75",
              "taxCode": "FJ"
            },
            {
              "amount": "36.89",
              "taxCode": "L6"
            },
            {
              "amount": "17.09",
              "taxCode": "ZM"
            },
            {
              "amount": "37.29",
              "taxCode": "Z1"
            },
            {
              "amount": "32.75",
              "taxCode": "E8"
            },
            {
              "amount": "40.79",
              "taxCode": "K8"
            },
            {
              "amount": "13.45",
              "taxCode": "FW"
            },
            {
              "amount": "39.09",
              "taxCode": "79"
            }
          ],
          "totalPrice": "8",
          "vendorCode": "DL"
        }
      ],
      "birthDate": "2026-06-06",
      "emails": [
        "traveler@email.com"
      ],
      "employerIndex": 2,
      "formOfPaymentIndices": [
        1,
        0
      ],
      "gender": "FEMALE",
      "givenName": "Brayan",
      "id": "6poQQPxEya2B1d2I8vTJ",
      "identityDocuments": [
        {
          "birthDate": "2028-03-14",
          "citizenshipCountryCode": "LC",
          "documentNumber": "0089930148",
          "documentSubType": "RUC",
          "documentType": "VISA",
          "expiryDate": "2030-07-21",
          "flightIndices": [
            2,
            1
          ],
          "gender": "INFANT_FEMALE",
          "givenName": "Roscoe",
          "hostCountryCode": "BT",
          "isLapChildDocument": false,
          "isPrimaryDocumentHolder": true,
          "issueDate": "2026-03-28",
          "issuingCountryCode": "MS",
          "middleName": "Kai",
          "passportType": "National Passport",
          "placeOfBirth": "Opalfield",
          "placeOfIssue": "TW",
          "residenceCountryCode": "SY",
          "residenceOrDestinationAddress": {
            "city": "New Greta",
            "countryCode": "GP",
            "postalCode": "48214",
            "stateProvince": "SD",
            "street": "3348 Marcelle Shores"
          },
          "surname": "Ward"
        },
        {
          "birthDate": "1971-11-17",
          "citizenshipCountryCode": "SZ",
          "documentNumber": "2525002233",
          "documentSubType": "RUC",
          "documentType": "DESTINATION_ADDRESS",
          "expiryDate": "2029-12-21",
          "flightIndices": [
            2,
            1
          ],
          "gender": "UNDISCLOSED",
          "givenName": "Stephania",
          "hostCountryCode": "ES",
          "isLapChildDocument": true,
          "isPrimaryDocumentHolder": false,
          "issueDate": "2026-03-25",
          "issuingCountryCode": "AX",
          "middleName": "Reagan",
          "passportType": "National Passport",
          "placeOfBirth": "Portland",
          "placeOfIssue": "SO",
          "residenceCountryCode": "VA",
          "residenceOrDestinationAddress": {
            "city": "Lavinialand",
            "countryCode": "AQ",
            "postalCode": "92155",
            "stateProvince": "WY",
            "street": "6792 Walter Land"
          },
          "surname": "Goyette"
        },
        {
          "birthDate": "1980-12-02",
          "citizenshipCountryCode": "IO",
          "documentNumber": "9700984568",
          "documentSubType": "RUC",
          "documentType": "VISA",
          "expiryDate": "2027-09-04",
          "flightIndices": [
            2,
            1
          ],
          "gender": "INFANT_MALE",
          "givenName": "Loyce",
          "hostCountryCode": "TG",
          "isLapChildDocument": false,
          "isPrimaryDocumentHolder": true,
          "issueDate": "2025-11-01",
          "issuingCountryCode": "TG",
          "middleName": "Marlowe",
          "passportType": "National Passport",
          "placeOfBirth": "Louisville/Jefferson County",
          "placeOfIssue": "CG",
          "residenceCountryCode": "SH",
          "residenceOrDestinationAddress": {
            "city": "Pourosshire",
            "countryCode": "CU",
            "postalCode": "97794-6520",
            "stateProvince": "AZ",
            "street": "3990 Haley Hollow"
          },
          "surname": "Ruecker"
        },
        {
          "birthDate": "1967-06-29",
          "citizenshipCountryCode": "GL",
          "documentNumber": "4150811498",
          "documentSubType": "RUC",
          "documentType": "REDRESS_NUMBER",
          "expiryDate": "2030-03-14",
          "flightIndices": [
            2,
            1
          ],
          "gender": "INFANT_FEMALE",
          "givenName": "Leta",
          "hostCountryCode": "PG",
          "isLapChildDocument": true,
          "isPrimaryDocumentHolder": false,
          "issueDate": "2025-10-10",
          "issuingCountryCode": "JE",
          "middleName": "Ellis",
          "passportType": "National Passport",
          "placeOfBirth": "West Adalbertoboro",
          "placeOfIssue": "BA",
          "residenceCountryCode": "BG",
          "residenceOrDestinationAddress": {
            "city": "Cedar Rapids",
            "countryCode": "AR",
            "postalCode": "58471-8296",
            "stateProvince": "VT",
            "street": "86875 Chestnut Grove"
          },
          "surname": "Cummerata"
        }
      ],
      "infantTravelerIndex": 4,
      "loyaltyPrograms": [
        {
          "programNumber": "006692773",
          "programType": "FREQUENT_FLYER",
          "receiverCode": "[object Object]",
          "supplierCode": "[object Object]",
          "tierLevel": 5
        },
        {
          "programNumber": "678400990",
          "programType": "FREQUENT_FLYER",
          "receiverCode": "[object Object]",
          "supplierCode": "[object Object]",
          "tierLevel": 1
        }
      ],
      "nameReferenceCode": "Rd1",
      "passengerCode": "INF",
      "phones": [
        {
          "label": "H",
          "number": "+14353275337"
        },
        {
          "label": "H",
          "number": "+19639816037"
        },
        {
          "label": "H",
          "number": "+15673497489"
        },
        {
          "label": "H",
          "number": "+18178193664"
        },
        {
          "label": "B",
          "number": "+18137895367"
        }
      ],
      "specialServices": [
        {
          "code": "MEAL",
          "flightIndices": [
            1,
            2
          ],
          "message": "UrIV9xfdB8t0XkX"
        },
        {
          "code": "WCHR",
          "flightIndices": [
            1,
            2
          ],
          "message": "ZOBorFjnjGjHqFA"
        },
        {
          "code": "WCHR",
          "flightIndices": [
            2,
            1
          ],
          "message": "ZBctCTWL9yJMQAx"
        },
        {
          "code": "MEAL",
          "flightIndices": [
            1,
            2
          ],
          "message": "BRE5BJBJjDSCoNW"
        },
        {
          "code": "WCHR",
          "flightIndices": [
            2,
            1
          ],
          "message": "9o9bMPK6Zjk7EZ2"
        }
      ],
      "surname": "Tremblay",
      "title": "Mr",
      "useNotificationContactType": false
    }
  ],
  "travelersEmployers": [
    {
      "city": "Grand Junction",
      "countryCode": "SN",
      "emails": [
        "admin@company.com",
        "hr@company.com",
        "contact@company.com"
      ],
      "employerId": "fhS0D5lTWwxH4pn",
      "employerName": "O'Reilly LLC",
      "idType": "GST",
      "phones": [
        {
          "label": "B",
          "number": "+15499978527"
        },
        {
          "label": "B",
          "number": "+12052115281"
        },
        {
          "label": "B",
          "number": "+18219068804"
        }
      ],
      "postalCode": "74978",
      "stateProvince": "FL",
      "street": "9858 Tromp Green"
    },
    {
      "city": "Lake Jeanette",
      "countryCode": "US",
      "emails": [
        "admin@company.com",
        "contact@company.com"
      ],
      "employerId": "dKABxQHCELY8i7i",
      "employerName": "Strosin, Kshlerin and Metz",
      "idType": "Unknown",
      "phones": [
        {
          "label": "M",
          "number": "+15349338453"
        }
      ],
      "postalCode": "89923",
      "stateProvince": "MD",
      "street": "8175 Spring Street"
    },
    {
      "city": "Kareemborough",
      "countryCode": "CG",
      "emails": [
        "contact@company.com",
        "hr@company.com",
        "admin@company.com"
      ],
      "employerId": "nwUBCG6c3ec2r9U",
      "employerName": "White and Sons",
      "idType": "Unknown",
      "phones": [
        {
          "label": "B",
          "number": "+17009278510"
        },
        {
          "label": "C",
          "number": "+18122308117"
        },
        {
          "label": "C",
          "number": "+19934695742"
        },
        {
          "label": "B",
          "number": "+15872918680"
        },
        {
          "label": "H",
          "number": "+12302238560"
        }
      ],
      "postalCode": "80520-7444",
      "stateProvince": "LA",
      "street": "56208 Gibson Stravenue"
    }
  ]
}
Error generating example
Header NameExample
Authorization*"incididunt"
Error generating example
Error generating example

Flight Tickets(4 operations)

Header NameExample
Authorization*"reprehenderit amet"
{
  "confirmationId": "78x2l6",
  "designatePrinters": [
    {
      "hardcopy": {
        "address": "EQNOI3",
        "spacing": "2"
      },
      "invoiceItinerary": "DUQKZL",
      "profileNumber": 822,
      "ticket": {
        "address": "CIMVCY",
        "countryCode": "IN"
      }
    },
    {
      "hardcopy": {
        "address": "5VZOSY",
        "spacing": "2"
      },
      "invoiceItinerary": "D7D7H4",
      "profileNumber": 795,
      "ticket": {
        "address": "1A77BW",
        "countryCode": "KZ"
      }
    },
    {
      "hardcopy": {
        "address": "9917TP",
        "spacing": "1"
      },
      "invoiceItinerary": "81AH1O",
      "profileNumber": 185,
      "ticket": {
        "address": "83U3WS",
        "countryCode": "LY"
      }
    }
  ],
  "errorHandlingPolicy": "HALT_ON_ERROR",
  "notification": {
    "email": "INVOICE",
    "queuePlacement": [
      {
        "futureQueuePlacementDate": "2026-07-27",
        "pcc": "KO1",
        "prefatoryInstructionCode": 65,
        "queueName": "Cali",
        "queueNumber": 964
      },
      {
        "futureQueuePlacementDate": "2026-07-27",
        "pcc": "E18K",
        "prefatoryInstructionCode": 3,
        "queueName": "Judd",
        "queueNumber": 6
      },
      {
        "futureQueuePlacementDate": "2026-08-06",
        "pcc": "4AH9",
        "prefatoryInstructionCode": 87,
        "queueName": "Bridgette",
        "queueNumber": 444
      }
    ]
  },
  "receivedFrom": "Virginia Herzog",
  "targetPcc": "d3Bf",
  "tickets": [
    "0161234567890",
    "0161234567891"
  ],
  "voidNonElectronicTickets": true
}
{
  "errors": [
    {
      "category": "NOT_FOUND",
      "description": "resource not found",
      "fieldName": "id",
      "fieldPath": "payment.cardNumber",
      "fieldValue": "short",
      "type": "REQUIRED_FIELD_MISSING"
    },
    {
      "category": "UNAUTHORIZED",
      "description": "may not be null",
      "fieldName": "givenName",
      "fieldPath": "booking.id",
      "fieldValue": "invalid-value",
      "type": "INVALID_FORMAT"
    }
  ],
  "request": {
    "confirmationId": "AfyC3y",
    "designatePrinters": [
      {
        "hardcopy": {
          "address": "MGTBEG",
          "spacing": "2"
        },
        "invoiceItinerary": "QS6RX5",
        "profileNumber": 469,
        "ticket": {
          "address": "WNT0CU",
          "countryCode": "SI"
        }
      }
    ],
    "errorHandlingPolicy": "HALT_ON_ERROR",
    "notification": {
      "email": "INVOICE",
      "queuePlacement": [
        {
          "futureQueuePlacementDate": "2026-08-16",
          "pcc": "G27F",
          "prefatoryInstructionCode": 63,
          "queueName": "Aylin",
          "queueNumber": 191
        },
        {
          "futureQueuePlacementDate": "2026-08-10",
          "pcc": "UB8",
          "prefatoryInstructionCode": 97,
          "queueName": "Norris",
          "queueNumber": 961
        },
        {
          "futureQueuePlacementDate": "2026-08-10",
          "pcc": "3JY",
          "prefatoryInstructionCode": 94,
          "queueName": "Claudia",
          "queueNumber": 960
        }
      ]
    },
    "receivedFrom": "Louis Harber",
    "targetPcc": "0eHd",
    "tickets": [
      "0161234567891",
      "0161234567890"
    ],
    "voidNonElectronicTickets": false
  },
  "timestamp": "2026-07-21T00:00:00.0Z",
  "voidedTickets": [
    "0161234567891",
    "0161234567890"
  ]
}
Header NameExample
Authorization*"sint culpa cupidatat nisi"
{
  "confirmationId": "we4ECE",
  "designatePrinters": [
    {
      "hardcopy": {
        "address": "C881R6",
        "spacing": "1"
      },
      "invoiceItinerary": "4WLMM8",
      "profileNumber": 168,
      "ticket": {
        "address": "PP4VBU",
        "countryCode": "BF"
      }
    },
    {
      "hardcopy": {
        "address": "92M2X3",
        "spacing": "2"
      },
      "invoiceItinerary": "IUNHBB",
      "profileNumber": 758,
      "ticket": {
        "address": "Z0DA0B",
        "countryCode": "LB"
      }
    },
    {
      "hardcopy": {
        "address": "YVLVIX",
        "spacing": "1"
      },
      "invoiceItinerary": "E180TL",
      "profileNumber": 399,
      "ticket": {
        "address": "70S1LU",
        "countryCode": "DK"
      }
    },
    {
      "hardcopy": {
        "address": "6PRBQ1",
        "spacing": "1"
      },
      "invoiceItinerary": "Z6492U",
      "profileNumber": 472,
      "ticket": {
        "address": "9S73CQ",
        "countryCode": "PY"
      }
    }
  ],
  "documentsType": "Tickets",
  "errorHandlingPolicy": "HALT_ON_ERROR",
  "notification": {
    "email": "INVOICE",
    "queuePlacement": [
      {
        "futureQueuePlacementDate": "2026-08-08",
        "pcc": "0DNC",
        "prefatoryInstructionCode": 73,
        "queueName": "Boyd",
        "queueNumber": 706
      },
      {
        "futureQueuePlacementDate": "2026-08-06",
        "pcc": "UCW",
        "prefatoryInstructionCode": 1,
        "queueName": "Kobe",
        "queueNumber": 509
      },
      {
        "futureQueuePlacementDate": "2026-08-13",
        "pcc": "L2Z",
        "prefatoryInstructionCode": 29,
        "queueName": "Henderson",
        "queueNumber": 196
      }
    ]
  },
  "receivedFrom": "Jean Corwin",
  "targetPcc": "UpT2",
  "tickets": [
    {
      "number": "5",
      "refundQualifiers": {
        "commissionAmount": "6",
        "commissionOnPenalty": "9",
        "commissionPercentage": "7",
        "journeyTypeCode": "B",
        "overrideCancelFee": "6",
        "overrideTaxes": [
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "JFK",
                "taxAmount": "2"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "7"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "3"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "8"
              }
            ],
            "taxAmount": "9",
            "taxCode": "JY"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "ATL",
                "taxAmount": "8"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "0"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "9"
              }
            ],
            "taxAmount": "9",
            "taxCode": "EJ"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "ATL",
                "taxAmount": "0"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "4"
              }
            ],
            "taxAmount": "3",
            "taxCode": "Ij"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "ATL",
                "taxAmount": "8"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "8"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "8"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "8"
              }
            ],
            "taxAmount": "1",
            "taxCode": "TT"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "LAX",
                "taxAmount": "4"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "9"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "3"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "9"
              }
            ],
            "taxAmount": "1",
            "taxCode": "sE"
          }
        ],
        "splitRefundAmounts": [
          {
            "amount": "9"
          },
          {
            "amount": "8"
          },
          {
            "amount": "0"
          },
          {
            "amount": "3"
          }
        ],
        "tourCode": "2cDgt2vYcNiNUj",
        "waiverCode": "9oaoF08Ud"
      }
    },
    {
      "number": "0",
      "refundQualifiers": {
        "commissionAmount": "0",
        "commissionOnPenalty": "5",
        "commissionPercentage": "4",
        "journeyTypeCode": "B",
        "overrideCancelFee": "9",
        "overrideTaxes": [
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "JFK",
                "taxAmount": "8"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "4"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "0"
              }
            ],
            "taxAmount": "6",
            "taxCode": "Nj"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "ATL",
                "taxAmount": "9"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "9"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "1"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "4"
              }
            ],
            "taxAmount": "6",
            "taxCode": "jB"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "4"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "0"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "5"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "1"
              }
            ],
            "taxAmount": "7",
            "taxCode": "gR"
          }
        ],
        "splitRefundAmounts": [
          {
            "amount": "3"
          }
        ],
        "tourCode": "s8Fr9lj0CvdC9L",
        "waiverCode": "YyQxPmato"
      }
    },
    {
      "number": "5",
      "refundQualifiers": {
        "commissionAmount": "9",
        "commissionOnPenalty": "1",
        "commissionPercentage": "1",
        "journeyTypeCode": "B",
        "overrideCancelFee": "9",
        "overrideTaxes": [
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "LAX",
                "taxAmount": "8"
              }
            ],
            "taxAmount": "3",
            "taxCode": "ZK"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "6"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "4"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "0"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "4"
              }
            ],
            "taxAmount": "0",
            "taxCode": "wH"
          }
        ],
        "splitRefundAmounts": [
          {
            "amount": "0"
          }
        ],
        "tourCode": "KgjiAWCIsz1Yrv",
        "waiverCode": "J5cVfanc9"
      }
    },
    {
      "number": "9",
      "refundQualifiers": {
        "commissionAmount": "6",
        "commissionOnPenalty": "3",
        "commissionPercentage": "7",
        "journeyTypeCode": "B",
        "overrideCancelFee": "0",
        "overrideTaxes": [
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "LAX",
                "taxAmount": "6"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "2"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "6"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "5"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "9"
              }
            ],
            "taxAmount": "5",
            "taxCode": "VM"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "JFK",
                "taxAmount": "2"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "6"
              }
            ],
            "taxAmount": "3",
            "taxCode": "SY"
          }
        ],
        "splitRefundAmounts": [
          {
            "amount": "9"
          },
          {
            "amount": "9"
          },
          {
            "amount": "4"
          },
          {
            "amount": "8"
          },
          {
            "amount": "7"
          }
        ],
        "tourCode": "ds59rDek0JoTPr",
        "waiverCode": "Wloy4Jb2e"
      }
    },
    {
      "number": "8",
      "refundQualifiers": {
        "commissionAmount": "2",
        "commissionOnPenalty": "8",
        "commissionPercentage": "4",
        "journeyTypeCode": "B",
        "overrideCancelFee": "9",
        "overrideTaxes": [
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "3"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "5"
              }
            ],
            "taxAmount": "4",
            "taxCode": "lI"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "ATL",
                "taxAmount": "9"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "7"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "9"
              }
            ],
            "taxAmount": "5",
            "taxCode": "UZ"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "ATL",
                "taxAmount": "3"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "2"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "5"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "5"
              }
            ],
            "taxAmount": "0",
            "taxCode": "Ue"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "LAX",
                "taxAmount": "7"
              }
            ],
            "taxAmount": "3",
            "taxCode": "gF"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "JFK",
                "taxAmount": "6"
              }
            ],
            "taxAmount": "5",
            "taxCode": "pR"
          }
        ],
        "splitRefundAmounts": [
          {
            "amount": "1"
          },
          {
            "amount": "9"
          },
          {
            "amount": "1"
          },
          {
            "amount": "5"
          }
        ],
        "tourCode": "IXfszCONSwkONR",
        "waiverCode": "I59s6JRiI"
      }
    },
    {
      "number": "1",
      "refundQualifiers": {
        "commissionAmount": "8",
        "commissionOnPenalty": "1",
        "commissionPercentage": "5",
        "journeyTypeCode": "B",
        "overrideCancelFee": "8",
        "overrideTaxes": [
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "7"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "9"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "7"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "1"
              }
            ],
            "taxAmount": "5",
            "taxCode": "St"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "9"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "1"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "7"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "1"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "0"
              }
            ],
            "taxAmount": "0",
            "taxCode": "mJ"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "7"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "9"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "3"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "0"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "6"
              }
            ],
            "taxAmount": "8",
            "taxCode": "Zs"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "ATL",
                "taxAmount": "7"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "9"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "3"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "6"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "4"
              }
            ],
            "taxAmount": "5",
            "taxCode": "cl"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "ATL",
                "taxAmount": "2"
              }
            ],
            "taxAmount": "3",
            "taxCode": "TC"
          }
        ],
        "splitRefundAmounts": [
          {
            "amount": "6"
          },
          {
            "amount": "8"
          },
          {
            "amount": "5"
          },
          {
            "amount": "0"
          }
        ],
        "tourCode": "Hpthc7hmUK25Pe",
        "waiverCode": "PoCepfJgi"
      }
    },
    {
      "number": "5",
      "refundQualifiers": {
        "commissionAmount": "4",
        "commissionOnPenalty": "4",
        "commissionPercentage": "6",
        "journeyTypeCode": "B",
        "overrideCancelFee": "0",
        "overrideTaxes": [
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "5"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "2"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "5"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "0"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "6"
              }
            ],
            "taxAmount": "6",
            "taxCode": "Sk"
          }
        ],
        "splitRefundAmounts": [
          {
            "amount": "7"
          },
          {
            "amount": "4"
          },
          {
            "amount": "1"
          }
        ],
        "tourCode": "pq5xGsUZZ74CVO",
        "waiverCode": "ZyvjrwytB"
      }
    },
    {
      "number": "1",
      "refundQualifiers": {
        "commissionAmount": "9",
        "commissionOnPenalty": "9",
        "commissionPercentage": "3",
        "journeyTypeCode": "B",
        "overrideCancelFee": "8",
        "overrideTaxes": [
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "ATL",
                "taxAmount": "3"
              }
            ],
            "taxAmount": "1",
            "taxCode": "NZ"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "JFK",
                "taxAmount": "3"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "7"
              }
            ],
            "taxAmount": "4",
            "taxCode": "WU"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "ATL",
                "taxAmount": "1"
              }
            ],
            "taxAmount": "0",
            "taxCode": "PR"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "ATL",
                "taxAmount": "5"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "6"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "3"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "7"
              }
            ],
            "taxAmount": "5",
            "taxCode": "LG"
          }
        ],
        "splitRefundAmounts": [
          {
            "amount": "1"
          },
          {
            "amount": "7"
          },
          {
            "amount": "6"
          },
          {
            "amount": "9"
          }
        ],
        "tourCode": "YaZCHmmO3bbCU6",
        "waiverCode": "ERBBa8xEa"
      }
    },
    {
      "number": "2",
      "refundQualifiers": {
        "commissionAmount": "7",
        "commissionOnPenalty": "3",
        "commissionPercentage": "0",
        "journeyTypeCode": "B",
        "overrideCancelFee": "9",
        "overrideTaxes": [
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "LAX",
                "taxAmount": "1"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "0"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "9"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "8"
              }
            ],
            "taxAmount": "7",
            "taxCode": "MR"
          }
        ],
        "splitRefundAmounts": [
          {
            "amount": "6"
          }
        ],
        "tourCode": "5jwlMODFLuLmA1",
        "waiverCode": "5scPjpZq9"
      }
    },
    {
      "number": "3",
      "refundQualifiers": {
        "commissionAmount": "6",
        "commissionOnPenalty": "3",
        "commissionPercentage": "1",
        "journeyTypeCode": "B",
        "overrideCancelFee": "9",
        "overrideTaxes": [
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "LAX",
                "taxAmount": "9"
              }
            ],
            "taxAmount": "5",
            "taxCode": "Lt"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "LAX",
                "taxAmount": "7"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "1"
              }
            ],
            "taxAmount": "2",
            "taxCode": "uA"
          }
        ],
        "splitRefundAmounts": [
          {
            "amount": "9"
          },
          {
            "amount": "0"
          }
        ],
        "tourCode": "ZEBAnl078NaeuG",
        "waiverCode": "6tw4ILGjh"
      }
    }
  ]
}
{
  "errors": [
    {
      "category": "INTERNAL_SERVER_ERROR",
      "description": "may not be null",
      "fieldName": "cardNumber",
      "fieldPath": "payment.cardNumber",
      "fieldValue": "invalid-value",
      "type": "REQUIRED_FIELD_MISSING"
    },
    {
      "category": "UNAUTHORIZED",
      "description": "may not be null",
      "fieldName": "givenName",
      "fieldPath": "traveler.givenName",
      "fieldValue": "invalid-value",
      "type": "RESOURCE_NOT_FOUND"
    }
  ],
  "refundedTickets": [
    "0161234567890",
    "0161234567891"
  ],
  "request": {
    "confirmationId": "rfOM4B",
    "designatePrinters": [
      {
        "hardcopy": {
          "address": "E28LVB",
          "spacing": "2"
        },
        "invoiceItinerary": "PUPHXA",
        "profileNumber": 198,
        "ticket": {
          "address": "X2FMSQ",
          "countryCode": "SS"
        }
      },
      {
        "hardcopy": {
          "address": "NBZ814",
          "spacing": "2"
        },
        "invoiceItinerary": "ERVCYA",
        "profileNumber": 797,
        "ticket": {
          "address": "PUZU7X",
          "countryCode": "CM"
        }
      },
      {
        "hardcopy": {
          "address": "XV98V2",
          "spacing": "2"
        },
        "invoiceItinerary": "BR0864",
        "profileNumber": 458,
        "ticket": {
          "address": "9CN71L",
          "countryCode": "AI"
        }
      }
    ],
    "documentsType": "Tickets",
    "errorHandlingPolicy": "HALT_ON_ERROR",
    "notification": {
      "email": "INVOICE",
      "queuePlacement": [
        {
          "futureQueuePlacementDate": "2026-08-06",
          "pcc": "V3D",
          "prefatoryInstructionCode": 4,
          "queueName": "Jamil",
          "queueNumber": 360
        },
        {
          "futureQueuePlacementDate": "2026-07-27",
          "pcc": "8V0",
          "prefatoryInstructionCode": 60,
          "queueName": "Wellington",
          "queueNumber": 998
        },
        {
          "futureQueuePlacementDate": "2026-08-07",
          "pcc": "E225",
          "prefatoryInstructionCode": 80,
          "queueName": "Gillian",
          "queueNumber": 538
        }
      ]
    },
    "receivedFrom": "Derek Bashirian MD",
    "targetPcc": "wmu9",
    "tickets": [
      {
        "number": "1",
        "refundQualifiers": {
          "commissionAmount": "1",
          "commissionOnPenalty": "8",
          "commissionPercentage": "2",
          "journeyTypeCode": "B",
          "overrideCancelFee": "6",
          "overrideTaxes": [
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "LAX",
                  "taxAmount": "7"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "7"
                }
              ],
              "taxAmount": "9",
              "taxCode": "zk"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "DFW",
                  "taxAmount": "9"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "3"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "2"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "0"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "0"
                }
              ],
              "taxAmount": "1",
              "taxCode": "Kv"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "JFK",
                  "taxAmount": "2"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "0"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "2"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "4"
                }
              ],
              "taxAmount": "5",
              "taxCode": "Xy"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "LAX",
                  "taxAmount": "1"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "6"
                }
              ],
              "taxAmount": "1",
              "taxCode": "uq"
            }
          ],
          "splitRefundAmounts": [
            {
              "amount": "8"
            }
          ],
          "tourCode": "f2AiTEVlEmI9VE",
          "waiverCode": "bepbpwCcu"
        }
      },
      {
        "number": "5",
        "refundQualifiers": {
          "commissionAmount": "5",
          "commissionOnPenalty": "6",
          "commissionPercentage": "0",
          "journeyTypeCode": "B",
          "overrideCancelFee": "4",
          "overrideTaxes": [
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "ATL",
                  "taxAmount": "5"
                },
                {
                  "airportCode": "LAX",
                  "taxAmount": "2"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "8"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "4"
                }
              ],
              "taxAmount": "6",
              "taxCode": "mh"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "JFK",
                  "taxAmount": "3"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "6"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "6"
                },
                {
                  "airportCode": "LAX",
                  "taxAmount": "5"
                }
              ],
              "taxAmount": "0",
              "taxCode": "Vg"
            }
          ],
          "splitRefundAmounts": [
            {
              "amount": "3"
            },
            {
              "amount": "7"
            },
            {
              "amount": "6"
            },
            {
              "amount": "6"
            },
            {
              "amount": "3"
            }
          ],
          "tourCode": "EebdNWAKpvTAfM",
          "waiverCode": "A2RkNB2Yn"
        }
      },
      {
        "number": "4",
        "refundQualifiers": {
          "commissionAmount": "6",
          "commissionOnPenalty": "0",
          "commissionPercentage": "0",
          "journeyTypeCode": "B",
          "overrideCancelFee": "0",
          "overrideTaxes": [
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "JFK",
                  "taxAmount": "4"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "9"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "0"
                }
              ],
              "taxAmount": "6",
              "taxCode": "bb"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "DFW",
                  "taxAmount": "8"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "5"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "3"
                }
              ],
              "taxAmount": "8",
              "taxCode": "OK"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "ATL",
                  "taxAmount": "3"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "4"
                }
              ],
              "taxAmount": "0",
              "taxCode": "Yr"
            }
          ],
          "splitRefundAmounts": [
            {
              "amount": "1"
            },
            {
              "amount": "8"
            },
            {
              "amount": "8"
            }
          ],
          "tourCode": "byR4S9WjqVeaXg",
          "waiverCode": "erHk1n6oI"
        }
      },
      {
        "number": "3",
        "refundQualifiers": {
          "commissionAmount": "8",
          "commissionOnPenalty": "4",
          "commissionPercentage": "1",
          "journeyTypeCode": "B",
          "overrideCancelFee": "6",
          "overrideTaxes": [
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "DFW",
                  "taxAmount": "1"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "2"
                }
              ],
              "taxAmount": "5",
              "taxCode": "ZB"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "JFK",
                  "taxAmount": "1"
                }
              ],
              "taxAmount": "4",
              "taxCode": "kj"
            }
          ],
          "splitRefundAmounts": [
            {
              "amount": "7"
            },
            {
              "amount": "2"
            },
            {
              "amount": "3"
            },
            {
              "amount": "4"
            }
          ],
          "tourCode": "GPbeSwnlfPhXzO",
          "waiverCode": "1AKcOPRk5"
        }
      },
      {
        "number": "2",
        "refundQualifiers": {
          "commissionAmount": "5",
          "commissionOnPenalty": "2",
          "commissionPercentage": "5",
          "journeyTypeCode": "B",
          "overrideCancelFee": "6",
          "overrideTaxes": [
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "DFW",
                  "taxAmount": "2"
                },
                {
                  "airportCode": "LAX",
                  "taxAmount": "7"
                }
              ],
              "taxAmount": "9",
              "taxCode": "JT"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "DFW",
                  "taxAmount": "7"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "1"
                }
              ],
              "taxAmount": "0",
              "taxCode": "HL"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "ATL",
                  "taxAmount": "7"
                },
                {
                  "airportCode": "LAX",
                  "taxAmount": "7"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "9"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "0"
                }
              ],
              "taxAmount": "2",
              "taxCode": "YU"
            }
          ],
          "splitRefundAmounts": [
            {
              "amount": "6"
            },
            {
              "amount": "3"
            },
            {
              "amount": "2"
            },
            {
              "amount": "2"
            },
            {
              "amount": "2"
            }
          ],
          "tourCode": "EVGBH9aVuKzAq1",
          "waiverCode": "c5knNcPl1"
        }
      },
      {
        "number": "3",
        "refundQualifiers": {
          "commissionAmount": "1",
          "commissionOnPenalty": "1",
          "commissionPercentage": "5",
          "journeyTypeCode": "B",
          "overrideCancelFee": "9",
          "overrideTaxes": [
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "JFK",
                  "taxAmount": "3"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "6"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "9"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "9"
                }
              ],
              "taxAmount": "5",
              "taxCode": "hZ"
            }
          ],
          "splitRefundAmounts": [
            {
              "amount": "8"
            },
            {
              "amount": "6"
            }
          ],
          "tourCode": "TQOLjBWjbzHmXh",
          "waiverCode": "89x6JxxJY"
        }
      },
      {
        "number": "8",
        "refundQualifiers": {
          "commissionAmount": "8",
          "commissionOnPenalty": "5",
          "commissionPercentage": "7",
          "journeyTypeCode": "B",
          "overrideCancelFee": "4",
          "overrideTaxes": [
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "JFK",
                  "taxAmount": "2"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "8"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "3"
                },
                {
                  "airportCode": "LAX",
                  "taxAmount": "3"
                }
              ],
              "taxAmount": "6",
              "taxCode": "kV"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "DFW",
                  "taxAmount": "7"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "5"
                }
              ],
              "taxAmount": "9",
              "taxCode": "ix"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "LAX",
                  "taxAmount": "4"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "8"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "5"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "3"
                }
              ],
              "taxAmount": "8",
              "taxCode": "Jo"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "LAX",
                  "taxAmount": "6"
                },
                {
                  "airportCode": "LAX",
                  "taxAmount": "7"
                }
              ],
              "taxAmount": "4",
              "taxCode": "YM"
            }
          ],
          "splitRefundAmounts": [
            {
              "amount": "4"
            }
          ],
          "tourCode": "2XkSKF4dk3AcZP",
          "waiverCode": "weY28f8FN"
        }
      },
      {
        "number": "5",
        "refundQualifiers": {
          "commissionAmount": "6",
          "commissionOnPenalty": "5",
          "commissionPercentage": "2",
          "journeyTypeCode": "B",
          "overrideCancelFee": "4",
          "overrideTaxes": [
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "LAX",
                  "taxAmount": "2"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "7"
                }
              ],
              "taxAmount": "7",
              "taxCode": "aN"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "LAX",
                  "taxAmount": "3"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "4"
                }
              ],
              "taxAmount": "8",
              "taxCode": "xE"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "DFW",
                  "taxAmount": "0"
                }
              ],
              "taxAmount": "4",
              "taxCode": "Xf"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "ATL",
                  "taxAmount": "2"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "0"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "3"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "2"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "5"
                }
              ],
              "taxAmount": "0",
              "taxCode": "wQ"
            }
          ],
          "splitRefundAmounts": [
            {
              "amount": "4"
            },
            {
              "amount": "4"
            },
            {
              "amount": "1"
            },
            {
              "amount": "5"
            }
          ],
          "tourCode": "WkGx22X3quGQbs",
          "waiverCode": "jE15I54Hz"
        }
      },
      {
        "number": "1",
        "refundQualifiers": {
          "commissionAmount": "6",
          "commissionOnPenalty": "4",
          "commissionPercentage": "4",
          "journeyTypeCode": "B",
          "overrideCancelFee": "0",
          "overrideTaxes": [
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "ATL",
                  "taxAmount": "4"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "6"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "2"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "9"
                }
              ],
              "taxAmount": "8",
              "taxCode": "xb"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "ATL",
                  "taxAmount": "5"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "7"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "0"
                },
                {
                  "airportCode": "LAX",
                  "taxAmount": "6"
                },
                {
                  "airportCode": "LAX",
                  "taxAmount": "7"
                }
              ],
              "taxAmount": "6",
              "taxCode": "xf"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "LAX",
                  "taxAmount": "9"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "2"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "3"
                },
                {
                  "airportCode": "LAX",
                  "taxAmount": "3"
                }
              ],
              "taxAmount": "5",
              "taxCode": "Mx"
            }
          ],
          "splitRefundAmounts": [
            {
              "amount": "1"
            },
            {
              "amount": "0"
            },
            {
              "amount": "6"
            },
            {
              "amount": "7"
            }
          ],
          "tourCode": "dx7nNuBQ1VyTZB",
          "waiverCode": "lqhcZdJWj"
        }
      },
      {
        "number": "0",
        "refundQualifiers": {
          "commissionAmount": "5",
          "commissionOnPenalty": "5",
          "commissionPercentage": "4",
          "journeyTypeCode": "B",
          "overrideCancelFee": "2",
          "overrideTaxes": [
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "JFK",
                  "taxAmount": "4"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "2"
                },
                {
                  "airportCode": "LAX",
                  "taxAmount": "0"
                },
                {
                  "airportCode": "LAX",
                  "taxAmount": "2"
                },
                {
                  "airportCode": "LAX",
                  "taxAmount": "7"
                }
              ],
              "taxAmount": "8",
              "taxCode": "eK"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "JFK",
                  "taxAmount": "5"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "3"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "5"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "1"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "0"
                }
              ],
              "taxAmount": "6",
              "taxCode": "Sl"
            }
          ],
          "splitRefundAmounts": [
            {
              "amount": "4"
            },
            {
              "amount": "8"
            },
            {
              "amount": "6"
            },
            {
              "amount": "6"
            }
          ],
          "tourCode": "4XhM5UXjjxQkwY",
          "waiverCode": "jZ0ohOUfv"
        }
      }
    ]
  },
  "tickets": [
    {
      "exchangePenalties": [
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": true,
          "hasNoShowCost": true,
          "noShowPenalty": {
            "penalty": {
              "amount": "120.39",
              "currencyCode": "CZK"
            },
            "source": "Unknown"
          },
          "penalty": {
            "amount": "78.49",
            "currencyCode": "LYD"
          },
          "source": "Category 33"
        },
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": false,
          "hasNoShowCost": false,
          "noShowPenalty": {
            "penalty": {
              "amount": "82.89",
              "currencyCode": "JMD"
            },
            "source": "Unknown"
          },
          "penalty": {
            "amount": "76.49",
            "currencyCode": "CVE"
          },
          "source": "Unknown"
        },
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": true,
          "hasNoShowCost": false,
          "noShowPenalty": {
            "penalty": {
              "amount": "113.85",
              "currencyCode": "XAF"
            },
            "source": "Unknown"
          },
          "penalty": {
            "amount": "126.89",
            "currencyCode": "BND"
          },
          "source": "Category 33"
        },
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": false,
          "hasNoShowCost": true,
          "noShowPenalty": {
            "penalty": {
              "amount": "95.49",
              "currencyCode": "SBD"
            },
            "source": "Category 33"
          },
          "penalty": {
            "amount": "93.76",
            "currencyCode": "NAD"
          },
          "source": "Unknown"
        },
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": true,
          "hasNoShowCost": true,
          "noShowPenalty": {
            "penalty": {
              "amount": "72.25",
              "currencyCode": "BRL"
            },
            "source": "Category 33"
          },
          "penalty": {
            "amount": "123.19",
            "currencyCode": "UZS"
          },
          "source": "Category 33"
        }
      ],
      "isAutomatedRefundsEligible": false,
      "isChangeable": false,
      "isRefundable": false,
      "isVoidable": false,
      "number": "2",
      "refundPenalties": [
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": true,
          "hasNoShowCost": false,
          "noShowPenalty": {
            "penalty": {
              "amount": "139.15",
              "currencyCode": "XOF"
            },
            "source": "Category 33"
          },
          "penalty": {
            "amount": "74.65",
            "currencyCode": "WST"
          },
          "source": "Category 33"
        },
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": false,
          "hasNoShowCost": false,
          "noShowPenalty": {
            "penalty": {
              "amount": "50.68",
              "currencyCode": "SSP"
            },
            "source": "Unknown"
          },
          "penalty": {
            "amount": "51.55",
            "currencyCode": "KMF"
          },
          "source": "Unknown"
        }
      ],
      "refundTaxes": [
        {
          "amount": "22.99",
          "taxCode": "JU"
        },
        {
          "amount": "24.09",
          "taxCode": "6G"
        }
      ],
      "refundTotals": {
        "currencyCode": "LAK",
        "fees": "18.65",
        "netRemit": "116.95",
        "subtotal": "149.20",
        "taxes": "5.35",
        "total": "154.35"
      }
    }
  ],
  "timestamp": "2026-07-20T00:00:00.0Z"
}
Header NameExample
Authorization*"consequat sit tempor irure dolor"
{
  "confirmationId": "izbgG4",
  "targetPcc": "A1xl",
  "tickets": [
    {
      "number": "9",
      "refundQualifiers": {
        "commissionAmount": "4",
        "commissionOnPenalty": "1",
        "commissionPercentage": "8",
        "journeyTypeCode": "B",
        "overrideCancelFee": "5",
        "overrideTaxes": [
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "9"
              }
            ],
            "taxAmount": "5",
            "taxCode": "Us"
          }
        ],
        "splitRefundAmounts": [
          {
            "amount": "0"
          },
          {
            "amount": "9"
          },
          {
            "amount": "4"
          },
          {
            "amount": "4"
          },
          {
            "amount": "4"
          }
        ],
        "tourCode": "URvEQUcnyLIbKs",
        "waiverCode": "f5P6vse6T"
      }
    },
    {
      "number": "7",
      "refundQualifiers": {
        "commissionAmount": "5",
        "commissionOnPenalty": "3",
        "commissionPercentage": "0",
        "journeyTypeCode": "B",
        "overrideCancelFee": "3",
        "overrideTaxes": [
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "LAX",
                "taxAmount": "9"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "8"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "4"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "3"
              }
            ],
            "taxAmount": "1",
            "taxCode": "zR"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "JFK",
                "taxAmount": "6"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "2"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "5"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "0"
              }
            ],
            "taxAmount": "2",
            "taxCode": "fg"
          }
        ],
        "splitRefundAmounts": [
          {
            "amount": "9"
          },
          {
            "amount": "4"
          },
          {
            "amount": "7"
          },
          {
            "amount": "1"
          },
          {
            "amount": "8"
          }
        ],
        "tourCode": "iUcAaKkfBInNFL",
        "waiverCode": "uettjILCy"
      }
    },
    {
      "number": "9",
      "refundQualifiers": {
        "commissionAmount": "5",
        "commissionOnPenalty": "1",
        "commissionPercentage": "2",
        "journeyTypeCode": "B",
        "overrideCancelFee": "2",
        "overrideTaxes": [
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "JFK",
                "taxAmount": "9"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "1"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "4"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "6"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "4"
              }
            ],
            "taxAmount": "3",
            "taxCode": "Za"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "0"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "4"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "0"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "1"
              }
            ],
            "taxAmount": "7",
            "taxCode": "oF"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "7"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "6"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "3"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "5"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "3"
              }
            ],
            "taxAmount": "6",
            "taxCode": "Oe"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "LAX",
                "taxAmount": "7"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "8"
              }
            ],
            "taxAmount": "0",
            "taxCode": "Rq"
          }
        ],
        "splitRefundAmounts": [
          {
            "amount": "2"
          },
          {
            "amount": "0"
          }
        ],
        "tourCode": "9Oe802FiQ2pTzK",
        "waiverCode": "zxqGNp0H6"
      }
    },
    {
      "number": "4",
      "refundQualifiers": {
        "commissionAmount": "0",
        "commissionOnPenalty": "7",
        "commissionPercentage": "9",
        "journeyTypeCode": "B",
        "overrideCancelFee": "3",
        "overrideTaxes": [
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "JFK",
                "taxAmount": "7"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "4"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "2"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "2"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "6"
              }
            ],
            "taxAmount": "0",
            "taxCode": "Qm"
          }
        ],
        "splitRefundAmounts": [
          {
            "amount": "4"
          }
        ],
        "tourCode": "dq3B9pTT4Fh4d2",
        "waiverCode": "Pacvf8Vh0"
      }
    },
    {
      "number": "6",
      "refundQualifiers": {
        "commissionAmount": "6",
        "commissionOnPenalty": "0",
        "commissionPercentage": "1",
        "journeyTypeCode": "B",
        "overrideCancelFee": "0",
        "overrideTaxes": [
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "0"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "2"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "6"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "2"
              }
            ],
            "taxAmount": "3",
            "taxCode": "hQ"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "ATL",
                "taxAmount": "5"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "0"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "1"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "3"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "4"
              }
            ],
            "taxAmount": "4",
            "taxCode": "uA"
          }
        ],
        "splitRefundAmounts": [
          {
            "amount": "0"
          },
          {
            "amount": "6"
          },
          {
            "amount": "1"
          },
          {
            "amount": "9"
          }
        ],
        "tourCode": "8hho7tz6XfdX9W",
        "waiverCode": "Y94bNteN0"
      }
    },
    {
      "number": "0",
      "refundQualifiers": {
        "commissionAmount": "2",
        "commissionOnPenalty": "0",
        "commissionPercentage": "1",
        "journeyTypeCode": "B",
        "overrideCancelFee": "5",
        "overrideTaxes": [
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "9"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "8"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "6"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "2"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "2"
              }
            ],
            "taxAmount": "3",
            "taxCode": "NX"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "2"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "8"
              }
            ],
            "taxAmount": "3",
            "taxCode": "Xl"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "JFK",
                "taxAmount": "3"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "5"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "9"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "2"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "5"
              }
            ],
            "taxAmount": "5",
            "taxCode": "Kv"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "JFK",
                "taxAmount": "9"
              }
            ],
            "taxAmount": "4",
            "taxCode": "kN"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "2"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "5"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "5"
              }
            ],
            "taxAmount": "4",
            "taxCode": "JQ"
          }
        ],
        "splitRefundAmounts": [
          {
            "amount": "5"
          },
          {
            "amount": "9"
          },
          {
            "amount": "8"
          }
        ],
        "tourCode": "fX6ZgV9gJ39ezP",
        "waiverCode": "iXA6HEMZx"
      }
    },
    {
      "number": "1",
      "refundQualifiers": {
        "commissionAmount": "0",
        "commissionOnPenalty": "6",
        "commissionPercentage": "4",
        "journeyTypeCode": "B",
        "overrideCancelFee": "8",
        "overrideTaxes": [
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "9"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "7"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "5"
              }
            ],
            "taxAmount": "5",
            "taxCode": "iC"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "LAX",
                "taxAmount": "6"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "0"
              }
            ],
            "taxAmount": "4",
            "taxCode": "VY"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "JFK",
                "taxAmount": "3"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "6"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "4"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "4"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "6"
              }
            ],
            "taxAmount": "2",
            "taxCode": "pE"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "2"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "0"
              }
            ],
            "taxAmount": "0",
            "taxCode": "MS"
          }
        ],
        "splitRefundAmounts": [
          {
            "amount": "5"
          },
          {
            "amount": "1"
          },
          {
            "amount": "6"
          },
          {
            "amount": "2"
          },
          {
            "amount": "6"
          }
        ],
        "tourCode": "snsj0bToMhUn0s",
        "waiverCode": "y3y54UlJu"
      }
    },
    {
      "number": "9",
      "refundQualifiers": {
        "commissionAmount": "1",
        "commissionOnPenalty": "7",
        "commissionPercentage": "8",
        "journeyTypeCode": "B",
        "overrideCancelFee": "5",
        "overrideTaxes": [
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "3"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "0"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "5"
              }
            ],
            "taxAmount": "3",
            "taxCode": "dN"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "0"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "1"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "8"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "1"
              }
            ],
            "taxAmount": "3",
            "taxCode": "Rp"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "JFK",
                "taxAmount": "3"
              }
            ],
            "taxAmount": "2",
            "taxCode": "tR"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "LAX",
                "taxAmount": "2"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "6"
              }
            ],
            "taxAmount": "6",
            "taxCode": "ZK"
          }
        ],
        "splitRefundAmounts": [
          {
            "amount": "3"
          }
        ],
        "tourCode": "aRKLqHxEGd6k5m",
        "waiverCode": "0Rbt6wTLZ"
      }
    },
    {
      "number": "2",
      "refundQualifiers": {
        "commissionAmount": "6",
        "commissionOnPenalty": "8",
        "commissionPercentage": "8",
        "journeyTypeCode": "B",
        "overrideCancelFee": "2",
        "overrideTaxes": [
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "1"
              }
            ],
            "taxAmount": "7",
            "taxCode": "nr"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "ATL",
                "taxAmount": "3"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "8"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "5"
              }
            ],
            "taxAmount": "9",
            "taxCode": "Pt"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "8"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "4"
              }
            ],
            "taxAmount": "6",
            "taxCode": "sW"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "2"
              },
              {
                "airportCode": "ATL",
                "taxAmount": "7"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "7"
              }
            ],
            "taxAmount": "7",
            "taxCode": "se"
          }
        ],
        "splitRefundAmounts": [
          {
            "amount": "5"
          },
          {
            "amount": "4"
          },
          {
            "amount": "3"
          },
          {
            "amount": "0"
          }
        ],
        "tourCode": "WuSBGMyC6PF1Ar",
        "waiverCode": "sjs6i22Jk"
      }
    },
    {
      "number": "5",
      "refundQualifiers": {
        "commissionAmount": "4",
        "commissionOnPenalty": "5",
        "commissionPercentage": "5",
        "journeyTypeCode": "B",
        "overrideCancelFee": "1",
        "overrideTaxes": [
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "JFK",
                "taxAmount": "2"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "5"
              }
            ],
            "taxAmount": "2",
            "taxCode": "HP"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "LAX",
                "taxAmount": "5"
              },
              {
                "airportCode": "DFW",
                "taxAmount": "9"
              },
              {
                "airportCode": "LAX",
                "taxAmount": "6"
              }
            ],
            "taxAmount": "5",
            "taxCode": "cS"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "JFK",
                "taxAmount": "8"
              },
              {
                "airportCode": "JFK",
                "taxAmount": "9"
              }
            ],
            "taxAmount": "0",
            "taxCode": "rv"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "ATL",
                "taxAmount": "6"
              }
            ],
            "taxAmount": "0",
            "taxCode": "aK"
          },
          {
            "airportTaxBreakdowns": [
              {
                "airportCode": "DFW",
                "taxAmount": "0"
              }
            ],
            "taxAmount": "6",
            "taxCode": "rx"
          }
        ],
        "splitRefundAmounts": [
          {
            "amount": "4"
          },
          {
            "amount": "3"
          },
          {
            "amount": "6"
          },
          {
            "amount": "7"
          },
          {
            "amount": "8"
          }
        ],
        "tourCode": "jszDspfAk4ZhzB",
        "waiverCode": "Lu4qdBhRV"
      }
    }
  ]
}
{
  "cancelOffers": [
    {
      "offerExpirationDate": "2026-08-12",
      "offerExpirationTime": "15:00",
      "offerItemId": "ofNzXVvsH50Byb525DTD",
      "offerType": "VOID",
      "refundTotals": {
        "currencyCode": "TTD",
        "fees": "21.59",
        "netRemit": "126.89",
        "subtotal": "78.50",
        "taxes": "14.09",
        "total": "91.69"
      }
    }
  ],
  "errors": [
    {
      "category": "NOT_FOUND",
      "description": "resource not found",
      "fieldName": "givenName",
      "fieldPath": "booking.id",
      "fieldValue": "invalid-value",
      "type": "INVALID_FORMAT"
    },
    {
      "category": "UNAUTHORIZED",
      "description": "may not be null",
      "fieldName": "id",
      "fieldPath": "traveler.givenName",
      "fieldValue": "null",
      "type": "REQUIRED_FIELD_MISSING"
    },
    {
      "category": "INTERNAL_SERVER_ERROR",
      "description": "invalid format",
      "fieldName": "givenName",
      "fieldPath": "payment.cardNumber",
      "fieldValue": "short",
      "type": "INVALID_FORMAT"
    }
  ],
  "flightRefunds": [
    {
      "airlineCode": "UA",
      "confirmationId": "aOsD3y",
      "refundTotals": {
        "currencyCode": "MGA",
        "fees": "22.09",
        "netRemit": "147.10",
        "subtotal": "56.05",
        "taxes": "19.30",
        "total": "132.69"
      }
    },
    {
      "airlineCode": "UA",
      "confirmationId": "YWruME",
      "refundTotals": {
        "currencyCode": "PGK",
        "fees": "29.79",
        "netRemit": "112.29",
        "subtotal": "128.15",
        "taxes": "17.39",
        "total": "159.59"
      }
    },
    {
      "airlineCode": "DL",
      "confirmationId": "2WK5LA",
      "refundTotals": {
        "currencyCode": "SGD",
        "fees": "15.49",
        "netRemit": "127.79",
        "subtotal": "110.63",
        "taxes": "6.49",
        "total": "142.59"
      }
    },
    {
      "airlineCode": "AA",
      "confirmationId": "PjTOkJ",
      "refundTotals": {
        "currencyCode": "ZMW",
        "fees": "14.60",
        "netRemit": "111.85",
        "subtotal": "103.15",
        "taxes": "17.15",
        "total": "133.55"
      }
    },
    {
      "airlineCode": "AA",
      "confirmationId": "XOproy",
      "refundTotals": {
        "currencyCode": "NGN",
        "fees": "16.59",
        "netRemit": "141.05",
        "subtotal": "106.35",
        "taxes": "13.36",
        "total": "138.39"
      }
    }
  ],
  "request": {
    "confirmationId": "mB710v",
    "targetPcc": "Idok",
    "tickets": [
      {
        "number": "9",
        "refundQualifiers": {
          "commissionAmount": "3",
          "commissionOnPenalty": "8",
          "commissionPercentage": "3",
          "journeyTypeCode": "B",
          "overrideCancelFee": "2",
          "overrideTaxes": [
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "JFK",
                  "taxAmount": "0"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "5"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "8"
                }
              ],
              "taxAmount": "2",
              "taxCode": "QJ"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "JFK",
                  "taxAmount": "8"
                }
              ],
              "taxAmount": "8",
              "taxCode": "Gf"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "LAX",
                  "taxAmount": "4"
                },
                {
                  "airportCode": "LAX",
                  "taxAmount": "0"
                }
              ],
              "taxAmount": "4",
              "taxCode": "yU"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "DFW",
                  "taxAmount": "1"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "7"
                }
              ],
              "taxAmount": "1",
              "taxCode": "Dm"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "ATL",
                  "taxAmount": "8"
                },
                {
                  "airportCode": "LAX",
                  "taxAmount": "3"
                }
              ],
              "taxAmount": "4",
              "taxCode": "BI"
            }
          ],
          "splitRefundAmounts": [
            {
              "amount": "0"
            },
            {
              "amount": "0"
            }
          ],
          "tourCode": "nZXMipwavBm9of",
          "waiverCode": "6sF1vduDk"
        }
      },
      {
        "number": "2",
        "refundQualifiers": {
          "commissionAmount": "4",
          "commissionOnPenalty": "0",
          "commissionPercentage": "6",
          "journeyTypeCode": "B",
          "overrideCancelFee": "0",
          "overrideTaxes": [
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "DFW",
                  "taxAmount": "8"
                },
                {
                  "airportCode": "LAX",
                  "taxAmount": "0"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "7"
                }
              ],
              "taxAmount": "1",
              "taxCode": "AY"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "DFW",
                  "taxAmount": "8"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "7"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "7"
                }
              ],
              "taxAmount": "9",
              "taxCode": "pE"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "LAX",
                  "taxAmount": "4"
                }
              ],
              "taxAmount": "5",
              "taxCode": "pM"
            }
          ],
          "splitRefundAmounts": [
            {
              "amount": "8"
            }
          ],
          "tourCode": "UL42Tcl4JcTDEi",
          "waiverCode": "Wpm0MiD8W"
        }
      },
      {
        "number": "3",
        "refundQualifiers": {
          "commissionAmount": "3",
          "commissionOnPenalty": "5",
          "commissionPercentage": "0",
          "journeyTypeCode": "B",
          "overrideCancelFee": "7",
          "overrideTaxes": [
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "JFK",
                  "taxAmount": "7"
                }
              ],
              "taxAmount": "2",
              "taxCode": "GM"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "ATL",
                  "taxAmount": "2"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "4"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "1"
                }
              ],
              "taxAmount": "0",
              "taxCode": "Ep"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "JFK",
                  "taxAmount": "8"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "3"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "2"
                },
                {
                  "airportCode": "LAX",
                  "taxAmount": "3"
                }
              ],
              "taxAmount": "9",
              "taxCode": "UU"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "LAX",
                  "taxAmount": "9"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "6"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "4"
                }
              ],
              "taxAmount": "2",
              "taxCode": "Xu"
            }
          ],
          "splitRefundAmounts": [
            {
              "amount": "1"
            },
            {
              "amount": "7"
            },
            {
              "amount": "2"
            },
            {
              "amount": "8"
            }
          ],
          "tourCode": "kqvjrPOh0jH8dH",
          "waiverCode": "6aeJxgg5T"
        }
      },
      {
        "number": "1",
        "refundQualifiers": {
          "commissionAmount": "9",
          "commissionOnPenalty": "2",
          "commissionPercentage": "5",
          "journeyTypeCode": "B",
          "overrideCancelFee": "8",
          "overrideTaxes": [
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "ATL",
                  "taxAmount": "3"
                }
              ],
              "taxAmount": "3",
              "taxCode": "Rl"
            }
          ],
          "splitRefundAmounts": [
            {
              "amount": "4"
            }
          ],
          "tourCode": "7w26pCsX37epZ6",
          "waiverCode": "92viu8hA1"
        }
      },
      {
        "number": "2",
        "refundQualifiers": {
          "commissionAmount": "9",
          "commissionOnPenalty": "8",
          "commissionPercentage": "9",
          "journeyTypeCode": "B",
          "overrideCancelFee": "9",
          "overrideTaxes": [
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "LAX",
                  "taxAmount": "9"
                },
                {
                  "airportCode": "LAX",
                  "taxAmount": "5"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "1"
                }
              ],
              "taxAmount": "6",
              "taxCode": "Ss"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "ATL",
                  "taxAmount": "9"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "1"
                }
              ],
              "taxAmount": "7",
              "taxCode": "Xe"
            }
          ],
          "splitRefundAmounts": [
            {
              "amount": "9"
            }
          ],
          "tourCode": "iks8oBYLjD2fVu",
          "waiverCode": "46wYwtQPF"
        }
      },
      {
        "number": "7",
        "refundQualifiers": {
          "commissionAmount": "7",
          "commissionOnPenalty": "2",
          "commissionPercentage": "0",
          "journeyTypeCode": "B",
          "overrideCancelFee": "4",
          "overrideTaxes": [
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "LAX",
                  "taxAmount": "5"
                }
              ],
              "taxAmount": "4",
              "taxCode": "Hl"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "LAX",
                  "taxAmount": "3"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "0"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "1"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "0"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "6"
                }
              ],
              "taxAmount": "0",
              "taxCode": "eV"
            }
          ],
          "splitRefundAmounts": [
            {
              "amount": "9"
            },
            {
              "amount": "1"
            },
            {
              "amount": "7"
            },
            {
              "amount": "4"
            },
            {
              "amount": "9"
            }
          ],
          "tourCode": "hZVYekN6aTNeoe",
          "waiverCode": "etmSjTvLH"
        }
      },
      {
        "number": "3",
        "refundQualifiers": {
          "commissionAmount": "2",
          "commissionOnPenalty": "6",
          "commissionPercentage": "4",
          "journeyTypeCode": "B",
          "overrideCancelFee": "5",
          "overrideTaxes": [
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "JFK",
                  "taxAmount": "2"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "1"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "5"
                }
              ],
              "taxAmount": "9",
              "taxCode": "ag"
            }
          ],
          "splitRefundAmounts": [
            {
              "amount": "7"
            }
          ],
          "tourCode": "tmsQe55KJLurzM",
          "waiverCode": "t6kuPyRK3"
        }
      },
      {
        "number": "4",
        "refundQualifiers": {
          "commissionAmount": "2",
          "commissionOnPenalty": "7",
          "commissionPercentage": "7",
          "journeyTypeCode": "B",
          "overrideCancelFee": "8",
          "overrideTaxes": [
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "DFW",
                  "taxAmount": "2"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "6"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "7"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "7"
                }
              ],
              "taxAmount": "4",
              "taxCode": "ad"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "JFK",
                  "taxAmount": "8"
                },
                {
                  "airportCode": "LAX",
                  "taxAmount": "7"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "5"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "6"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "0"
                }
              ],
              "taxAmount": "7",
              "taxCode": "xf"
            }
          ],
          "splitRefundAmounts": [
            {
              "amount": "8"
            },
            {
              "amount": "4"
            },
            {
              "amount": "3"
            },
            {
              "amount": "3"
            }
          ],
          "tourCode": "M9FiRXD6e5yYBo",
          "waiverCode": "BVTd9rSAF"
        }
      },
      {
        "number": "0",
        "refundQualifiers": {
          "commissionAmount": "5",
          "commissionOnPenalty": "6",
          "commissionPercentage": "0",
          "journeyTypeCode": "B",
          "overrideCancelFee": "1",
          "overrideTaxes": [
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "LAX",
                  "taxAmount": "8"
                },
                {
                  "airportCode": "LAX",
                  "taxAmount": "6"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "6"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "1"
                }
              ],
              "taxAmount": "1",
              "taxCode": "Nr"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "JFK",
                  "taxAmount": "1"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "8"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "2"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "2"
                }
              ],
              "taxAmount": "1",
              "taxCode": "ow"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "DFW",
                  "taxAmount": "7"
                }
              ],
              "taxAmount": "4",
              "taxCode": "hC"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "LAX",
                  "taxAmount": "4"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "4"
                }
              ],
              "taxAmount": "0",
              "taxCode": "Ul"
            },
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "ATL",
                  "taxAmount": "4"
                },
                {
                  "airportCode": "ATL",
                  "taxAmount": "2"
                }
              ],
              "taxAmount": "8",
              "taxCode": "Qz"
            }
          ],
          "splitRefundAmounts": [
            {
              "amount": "3"
            },
            {
              "amount": "3"
            },
            {
              "amount": "5"
            },
            {
              "amount": "7"
            },
            {
              "amount": "1"
            }
          ],
          "tourCode": "W2oeYyFBK8QFAj",
          "waiverCode": "bbw9pqmdq"
        }
      },
      {
        "number": "0",
        "refundQualifiers": {
          "commissionAmount": "3",
          "commissionOnPenalty": "5",
          "commissionPercentage": "3",
          "journeyTypeCode": "B",
          "overrideCancelFee": "3",
          "overrideTaxes": [
            {
              "airportTaxBreakdowns": [
                {
                  "airportCode": "DFW",
                  "taxAmount": "5"
                },
                {
                  "airportCode": "JFK",
                  "taxAmount": "9"
                },
                {
                  "airportCode": "DFW",
                  "taxAmount": "4"
                }
              ],
              "taxAmount": "0",
              "taxCode": "Sg"
            }
          ],
          "splitRefundAmounts": [
            {
              "amount": "5"
            }
          ],
          "tourCode": "nodmuLFV4xE26z",
          "waiverCode": "sXQfFZFux"
        }
      }
    ]
  },
  "tickets": [
    {
      "exchangePenalties": [
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": false,
          "hasNoShowCost": true,
          "noShowPenalty": {
            "penalty": {
              "amount": "141.69",
              "currencyCode": "JPY"
            },
            "source": "Unknown"
          },
          "penalty": {
            "amount": "125.09",
            "currencyCode": "TTD"
          },
          "source": "Category 33"
        }
      ],
      "isAutomatedRefundsEligible": false,
      "isChangeable": false,
      "isRefundable": true,
      "isVoidable": true,
      "number": "0",
      "refundFee": {
        "amount": "4",
        "currencyCode": "MXN",
        "taxes": [
          {
            "amount": "33.39",
            "taxCode": "J3"
          },
          {
            "amount": "32.69",
            "taxCode": "3L"
          },
          {
            "amount": "47.05",
            "taxCode": "1E"
          },
          {
            "amount": "22.55",
            "taxCode": "8O"
          },
          {
            "amount": "42.95",
            "taxCode": "9M"
          },
          {
            "amount": "21.97",
            "taxCode": "WJ"
          },
          {
            "amount": "19.29",
            "taxCode": "LT"
          },
          {
            "amount": "40.69",
            "taxCode": "NJ"
          },
          {
            "amount": "8.55",
            "taxCode": "14"
          },
          {
            "amount": "36.25",
            "taxCode": "H2"
          }
        ]
      },
      "refundPenalties": [
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": false,
          "hasNoShowCost": false,
          "noShowPenalty": {
            "penalty": {
              "amount": "118.80",
              "currencyCode": "KPW"
            },
            "source": "Unknown"
          },
          "penalty": {
            "amount": "66.95",
            "currencyCode": "ERN"
          },
          "source": "Unknown"
        }
      ],
      "refundTaxes": [
        {
          "amount": "23.69",
          "taxCode": "U6"
        },
        {
          "amount": "49.01",
          "taxCode": "GP"
        },
        {
          "amount": "38.09",
          "taxCode": "RG"
        },
        {
          "amount": "38.69",
          "taxCode": "WC"
        }
      ],
      "refundTotals": {
        "currencyCode": "ZWL",
        "fees": "24.79",
        "netRemit": "103.59",
        "subtotal": "192.99",
        "taxes": "7.65",
        "total": "193.89"
      }
    },
    {
      "exchangePenalties": [
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": false,
          "hasNoShowCost": true,
          "noShowPenalty": {
            "penalty": {
              "amount": "100.31",
              "currencyCode": "RWF"
            },
            "source": "Category 33"
          },
          "penalty": {
            "amount": "57.49",
            "currencyCode": "TTD"
          },
          "source": "Unknown"
        },
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": false,
          "hasNoShowCost": true,
          "noShowPenalty": {
            "penalty": {
              "amount": "53.85",
              "currencyCode": "NAD"
            },
            "source": "Unknown"
          },
          "penalty": {
            "amount": "147.20",
            "currencyCode": "LSL"
          },
          "source": "Unknown"
        },
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": true,
          "hasNoShowCost": false,
          "noShowPenalty": {
            "penalty": {
              "amount": "99.65",
              "currencyCode": "BTN"
            },
            "source": "Unknown"
          },
          "penalty": {
            "amount": "113.85",
            "currencyCode": "BMD"
          },
          "source": "Category 33"
        }
      ],
      "isAutomatedRefundsEligible": true,
      "isChangeable": false,
      "isRefundable": false,
      "isVoidable": true,
      "number": "7",
      "refundFee": {
        "amount": "2",
        "currencyCode": "UGX",
        "taxes": [
          {
            "amount": "46.69",
            "taxCode": "JY"
          },
          {
            "amount": "47.39",
            "taxCode": "PO"
          },
          {
            "amount": "26.09",
            "taxCode": "9F"
          },
          {
            "amount": "13.79",
            "taxCode": "GX"
          },
          {
            "amount": "45.69",
            "taxCode": "SE"
          },
          {
            "amount": "38.19",
            "taxCode": "UD"
          },
          {
            "amount": "48.19",
            "taxCode": "WG"
          },
          {
            "amount": "30.79",
            "taxCode": "O7"
          },
          {
            "amount": "16.99",
            "taxCode": "NY"
          },
          {
            "amount": "42.25",
            "taxCode": "KF"
          }
        ]
      },
      "refundPenalties": [
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": false,
          "hasNoShowCost": false,
          "noShowPenalty": {
            "penalty": {
              "amount": "78.39",
              "currencyCode": "VND"
            },
            "source": "Category 33"
          },
          "penalty": {
            "amount": "51.09",
            "currencyCode": "BOB"
          },
          "source": "Category 33"
        },
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": false,
          "hasNoShowCost": false,
          "noShowPenalty": {
            "penalty": {
              "amount": "53.00",
              "currencyCode": "CAD"
            },
            "source": "Category 33"
          },
          "penalty": {
            "amount": "143.85",
            "currencyCode": "XPF"
          },
          "source": "Category 33"
        },
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": true,
          "hasNoShowCost": true,
          "noShowPenalty": {
            "penalty": {
              "amount": "125.89",
              "currencyCode": "PEN"
            },
            "source": "Category 33"
          },
          "penalty": {
            "amount": "63.29",
            "currencyCode": "PKR"
          },
          "source": "Unknown"
        },
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": true,
          "hasNoShowCost": false,
          "noShowPenalty": {
            "penalty": {
              "amount": "136.09",
              "currencyCode": "BHD"
            },
            "source": "Category 33"
          },
          "penalty": {
            "amount": "87.01",
            "currencyCode": "FKP"
          },
          "source": "Unknown"
        },
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": false,
          "hasNoShowCost": false,
          "noShowPenalty": {
            "penalty": {
              "amount": "79.35",
              "currencyCode": "ANG"
            },
            "source": "Category 33"
          },
          "penalty": {
            "amount": "89.95",
            "currencyCode": "CUP"
          },
          "source": "Unknown"
        }
      ],
      "refundTaxes": [
        {
          "amount": "13.29",
          "taxCode": "11"
        },
        {
          "amount": "37.75",
          "taxCode": "TV"
        },
        {
          "amount": "22.35",
          "taxCode": "I5"
        }
      ],
      "refundTotals": {
        "currencyCode": "CVE",
        "fees": "28.79",
        "netRemit": "111.19",
        "subtotal": "70.59",
        "taxes": "18.09",
        "total": "215.45"
      }
    },
    {
      "exchangePenalties": [
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": false,
          "hasNoShowCost": false,
          "noShowPenalty": {
            "penalty": {
              "amount": "74.75",
              "currencyCode": "KWD"
            },
            "source": "Unknown"
          },
          "penalty": {
            "amount": "116.67",
            "currencyCode": "XOF"
          },
          "source": "Category 33"
        }
      ],
      "isAutomatedRefundsEligible": true,
      "isChangeable": false,
      "isRefundable": false,
      "isVoidable": true,
      "number": "3",
      "refundFee": {
        "amount": "4",
        "currencyCode": "USD",
        "taxes": [
          {
            "amount": "21.35",
            "taxCode": "V7"
          },
          {
            "amount": "22.65",
            "taxCode": "4K"
          },
          {
            "amount": "42.39",
            "taxCode": "5B"
          },
          {
            "amount": "47.19",
            "taxCode": "40"
          },
          {
            "amount": "21.29",
            "taxCode": "5N"
          },
          {
            "amount": "41.65",
            "taxCode": "Q5"
          },
          {
            "amount": "18.09",
            "taxCode": "DQ"
          },
          {
            "amount": "9.65",
            "taxCode": "Z7"
          },
          {
            "amount": "42.85",
            "taxCode": "Q3"
          },
          {
            "amount": "45.95",
            "taxCode": "NZ"
          }
        ]
      },
      "refundPenalties": [
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": false,
          "hasNoShowCost": true,
          "noShowPenalty": {
            "penalty": {
              "amount": "67.30",
              "currencyCode": "SYP"
            },
            "source": "Unknown"
          },
          "penalty": {
            "amount": "84.05",
            "currencyCode": "FKP"
          },
          "source": "Unknown"
        }
      ],
      "refundTaxes": [
        {
          "amount": "27.95",
          "taxCode": "S8"
        },
        {
          "amount": "20.25",
          "taxCode": "H4"
        }
      ],
      "refundTotals": {
        "currencyCode": "LKR",
        "fees": "24.72",
        "netRemit": "118.59",
        "subtotal": "162.25",
        "taxes": "6.65",
        "total": "151.05"
      }
    },
    {
      "exchangePenalties": [
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": true,
          "hasNoShowCost": true,
          "noShowPenalty": {
            "penalty": {
              "amount": "119.99",
              "currencyCode": "MUR"
            },
            "source": "Category 33"
          },
          "penalty": {
            "amount": "63.75",
            "currencyCode": "CZK"
          },
          "source": "Category 33"
        },
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": false,
          "hasNoShowCost": true,
          "noShowPenalty": {
            "penalty": {
              "amount": "100.22",
              "currencyCode": "CRC"
            },
            "source": "Category 33"
          },
          "penalty": {
            "amount": "136.99",
            "currencyCode": "PLN"
          },
          "source": "Unknown"
        }
      ],
      "isAutomatedRefundsEligible": true,
      "isChangeable": false,
      "isRefundable": false,
      "isVoidable": false,
      "number": "6",
      "refundFee": {
        "amount": "2",
        "currencyCode": "CHF",
        "taxes": [
          {
            "amount": "33.97",
            "taxCode": "K3"
          },
          {
            "amount": "25.25",
            "taxCode": "O5"
          },
          {
            "amount": "31.39",
            "taxCode": "DO"
          },
          {
            "amount": "11.29",
            "taxCode": "IT"
          },
          {
            "amount": "28.39",
            "taxCode": "RH"
          },
          {
            "amount": "48.50",
            "taxCode": "0P"
          },
          {
            "amount": "10.18",
            "taxCode": "35"
          },
          {
            "amount": "19.49",
            "taxCode": "JZ"
          },
          {
            "amount": "46.29",
            "taxCode": "EY"
          },
          {
            "amount": "14.19",
            "taxCode": "9N"
          }
        ]
      },
      "refundPenalties": [
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": true,
          "hasNoShowCost": false,
          "noShowPenalty": {
            "penalty": {
              "amount": "93.25",
              "currencyCode": "GTQ"
            },
            "source": "Category 33"
          },
          "penalty": {
            "amount": "101.69",
            "currencyCode": "SGD"
          },
          "source": "Unknown"
        },
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": false,
          "hasNoShowCost": false,
          "noShowPenalty": {
            "penalty": {
              "amount": "125.09",
              "currencyCode": "GMD"
            },
            "source": "Unknown"
          },
          "penalty": {
            "amount": "129.60",
            "currencyCode": "MZN"
          },
          "source": "Category 33"
        },
        {
          "applicability": "BEFORE_DEPARTURE",
          "conditionsApply": false,
          "hasNoShowCost": false,
          "noShowPenalty": {
            "penalty": {
              "amount": "138.95",
              "currencyCode": "CZK"
            },
            "source": "Unknown"
          },
          "penalty": {
            "amount": "148.89",
            "currencyCode": "TMT"
          },
          "source": "Category 33"
        }
      ],
      "refundTaxes": [
        {
          "amount": "22.75",
          "taxCode": "FH"
        },
        {
          "amount": "35.89",
          "taxCode": "71"
        }
      ],
      "refundTotals": {
        "currencyCode": "BZD",
        "fees": "10.50",
        "netRemit": "110.19",
        "subtotal": "52.69",
        "taxes": "17.89",
        "total": "147.25"
      }
    }
  ],
  "timestamp": "2026-07-20T00:00:00.0Z"
}
Header NameExample
Authorization*"Lorem esse id ad aliqua"
{
  "acceptNegotiatedFare": true,
  "acceptPriceChanges": true,
  "agency": {
    "address": {
      "city": "North Hebercester",
      "countryCode": "BB",
      "freeText": "672 Lucio Islands Suite 829",
      "name": "Maggie Oberbrunner",
      "postalCode": "65438-9147",
      "stateProvince": "NV",
      "street": "2542 N Oak Street"
    },
    "contactInfo": {
      "emails": [
        "info@agency.com",
        "contact@agency.com"
      ],
      "includePhoneLabel": true,
      "phones": [
        "+1-555-987-6543",
        "+1-555-123-4567"
      ]
    }
  },
  "backDatePriceQuoteMethod": "Reprice",
  "bookingSource": "SABRE",
  "commitTicketToBookingWaitTime": 1082,
  "confirmationId": "P8fHjO",
  "designatePrinters": [
    {
      "hardcopy": {
        "address": "CCR9LZ",
        "spacing": "1"
      },
      "invoiceItinerary": "PNGS7L",
      "profileNumber": 598,
      "ticket": {
        "address": "NVNEUG",
        "countryCode": "CO"
      }
    }
  ],
  "errorHandlingPolicy": [
    "ALLOW_PARTIAL_FULFILLMENT",
    "ALLOW_PARTIAL_FULFILLMENT",
    "ALLOW_PARTIAL_FULFILLMENT"
  ],
  "formsOfPayment": [
    {
      "addInvoiceDescriptionPrefix": true,
      "airlinePlanCode": "bd9rI",
      "authentications": [
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "TO"
        }
      ],
      "cardNumber": "3570-1407-1200-8331",
      "cardSecurityCode": "319",
      "cardTypeCode": "AX",
      "expiryDate": "2029-07-04T00:00:00.0Z",
      "extendedPayment": 20,
      "installmentAmount": "0",
      "invoiceDescription": "AGT INVOICE",
      "manualApprovalCode": "9",
      "miscellaneousCreditCode": "mhPSjnbH",
      "numberOfInstallments": 1,
      "type": "CHECK",
      "virtualCardCode": "TESTVIRTUAL"
    },
    {
      "addInvoiceDescriptionPrefix": true,
      "airlinePlanCode": "9RNbh",
      "authentications": [
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "MO"
        }
      ],
      "cardNumber": "6535-6583-9722-1207",
      "cardSecurityCode": "423",
      "cardTypeCode": "MC",
      "expiryDate": "2028-01-27T00:00:00.0Z",
      "extendedPayment": 10,
      "installmentAmount": "4",
      "invoiceDescription": "CORP INVOICE",
      "manualApprovalCode": "5",
      "miscellaneousCreditCode": "9RbP9Vnn",
      "numberOfInstallments": 9,
      "type": "CHECK",
      "virtualCardCode": "SABREVIRTUAL"
    },
    {
      "addInvoiceDescriptionPrefix": true,
      "airlinePlanCode": "XJors",
      "authentications": [
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "EC"
        }
      ],
      "cardNumber": "3669-085547-8398",
      "cardSecurityCode": "331",
      "cardTypeCode": "DS",
      "expiryDate": "2028-01-11T00:00:00.0Z",
      "extendedPayment": 14,
      "installmentAmount": "2",
      "invoiceDescription": "AGT INVOICE",
      "manualApprovalCode": "2",
      "miscellaneousCreditCode": "pzxg9gyv",
      "numberOfInstallments": 1,
      "type": "CHECK",
      "virtualCardCode": "SABREVIRTUAL"
    },
    {
      "addInvoiceDescriptionPrefix": true,
      "airlinePlanCode": "JJFtu",
      "authentications": [
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "MO"
        }
      ],
      "cardNumber": "4949-4201-7707-5898",
      "cardSecurityCode": "741",
      "cardTypeCode": "VI",
      "expiryDate": "2026-12-18T00:00:00.0Z",
      "extendedPayment": 17,
      "installmentAmount": "6",
      "invoiceDescription": "CORP INVOICE",
      "manualApprovalCode": "4",
      "miscellaneousCreditCode": "ZxYyO2oo",
      "numberOfInstallments": 11,
      "type": "CHECK",
      "virtualCardCode": "TESTVIRTUAL"
    },
    {
      "addInvoiceDescriptionPrefix": false,
      "airlinePlanCode": "JW1Gx",
      "authentications": [
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "MO"
        }
      ],
      "cardNumber": "3040-314990-7743",
      "cardSecurityCode": "567",
      "cardTypeCode": "AX",
      "expiryDate": "2027-05-15T00:00:00.0Z",
      "extendedPayment": 22,
      "installmentAmount": "4",
      "invoiceDescription": "CORP INVOICE",
      "manualApprovalCode": "1",
      "miscellaneousCreditCode": "VIVfKEjB",
      "numberOfInstallments": 1,
      "type": "CHECK",
      "virtualCardCode": "TESTVIRTUAL"
    },
    {
      "addInvoiceDescriptionPrefix": false,
      "airlinePlanCode": "t6ail",
      "authentications": [
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "TO"
        }
      ],
      "cardNumber": "6011-0154-5763-9054",
      "cardSecurityCode": "597",
      "cardTypeCode": "VI",
      "expiryDate": "2028-01-01T00:00:00.0Z",
      "extendedPayment": 1,
      "installmentAmount": "8",
      "invoiceDescription": "AGT INVOICE",
      "manualApprovalCode": "9",
      "miscellaneousCreditCode": "6qQBnApQ",
      "numberOfInstallments": 3,
      "type": "CHECK",
      "virtualCardCode": "SABREVIRTUAL"
    },
    {
      "addInvoiceDescriptionPrefix": false,
      "airlinePlanCode": "T5ajC",
      "authentications": [
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "TO"
        }
      ],
      "cardNumber": "3528-9224-1527-6833",
      "cardSecurityCode": "134",
      "cardTypeCode": "MC",
      "expiryDate": "2026-12-09T00:00:00.0Z",
      "extendedPayment": 2,
      "installmentAmount": "8",
      "invoiceDescription": "CORP INVOICE",
      "manualApprovalCode": "6",
      "miscellaneousCreditCode": "NcRgyGhX",
      "numberOfInstallments": 11,
      "type": "CHECK",
      "virtualCardCode": "TESTVIRTUAL"
    },
    {
      "addInvoiceDescriptionPrefix": false,
      "airlinePlanCode": "hpJoZ",
      "authentications": [
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "MO"
        }
      ],
      "cardNumber": "5414-0454-5330-9423",
      "cardSecurityCode": "200",
      "cardTypeCode": "AX",
      "expiryDate": "2028-09-07T00:00:00.0Z",
      "extendedPayment": 12,
      "installmentAmount": "0",
      "invoiceDescription": "AGT INVOICE",
      "manualApprovalCode": "3",
      "miscellaneousCreditCode": "cD09uAMV",
      "numberOfInstallments": 12,
      "type": "CHECK",
      "virtualCardCode": "TESTVIRTUAL"
    },
    {
      "addInvoiceDescriptionPrefix": false,
      "airlinePlanCode": "hrPn5",
      "authentications": [
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "MO"
        }
      ],
      "cardNumber": "3529-2477-1318-8202",
      "cardSecurityCode": "687",
      "cardTypeCode": "MC",
      "expiryDate": "2029-01-26T00:00:00.0Z",
      "extendedPayment": 23,
      "installmentAmount": "6",
      "invoiceDescription": "CORP INVOICE",
      "manualApprovalCode": "4",
      "miscellaneousCreditCode": "yPosTPN7",
      "numberOfInstallments": 2,
      "type": "CHECK",
      "virtualCardCode": "TESTVIRTUAL"
    },
    {
      "addInvoiceDescriptionPrefix": true,
      "airlinePlanCode": "aNbyN",
      "authentications": [
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "TO"
        },
        {
          "channelCode": "EC"
        },
        {
          "channelCode": "MO"
        },
        {
          "channelCode": "MO"
        }
      ],
      "cardNumber": "4851-5951-7621-8338",
      "cardSecurityCode": "563",
      "cardTypeCode": "VI",
      "expiryDate": "2028-03-18T00:00:00.0Z",
      "extendedPayment": 21,
      "installmentAmount": "0",
      "invoiceDescription": "AGT INVOICE",
      "manualApprovalCode": "3",
      "miscellaneousCreditCode": "eeTU0pjg",
      "numberOfInstallments": 2,
      "type": "CHECK",
      "virtualCardCode": "SABREVIRTUAL"
    }
  ],
  "fulfillments": [
    {
      "ancillaryIds": [
        "13",
        "12"
      ],
      "payment": {
        "amountOnSecondFormOfPayment": "5",
        "primaryFormOfPayment": 2,
        "secondaryFormOfPayment": 1
      },
      "serviceFee": {
        "currencyCode": "KMF",
        "customerReference": "h6EyepXBz",
        "description": "BOOKING FEE",
        "overrideAmount": "9"
      },
      "ticketingQualifiers": {
        "baggageAllowance": [
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "6"
              }
            ],
            "totalWeightInKilograms": 25
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "2"
              }
            ],
            "totalWeightInKilograms": 21
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "6"
              }
            ],
            "totalWeightInKilograms": 13
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "1"
              }
            ],
            "totalWeightInKilograms": 11
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "9"
              }
            ],
            "totalWeightInKilograms": 21
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "8"
              }
            ],
            "totalWeightInKilograms": 27
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "5"
              }
            ],
            "totalWeightInKilograms": 21
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "1"
              }
            ],
            "totalWeightInKilograms": 21
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "5"
              }
            ],
            "totalWeightInKilograms": 14
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "6"
              }
            ],
            "totalWeightInKilograms": 20
          }
        ],
        "brandedFares": [
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "0"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "0"
              }
            ]
          },
          {
            "brandCode": "FRST",
            "flights": [
              {
                "itemId": "2"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "2"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "8"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "1"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "3"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "8"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "4"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "2"
              }
            ]
          }
        ],
        "commissionAmount": "1",
        "commissionPercentage": "8",
        "discountApprovalCode": "Ihzj3anw",
        "endorsements": {
          "description": "NON-ENDORSABLE",
          "useOverride": false
        },
        "excludeFareFocusFares": false,
        "exemptTaxes": [
          "AY",
          "XF",
          "ZP",
          "US"
        ],
        "futurePricingLines": [
          {
            "firstLineNumber": 3,
            "lastLineNumber": 19,
            "travelerIndex": 2
          },
          {
            "firstLineNumber": 10,
            "lastLineNumber": 18,
            "travelerIndex": 0
          },
          {
            "firstLineNumber": 10,
            "lastLineNumber": 13,
            "travelerIndex": 3
          },
          {
            "firstLineNumber": 9,
            "lastLineNumber": 17,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 3,
            "lastLineNumber": 11,
            "travelerIndex": 3
          },
          {
            "firstLineNumber": 1,
            "lastLineNumber": 12,
            "travelerIndex": 0
          },
          {
            "firstLineNumber": 10,
            "lastLineNumber": 16,
            "travelerIndex": 2
          },
          {
            "firstLineNumber": 2,
            "lastLineNumber": 18,
            "travelerIndex": 2
          },
          {
            "firstLineNumber": 9,
            "lastLineNumber": 14,
            "travelerIndex": 1
          },
          {
            "firstLineNumber": 8,
            "lastLineNumber": 17,
            "travelerIndex": 4
          }
        ],
        "isNetFareCommission": false,
        "netRemit": {
          "cashAmount": "1",
          "commercialAgreementReferenceCode": "1zKCW3",
          "creditAmount": "5",
          "discountAmount": "8",
          "netRemitCode": "ZiuGVoP",
          "sellingFareAmount": "9",
          "tourCode": "GYYVeFWXrJ8ISNR"
        },
        "penalties": [
          {
            "applicability": "BEFORE_DEPARTURE",
            "isChangeable": true,
            "maximumPenalty": {
              "amount": "115.29",
              "currencyCode": "KPW"
            },
            "type": "Refundable"
          },
          {
            "applicability": "BEFORE_DEPARTURE",
            "isChangeable": true,
            "maximumPenalty": {
              "amount": "111.29",
              "currencyCode": "SAR"
            },
            "type": "Refundable"
          }
        ],
        "priceQuoteRecordIds": [
          "PQ1",
          "PQ3",
          "PQ2"
        ],
        "priceWithTaxes": true,
        "printDocuments": "Invoice",
        "returnFareFlexibilityDetails": false,
        "sideTripFlights": [
          {
            "itemId": "1"
          },
          {
            "itemId": "0"
          }
        ],
        "spanishLargeFamilyDiscountLevel": 1,
        "specificFares": [
          {
            "fareBasisCode": "fqqtA",
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "1"
              }
            ]
          },
          {
            "fareBasisCode": "mvxLM",
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "3"
              }
            ]
          },
          {
            "fareBasisCode": "9Arnj",
            "flights": [
              {
                "itemId": "2"
              }
            ]
          },
          {
            "fareBasisCode": "QyIOt",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "4"
              }
            ]
          },
          {
            "fareBasisCode": "iqLlx",
            "flights": [
              {
                "itemId": "4"
              }
            ]
          },
          {
            "fareBasisCode": "sG98W",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "6"
              }
            ]
          },
          {
            "fareBasisCode": "0SB2N",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "2"
              }
            ]
          },
          {
            "fareBasisCode": "mdpZp",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "9"
              }
            ]
          },
          {
            "fareBasisCode": "GwWPE",
            "flights": [
              {
                "itemId": "5"
              }
            ]
          },
          {
            "fareBasisCode": "6ggcd",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "1"
              }
            ]
          }
        ],
        "tourCode": "1yVtxBxR",
        "tourCodeOverrides": "REPLACE_WITH_BT",
        "travelerIndices": [
          1,
          2
        ],
        "validatingAirlineCode": "UA",
        "validityDates": [
          {
            "endDate": "2027-01-22",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "3"
              }
            ],
            "startDate": "2025-12-12"
          },
          {
            "endDate": "2026-10-21",
            "flights": [
              {
                "itemId": "0"
              }
            ],
            "startDate": "2025-11-08"
          },
          {
            "endDate": "2026-10-01",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "8"
              }
            ],
            "startDate": "2026-03-12"
          },
          {
            "endDate": "2027-01-04",
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "9"
              }
            ],
            "startDate": "2025-09-05"
          },
          {
            "endDate": "2027-05-20",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "1"
              }
            ],
            "startDate": "2025-10-22"
          },
          {
            "endDate": "2026-07-27",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "9"
              }
            ],
            "startDate": "2026-06-12"
          },
          {
            "endDate": "2026-11-28",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "0"
              }
            ],
            "startDate": "2026-05-03"
          },
          {
            "endDate": "2026-09-29",
            "flights": [
              {
                "itemId": "6"
              }
            ],
            "startDate": "2025-09-10"
          },
          {
            "endDate": "2026-12-06",
            "flights": [
              {
                "itemId": "3"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "2"
              }
            ],
            "startDate": "2026-06-01"
          },
          {
            "endDate": "2027-05-13",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "6"
              }
            ],
            "startDate": "2026-05-31"
          }
        ]
      }
    },
    {
      "ancillaryIds": [
        "12",
        "13",
        "14",
        "15"
      ],
      "payment": {
        "amountOnSecondFormOfPayment": "1",
        "primaryFormOfPayment": 0,
        "secondaryFormOfPayment": 2
      },
      "serviceFee": {
        "currencyCode": "GIP",
        "customerReference": "uPxKGwzCK",
        "description": "BOOKING FEE",
        "overrideAmount": "5"
      },
      "ticketingQualifiers": {
        "baggageAllowance": [
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "9"
              }
            ],
            "totalWeightInKilograms": 17
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "7"
              }
            ],
            "totalWeightInKilograms": 21
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "0"
              }
            ],
            "totalWeightInKilograms": 29
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "1"
              }
            ],
            "totalWeightInKilograms": 13
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "0"
              }
            ],
            "totalWeightInKilograms": 14
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "7"
              }
            ],
            "totalWeightInKilograms": 18
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "6"
              }
            ],
            "totalWeightInKilograms": 10
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "8"
              }
            ],
            "totalWeightInKilograms": 18
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "6"
              }
            ],
            "totalWeightInKilograms": 10
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "3"
              }
            ],
            "totalWeightInKilograms": 17
          }
        ],
        "brandedFares": [
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "1"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "1"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "2"
              }
            ]
          },
          {
            "brandCode": "FRST",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "3"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "5"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "4"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "3"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "6"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "6"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "4"
              }
            ]
          }
        ],
        "commissionAmount": "4",
        "commissionPercentage": "8",
        "discountApprovalCode": "oKuhiJJ8",
        "endorsements": {
          "description": "NON-ENDORSABLE",
          "useOverride": true
        },
        "excludeFareFocusFares": true,
        "exemptTaxes": [
          "AY",
          "US",
          "XF"
        ],
        "futurePricingLines": [
          {
            "firstLineNumber": 10,
            "lastLineNumber": 20,
            "travelerIndex": 4
          },
          {
            "firstLineNumber": 9,
            "lastLineNumber": 14,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 2,
            "lastLineNumber": 17,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 5,
            "lastLineNumber": 11,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 6,
            "lastLineNumber": 16,
            "travelerIndex": 1
          },
          {
            "firstLineNumber": 8,
            "lastLineNumber": 14,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 5,
            "lastLineNumber": 15,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 1,
            "lastLineNumber": 18,
            "travelerIndex": 3
          },
          {
            "firstLineNumber": 5,
            "lastLineNumber": 20,
            "travelerIndex": 4
          },
          {
            "firstLineNumber": 7,
            "lastLineNumber": 15,
            "travelerIndex": 3
          }
        ],
        "isNetFareCommission": true,
        "netRemit": {
          "cashAmount": "2",
          "commercialAgreementReferenceCode": "Yrhy4I",
          "creditAmount": "3",
          "discountAmount": "4",
          "netRemitCode": "JgQuX1R",
          "sellingFareAmount": "4",
          "tourCode": "i12raSy0ZvViQtH"
        },
        "penalties": [
          {
            "applicability": "BEFORE_DEPARTURE",
            "isChangeable": true,
            "maximumPenalty": {
              "amount": "126.60",
              "currencyCode": "RWF"
            },
            "type": "Refundable"
          },
          {
            "applicability": "BEFORE_DEPARTURE",
            "isChangeable": false,
            "maximumPenalty": {
              "amount": "94.70",
              "currencyCode": "MOP"
            },
            "type": "Refundable"
          }
        ],
        "priceQuoteRecordIds": [
          "PQ2",
          "PQ3",
          "PQ1"
        ],
        "priceWithTaxes": false,
        "printDocuments": "Invoice",
        "returnFareFlexibilityDetails": false,
        "sideTripFlights": [
          {
            "itemId": "4"
          },
          {
            "itemId": "6"
          }
        ],
        "spanishLargeFamilyDiscountLevel": 3,
        "specificFares": [
          {
            "fareBasisCode": "Ar4cl",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "5"
              }
            ]
          },
          {
            "fareBasisCode": "dhyX2",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "1"
              }
            ]
          },
          {
            "fareBasisCode": "ilnA2",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "5"
              }
            ]
          },
          {
            "fareBasisCode": "9RP86",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "3"
              }
            ]
          },
          {
            "fareBasisCode": "i3NR7",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "5"
              }
            ]
          },
          {
            "fareBasisCode": "uub3p",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "9"
              }
            ]
          },
          {
            "fareBasisCode": "aAl8S",
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "7"
              }
            ]
          },
          {
            "fareBasisCode": "yUL3M",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "0"
              }
            ]
          },
          {
            "fareBasisCode": "0PDSG",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "8"
              }
            ]
          },
          {
            "fareBasisCode": "ntvMr",
            "flights": [
              {
                "itemId": "9"
              }
            ]
          }
        ],
        "tourCode": "eH9pslJK",
        "tourCodeOverrides": "REPLACE_WITH_BT",
        "travelerIndices": [
          2,
          1
        ],
        "validatingAirlineCode": "AA",
        "validityDates": [
          {
            "endDate": "2027-02-01",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "2"
              }
            ],
            "startDate": "2025-10-29"
          },
          {
            "endDate": "2027-03-12",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "3"
              }
            ],
            "startDate": "2025-09-16"
          },
          {
            "endDate": "2026-12-06",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "7"
              }
            ],
            "startDate": "2025-11-17"
          },
          {
            "endDate": "2027-01-21",
            "flights": [
              {
                "itemId": "1"
              }
            ],
            "startDate": "2025-07-28"
          },
          {
            "endDate": "2026-11-22",
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "1"
              }
            ],
            "startDate": "2025-09-12"
          },
          {
            "endDate": "2026-09-24",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "4"
              }
            ],
            "startDate": "2026-02-01"
          },
          {
            "endDate": "2027-02-14",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "7"
              }
            ],
            "startDate": "2025-11-20"
          },
          {
            "endDate": "2026-07-31",
            "flights": [
              {
                "itemId": "7"
              }
            ],
            "startDate": "2026-06-22"
          },
          {
            "endDate": "2027-06-14",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "6"
              }
            ],
            "startDate": "2026-05-07"
          },
          {
            "endDate": "2027-01-14",
            "flights": [
              {
                "itemId": "4"
              }
            ],
            "startDate": "2026-06-02"
          }
        ]
      }
    },
    {
      "ancillaryIds": [
        "12",
        "15",
        "14",
        "13"
      ],
      "payment": {
        "amountOnSecondFormOfPayment": "8",
        "primaryFormOfPayment": 1,
        "secondaryFormOfPayment": 2
      },
      "serviceFee": {
        "currencyCode": "TMT",
        "customerReference": "BvLbNsUEJ",
        "description": "PROCESSING FEE",
        "overrideAmount": "0"
      },
      "ticketingQualifiers": {
        "baggageAllowance": [
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "3"
              },
              {
                "itemId": "6"
              }
            ],
            "totalWeightInKilograms": 20
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "2"
              }
            ],
            "totalWeightInKilograms": 12
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "3"
              }
            ],
            "totalWeightInKilograms": 18
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "8"
              }
            ],
            "totalWeightInKilograms": 21
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "9"
              }
            ],
            "totalWeightInKilograms": 19
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "4"
              }
            ],
            "totalWeightInKilograms": 12
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "2"
              }
            ],
            "totalWeightInKilograms": 16
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "2"
              }
            ],
            "totalWeightInKilograms": 10
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "9"
              }
            ],
            "totalWeightInKilograms": 23
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "2"
              }
            ],
            "totalWeightInKilograms": 22
          }
        ],
        "brandedFares": [
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "5"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "5"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "6"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "0"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "3"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "0"
              }
            ]
          },
          {
            "brandCode": "FRST",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "9"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "4"
              }
            ]
          },
          {
            "brandCode": "FRST",
            "flights": [
              {
                "itemId": "9"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "7"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "3"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "6"
              }
            ]
          }
        ],
        "commissionAmount": "9",
        "commissionPercentage": "1",
        "discountApprovalCode": "lrXHxqlM",
        "endorsements": {
          "description": "NON-ENDORSABLE",
          "useOverride": false
        },
        "excludeFareFocusFares": true,
        "exemptTaxes": [
          "XF",
          "ZP",
          "US",
          "AY"
        ],
        "futurePricingLines": [
          {
            "firstLineNumber": 10,
            "lastLineNumber": 20,
            "travelerIndex": 0
          },
          {
            "firstLineNumber": 10,
            "lastLineNumber": 20,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 3,
            "lastLineNumber": 16,
            "travelerIndex": 4
          },
          {
            "firstLineNumber": 5,
            "lastLineNumber": 17,
            "travelerIndex": 0
          },
          {
            "firstLineNumber": 1,
            "lastLineNumber": 12,
            "travelerIndex": 3
          },
          {
            "firstLineNumber": 3,
            "lastLineNumber": 12,
            "travelerIndex": 3
          },
          {
            "firstLineNumber": 8,
            "lastLineNumber": 11,
            "travelerIndex": 0
          },
          {
            "firstLineNumber": 2,
            "lastLineNumber": 13,
            "travelerIndex": 3
          },
          {
            "firstLineNumber": 6,
            "lastLineNumber": 13,
            "travelerIndex": 2
          },
          {
            "firstLineNumber": 9,
            "lastLineNumber": 12,
            "travelerIndex": 0
          }
        ],
        "isNetFareCommission": false,
        "netRemit": {
          "cashAmount": "3",
          "commercialAgreementReferenceCode": "bXfhAZ",
          "creditAmount": "9",
          "discountAmount": "5",
          "netRemitCode": "ApKXpI6",
          "sellingFareAmount": "8",
          "tourCode": "sBjq1pxFwn6p0e1"
        },
        "penalties": [
          {
            "applicability": "BEFORE_DEPARTURE",
            "isChangeable": false,
            "maximumPenalty": {
              "amount": "143.25",
              "currencyCode": "RUB"
            },
            "type": "Refundable"
          },
          {
            "applicability": "BEFORE_DEPARTURE",
            "isChangeable": false,
            "maximumPenalty": {
              "amount": "116.50",
              "currencyCode": "BZD"
            },
            "type": "Refundable"
          }
        ],
        "priceQuoteRecordIds": [
          "PQ1",
          "PQ3",
          "PQ2"
        ],
        "priceWithTaxes": false,
        "printDocuments": "Invoice",
        "returnFareFlexibilityDetails": true,
        "sideTripFlights": [
          {
            "itemId": "5"
          }
        ],
        "spanishLargeFamilyDiscountLevel": 1,
        "specificFares": [
          {
            "fareBasisCode": "x63pf",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "9"
              }
            ]
          },
          {
            "fareBasisCode": "qH4kY",
            "flights": [
              {
                "itemId": "6"
              }
            ]
          },
          {
            "fareBasisCode": "k6B8X",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "5"
              }
            ]
          },
          {
            "fareBasisCode": "aDipH",
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "4"
              }
            ]
          },
          {
            "fareBasisCode": "rQtxH",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "2"
              }
            ]
          },
          {
            "fareBasisCode": "7vCQe",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "0"
              }
            ]
          },
          {
            "fareBasisCode": "yuRbz",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "9"
              }
            ]
          },
          {
            "fareBasisCode": "TRw9d",
            "flights": [
              {
                "itemId": "5"
              }
            ]
          },
          {
            "fareBasisCode": "xPBfa",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "6"
              }
            ]
          },
          {
            "fareBasisCode": "jTmNs",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "8"
              }
            ]
          }
        ],
        "tourCode": "vOwnrV7w",
        "tourCodeOverrides": "REPLACE_WITH_BT",
        "travelerIndices": [
          1,
          2
        ],
        "validatingAirlineCode": "UA",
        "validityDates": [
          {
            "endDate": "2026-09-14",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "5"
              }
            ],
            "startDate": "2026-04-25"
          },
          {
            "endDate": "2026-11-09",
            "flights": [
              {
                "itemId": "3"
              },
              {
                "itemId": "4"
              }
            ],
            "startDate": "2026-07-10"
          },
          {
            "endDate": "2027-06-08",
            "flights": [
              {
                "itemId": "3"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "5"
              }
            ],
            "startDate": "2026-01-26"
          },
          {
            "endDate": "2027-01-05",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "6"
              }
            ],
            "startDate": "2025-09-26"
          },
          {
            "endDate": "2026-12-14",
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "4"
              }
            ],
            "startDate": "2026-04-29"
          },
          {
            "endDate": "2026-09-16",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "6"
              }
            ],
            "startDate": "2026-01-21"
          },
          {
            "endDate": "2027-02-28",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "6"
              }
            ],
            "startDate": "2025-10-25"
          },
          {
            "endDate": "2026-07-24",
            "flights": [
              {
                "itemId": "3"
              },
              {
                "itemId": "3"
              }
            ],
            "startDate": "2026-07-21"
          },
          {
            "endDate": "2027-04-05",
            "flights": [
              {
                "itemId": "7"
              }
            ],
            "startDate": "2025-07-28"
          },
          {
            "endDate": "2027-03-16",
            "flights": [
              {
                "itemId": "6"
              }
            ],
            "startDate": "2026-06-25"
          }
        ]
      }
    },
    {
      "ancillaryIds": [
        "12",
        "15",
        "14",
        "13"
      ],
      "payment": {
        "amountOnSecondFormOfPayment": "9",
        "primaryFormOfPayment": 2,
        "secondaryFormOfPayment": 2
      },
      "serviceFee": {
        "currencyCode": "LKR",
        "customerReference": "fwaA3zAck",
        "description": "AIR SERVICE FEE",
        "overrideAmount": "6"
      },
      "ticketingQualifiers": {
        "baggageAllowance": [
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "5"
              }
            ],
            "totalWeightInKilograms": 24
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "3"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "8"
              }
            ],
            "totalWeightInKilograms": 13
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "4"
              }
            ],
            "totalWeightInKilograms": 18
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "8"
              }
            ],
            "totalWeightInKilograms": 29
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "0"
              }
            ],
            "totalWeightInKilograms": 28
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "3"
              }
            ],
            "totalWeightInKilograms": 24
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "0"
              }
            ],
            "totalWeightInKilograms": 12
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "5"
              }
            ],
            "totalWeightInKilograms": 29
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "7"
              }
            ],
            "totalWeightInKilograms": 29
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "3"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "2"
              }
            ],
            "totalWeightInKilograms": 17
          }
        ],
        "brandedFares": [
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "6"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "8"
              }
            ]
          },
          {
            "brandCode": "FRST",
            "flights": [
              {
                "itemId": "6"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "7"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "3"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "3"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "7"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "0"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "8"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "5"
              }
            ]
          }
        ],
        "commissionAmount": "6",
        "commissionPercentage": "0",
        "discountApprovalCode": "PKjFnaSY",
        "endorsements": {
          "description": "REF AGY ONLY",
          "useOverride": false
        },
        "excludeFareFocusFares": true,
        "exemptTaxes": [
          "AY",
          "XF",
          "US"
        ],
        "futurePricingLines": [
          {
            "firstLineNumber": 10,
            "lastLineNumber": 12,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 6,
            "lastLineNumber": 16,
            "travelerIndex": 1
          },
          {
            "firstLineNumber": 1,
            "lastLineNumber": 16,
            "travelerIndex": 4
          },
          {
            "firstLineNumber": 10,
            "lastLineNumber": 16,
            "travelerIndex": 4
          },
          {
            "firstLineNumber": 6,
            "lastLineNumber": 14,
            "travelerIndex": 0
          },
          {
            "firstLineNumber": 7,
            "lastLineNumber": 17,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 5,
            "lastLineNumber": 11,
            "travelerIndex": 0
          },
          {
            "firstLineNumber": 5,
            "lastLineNumber": 18,
            "travelerIndex": 3
          },
          {
            "firstLineNumber": 10,
            "lastLineNumber": 14,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 4,
            "lastLineNumber": 17,
            "travelerIndex": 4
          }
        ],
        "isNetFareCommission": true,
        "netRemit": {
          "cashAmount": "1",
          "commercialAgreementReferenceCode": "Ga7jil",
          "creditAmount": "6",
          "discountAmount": "6",
          "netRemitCode": "WPoHRM4",
          "sellingFareAmount": "6",
          "tourCode": "GIgkuG5T3p5AFwu"
        },
        "penalties": [
          {
            "applicability": "BEFORE_DEPARTURE",
            "isChangeable": true,
            "maximumPenalty": {
              "amount": "120.29",
              "currencyCode": "TZS"
            },
            "type": "Refundable"
          },
          {
            "applicability": "BEFORE_DEPARTURE",
            "isChangeable": false,
            "maximumPenalty": {
              "amount": "84.95",
              "currencyCode": "BND"
            },
            "type": "Refundable"
          }
        ],
        "priceQuoteRecordIds": [
          "PQ3",
          "PQ1"
        ],
        "priceWithTaxes": false,
        "printDocuments": "Invoice",
        "returnFareFlexibilityDetails": true,
        "sideTripFlights": [
          {
            "itemId": "4"
          },
          {
            "itemId": "6"
          },
          {
            "itemId": "0"
          },
          {
            "itemId": "4"
          },
          {
            "itemId": "7"
          }
        ],
        "spanishLargeFamilyDiscountLevel": 2,
        "specificFares": [
          {
            "fareBasisCode": "cUXCk",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "0"
              }
            ]
          },
          {
            "fareBasisCode": "hWFmI",
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "8"
              }
            ]
          },
          {
            "fareBasisCode": "sddcK",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "5"
              }
            ]
          },
          {
            "fareBasisCode": "lCy5g",
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "8"
              }
            ]
          },
          {
            "fareBasisCode": "OnEfY",
            "flights": [
              {
                "itemId": "7"
              }
            ]
          },
          {
            "fareBasisCode": "SGVdE",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "7"
              }
            ]
          },
          {
            "fareBasisCode": "omTH3",
            "flights": [
              {
                "itemId": "4"
              }
            ]
          },
          {
            "fareBasisCode": "zJ9F6",
            "flights": [
              {
                "itemId": "2"
              }
            ]
          },
          {
            "fareBasisCode": "rkzJg",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "0"
              }
            ]
          },
          {
            "fareBasisCode": "S6NIt",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "4"
              }
            ]
          }
        ],
        "tourCode": "ufVUELKB",
        "tourCodeOverrides": "REPLACE_WITH_BT",
        "travelerIndices": [
          1,
          2
        ],
        "validatingAirlineCode": "AA",
        "validityDates": [
          {
            "endDate": "2026-09-29",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "6"
              }
            ],
            "startDate": "2025-10-26"
          },
          {
            "endDate": "2026-09-08",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "7"
              }
            ],
            "startDate": "2025-07-25"
          },
          {
            "endDate": "2027-02-13",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "7"
              }
            ],
            "startDate": "2026-05-31"
          },
          {
            "endDate": "2027-02-22",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "6"
              }
            ],
            "startDate": "2026-03-21"
          },
          {
            "endDate": "2026-12-05",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "3"
              }
            ],
            "startDate": "2026-04-12"
          },
          {
            "endDate": "2027-05-18",
            "flights": [
              {
                "itemId": "7"
              }
            ],
            "startDate": "2025-12-26"
          },
          {
            "endDate": "2027-05-10",
            "flights": [
              {
                "itemId": "3"
              }
            ],
            "startDate": "2026-02-16"
          },
          {
            "endDate": "2027-06-15",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "0"
              }
            ],
            "startDate": "2025-10-12"
          },
          {
            "endDate": "2027-07-10",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "1"
              }
            ],
            "startDate": "2025-07-30"
          },
          {
            "endDate": "2027-06-13",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "3"
              }
            ],
            "startDate": "2025-10-16"
          }
        ]
      }
    },
    {
      "ancillaryIds": [
        "14",
        "15"
      ],
      "payment": {
        "amountOnSecondFormOfPayment": "9",
        "primaryFormOfPayment": 2,
        "secondaryFormOfPayment": 1
      },
      "serviceFee": {
        "currencyCode": "JPY",
        "customerReference": "U3vuPHYva",
        "description": "AIR SERVICE FEE",
        "overrideAmount": "4"
      },
      "ticketingQualifiers": {
        "baggageAllowance": [
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "3"
              }
            ],
            "totalWeightInKilograms": 22
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "1"
              }
            ],
            "totalWeightInKilograms": 20
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "9"
              }
            ],
            "totalWeightInKilograms": 25
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "0"
              }
            ],
            "totalWeightInKilograms": 14
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "2"
              }
            ],
            "totalWeightInKilograms": 11
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "6"
              }
            ],
            "totalWeightInKilograms": 14
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "3"
              }
            ],
            "totalWeightInKilograms": 13
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "2"
              }
            ],
            "totalWeightInKilograms": 26
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "7"
              }
            ],
            "totalWeightInKilograms": 12
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "1"
              }
            ],
            "totalWeightInKilograms": 15
          }
        ],
        "brandedFares": [
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "4"
              }
            ]
          },
          {
            "brandCode": "FRST",
            "flights": [
              {
                "itemId": "6"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "2"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "6"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "4"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "4"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "8"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "5"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "3"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "5"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "3"
              }
            ]
          }
        ],
        "commissionAmount": "2",
        "commissionPercentage": "6",
        "discountApprovalCode": "QUce749J",
        "endorsements": {
          "description": "REF AGY ONLY",
          "useOverride": false
        },
        "excludeFareFocusFares": true,
        "exemptTaxes": [
          "XF",
          "AY",
          "US",
          "ZP"
        ],
        "futurePricingLines": [
          {
            "firstLineNumber": 10,
            "lastLineNumber": 14,
            "travelerIndex": 0
          },
          {
            "firstLineNumber": 1,
            "lastLineNumber": 20,
            "travelerIndex": 1
          },
          {
            "firstLineNumber": 3,
            "lastLineNumber": 12,
            "travelerIndex": 1
          },
          {
            "firstLineNumber": 5,
            "lastLineNumber": 18,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 7,
            "lastLineNumber": 13,
            "travelerIndex": 2
          },
          {
            "firstLineNumber": 5,
            "lastLineNumber": 20,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 5,
            "lastLineNumber": 17,
            "travelerIndex": 3
          },
          {
            "firstLineNumber": 9,
            "lastLineNumber": 19,
            "travelerIndex": 0
          },
          {
            "firstLineNumber": 7,
            "lastLineNumber": 13,
            "travelerIndex": 2
          },
          {
            "firstLineNumber": 3,
            "lastLineNumber": 19,
            "travelerIndex": 0
          }
        ],
        "isNetFareCommission": true,
        "netRemit": {
          "cashAmount": "7",
          "commercialAgreementReferenceCode": "bQ4iMc",
          "creditAmount": "1",
          "discountAmount": "9",
          "netRemitCode": "wW3ikr8",
          "sellingFareAmount": "5",
          "tourCode": "PMftMFrBQfV9BcO"
        },
        "penalties": [
          {
            "applicability": "BEFORE_DEPARTURE",
            "isChangeable": true,
            "maximumPenalty": {
              "amount": "85.80",
              "currencyCode": "UAH"
            },
            "type": "Refundable"
          },
          {
            "applicability": "BEFORE_DEPARTURE",
            "isChangeable": true,
            "maximumPenalty": {
              "amount": "91.69",
              "currencyCode": "NPR"
            },
            "type": "Refundable"
          }
        ],
        "priceQuoteRecordIds": [
          "PQ3",
          "PQ1",
          "PQ2"
        ],
        "priceWithTaxes": false,
        "printDocuments": "Invoice",
        "returnFareFlexibilityDetails": true,
        "sideTripFlights": [
          {
            "itemId": "0"
          },
          {
            "itemId": "7"
          },
          {
            "itemId": "0"
          }
        ],
        "spanishLargeFamilyDiscountLevel": 1,
        "specificFares": [
          {
            "fareBasisCode": "kDwbp",
            "flights": [
              {
                "itemId": "7"
              }
            ]
          },
          {
            "fareBasisCode": "n10tW",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "8"
              }
            ]
          },
          {
            "fareBasisCode": "Ucm7I",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "7"
              }
            ]
          },
          {
            "fareBasisCode": "GFpPH",
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "3"
              }
            ]
          },
          {
            "fareBasisCode": "fCIDr",
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "1"
              }
            ]
          },
          {
            "fareBasisCode": "CUbnr",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "2"
              }
            ]
          },
          {
            "fareBasisCode": "Z8VUT",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "3"
              }
            ]
          },
          {
            "fareBasisCode": "wfI40",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "9"
              }
            ]
          },
          {
            "fareBasisCode": "xFw8b",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "4"
              }
            ]
          },
          {
            "fareBasisCode": "sfIKB",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "7"
              }
            ]
          }
        ],
        "tourCode": "91FLIOE3",
        "tourCodeOverrides": "REPLACE_WITH_BT",
        "travelerIndices": [
          1,
          2
        ],
        "validatingAirlineCode": "AA",
        "validityDates": [
          {
            "endDate": "2026-09-27",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "7"
              }
            ],
            "startDate": "2026-06-22"
          },
          {
            "endDate": "2027-01-09",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "0"
              }
            ],
            "startDate": "2026-04-19"
          },
          {
            "endDate": "2027-01-18",
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "8"
              }
            ],
            "startDate": "2025-11-18"
          },
          {
            "endDate": "2027-02-23",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "1"
              }
            ],
            "startDate": "2025-07-24"
          },
          {
            "endDate": "2027-02-08",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "6"
              }
            ],
            "startDate": "2026-06-16"
          },
          {
            "endDate": "2027-05-21",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "2"
              }
            ],
            "startDate": "2026-01-01"
          },
          {
            "endDate": "2027-07-09",
            "flights": [
              {
                "itemId": "3"
              }
            ],
            "startDate": "2026-03-01"
          },
          {
            "endDate": "2027-02-05",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "7"
              }
            ],
            "startDate": "2026-06-23"
          },
          {
            "endDate": "2027-07-09",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "7"
              }
            ],
            "startDate": "2025-12-23"
          },
          {
            "endDate": "2026-10-06",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "3"
              }
            ],
            "startDate": "2025-08-19"
          }
        ]
      }
    },
    {
      "ancillaryIds": [
        "15",
        "14"
      ],
      "payment": {
        "amountOnSecondFormOfPayment": "8",
        "primaryFormOfPayment": 2,
        "secondaryFormOfPayment": 2
      },
      "serviceFee": {
        "currencyCode": "BTN",
        "customerReference": "O6Ki5SvQ9",
        "description": "PROCESSING FEE",
        "overrideAmount": "8"
      },
      "ticketingQualifiers": {
        "baggageAllowance": [
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "3"
              }
            ],
            "totalWeightInKilograms": 10
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "6"
              }
            ],
            "totalWeightInKilograms": 24
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "6"
              }
            ],
            "totalWeightInKilograms": 29
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "8"
              }
            ],
            "totalWeightInKilograms": 28
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "8"
              }
            ],
            "totalWeightInKilograms": 23
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "3"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "9"
              }
            ],
            "totalWeightInKilograms": 16
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "3"
              }
            ],
            "totalWeightInKilograms": 19
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "3"
              }
            ],
            "totalWeightInKilograms": 24
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "3"
              }
            ],
            "totalWeightInKilograms": 12
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "9"
              }
            ],
            "totalWeightInKilograms": 13
          }
        ],
        "brandedFares": [
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "3"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "0"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "0"
              }
            ]
          },
          {
            "brandCode": "FRST",
            "flights": [
              {
                "itemId": "7"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "9"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "0"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "7"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "4"
              }
            ]
          },
          {
            "brandCode": "FRST",
            "flights": [
              {
                "itemId": "6"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "2"
              }
            ]
          }
        ],
        "commissionAmount": "8",
        "commissionPercentage": "1",
        "discountApprovalCode": "lwH7tVMM",
        "endorsements": {
          "description": "REF AGY ONLY",
          "useOverride": false
        },
        "excludeFareFocusFares": true,
        "exemptTaxes": [
          "AY",
          "US",
          "XF",
          "ZP"
        ],
        "futurePricingLines": [
          {
            "firstLineNumber": 6,
            "lastLineNumber": 18,
            "travelerIndex": 0
          },
          {
            "firstLineNumber": 2,
            "lastLineNumber": 18,
            "travelerIndex": 1
          },
          {
            "firstLineNumber": 10,
            "lastLineNumber": 15,
            "travelerIndex": 4
          },
          {
            "firstLineNumber": 4,
            "lastLineNumber": 18,
            "travelerIndex": 4
          },
          {
            "firstLineNumber": 4,
            "lastLineNumber": 16,
            "travelerIndex": 0
          },
          {
            "firstLineNumber": 7,
            "lastLineNumber": 12,
            "travelerIndex": 4
          },
          {
            "firstLineNumber": 10,
            "lastLineNumber": 19,
            "travelerIndex": 1
          },
          {
            "firstLineNumber": 10,
            "lastLineNumber": 19,
            "travelerIndex": 1
          },
          {
            "firstLineNumber": 10,
            "lastLineNumber": 14,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 7,
            "lastLineNumber": 20,
            "travelerIndex": 5
          }
        ],
        "isNetFareCommission": false,
        "netRemit": {
          "cashAmount": "6",
          "commercialAgreementReferenceCode": "2zU0g2",
          "creditAmount": "6",
          "discountAmount": "0",
          "netRemitCode": "CUuZuxm",
          "sellingFareAmount": "9",
          "tourCode": "miPcL6XdzSZ5a2f"
        },
        "penalties": [
          {
            "applicability": "BEFORE_DEPARTURE",
            "isChangeable": true,
            "maximumPenalty": {
              "amount": "95.33",
              "currencyCode": "QAR"
            },
            "type": "Refundable"
          },
          {
            "applicability": "BEFORE_DEPARTURE",
            "isChangeable": false,
            "maximumPenalty": {
              "amount": "96.79",
              "currencyCode": "PGK"
            },
            "type": "Refundable"
          }
        ],
        "priceQuoteRecordIds": [
          "PQ2",
          "PQ3",
          "PQ1"
        ],
        "priceWithTaxes": true,
        "printDocuments": "Invoice",
        "returnFareFlexibilityDetails": true,
        "sideTripFlights": [
          {
            "itemId": "5"
          },
          {
            "itemId": "1"
          }
        ],
        "spanishLargeFamilyDiscountLevel": 1,
        "specificFares": [
          {
            "fareBasisCode": "MlfNd",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "8"
              }
            ]
          },
          {
            "fareBasisCode": "anDuY",
            "flights": [
              {
                "itemId": "5"
              }
            ]
          },
          {
            "fareBasisCode": "qNmHn",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "0"
              }
            ]
          },
          {
            "fareBasisCode": "SMPLM",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "8"
              }
            ]
          },
          {
            "fareBasisCode": "nizjc",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "2"
              }
            ]
          },
          {
            "fareBasisCode": "rCUDi",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "7"
              }
            ]
          },
          {
            "fareBasisCode": "mM87l",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "2"
              }
            ]
          },
          {
            "fareBasisCode": "qD8tF",
            "flights": [
              {
                "itemId": "4"
              }
            ]
          },
          {
            "fareBasisCode": "ZXh6Z",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "4"
              }
            ]
          },
          {
            "fareBasisCode": "0XKJz",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "2"
              }
            ]
          }
        ],
        "tourCode": "CUoOnkl1",
        "tourCodeOverrides": "REPLACE_WITH_BT",
        "travelerIndices": [
          2,
          1
        ],
        "validatingAirlineCode": "DL",
        "validityDates": [
          {
            "endDate": "2027-02-11",
            "flights": [
              {
                "itemId": "0"
              }
            ],
            "startDate": "2025-12-23"
          },
          {
            "endDate": "2026-11-30",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "6"
              }
            ],
            "startDate": "2025-11-15"
          },
          {
            "endDate": "2026-10-14",
            "flights": [
              {
                "itemId": "0"
              }
            ],
            "startDate": "2026-01-05"
          },
          {
            "endDate": "2027-03-25",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "1"
              }
            ],
            "startDate": "2026-05-23"
          },
          {
            "endDate": "2027-04-17",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "2"
              }
            ],
            "startDate": "2025-10-18"
          },
          {
            "endDate": "2027-02-24",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "7"
              }
            ],
            "startDate": "2025-08-07"
          },
          {
            "endDate": "2026-08-22",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "1"
              }
            ],
            "startDate": "2025-07-28"
          },
          {
            "endDate": "2026-10-08",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "6"
              }
            ],
            "startDate": "2025-07-29"
          },
          {
            "endDate": "2026-10-06",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "0"
              }
            ],
            "startDate": "2025-08-12"
          },
          {
            "endDate": "2026-10-09",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "0"
              }
            ],
            "startDate": "2025-08-11"
          }
        ]
      }
    },
    {
      "ancillaryIds": [
        "15",
        "13"
      ],
      "payment": {
        "amountOnSecondFormOfPayment": "5",
        "primaryFormOfPayment": 1,
        "secondaryFormOfPayment": 1
      },
      "serviceFee": {
        "currencyCode": "LKR",
        "customerReference": "QaZlqNOM3",
        "description": "PROCESSING FEE",
        "overrideAmount": "3"
      },
      "ticketingQualifiers": {
        "baggageAllowance": [
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "1"
              }
            ],
            "totalWeightInKilograms": 17
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "3"
              }
            ],
            "totalWeightInKilograms": 16
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "8"
              }
            ],
            "totalWeightInKilograms": 26
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "2"
              }
            ],
            "totalWeightInKilograms": 11
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "7"
              }
            ],
            "totalWeightInKilograms": 12
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "7"
              }
            ],
            "totalWeightInKilograms": 14
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "1"
              }
            ],
            "totalWeightInKilograms": 12
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "3"
              }
            ],
            "totalWeightInKilograms": 14
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "3"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "3"
              }
            ],
            "totalWeightInKilograms": 18
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "3"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "3"
              }
            ],
            "totalWeightInKilograms": 27
          }
        ],
        "brandedFares": [
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "8"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "5"
              }
            ]
          },
          {
            "brandCode": "FRST",
            "flights": [
              {
                "itemId": "0"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "7"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "4"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "5"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "5"
              }
            ]
          },
          {
            "brandCode": "FRST",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "1"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "2"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "5"
              }
            ]
          }
        ],
        "commissionAmount": "5",
        "commissionPercentage": "1",
        "discountApprovalCode": "uXgzhypi",
        "endorsements": {
          "description": "REF AGY ONLY",
          "useOverride": false
        },
        "excludeFareFocusFares": false,
        "exemptTaxes": [
          "US",
          "ZP",
          "XF",
          "AY"
        ],
        "futurePricingLines": [
          {
            "firstLineNumber": 4,
            "lastLineNumber": 16,
            "travelerIndex": 2
          },
          {
            "firstLineNumber": 6,
            "lastLineNumber": 18,
            "travelerIndex": 3
          },
          {
            "firstLineNumber": 6,
            "lastLineNumber": 12,
            "travelerIndex": 4
          },
          {
            "firstLineNumber": 4,
            "lastLineNumber": 17,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 6,
            "lastLineNumber": 19,
            "travelerIndex": 2
          },
          {
            "firstLineNumber": 6,
            "lastLineNumber": 12,
            "travelerIndex": 4
          },
          {
            "firstLineNumber": 9,
            "lastLineNumber": 16,
            "travelerIndex": 1
          },
          {
            "firstLineNumber": 8,
            "lastLineNumber": 12,
            "travelerIndex": 4
          },
          {
            "firstLineNumber": 1,
            "lastLineNumber": 14,
            "travelerIndex": 0
          },
          {
            "firstLineNumber": 10,
            "lastLineNumber": 12,
            "travelerIndex": 2
          }
        ],
        "isNetFareCommission": false,
        "netRemit": {
          "cashAmount": "8",
          "commercialAgreementReferenceCode": "3aWNZW",
          "creditAmount": "3",
          "discountAmount": "4",
          "netRemitCode": "iqM1MJv",
          "sellingFareAmount": "1",
          "tourCode": "hz3KbE39PFDZUK7"
        },
        "penalties": [
          {
            "applicability": "BEFORE_DEPARTURE",
            "isChangeable": false,
            "maximumPenalty": {
              "amount": "119.85",
              "currencyCode": "ISK"
            },
            "type": "Refundable"
          },
          {
            "applicability": "BEFORE_DEPARTURE",
            "isChangeable": false,
            "maximumPenalty": {
              "amount": "134.49",
              "currencyCode": "CRC"
            },
            "type": "Refundable"
          }
        ],
        "priceQuoteRecordIds": [
          "PQ1",
          "PQ2",
          "PQ3"
        ],
        "priceWithTaxes": true,
        "printDocuments": "Invoice",
        "returnFareFlexibilityDetails": false,
        "sideTripFlights": [
          {
            "itemId": "3"
          },
          {
            "itemId": "8"
          },
          {
            "itemId": "2"
          },
          {
            "itemId": "4"
          }
        ],
        "spanishLargeFamilyDiscountLevel": 1,
        "specificFares": [
          {
            "fareBasisCode": "pFXPx",
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "8"
              }
            ]
          },
          {
            "fareBasisCode": "E3Nm1",
            "flights": [
              {
                "itemId": "0"
              }
            ]
          },
          {
            "fareBasisCode": "31GIL",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "7"
              }
            ]
          },
          {
            "fareBasisCode": "uyV7c",
            "flights": [
              {
                "itemId": "0"
              }
            ]
          },
          {
            "fareBasisCode": "8zbVq",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "1"
              }
            ]
          },
          {
            "fareBasisCode": "nH6KM",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "0"
              }
            ]
          },
          {
            "fareBasisCode": "wdzvn",
            "flights": [
              {
                "itemId": "5"
              }
            ]
          },
          {
            "fareBasisCode": "Yojfd",
            "flights": [
              {
                "itemId": "4"
              }
            ]
          },
          {
            "fareBasisCode": "5Q3R9",
            "flights": [
              {
                "itemId": "3"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "3"
              }
            ]
          },
          {
            "fareBasisCode": "oJgLM",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "0"
              }
            ]
          }
        ],
        "tourCode": "xQrbyR0F",
        "tourCodeOverrides": "REPLACE_WITH_BT",
        "travelerIndices": [
          2,
          1
        ],
        "validatingAirlineCode": "AA",
        "validityDates": [
          {
            "endDate": "2027-05-12",
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "7"
              }
            ],
            "startDate": "2026-02-03"
          },
          {
            "endDate": "2027-06-25",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "2"
              }
            ],
            "startDate": "2025-08-19"
          },
          {
            "endDate": "2027-04-20",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "1"
              }
            ],
            "startDate": "2025-08-11"
          },
          {
            "endDate": "2027-01-21",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "7"
              }
            ],
            "startDate": "2025-08-13"
          },
          {
            "endDate": "2027-04-14",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "5"
              }
            ],
            "startDate": "2025-10-03"
          },
          {
            "endDate": "2026-08-25",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "9"
              }
            ],
            "startDate": "2026-07-04"
          },
          {
            "endDate": "2027-06-29",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "7"
              }
            ],
            "startDate": "2025-10-23"
          },
          {
            "endDate": "2026-12-01",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "8"
              }
            ],
            "startDate": "2025-12-09"
          },
          {
            "endDate": "2026-10-09",
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "1"
              }
            ],
            "startDate": "2025-11-10"
          },
          {
            "endDate": "2026-12-30",
            "flights": [
              {
                "itemId": "3"
              },
              {
                "itemId": "1"
              }
            ],
            "startDate": "2025-09-30"
          }
        ]
      }
    },
    {
      "ancillaryIds": [
        "14",
        "12"
      ],
      "payment": {
        "amountOnSecondFormOfPayment": "1",
        "primaryFormOfPayment": 0,
        "secondaryFormOfPayment": 2
      },
      "serviceFee": {
        "currencyCode": "KWD",
        "customerReference": "o7TCasVh3",
        "description": "AIR SERVICE FEE",
        "overrideAmount": "9"
      },
      "ticketingQualifiers": {
        "baggageAllowance": [
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "8"
              }
            ],
            "totalWeightInKilograms": 22
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "1"
              }
            ],
            "totalWeightInKilograms": 26
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "5"
              }
            ],
            "totalWeightInKilograms": 25
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "3"
              }
            ],
            "totalWeightInKilograms": 24
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "7"
              }
            ],
            "totalWeightInKilograms": 23
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "5"
              }
            ],
            "totalWeightInKilograms": 19
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "9"
              }
            ],
            "totalWeightInKilograms": 20
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "2"
              }
            ],
            "totalWeightInKilograms": 11
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "8"
              }
            ],
            "totalWeightInKilograms": 17
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "8"
              }
            ],
            "totalWeightInKilograms": 11
          }
        ],
        "brandedFares": [
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "4"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "7"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "4"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "6"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "4"
              }
            ]
          },
          {
            "brandCode": "FRST",
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "6"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "8"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "4"
              }
            ]
          },
          {
            "brandCode": "FRST",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "7"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "7"
              }
            ]
          }
        ],
        "commissionAmount": "6",
        "commissionPercentage": "5",
        "discountApprovalCode": "2JdMb5wv",
        "endorsements": {
          "description": "REF AGY ONLY",
          "useOverride": false
        },
        "excludeFareFocusFares": false,
        "exemptTaxes": [
          "US",
          "ZP",
          "AY",
          "XF"
        ],
        "futurePricingLines": [
          {
            "firstLineNumber": 10,
            "lastLineNumber": 12,
            "travelerIndex": 3
          },
          {
            "firstLineNumber": 3,
            "lastLineNumber": 20,
            "travelerIndex": 0
          },
          {
            "firstLineNumber": 5,
            "lastLineNumber": 16,
            "travelerIndex": 2
          },
          {
            "firstLineNumber": 1,
            "lastLineNumber": 19,
            "travelerIndex": 3
          },
          {
            "firstLineNumber": 1,
            "lastLineNumber": 11,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 4,
            "lastLineNumber": 16,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 9,
            "lastLineNumber": 14,
            "travelerIndex": 4
          },
          {
            "firstLineNumber": 5,
            "lastLineNumber": 14,
            "travelerIndex": 3
          },
          {
            "firstLineNumber": 5,
            "lastLineNumber": 16,
            "travelerIndex": 0
          },
          {
            "firstLineNumber": 7,
            "lastLineNumber": 12,
            "travelerIndex": 1
          }
        ],
        "isNetFareCommission": true,
        "netRemit": {
          "cashAmount": "0",
          "commercialAgreementReferenceCode": "SILprT",
          "creditAmount": "9",
          "discountAmount": "2",
          "netRemitCode": "hcWkWyW",
          "sellingFareAmount": "5",
          "tourCode": "F00eBKMhhyr5Cig"
        },
        "penalties": [
          {
            "applicability": "BEFORE_DEPARTURE",
            "isChangeable": true,
            "maximumPenalty": {
              "amount": "81.49",
              "currencyCode": "MKD"
            },
            "type": "Refundable"
          },
          {
            "applicability": "BEFORE_DEPARTURE",
            "isChangeable": false,
            "maximumPenalty": {
              "amount": "106.75",
              "currencyCode": "GTQ"
            },
            "type": "Refundable"
          }
        ],
        "priceQuoteRecordIds": [
          "PQ2",
          "PQ1",
          "PQ3"
        ],
        "priceWithTaxes": false,
        "printDocuments": "Invoice",
        "returnFareFlexibilityDetails": true,
        "sideTripFlights": [
          {
            "itemId": "3"
          },
          {
            "itemId": "6"
          },
          {
            "itemId": "1"
          },
          {
            "itemId": "6"
          },
          {
            "itemId": "9"
          }
        ],
        "spanishLargeFamilyDiscountLevel": 2,
        "specificFares": [
          {
            "fareBasisCode": "qCy3v",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "1"
              }
            ]
          },
          {
            "fareBasisCode": "Q8G2d",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "4"
              }
            ]
          },
          {
            "fareBasisCode": "z4P7w",
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "0"
              }
            ]
          },
          {
            "fareBasisCode": "5npEp",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "1"
              }
            ]
          },
          {
            "fareBasisCode": "jYEsJ",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "3"
              }
            ]
          },
          {
            "fareBasisCode": "EOBy4",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "6"
              }
            ]
          },
          {
            "fareBasisCode": "yWsBC",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "9"
              }
            ]
          },
          {
            "fareBasisCode": "ME6aN",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "1"
              }
            ]
          },
          {
            "fareBasisCode": "5B5KS",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "0"
              }
            ]
          },
          {
            "fareBasisCode": "76Moy",
            "flights": [
              {
                "itemId": "3"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "2"
              }
            ]
          }
        ],
        "tourCode": "e61eFXpl",
        "tourCodeOverrides": "REPLACE_WITH_BT",
        "travelerIndices": [
          2,
          1
        ],
        "validatingAirlineCode": "AA",
        "validityDates": [
          {
            "endDate": "2026-10-16",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "2"
              }
            ],
            "startDate": "2026-07-01"
          },
          {
            "endDate": "2026-12-08",
            "flights": [
              {
                "itemId": "9"
              }
            ],
            "startDate": "2026-03-18"
          },
          {
            "endDate": "2027-06-17",
            "flights": [
              {
                "itemId": "6"
              }
            ],
            "startDate": "2026-03-16"
          },
          {
            "endDate": "2026-12-14",
            "flights": [
              {
                "itemId": "3"
              },
              {
                "itemId": "7"
              }
            ],
            "startDate": "2025-11-25"
          },
          {
            "endDate": "2027-06-11",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "9"
              }
            ],
            "startDate": "2026-03-29"
          },
          {
            "endDate": "2026-12-13",
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "7"
              }
            ],
            "startDate": "2025-12-06"
          },
          {
            "endDate": "2027-02-12",
            "flights": [
              {
                "itemId": "7"
              }
            ],
            "startDate": "2025-08-27"
          },
          {
            "endDate": "2026-11-10",
            "flights": [
              {
                "itemId": "6"
              }
            ],
            "startDate": "2025-09-14"
          },
          {
            "endDate": "2026-10-28",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "1"
              }
            ],
            "startDate": "2025-07-31"
          },
          {
            "endDate": "2027-06-17",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "3"
              }
            ],
            "startDate": "2026-06-28"
          }
        ]
      }
    },
    {
      "ancillaryIds": [
        "14",
        "13",
        "12",
        "15"
      ],
      "payment": {
        "amountOnSecondFormOfPayment": "4",
        "primaryFormOfPayment": 2,
        "secondaryFormOfPayment": 2
      },
      "serviceFee": {
        "currencyCode": "ANG",
        "customerReference": "WYyaXRyUo",
        "description": "AIR SERVICE FEE",
        "overrideAmount": "3"
      },
      "ticketingQualifiers": {
        "baggageAllowance": [
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "3"
              }
            ],
            "totalWeightInKilograms": 26
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "3"
              }
            ],
            "totalWeightInKilograms": 22
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "4"
              }
            ],
            "totalWeightInKilograms": 26
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "8"
              }
            ],
            "totalWeightInKilograms": 10
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "3"
              }
            ],
            "totalWeightInKilograms": 11
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "6"
              }
            ],
            "totalWeightInKilograms": 27
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "6"
              }
            ],
            "totalWeightInKilograms": 20
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "7"
              }
            ],
            "totalWeightInKilograms": 26
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "8"
              }
            ],
            "totalWeightInKilograms": 25
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "8"
              }
            ],
            "totalWeightInKilograms": 13
          }
        ],
        "brandedFares": [
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "1"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "6"
              }
            ]
          },
          {
            "brandCode": "FRST",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "0"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "2"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "2"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "2"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "1"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "8"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "2"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "7"
              }
            ]
          }
        ],
        "commissionAmount": "1",
        "commissionPercentage": "9",
        "discountApprovalCode": "pBj6J9Ow",
        "endorsements": {
          "description": "NON-ENDORSABLE",
          "useOverride": true
        },
        "excludeFareFocusFares": false,
        "exemptTaxes": [
          "XF",
          "AY"
        ],
        "futurePricingLines": [
          {
            "firstLineNumber": 8,
            "lastLineNumber": 17,
            "travelerIndex": 1
          },
          {
            "firstLineNumber": 9,
            "lastLineNumber": 20,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 10,
            "lastLineNumber": 19,
            "travelerIndex": 3
          },
          {
            "firstLineNumber": 7,
            "lastLineNumber": 11,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 10,
            "lastLineNumber": 18,
            "travelerIndex": 3
          },
          {
            "firstLineNumber": 2,
            "lastLineNumber": 17,
            "travelerIndex": 1
          },
          {
            "firstLineNumber": 7,
            "lastLineNumber": 18,
            "travelerIndex": 3
          },
          {
            "firstLineNumber": 7,
            "lastLineNumber": 19,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 1,
            "lastLineNumber": 18,
            "travelerIndex": 2
          },
          {
            "firstLineNumber": 1,
            "lastLineNumber": 17,
            "travelerIndex": 1
          }
        ],
        "isNetFareCommission": true,
        "netRemit": {
          "cashAmount": "9",
          "commercialAgreementReferenceCode": "B0EWyA",
          "creditAmount": "8",
          "discountAmount": "8",
          "netRemitCode": "uY0M8p9",
          "sellingFareAmount": "5",
          "tourCode": "oVCN4Tb1NGv0C0Y"
        },
        "penalties": [
          {
            "applicability": "BEFORE_DEPARTURE",
            "isChangeable": true,
            "maximumPenalty": {
              "amount": "99.74",
              "currencyCode": "NOK"
            },
            "type": "Refundable"
          },
          {
            "applicability": "BEFORE_DEPARTURE",
            "isChangeable": false,
            "maximumPenalty": {
              "amount": "117.19",
              "currencyCode": "MVR"
            },
            "type": "Refundable"
          }
        ],
        "priceQuoteRecordIds": [
          "PQ1",
          "PQ3",
          "PQ2"
        ],
        "priceWithTaxes": false,
        "printDocuments": "Invoice",
        "returnFareFlexibilityDetails": true,
        "sideTripFlights": [
          {
            "itemId": "2"
          }
        ],
        "spanishLargeFamilyDiscountLevel": 3,
        "specificFares": [
          {
            "fareBasisCode": "DqKS4",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "8"
              }
            ]
          },
          {
            "fareBasisCode": "QBnbJ",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "7"
              }
            ]
          },
          {
            "fareBasisCode": "l6XqL",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "6"
              }
            ]
          },
          {
            "fareBasisCode": "44czl",
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "1"
              }
            ]
          },
          {
            "fareBasisCode": "ifqni",
            "flights": [
              {
                "itemId": "0"
              }
            ]
          },
          {
            "fareBasisCode": "WqjlE",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "1"
              }
            ]
          },
          {
            "fareBasisCode": "cX1O1",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "3"
              }
            ]
          },
          {
            "fareBasisCode": "9cqC4",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "6"
              }
            ]
          },
          {
            "fareBasisCode": "qE6fc",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "2"
              }
            ]
          },
          {
            "fareBasisCode": "uDSKe",
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "8"
              }
            ]
          }
        ],
        "tourCode": "fmXoAl2o",
        "tourCodeOverrides": "REPLACE_WITH_BT",
        "travelerIndices": [
          1,
          2
        ],
        "validatingAirlineCode": "DL",
        "validityDates": [
          {
            "endDate": "2026-12-11",
            "flights": [
              {
                "itemId": "4"
              }
            ],
            "startDate": "2025-11-08"
          },
          {
            "endDate": "2027-07-11",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "1"
              },
              {
                "itemId": "6"
              }
            ],
            "startDate": "2026-03-10"
          },
          {
            "endDate": "2026-11-28",
            "flights": [
              {
                "itemId": "2"
              }
            ],
            "startDate": "2026-07-13"
          },
          {
            "endDate": "2026-07-22",
            "flights": [
              {
                "itemId": "7"
              }
            ],
            "startDate": "2025-08-01"
          },
          {
            "endDate": "2027-02-23",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "2"
              }
            ],
            "startDate": "2026-05-03"
          },
          {
            "endDate": "2026-11-13",
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "1"
              }
            ],
            "startDate": "2025-11-09"
          },
          {
            "endDate": "2026-08-27",
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "0"
              }
            ],
            "startDate": "2025-07-24"
          },
          {
            "endDate": "2027-03-08",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "9"
              }
            ],
            "startDate": "2025-12-24"
          },
          {
            "endDate": "2027-04-24",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "0"
              }
            ],
            "startDate": "2026-06-17"
          },
          {
            "endDate": "2026-10-07",
            "flights": [
              {
                "itemId": "8"
              }
            ],
            "startDate": "2025-08-04"
          }
        ]
      }
    },
    {
      "ancillaryIds": [
        "15",
        "13",
        "12",
        "14"
      ],
      "payment": {
        "amountOnSecondFormOfPayment": "3",
        "primaryFormOfPayment": 1,
        "secondaryFormOfPayment": 0
      },
      "serviceFee": {
        "currencyCode": "SAR",
        "customerReference": "l4zVJ1gHF",
        "description": "BOOKING FEE",
        "overrideAmount": "8"
      },
      "ticketingQualifiers": {
        "baggageAllowance": [
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "9"
              }
            ],
            "totalWeightInKilograms": 16
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "8"
              }
            ],
            "totalWeightInKilograms": 26
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "4"
              }
            ],
            "totalWeightInKilograms": 14
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "1"
              }
            ],
            "totalWeightInKilograms": 25
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "7"
              }
            ],
            "totalWeightInKilograms": 15
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "2"
              }
            ],
            "totalWeightInKilograms": 28
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "3"
              }
            ],
            "totalWeightInKilograms": 14
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "9"
              }
            ],
            "totalWeightInKilograms": 10
          },
          {
            "baggagePieces": 2,
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "3"
              }
            ],
            "totalWeightInKilograms": 15
          },
          {
            "baggagePieces": 1,
            "flights": [
              {
                "itemId": "5"
              }
            ],
            "totalWeightInKilograms": 26
          }
        ],
        "brandedFares": [
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "8"
              }
            ]
          },
          {
            "brandCode": "FRST",
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "9"
              }
            ]
          },
          {
            "brandCode": "BIZ",
            "flights": [
              {
                "itemId": "5"
              }
            ]
          },
          {
            "brandCode": "FRST",
            "flights": [
              {
                "itemId": "2"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "8"
              }
            ]
          },
          {
            "brandCode": "ECON",
            "flights": [
              {
                "itemId": "3"
              },
              {
                "itemId": "3"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "0"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "8"
              }
            ]
          },
          {
            "brandCode": "FRST",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "2"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "6"
              },
              {
                "itemId": "7"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "2"
              }
            ]
          },
          {
            "brandCode": "CP",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "3"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "6"
              }
            ]
          }
        ],
        "commissionAmount": "1",
        "commissionPercentage": "5",
        "discountApprovalCode": "zKJSqDMD",
        "endorsements": {
          "description": "REF AGY ONLY",
          "useOverride": true
        },
        "excludeFareFocusFares": false,
        "exemptTaxes": [
          "ZP",
          "XF",
          "AY",
          "US"
        ],
        "futurePricingLines": [
          {
            "firstLineNumber": 9,
            "lastLineNumber": 17,
            "travelerIndex": 2
          },
          {
            "firstLineNumber": 4,
            "lastLineNumber": 14,
            "travelerIndex": 2
          },
          {
            "firstLineNumber": 1,
            "lastLineNumber": 11,
            "travelerIndex": 4
          },
          {
            "firstLineNumber": 10,
            "lastLineNumber": 16,
            "travelerIndex": 2
          },
          {
            "firstLineNumber": 4,
            "lastLineNumber": 16,
            "travelerIndex": 4
          },
          {
            "firstLineNumber": 5,
            "lastLineNumber": 14,
            "travelerIndex": 2
          },
          {
            "firstLineNumber": 8,
            "lastLineNumber": 16,
            "travelerIndex": 3
          },
          {
            "firstLineNumber": 8,
            "lastLineNumber": 17,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 1,
            "lastLineNumber": 18,
            "travelerIndex": 5
          },
          {
            "firstLineNumber": 10,
            "lastLineNumber": 11,
            "travelerIndex": 2
          }
        ],
        "isNetFareCommission": false,
        "netRemit": {
          "cashAmount": "0",
          "commercialAgreementReferenceCode": "S4ehFa",
          "creditAmount": "7",
          "discountAmount": "5",
          "netRemitCode": "YZ9MtZ4",
          "sellingFareAmount": "4",
          "tourCode": "o1diP8VtVq1QupY"
        },
        "penalties": [
          {
            "applicability": "BEFORE_DEPARTURE",
            "isChangeable": false,
            "maximumPenalty": {
              "amount": "134.95",
              "currencyCode": "VES"
            },
            "type": "Refundable"
          },
          {
            "applicability": "BEFORE_DEPARTURE",
            "isChangeable": true,
            "maximumPenalty": {
              "amount": "124.25",
              "currencyCode": "BYN"
            },
            "type": "Refundable"
          }
        ],
        "priceQuoteRecordIds": [
          "PQ3",
          "PQ2",
          "PQ1"
        ],
        "priceWithTaxes": false,
        "printDocuments": "Invoice",
        "returnFareFlexibilityDetails": false,
        "sideTripFlights": [
          {
            "itemId": "4"
          },
          {
            "itemId": "1"
          },
          {
            "itemId": "2"
          },
          {
            "itemId": "6"
          },
          {
            "itemId": "5"
          }
        ],
        "spanishLargeFamilyDiscountLevel": 1,
        "specificFares": [
          {
            "fareBasisCode": "aDk0U",
            "flights": [
              {
                "itemId": "8"
              },
              {
                "itemId": "9"
              }
            ]
          },
          {
            "fareBasisCode": "t4Nx5",
            "flights": [
              {
                "itemId": "5"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "2"
              }
            ]
          },
          {
            "fareBasisCode": "IrCY1",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "9"
              }
            ]
          },
          {
            "fareBasisCode": "M4yWn",
            "flights": [
              {
                "itemId": "7"
              }
            ]
          },
          {
            "fareBasisCode": "s1O4c",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "0"
              }
            ]
          },
          {
            "fareBasisCode": "QUehB",
            "flights": [
              {
                "itemId": "1"
              }
            ]
          },
          {
            "fareBasisCode": "qMl7i",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "9"
              }
            ]
          },
          {
            "fareBasisCode": "L0YuY",
            "flights": [
              {
                "itemId": "9"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "1"
              }
            ]
          },
          {
            "fareBasisCode": "irglc",
            "flights": [
              {
                "itemId": "0"
              },
              {
                "itemId": "9"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "1"
              }
            ]
          },
          {
            "fareBasisCode": "dXnWf",
            "flights": [
              {
                "itemId": "2"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "7"
              }
            ]
          }
        ],
        "tourCode": "JrPFPTcj",
        "tourCodeOverrides": "REPLACE_WITH_BT",
        "travelerIndices": [
          1,
          2
        ],
        "validatingAirlineCode": "DL",
        "validityDates": [
          {
            "endDate": "2027-02-16",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "2"
              }
            ],
            "startDate": "2025-10-29"
          },
          {
            "endDate": "2026-08-25",
            "flights": [
              {
                "itemId": "6"
              }
            ],
            "startDate": "2025-09-15"
          },
          {
            "endDate": "2027-07-02",
            "flights": [
              {
                "itemId": "6"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "8"
              },
              {
                "itemId": "4"
              }
            ],
            "startDate": "2026-06-15"
          },
          {
            "endDate": "2027-04-14",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "5"
              }
            ],
            "startDate": "2025-07-22"
          },
          {
            "endDate": "2027-04-17",
            "flights": [
              {
                "itemId": "7"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "6"
              }
            ],
            "startDate": "2026-06-17"
          },
          {
            "endDate": "2027-07-03",
            "flights": [
              {
                "itemId": "4"
              },
              {
                "itemId": "4"
              },
              {
                "itemId": "5"
              },
              {
                "itemId": "6"
              }
            ],
            "startDate": "2026-06-09"
          },
          {
            "endDate": "2026-11-02",
            "flights": [
              {
                "itemId": "3"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "7"
              },
              {
                "itemId": "5"
              }
            ],
            "startDate": "2026-05-03"
          },
          {
            "endDate": "2026-09-09",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "9"
              }
            ],
            "startDate": "2026-02-10"
          },
          {
            "endDate": "2027-04-10",
            "flights": [
              {
                "itemId": "5"
              }
            ],
            "startDate": "2025-11-22"
          },
          {
            "endDate": "2027-02-14",
            "flights": [
              {
                "itemId": "1"
              },
              {
                "itemId": "6"
              }
            ],
            "startDate": "2025-09-08"
          }
        ]
      }
    }
  ],
  "generateSingleInvoice": false,
  "notificationEmail": "INVOICE",
  "priceQuoteExpirationMethod": "Quit",
  "receivedFrom": "AGENT",
  "retainAccounting": true,
  "targetPcc": "RmK4",
  "travelers": [
    {
      "givenName": "Micheal",
      "middleName": "Nico",
      "surname": "Bosco"
    },
    {
      "givenName": "Adeline",
      "middleName": "Taylor",
      "surname": "Goodwin"
    },
    {
      "givenName": "Gustave",
      "middleName": "Marlowe",
      "surname": "Prosacco"
    },
    {
      "givenName": "Talon",
      "middleName": "Leslie",
      "surname": "Hartmann"
    },
    {
      "givenName": "Lyda",
      "middleName": "Jordan",
      "surname": "Gislason"
    },
    {
      "givenName": "Yadira",
      "middleName": "Logan",
      "surname": "O'Conner"
    },
    {
      "givenName": "Emmitt",
      "middleName": "Taylor",
      "surname": "Toy"
    },
    {
      "givenName": "Therese",
      "middleName": "Dakota",
      "surname": "Herzog"
    },
    {
      "givenName": "Tracy",
      "middleName": "Ryan",
      "surname": "Pouros"
    }
  ]
}
{
  "errors": [
    {
      "category": "BAD_REQUEST",
      "description": "resource not found",
      "fieldName": "givenName",
      "fieldPath": "traveler.givenName",
      "fieldValue": "short",
      "type": "REQUIRED_FIELD_MISSING"
    },
    {
      "category": "INTERNAL_SERVER_ERROR",
      "description": "may not be null",
      "fieldName": "givenName",
      "fieldPath": "payment.cardNumber",
      "fieldValue": "short",
      "type": "RESOURCE_NOT_FOUND"
    },
    {
      "category": "INTERNAL_SERVER_ERROR",
      "description": "invalid format",
      "fieldName": "cardNumber",
      "fieldPath": "payment.cardNumber",
      "fieldValue": "short",
      "type": "REQUIRED_FIELD_MISSING"
    },
    {
      "category": "UNAUTHORIZED",
      "description": "may not be null",
      "fieldName": "cardNumber",
      "fieldPath": "booking.id",
      "fieldValue": "short",
      "type": "RESOURCE_NOT_FOUND"
    },
    {
      "category": "NOT_FOUND",
      "description": "may not be null",
      "fieldName": "id",
      "fieldPath": "traveler.givenName",
      "fieldValue": "null",
      "type": "REQUIRED_FIELD_MISSING"
    }
  ],
  "request": {
    "acceptNegotiatedFare": false,
    "acceptPriceChanges": false,
    "agency": {
      "address": {
        "city": "Drewborough",
        "countryCode": "PY",
        "freeText": "5053 Jana Walks Apt. 588",
        "name": "Todd Heidenreich Sr.",
        "postalCode": "90143-1223",
        "stateProvince": "SD",
        "street": "8046 Dooley Junctions"
      },
      "contactInfo": {
        "emails": [
          "info@agency.com",
          "contact@agency.com"
        ],
        "includePhoneLabel": true,
        "phones": [
          "+1-555-123-4567",
          "+1-555-987-6543"
        ]
      }
    },
    "backDatePriceQuoteMethod": "Reprice",
    "bookingSource": "SABRE",
    "commitTicketToBookingWaitTime": 4147,
    "confirmationId": "7NpISB",
    "designatePrinters": [
      {
        "hardcopy": {
          "address": "SISL7J",
          "spacing": "1"
        },
        "invoiceItinerary": "ZO7G9B",
        "profileNumber": 699,
        "ticket": {
          "address": "KQEDUS",
          "countryCode": "LB"
        }
      },
      {
        "hardcopy": {
          "address": "AC2QJY",
          "spacing": "2"
        },
        "invoiceItinerary": "CLS199",
        "profileNumber": 256,
        "ticket": {
          "address": "WHRHP7",
          "countryCode": "ST"
        }
      }
    ],
    "errorHandlingPolicy": [
      "ALLOW_PARTIAL_FULFILLMENT",
      "ALLOW_PARTIAL_FULFILLMENT",
      "ALLOW_PARTIAL_FULFILLMENT"
    ],
    "formsOfPayment": [
      {
        "addInvoiceDescriptionPrefix": false,
        "airlinePlanCode": "y2Doi",
        "authentications": [
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "MO"
          }
        ],
        "cardNumber": "4044-0927-6973-4838",
        "cardSecurityCode": "222",
        "cardTypeCode": "MC",
        "expiryDate": "2027-08-20T00:00:00.0Z",
        "extendedPayment": 19,
        "installmentAmount": "7",
        "invoiceDescription": "AGT INVOICE",
        "manualApprovalCode": "1",
        "miscellaneousCreditCode": "zdQaO46j",
        "numberOfInstallments": 3,
        "type": "CHECK",
        "virtualCardCode": "SABREVIRTUAL"
      },
      {
        "addInvoiceDescriptionPrefix": false,
        "airlinePlanCode": "4R38b",
        "authentications": [
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "TO"
          }
        ],
        "cardNumber": "3529-9854-9448-8842",
        "cardSecurityCode": "349",
        "cardTypeCode": "MC",
        "expiryDate": "2026-12-27T00:00:00.0Z",
        "extendedPayment": 14,
        "installmentAmount": "2",
        "invoiceDescription": "AGT INVOICE",
        "manualApprovalCode": "5",
        "miscellaneousCreditCode": "7wsYgBxt",
        "numberOfInstallments": 7,
        "type": "CHECK",
        "virtualCardCode": "SABREVIRTUAL"
      },
      {
        "addInvoiceDescriptionPrefix": true,
        "airlinePlanCode": "NI4el",
        "authentications": [
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "MO"
          }
        ],
        "cardNumber": "3753-615818-75252",
        "cardSecurityCode": "622",
        "cardTypeCode": "DS",
        "expiryDate": "2029-03-21T00:00:00.0Z",
        "extendedPayment": 10,
        "installmentAmount": "3",
        "invoiceDescription": "CORP INVOICE",
        "manualApprovalCode": "2",
        "miscellaneousCreditCode": "t0RzcRTW",
        "numberOfInstallments": 2,
        "type": "CHECK",
        "virtualCardCode": "SABREVIRTUAL"
      },
      {
        "addInvoiceDescriptionPrefix": false,
        "airlinePlanCode": "owA4O",
        "authentications": [
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "TO"
          }
        ],
        "cardNumber": "3570-5666-1050-8164",
        "cardSecurityCode": "161",
        "cardTypeCode": "DS",
        "expiryDate": "2027-03-07T00:00:00.0Z",
        "extendedPayment": 1,
        "installmentAmount": "3",
        "invoiceDescription": "CORP INVOICE",
        "manualApprovalCode": "8",
        "miscellaneousCreditCode": "8fx46Kip",
        "numberOfInstallments": 2,
        "type": "CHECK",
        "virtualCardCode": "SABREVIRTUAL"
      },
      {
        "addInvoiceDescriptionPrefix": false,
        "airlinePlanCode": "RpQSj",
        "authentications": [
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "EC"
          }
        ],
        "cardNumber": "3555-4760-2429-0434",
        "cardSecurityCode": "091",
        "cardTypeCode": "MC",
        "expiryDate": "2026-12-09T00:00:00.0Z",
        "extendedPayment": 22,
        "installmentAmount": "1",
        "invoiceDescription": "AGT INVOICE",
        "manualApprovalCode": "0",
        "miscellaneousCreditCode": "tCKYvzxU",
        "numberOfInstallments": 12,
        "type": "CHECK",
        "virtualCardCode": "TESTVIRTUAL"
      },
      {
        "addInvoiceDescriptionPrefix": false,
        "airlinePlanCode": "9yJO6",
        "authentications": [
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "MO"
          }
        ],
        "cardNumber": "2487-8601-3770-6854",
        "cardSecurityCode": "934",
        "cardTypeCode": "VI",
        "expiryDate": "2029-05-12T00:00:00.0Z",
        "extendedPayment": 16,
        "installmentAmount": "3",
        "invoiceDescription": "AGT INVOICE",
        "manualApprovalCode": "9",
        "miscellaneousCreditCode": "NytUmvtR",
        "numberOfInstallments": 2,
        "type": "CHECK",
        "virtualCardCode": "TESTVIRTUAL"
      },
      {
        "addInvoiceDescriptionPrefix": false,
        "airlinePlanCode": "C0qjC",
        "authentications": [
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "MO"
          }
        ],
        "cardNumber": "4742665108679",
        "cardSecurityCode": "093",
        "cardTypeCode": "AX",
        "expiryDate": "2029-06-10T00:00:00.0Z",
        "extendedPayment": 15,
        "installmentAmount": "1",
        "invoiceDescription": "CORP INVOICE",
        "manualApprovalCode": "7",
        "miscellaneousCreditCode": "ZC0mvMmX",
        "numberOfInstallments": 11,
        "type": "CHECK",
        "virtualCardCode": "SABREVIRTUAL"
      },
      {
        "addInvoiceDescriptionPrefix": true,
        "airlinePlanCode": "mpQKI",
        "authentications": [
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "TO"
          }
        ],
        "cardNumber": "4381084839810",
        "cardSecurityCode": "912",
        "cardTypeCode": "MC",
        "expiryDate": "2026-11-15T00:00:00.0Z",
        "extendedPayment": 8,
        "installmentAmount": "2",
        "invoiceDescription": "CORP INVOICE",
        "manualApprovalCode": "8",
        "miscellaneousCreditCode": "wKqG2cA9",
        "numberOfInstallments": 4,
        "type": "CHECK",
        "virtualCardCode": "SABREVIRTUAL"
      },
      {
        "addInvoiceDescriptionPrefix": true,
        "airlinePlanCode": "ft7XE",
        "authentications": [
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "EC"
          }
        ],
        "cardNumber": "6011-1702-6918-1462",
        "cardSecurityCode": "202",
        "cardTypeCode": "VI",
        "expiryDate": "2028-08-24T00:00:00.0Z",
        "extendedPayment": 23,
        "installmentAmount": "5",
        "invoiceDescription": "CORP INVOICE",
        "manualApprovalCode": "4",
        "miscellaneousCreditCode": "qwLIGgVe",
        "numberOfInstallments": 6,
        "type": "CHECK",
        "virtualCardCode": "TESTVIRTUAL"
      },
      {
        "addInvoiceDescriptionPrefix": false,
        "airlinePlanCode": "nUfEV",
        "authentications": [
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "MO"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "TO"
          },
          {
            "channelCode": "EC"
          },
          {
            "channelCode": "MO"
          }
        ],
        "cardNumber": "3529-7305-5500-6939",
        "cardSecurityCode": "321",
        "cardTypeCode": "DS",
        "expiryDate": "2028-11-21T00:00:00.0Z",
        "extendedPayment": 13,
        "installmentAmount": "2",
        "invoiceDescription": "AGT INVOICE",
        "manualApprovalCode": "0",
        "miscellaneousCreditCode": "MO8a6uzF",
        "numberOfInstallments": 11,
        "type": "CHECK",
        "virtualCardCode": "TESTVIRTUAL"
      }
    ],
    "fulfillments": [
      {
        "ancillaryIds": [
          "14",
          "15",
          "13"
        ],
        "payment": {
          "amountOnSecondFormOfPayment": "3",
          "primaryFormOfPayment": 0,
          "secondaryFormOfPayment": 0
        },
        "serviceFee": {
          "currencyCode": "BRL",
          "customerReference": "sg4QSDWu6",
          "description": "AIR SERVICE FEE",
          "overrideAmount": "7"
        },
        "ticketingQualifiers": {
          "baggageAllowance": [
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "1"
                }
              ],
              "totalWeightInKilograms": 25
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "3"
                }
              ],
              "totalWeightInKilograms": 21
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "6"
                }
              ],
              "totalWeightInKilograms": 25
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "1"
                }
              ],
              "totalWeightInKilograms": 23
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "1"
                }
              ],
              "totalWeightInKilograms": 24
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "8"
                }
              ],
              "totalWeightInKilograms": 23
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "2"
                }
              ],
              "totalWeightInKilograms": 16
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "4"
                }
              ],
              "totalWeightInKilograms": 29
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "9"
                }
              ],
              "totalWeightInKilograms": 24
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "6"
                }
              ],
              "totalWeightInKilograms": 23
            }
          ],
          "brandedFares": [
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "6"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "7"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "9"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "7"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "5"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "2"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "6"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "6"
                }
              ]
            }
          ],
          "commissionAmount": "5",
          "commissionPercentage": "9",
          "discountApprovalCode": "yNyEZD4d",
          "endorsements": {
            "description": "NON-ENDORSABLE",
            "useOverride": false
          },
          "excludeFareFocusFares": false,
          "exemptTaxes": [
            "AY",
            "US",
            "XF",
            "ZP"
          ],
          "futurePricingLines": [
            {
              "firstLineNumber": 3,
              "lastLineNumber": 19,
              "travelerIndex": 5
            },
            {
              "firstLineNumber": 2,
              "lastLineNumber": 20,
              "travelerIndex": 3
            },
            {
              "firstLineNumber": 1,
              "lastLineNumber": 19,
              "travelerIndex": 3
            },
            {
              "firstLineNumber": 1,
              "lastLineNumber": 20,
              "travelerIndex": 1
            },
            {
              "firstLineNumber": 9,
              "lastLineNumber": 15,
              "travelerIndex": 5
            },
            {
              "firstLineNumber": 10,
              "lastLineNumber": 12,
              "travelerIndex": 4
            },
            {
              "firstLineNumber": 5,
              "lastLineNumber": 18,
              "travelerIndex": 2
            },
            {
              "firstLineNumber": 6,
              "lastLineNumber": 17,
              "travelerIndex": 4
            },
            {
              "firstLineNumber": 1,
              "lastLineNumber": 20,
              "travelerIndex": 5
            },
            {
              "firstLineNumber": 10,
              "lastLineNumber": 17,
              "travelerIndex": 1
            }
          ],
          "isNetFareCommission": true,
          "netRemit": {
            "cashAmount": "7",
            "commercialAgreementReferenceCode": "4Wof7F",
            "creditAmount": "7",
            "discountAmount": "9",
            "netRemitCode": "kXqqxAM",
            "sellingFareAmount": "3",
            "tourCode": "BOJLDCXZdjOTKXj"
          },
          "penalties": [
            {
              "applicability": "BEFORE_DEPARTURE",
              "isChangeable": true,
              "maximumPenalty": {
                "amount": "87.05",
                "currencyCode": "LYD"
              },
              "type": "Refundable"
            },
            {
              "applicability": "BEFORE_DEPARTURE",
              "isChangeable": true,
              "maximumPenalty": {
                "amount": "134.49",
                "currencyCode": "GYD"
              },
              "type": "Refundable"
            }
          ],
          "priceQuoteRecordIds": [
            "PQ1",
            "PQ2",
            "PQ3"
          ],
          "priceWithTaxes": true,
          "printDocuments": "Invoice",
          "returnFareFlexibilityDetails": true,
          "sideTripFlights": [
            {
              "itemId": "8"
            },
            {
              "itemId": "5"
            },
            {
              "itemId": "1"
            }
          ],
          "spanishLargeFamilyDiscountLevel": 2,
          "specificFares": [
            {
              "fareBasisCode": "wNh0O",
              "flights": [
                {
                  "itemId": "5"
                }
              ]
            },
            {
              "fareBasisCode": "hZWiN",
              "flights": [
                {
                  "itemId": "8"
                }
              ]
            },
            {
              "fareBasisCode": "vcafp",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "3"
                }
              ]
            },
            {
              "fareBasisCode": "QqUSV",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "7"
                }
              ]
            },
            {
              "fareBasisCode": "LijPy",
              "flights": [
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "fareBasisCode": "p94Bv",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "0"
                }
              ]
            },
            {
              "fareBasisCode": "UrTAN",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "2"
                }
              ]
            },
            {
              "fareBasisCode": "AVhHP",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "2"
                }
              ]
            },
            {
              "fareBasisCode": "kvGt9",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "8"
                }
              ]
            },
            {
              "fareBasisCode": "p7uzs",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "9"
                }
              ]
            }
          ],
          "tourCode": "kp8qGacO",
          "tourCodeOverrides": "REPLACE_WITH_BT",
          "travelerIndices": [
            2,
            1
          ],
          "validatingAirlineCode": "UA",
          "validityDates": [
            {
              "endDate": "2026-08-15",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "7"
                }
              ],
              "startDate": "2026-07-18"
            },
            {
              "endDate": "2027-05-12",
              "flights": [
                {
                  "itemId": "7"
                }
              ],
              "startDate": "2026-01-26"
            },
            {
              "endDate": "2027-03-30",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "3"
                }
              ],
              "startDate": "2025-10-14"
            },
            {
              "endDate": "2027-07-05",
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "6"
                }
              ],
              "startDate": "2025-10-09"
            },
            {
              "endDate": "2027-07-11",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "1"
                }
              ],
              "startDate": "2026-06-22"
            },
            {
              "endDate": "2027-06-15",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "7"
                }
              ],
              "startDate": "2026-07-05"
            },
            {
              "endDate": "2027-04-28",
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "2"
                }
              ],
              "startDate": "2026-02-26"
            },
            {
              "endDate": "2026-12-14",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "6"
                }
              ],
              "startDate": "2025-11-07"
            },
            {
              "endDate": "2026-12-25",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "0"
                }
              ],
              "startDate": "2025-09-13"
            },
            {
              "endDate": "2027-03-09",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "7"
                }
              ],
              "startDate": "2026-06-19"
            }
          ]
        }
      },
      {
        "ancillaryIds": [
          "14",
          "15",
          "12"
        ],
        "payment": {
          "amountOnSecondFormOfPayment": "3",
          "primaryFormOfPayment": 0,
          "secondaryFormOfPayment": 0
        },
        "serviceFee": {
          "currencyCode": "BYN",
          "customerReference": "4H35kkEL7",
          "description": "PROCESSING FEE",
          "overrideAmount": "7"
        },
        "ticketingQualifiers": {
          "baggageAllowance": [
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "7"
                }
              ],
              "totalWeightInKilograms": 21
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "3"
                }
              ],
              "totalWeightInKilograms": 27
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "6"
                }
              ],
              "totalWeightInKilograms": 18
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "3"
                }
              ],
              "totalWeightInKilograms": 26
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "1"
                }
              ],
              "totalWeightInKilograms": 22
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "8"
                }
              ],
              "totalWeightInKilograms": 20
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "2"
                }
              ],
              "totalWeightInKilograms": 30
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "7"
                }
              ],
              "totalWeightInKilograms": 12
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "4"
                }
              ],
              "totalWeightInKilograms": 13
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "7"
                }
              ],
              "totalWeightInKilograms": 12
            }
          ],
          "brandedFares": [
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "5"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "0"
                }
              ]
            },
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "0"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "8"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "5"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "3"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "2"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "8"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "5"
                }
              ]
            },
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "0"
                }
              ]
            }
          ],
          "commissionAmount": "0",
          "commissionPercentage": "3",
          "discountApprovalCode": "mWWelyMc",
          "endorsements": {
            "description": "NON-ENDORSABLE",
            "useOverride": true
          },
          "excludeFareFocusFares": true,
          "exemptTaxes": [
            "XF",
            "US",
            "AY",
            "ZP"
          ],
          "futurePricingLines": [
            {
              "firstLineNumber": 5,
              "lastLineNumber": 16,
              "travelerIndex": 1
            },
            {
              "firstLineNumber": 5,
              "lastLineNumber": 15,
              "travelerIndex": 4
            },
            {
              "firstLineNumber": 2,
              "lastLineNumber": 19,
              "travelerIndex": 3
            },
            {
              "firstLineNumber": 9,
              "lastLineNumber": 16,
              "travelerIndex": 2
            },
            {
              "firstLineNumber": 2,
              "lastLineNumber": 11,
              "travelerIndex": 3
            },
            {
              "firstLineNumber": 10,
              "lastLineNumber": 18,
              "travelerIndex": 3
            },
            {
              "firstLineNumber": 3,
              "lastLineNumber": 12,
              "travelerIndex": 5
            },
            {
              "firstLineNumber": 7,
              "lastLineNumber": 13,
              "travelerIndex": 4
            },
            {
              "firstLineNumber": 8,
              "lastLineNumber": 16,
              "travelerIndex": 4
            },
            {
              "firstLineNumber": 4,
              "lastLineNumber": 13,
              "travelerIndex": 3
            }
          ],
          "isNetFareCommission": false,
          "netRemit": {
            "cashAmount": "4",
            "commercialAgreementReferenceCode": "Tu276W",
            "creditAmount": "1",
            "discountAmount": "0",
            "netRemitCode": "U4OuKPz",
            "sellingFareAmount": "7",
            "tourCode": "L8yCMvGSnQ4d5l1"
          },
          "penalties": [
            {
              "applicability": "BEFORE_DEPARTURE",
              "isChangeable": false,
              "maximumPenalty": {
                "amount": "69.67",
                "currencyCode": "SCR"
              },
              "type": "Refundable"
            },
            {
              "applicability": "BEFORE_DEPARTURE",
              "isChangeable": true,
              "maximumPenalty": {
                "amount": "62.69",
                "currencyCode": "CRC"
              },
              "type": "Refundable"
            }
          ],
          "priceQuoteRecordIds": [
            "PQ3",
            "PQ1",
            "PQ2"
          ],
          "priceWithTaxes": false,
          "printDocuments": "Invoice",
          "returnFareFlexibilityDetails": true,
          "sideTripFlights": [
            {
              "itemId": "0"
            },
            {
              "itemId": "0"
            }
          ],
          "spanishLargeFamilyDiscountLevel": 1,
          "specificFares": [
            {
              "fareBasisCode": "KImCM",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "2"
                }
              ]
            },
            {
              "fareBasisCode": "Dxdyw",
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "5"
                }
              ]
            },
            {
              "fareBasisCode": "kxZOE",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "7"
                }
              ]
            },
            {
              "fareBasisCode": "eP8Fr",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "7"
                }
              ]
            },
            {
              "fareBasisCode": "GRut0",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "fareBasisCode": "bY1xO",
              "flights": [
                {
                  "itemId": "5"
                }
              ]
            },
            {
              "fareBasisCode": "Vh2hU",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "2"
                }
              ]
            },
            {
              "fareBasisCode": "lUvhm",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "5"
                }
              ]
            },
            {
              "fareBasisCode": "74RJo",
              "flights": [
                {
                  "itemId": "2"
                }
              ]
            },
            {
              "fareBasisCode": "oE4zp",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "9"
                }
              ]
            }
          ],
          "tourCode": "CpPoEGz0",
          "tourCodeOverrides": "REPLACE_WITH_BT",
          "travelerIndices": [
            1,
            2
          ],
          "validatingAirlineCode": "DL",
          "validityDates": [
            {
              "endDate": "2026-12-01",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "9"
                }
              ],
              "startDate": "2025-10-20"
            },
            {
              "endDate": "2026-11-16",
              "flights": [
                {
                  "itemId": "8"
                }
              ],
              "startDate": "2026-05-25"
            },
            {
              "endDate": "2027-03-13",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "7"
                }
              ],
              "startDate": "2026-05-17"
            },
            {
              "endDate": "2027-03-03",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "3"
                }
              ],
              "startDate": "2026-04-03"
            },
            {
              "endDate": "2026-09-02",
              "flights": [
                {
                  "itemId": "4"
                }
              ],
              "startDate": "2025-12-02"
            },
            {
              "endDate": "2027-04-21",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "0"
                }
              ],
              "startDate": "2025-12-03"
            },
            {
              "endDate": "2026-08-07",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "8"
                }
              ],
              "startDate": "2025-09-05"
            },
            {
              "endDate": "2026-09-22",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "4"
                }
              ],
              "startDate": "2025-11-20"
            },
            {
              "endDate": "2026-12-29",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "9"
                }
              ],
              "startDate": "2026-06-19"
            },
            {
              "endDate": "2026-07-24",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "8"
                }
              ],
              "startDate": "2025-11-09"
            }
          ]
        }
      },
      {
        "ancillaryIds": [
          "14",
          "12",
          "13",
          "15"
        ],
        "payment": {
          "amountOnSecondFormOfPayment": "6",
          "primaryFormOfPayment": 0,
          "secondaryFormOfPayment": 1
        },
        "serviceFee": {
          "currencyCode": "VES",
          "customerReference": "Xv6y0zt0w",
          "description": "BOOKING FEE",
          "overrideAmount": "1"
        },
        "ticketingQualifiers": {
          "baggageAllowance": [
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "7"
                }
              ],
              "totalWeightInKilograms": 20
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "5"
                }
              ],
              "totalWeightInKilograms": 20
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "4"
                }
              ],
              "totalWeightInKilograms": 14
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "2"
                }
              ],
              "totalWeightInKilograms": 27
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "3"
                }
              ],
              "totalWeightInKilograms": 16
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "3"
                }
              ],
              "totalWeightInKilograms": 20
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "3"
                }
              ],
              "totalWeightInKilograms": 30
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "7"
                }
              ],
              "totalWeightInKilograms": 18
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "5"
                }
              ],
              "totalWeightInKilograms": 27
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "3"
                }
              ],
              "totalWeightInKilograms": 14
            }
          ],
          "brandedFares": [
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "0"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "3"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "2"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "5"
                }
              ]
            },
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "6"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "8"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "8"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "6"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "3"
                }
              ]
            }
          ],
          "commissionAmount": "9",
          "commissionPercentage": "0",
          "discountApprovalCode": "m01omchS",
          "endorsements": {
            "description": "NON-ENDORSABLE",
            "useOverride": false
          },
          "excludeFareFocusFares": false,
          "exemptTaxes": [
            "AY",
            "ZP",
            "XF",
            "US"
          ],
          "futurePricingLines": [
            {
              "firstLineNumber": 3,
              "lastLineNumber": 18,
              "travelerIndex": 5
            },
            {
              "firstLineNumber": 8,
              "lastLineNumber": 12,
              "travelerIndex": 3
            },
            {
              "firstLineNumber": 6,
              "lastLineNumber": 18,
              "travelerIndex": 5
            },
            {
              "firstLineNumber": 3,
              "lastLineNumber": 13,
              "travelerIndex": 2
            },
            {
              "firstLineNumber": 4,
              "lastLineNumber": 11,
              "travelerIndex": 1
            },
            {
              "firstLineNumber": 6,
              "lastLineNumber": 20,
              "travelerIndex": 0
            },
            {
              "firstLineNumber": 2,
              "lastLineNumber": 15,
              "travelerIndex": 2
            },
            {
              "firstLineNumber": 9,
              "lastLineNumber": 14,
              "travelerIndex": 5
            },
            {
              "firstLineNumber": 8,
              "lastLineNumber": 12,
              "travelerIndex": 2
            },
            {
              "firstLineNumber": 9,
              "lastLineNumber": 13,
              "travelerIndex": 0
            }
          ],
          "isNetFareCommission": false,
          "netRemit": {
            "cashAmount": "6",
            "commercialAgreementReferenceCode": "i3RfrE",
            "creditAmount": "2",
            "discountAmount": "1",
            "netRemitCode": "bYQFoTh",
            "sellingFareAmount": "4",
            "tourCode": "PEJ2vIIlwzuB48M"
          },
          "penalties": [
            {
              "applicability": "BEFORE_DEPARTURE",
              "isChangeable": false,
              "maximumPenalty": {
                "amount": "135.69",
                "currencyCode": "MGA"
              },
              "type": "Refundable"
            },
            {
              "applicability": "BEFORE_DEPARTURE",
              "isChangeable": true,
              "maximumPenalty": {
                "amount": "110.89",
                "currencyCode": "XPF"
              },
              "type": "Refundable"
            }
          ],
          "priceQuoteRecordIds": [
            "PQ1",
            "PQ2",
            "PQ3"
          ],
          "priceWithTaxes": true,
          "printDocuments": "Invoice",
          "returnFareFlexibilityDetails": true,
          "sideTripFlights": [
            {
              "itemId": "2"
            },
            {
              "itemId": "5"
            },
            {
              "itemId": "5"
            },
            {
              "itemId": "2"
            }
          ],
          "spanishLargeFamilyDiscountLevel": 3,
          "specificFares": [
            {
              "fareBasisCode": "vqktg",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "6"
                }
              ]
            },
            {
              "fareBasisCode": "lv0lk",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "9"
                }
              ]
            },
            {
              "fareBasisCode": "2foD9",
              "flights": [
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "fareBasisCode": "FHVqA",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "fareBasisCode": "8Sj1X",
              "flights": [
                {
                  "itemId": "4"
                }
              ]
            },
            {
              "fareBasisCode": "3CGGj",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "0"
                }
              ]
            },
            {
              "fareBasisCode": "pGvr5",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "2"
                }
              ]
            },
            {
              "fareBasisCode": "9oHii",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "8"
                }
              ]
            },
            {
              "fareBasisCode": "7bH2J",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "0"
                }
              ]
            },
            {
              "fareBasisCode": "vHSM7",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "8"
                }
              ]
            }
          ],
          "tourCode": "wI8GpjN0",
          "tourCodeOverrides": "REPLACE_WITH_BT",
          "travelerIndices": [
            1,
            2
          ],
          "validatingAirlineCode": "DL",
          "validityDates": [
            {
              "endDate": "2027-06-25",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "8"
                }
              ],
              "startDate": "2025-12-23"
            },
            {
              "endDate": "2026-09-13",
              "flights": [
                {
                  "itemId": "6"
                }
              ],
              "startDate": "2026-05-15"
            },
            {
              "endDate": "2027-01-02",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "3"
                }
              ],
              "startDate": "2025-09-18"
            },
            {
              "endDate": "2027-07-20",
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "2"
                }
              ],
              "startDate": "2025-09-06"
            },
            {
              "endDate": "2026-11-15",
              "flights": [
                {
                  "itemId": "5"
                }
              ],
              "startDate": "2026-05-16"
            },
            {
              "endDate": "2026-08-15",
              "flights": [
                {
                  "itemId": "9"
                }
              ],
              "startDate": "2025-12-15"
            },
            {
              "endDate": "2026-10-07",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "0"
                }
              ],
              "startDate": "2026-03-30"
            },
            {
              "endDate": "2027-07-11",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "4"
                }
              ],
              "startDate": "2026-04-11"
            },
            {
              "endDate": "2027-06-25",
              "flights": [
                {
                  "itemId": "7"
                }
              ],
              "startDate": "2026-03-19"
            },
            {
              "endDate": "2026-11-22",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "0"
                }
              ],
              "startDate": "2026-07-17"
            }
          ]
        }
      },
      {
        "ancillaryIds": [
          "12",
          "14",
          "15",
          "13"
        ],
        "payment": {
          "amountOnSecondFormOfPayment": "7",
          "primaryFormOfPayment": 0,
          "secondaryFormOfPayment": 2
        },
        "serviceFee": {
          "currencyCode": "AFN",
          "customerReference": "mc4ofX3ZR",
          "description": "PROCESSING FEE",
          "overrideAmount": "9"
        },
        "ticketingQualifiers": {
          "baggageAllowance": [
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "5"
                }
              ],
              "totalWeightInKilograms": 21
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "4"
                }
              ],
              "totalWeightInKilograms": 26
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "6"
                }
              ],
              "totalWeightInKilograms": 29
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "9"
                }
              ],
              "totalWeightInKilograms": 14
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "4"
                }
              ],
              "totalWeightInKilograms": 30
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "7"
                }
              ],
              "totalWeightInKilograms": 16
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "2"
                }
              ],
              "totalWeightInKilograms": 28
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "3"
                }
              ],
              "totalWeightInKilograms": 14
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "5"
                }
              ],
              "totalWeightInKilograms": 12
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "9"
                }
              ],
              "totalWeightInKilograms": 29
            }
          ],
          "brandedFares": [
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "6"
                }
              ]
            },
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "9"
                }
              ]
            },
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "8"
                }
              ]
            },
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "9"
                }
              ]
            },
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "4"
                }
              ]
            },
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "6"
                }
              ]
            }
          ],
          "commissionAmount": "2",
          "commissionPercentage": "6",
          "discountApprovalCode": "UiA4c2zu",
          "endorsements": {
            "description": "NON-ENDORSABLE",
            "useOverride": true
          },
          "excludeFareFocusFares": false,
          "exemptTaxes": [
            "US",
            "XF",
            "AY",
            "ZP"
          ],
          "futurePricingLines": [
            {
              "firstLineNumber": 4,
              "lastLineNumber": 18,
              "travelerIndex": 3
            },
            {
              "firstLineNumber": 2,
              "lastLineNumber": 13,
              "travelerIndex": 2
            },
            {
              "firstLineNumber": 3,
              "lastLineNumber": 19,
              "travelerIndex": 3
            },
            {
              "firstLineNumber": 3,
              "lastLineNumber": 20,
              "travelerIndex": 2
            },
            {
              "firstLineNumber": 7,
              "lastLineNumber": 15,
              "travelerIndex": 3
            },
            {
              "firstLineNumber": 9,
              "lastLineNumber": 15,
              "travelerIndex": 3
            },
            {
              "firstLineNumber": 7,
              "lastLineNumber": 18,
              "travelerIndex": 5
            },
            {
              "firstLineNumber": 2,
              "lastLineNumber": 13,
              "travelerIndex": 0
            },
            {
              "firstLineNumber": 10,
              "lastLineNumber": 12,
              "travelerIndex": 1
            },
            {
              "firstLineNumber": 8,
              "lastLineNumber": 16,
              "travelerIndex": 1
            }
          ],
          "isNetFareCommission": true,
          "netRemit": {
            "cashAmount": "2",
            "commercialAgreementReferenceCode": "jNbKNd",
            "creditAmount": "8",
            "discountAmount": "1",
            "netRemitCode": "VZWY6DX",
            "sellingFareAmount": "0",
            "tourCode": "GkqoLA4WqC8zso1"
          },
          "penalties": [
            {
              "applicability": "BEFORE_DEPARTURE",
              "isChangeable": false,
              "maximumPenalty": {
                "amount": "77.05",
                "currencyCode": "SLE"
              },
              "type": "Refundable"
            },
            {
              "applicability": "BEFORE_DEPARTURE",
              "isChangeable": true,
              "maximumPenalty": {
                "amount": "100.30",
                "currencyCode": "PLN"
              },
              "type": "Refundable"
            }
          ],
          "priceQuoteRecordIds": [
            "PQ2",
            "PQ3"
          ],
          "priceWithTaxes": false,
          "printDocuments": "Invoice",
          "returnFareFlexibilityDetails": true,
          "sideTripFlights": [
            {
              "itemId": "7"
            },
            {
              "itemId": "1"
            },
            {
              "itemId": "5"
            },
            {
              "itemId": "1"
            }
          ],
          "spanishLargeFamilyDiscountLevel": 3,
          "specificFares": [
            {
              "fareBasisCode": "iQrbZ",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "2"
                }
              ]
            },
            {
              "fareBasisCode": "pUVpu",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "fareBasisCode": "nWYu0",
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "2"
                }
              ]
            },
            {
              "fareBasisCode": "Lxuux",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "4"
                }
              ]
            },
            {
              "fareBasisCode": "S9S4Q",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "fareBasisCode": "r05Wn",
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "8"
                }
              ]
            },
            {
              "fareBasisCode": "Ntj3K",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "9"
                }
              ]
            },
            {
              "fareBasisCode": "R7XOf",
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "5"
                }
              ]
            },
            {
              "fareBasisCode": "uPp8p",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "3"
                }
              ]
            },
            {
              "fareBasisCode": "lOpEc",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "7"
                }
              ]
            }
          ],
          "tourCode": "a0CwAIbi",
          "tourCodeOverrides": "REPLACE_WITH_BT",
          "travelerIndices": [
            2,
            1
          ],
          "validatingAirlineCode": "AA",
          "validityDates": [
            {
              "endDate": "2027-03-12",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "0"
                }
              ],
              "startDate": "2026-06-02"
            },
            {
              "endDate": "2027-06-08",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "1"
                }
              ],
              "startDate": "2025-08-26"
            },
            {
              "endDate": "2027-01-03",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "4"
                }
              ],
              "startDate": "2025-10-06"
            },
            {
              "endDate": "2027-06-14",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "8"
                }
              ],
              "startDate": "2025-12-24"
            },
            {
              "endDate": "2026-11-27",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "7"
                }
              ],
              "startDate": "2025-10-13"
            },
            {
              "endDate": "2027-02-17",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "5"
                }
              ],
              "startDate": "2026-05-19"
            },
            {
              "endDate": "2026-08-29",
              "flights": [
                {
                  "itemId": "2"
                }
              ],
              "startDate": "2025-12-23"
            },
            {
              "endDate": "2027-03-20",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "1"
                }
              ],
              "startDate": "2025-08-05"
            },
            {
              "endDate": "2026-10-06",
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "2"
                }
              ],
              "startDate": "2026-04-21"
            },
            {
              "endDate": "2027-07-01",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "0"
                }
              ],
              "startDate": "2026-05-29"
            }
          ]
        }
      },
      {
        "ancillaryIds": [
          "15",
          "14",
          "13"
        ],
        "payment": {
          "amountOnSecondFormOfPayment": "2",
          "primaryFormOfPayment": 1,
          "secondaryFormOfPayment": 1
        },
        "serviceFee": {
          "currencyCode": "AUD",
          "customerReference": "pOkrKCHdh",
          "description": "AIR SERVICE FEE",
          "overrideAmount": "7"
        },
        "ticketingQualifiers": {
          "baggageAllowance": [
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "2"
                }
              ],
              "totalWeightInKilograms": 15
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "7"
                }
              ],
              "totalWeightInKilograms": 10
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "1"
                }
              ],
              "totalWeightInKilograms": 30
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "1"
                }
              ],
              "totalWeightInKilograms": 19
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "5"
                }
              ],
              "totalWeightInKilograms": 21
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "9"
                }
              ],
              "totalWeightInKilograms": 16
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "4"
                }
              ],
              "totalWeightInKilograms": 17
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "5"
                }
              ],
              "totalWeightInKilograms": 22
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "2"
                }
              ],
              "totalWeightInKilograms": 12
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "4"
                }
              ],
              "totalWeightInKilograms": 29
            }
          ],
          "brandedFares": [
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "0"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "8"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "8"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "8"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "9"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "0"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "7"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "0"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "0"
                }
              ]
            }
          ],
          "commissionAmount": "8",
          "commissionPercentage": "0",
          "discountApprovalCode": "EQlTsKK4",
          "endorsements": {
            "description": "REF AGY ONLY",
            "useOverride": true
          },
          "excludeFareFocusFares": false,
          "exemptTaxes": [
            "ZP",
            "XF",
            "AY",
            "US"
          ],
          "futurePricingLines": [
            {
              "firstLineNumber": 5,
              "lastLineNumber": 12,
              "travelerIndex": 0
            },
            {
              "firstLineNumber": 2,
              "lastLineNumber": 11,
              "travelerIndex": 1
            },
            {
              "firstLineNumber": 9,
              "lastLineNumber": 13,
              "travelerIndex": 1
            },
            {
              "firstLineNumber": 3,
              "lastLineNumber": 15,
              "travelerIndex": 4
            },
            {
              "firstLineNumber": 3,
              "lastLineNumber": 16,
              "travelerIndex": 4
            },
            {
              "firstLineNumber": 7,
              "lastLineNumber": 20,
              "travelerIndex": 1
            },
            {
              "firstLineNumber": 5,
              "lastLineNumber": 12,
              "travelerIndex": 1
            },
            {
              "firstLineNumber": 7,
              "lastLineNumber": 13,
              "travelerIndex": 2
            },
            {
              "firstLineNumber": 10,
              "lastLineNumber": 19,
              "travelerIndex": 3
            },
            {
              "firstLineNumber": 3,
              "lastLineNumber": 15,
              "travelerIndex": 0
            }
          ],
          "isNetFareCommission": true,
          "netRemit": {
            "cashAmount": "7",
            "commercialAgreementReferenceCode": "ORx9ww",
            "creditAmount": "0",
            "discountAmount": "1",
            "netRemitCode": "GEPKwV6",
            "sellingFareAmount": "1",
            "tourCode": "BL2JFVkJaSzUHqs"
          },
          "penalties": [
            {
              "applicability": "BEFORE_DEPARTURE",
              "isChangeable": false,
              "maximumPenalty": {
                "amount": "82.39",
                "currencyCode": "VND"
              },
              "type": "Refundable"
            },
            {
              "applicability": "BEFORE_DEPARTURE",
              "isChangeable": true,
              "maximumPenalty": {
                "amount": "89.89",
                "currencyCode": "CZK"
              },
              "type": "Refundable"
            }
          ],
          "priceQuoteRecordIds": [
            "PQ3",
            "PQ1"
          ],
          "priceWithTaxes": true,
          "printDocuments": "Invoice",
          "returnFareFlexibilityDetails": false,
          "sideTripFlights": [
            {
              "itemId": "5"
            },
            {
              "itemId": "5"
            },
            {
              "itemId": "9"
            }
          ],
          "spanishLargeFamilyDiscountLevel": 3,
          "specificFares": [
            {
              "fareBasisCode": "tm7MF",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "6"
                }
              ]
            },
            {
              "fareBasisCode": "z3mu5",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "3"
                }
              ]
            },
            {
              "fareBasisCode": "h1vP9",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "9"
                }
              ]
            },
            {
              "fareBasisCode": "gNYfj",
              "flights": [
                {
                  "itemId": "6"
                }
              ]
            },
            {
              "fareBasisCode": "1IE72",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "9"
                }
              ]
            },
            {
              "fareBasisCode": "Gso9Z",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "8"
                }
              ]
            },
            {
              "fareBasisCode": "WGqoD",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "9"
                }
              ]
            },
            {
              "fareBasisCode": "Vw9Cl",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "4"
                }
              ]
            },
            {
              "fareBasisCode": "tarsa",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "9"
                }
              ]
            },
            {
              "fareBasisCode": "NlD41",
              "flights": [
                {
                  "itemId": "0"
                }
              ]
            }
          ],
          "tourCode": "gnEhodoM",
          "tourCodeOverrides": "REPLACE_WITH_BT",
          "travelerIndices": [
            2,
            1
          ],
          "validatingAirlineCode": "UA",
          "validityDates": [
            {
              "endDate": "2027-04-25",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "6"
                }
              ],
              "startDate": "2026-03-15"
            },
            {
              "endDate": "2026-12-31",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "8"
                }
              ],
              "startDate": "2025-09-25"
            },
            {
              "endDate": "2026-10-07",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "8"
                }
              ],
              "startDate": "2026-01-25"
            },
            {
              "endDate": "2027-06-29",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "9"
                }
              ],
              "startDate": "2026-01-15"
            },
            {
              "endDate": "2027-02-23",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "2"
                }
              ],
              "startDate": "2025-12-01"
            },
            {
              "endDate": "2026-10-08",
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "2"
                }
              ],
              "startDate": "2025-11-14"
            },
            {
              "endDate": "2026-11-29",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "5"
                }
              ],
              "startDate": "2025-08-12"
            },
            {
              "endDate": "2026-10-12",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "8"
                }
              ],
              "startDate": "2025-09-17"
            },
            {
              "endDate": "2027-05-14",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "9"
                }
              ],
              "startDate": "2025-07-23"
            },
            {
              "endDate": "2027-06-06",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "4"
                }
              ],
              "startDate": "2026-05-19"
            }
          ]
        }
      },
      {
        "ancillaryIds": [
          "14",
          "15",
          "12",
          "13"
        ],
        "payment": {
          "amountOnSecondFormOfPayment": "4",
          "primaryFormOfPayment": 2,
          "secondaryFormOfPayment": 0
        },
        "serviceFee": {
          "currencyCode": "LAK",
          "customerReference": "B4ikpb7ek",
          "description": "PROCESSING FEE",
          "overrideAmount": "8"
        },
        "ticketingQualifiers": {
          "baggageAllowance": [
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "1"
                }
              ],
              "totalWeightInKilograms": 23
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "4"
                }
              ],
              "totalWeightInKilograms": 17
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "2"
                }
              ],
              "totalWeightInKilograms": 13
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "7"
                }
              ],
              "totalWeightInKilograms": 29
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "0"
                }
              ],
              "totalWeightInKilograms": 15
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "2"
                }
              ],
              "totalWeightInKilograms": 18
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "0"
                }
              ],
              "totalWeightInKilograms": 28
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "8"
                }
              ],
              "totalWeightInKilograms": 23
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "9"
                }
              ],
              "totalWeightInKilograms": 14
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "1"
                }
              ],
              "totalWeightInKilograms": 22
            }
          ],
          "brandedFares": [
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "5"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "4"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "3"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "0"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "2"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "4"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "9"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "4"
                }
              ]
            }
          ],
          "commissionAmount": "0",
          "commissionPercentage": "2",
          "discountApprovalCode": "jhm9kWGm",
          "endorsements": {
            "description": "REF AGY ONLY",
            "useOverride": true
          },
          "excludeFareFocusFares": true,
          "exemptTaxes": [
            "US",
            "AY",
            "ZP",
            "XF"
          ],
          "futurePricingLines": [
            {
              "firstLineNumber": 4,
              "lastLineNumber": 15,
              "travelerIndex": 5
            },
            {
              "firstLineNumber": 5,
              "lastLineNumber": 15,
              "travelerIndex": 2
            },
            {
              "firstLineNumber": 1,
              "lastLineNumber": 13,
              "travelerIndex": 0
            },
            {
              "firstLineNumber": 10,
              "lastLineNumber": 11,
              "travelerIndex": 3
            },
            {
              "firstLineNumber": 4,
              "lastLineNumber": 19,
              "travelerIndex": 0
            },
            {
              "firstLineNumber": 9,
              "lastLineNumber": 13,
              "travelerIndex": 1
            },
            {
              "firstLineNumber": 2,
              "lastLineNumber": 19,
              "travelerIndex": 3
            },
            {
              "firstLineNumber": 10,
              "lastLineNumber": 12,
              "travelerIndex": 0
            },
            {
              "firstLineNumber": 7,
              "lastLineNumber": 12,
              "travelerIndex": 0
            },
            {
              "firstLineNumber": 7,
              "lastLineNumber": 13,
              "travelerIndex": 0
            }
          ],
          "isNetFareCommission": false,
          "netRemit": {
            "cashAmount": "9",
            "commercialAgreementReferenceCode": "mNDF2E",
            "creditAmount": "3",
            "discountAmount": "5",
            "netRemitCode": "PuKJiOg",
            "sellingFareAmount": "1",
            "tourCode": "XX3iQuMWcX515LW"
          },
          "penalties": [
            {
              "applicability": "BEFORE_DEPARTURE",
              "isChangeable": true,
              "maximumPenalty": {
                "amount": "128.39",
                "currencyCode": "STN"
              },
              "type": "Refundable"
            },
            {
              "applicability": "BEFORE_DEPARTURE",
              "isChangeable": false,
              "maximumPenalty": {
                "amount": "82.20",
                "currencyCode": "AFN"
              },
              "type": "Refundable"
            }
          ],
          "priceQuoteRecordIds": [
            "PQ1",
            "PQ2",
            "PQ3"
          ],
          "priceWithTaxes": true,
          "printDocuments": "Invoice",
          "returnFareFlexibilityDetails": true,
          "sideTripFlights": [
            {
              "itemId": "8"
            },
            {
              "itemId": "0"
            },
            {
              "itemId": "3"
            },
            {
              "itemId": "0"
            }
          ],
          "spanishLargeFamilyDiscountLevel": 3,
          "specificFares": [
            {
              "fareBasisCode": "KXxwK",
              "flights": [
                {
                  "itemId": "7"
                }
              ]
            },
            {
              "fareBasisCode": "vN6zI",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "7"
                }
              ]
            },
            {
              "fareBasisCode": "C834J",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "5"
                }
              ]
            },
            {
              "fareBasisCode": "YLKtE",
              "flights": [
                {
                  "itemId": "3"
                }
              ]
            },
            {
              "fareBasisCode": "nZV1y",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "fareBasisCode": "eQSBT",
              "flights": [
                {
                  "itemId": "5"
                }
              ]
            },
            {
              "fareBasisCode": "BtsEI",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "2"
                }
              ]
            },
            {
              "fareBasisCode": "qoDdr",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "3"
                }
              ]
            },
            {
              "fareBasisCode": "7p1xA",
              "flights": [
                {
                  "itemId": "0"
                }
              ]
            },
            {
              "fareBasisCode": "sbUCq",
              "flights": [
                {
                  "itemId": "9"
                }
              ]
            }
          ],
          "tourCode": "1RTfJvTJ",
          "tourCodeOverrides": "REPLACE_WITH_BT",
          "travelerIndices": [
            2,
            1
          ],
          "validatingAirlineCode": "DL",
          "validityDates": [
            {
              "endDate": "2027-05-17",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "6"
                }
              ],
              "startDate": "2026-04-20"
            },
            {
              "endDate": "2026-08-28",
              "flights": [
                {
                  "itemId": "0"
                }
              ],
              "startDate": "2026-05-12"
            },
            {
              "endDate": "2027-04-17",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "2"
                }
              ],
              "startDate": "2025-11-06"
            },
            {
              "endDate": "2027-06-18",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "8"
                }
              ],
              "startDate": "2025-08-15"
            },
            {
              "endDate": "2027-01-23",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "4"
                }
              ],
              "startDate": "2026-02-15"
            },
            {
              "endDate": "2026-11-25",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "5"
                }
              ],
              "startDate": "2025-10-13"
            },
            {
              "endDate": "2027-03-02",
              "flights": [
                {
                  "itemId": "0"
                }
              ],
              "startDate": "2025-09-09"
            },
            {
              "endDate": "2027-02-26",
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "4"
                }
              ],
              "startDate": "2026-05-20"
            },
            {
              "endDate": "2027-06-11",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "3"
                }
              ],
              "startDate": "2025-08-31"
            },
            {
              "endDate": "2026-07-31",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "9"
                }
              ],
              "startDate": "2026-05-02"
            }
          ]
        }
      },
      {
        "ancillaryIds": [
          "14",
          "13",
          "12"
        ],
        "payment": {
          "amountOnSecondFormOfPayment": "5",
          "primaryFormOfPayment": 0,
          "secondaryFormOfPayment": 1
        },
        "serviceFee": {
          "currencyCode": "MNT",
          "customerReference": "SNTmfXLDt",
          "description": "AIR SERVICE FEE",
          "overrideAmount": "5"
        },
        "ticketingQualifiers": {
          "baggageAllowance": [
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "8"
                }
              ],
              "totalWeightInKilograms": 23
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "4"
                }
              ],
              "totalWeightInKilograms": 12
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "8"
                }
              ],
              "totalWeightInKilograms": 27
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "8"
                }
              ],
              "totalWeightInKilograms": 24
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "4"
                }
              ],
              "totalWeightInKilograms": 11
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "0"
                }
              ],
              "totalWeightInKilograms": 30
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "7"
                }
              ],
              "totalWeightInKilograms": 27
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "3"
                }
              ],
              "totalWeightInKilograms": 10
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "3"
                }
              ],
              "totalWeightInKilograms": 30
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "6"
                }
              ],
              "totalWeightInKilograms": 17
            }
          ],
          "brandedFares": [
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "8"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "3"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "3"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "4"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "5"
                }
              ]
            },
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "5"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "3"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "3"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "7"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "2"
                }
              ]
            }
          ],
          "commissionAmount": "5",
          "commissionPercentage": "2",
          "discountApprovalCode": "uA3aVWef",
          "endorsements": {
            "description": "REF AGY ONLY",
            "useOverride": false
          },
          "excludeFareFocusFares": false,
          "exemptTaxes": [
            "XF",
            "US",
            "AY",
            "ZP"
          ],
          "futurePricingLines": [
            {
              "firstLineNumber": 6,
              "lastLineNumber": 16,
              "travelerIndex": 3
            },
            {
              "firstLineNumber": 8,
              "lastLineNumber": 16,
              "travelerIndex": 1
            },
            {
              "firstLineNumber": 9,
              "lastLineNumber": 16,
              "travelerIndex": 2
            },
            {
              "firstLineNumber": 1,
              "lastLineNumber": 11,
              "travelerIndex": 0
            },
            {
              "firstLineNumber": 9,
              "lastLineNumber": 20,
              "travelerIndex": 2
            },
            {
              "firstLineNumber": 8,
              "lastLineNumber": 17,
              "travelerIndex": 1
            },
            {
              "firstLineNumber": 7,
              "lastLineNumber": 13,
              "travelerIndex": 1
            },
            {
              "firstLineNumber": 9,
              "lastLineNumber": 20,
              "travelerIndex": 0
            },
            {
              "firstLineNumber": 3,
              "lastLineNumber": 17,
              "travelerIndex": 4
            },
            {
              "firstLineNumber": 9,
              "lastLineNumber": 15,
              "travelerIndex": 1
            }
          ],
          "isNetFareCommission": true,
          "netRemit": {
            "cashAmount": "9",
            "commercialAgreementReferenceCode": "MC01WO",
            "creditAmount": "9",
            "discountAmount": "0",
            "netRemitCode": "JhCs4GY",
            "sellingFareAmount": "6",
            "tourCode": "uj8CFpfDTfG5jVK"
          },
          "penalties": [
            {
              "applicability": "BEFORE_DEPARTURE",
              "isChangeable": true,
              "maximumPenalty": {
                "amount": "125.45",
                "currencyCode": "MYR"
              },
              "type": "Refundable"
            },
            {
              "applicability": "BEFORE_DEPARTURE",
              "isChangeable": true,
              "maximumPenalty": {
                "amount": "75.69",
                "currencyCode": "SGD"
              },
              "type": "Refundable"
            }
          ],
          "priceQuoteRecordIds": [
            "PQ2",
            "PQ3",
            "PQ1"
          ],
          "priceWithTaxes": false,
          "printDocuments": "Invoice",
          "returnFareFlexibilityDetails": true,
          "sideTripFlights": [
            {
              "itemId": "1"
            },
            {
              "itemId": "7"
            },
            {
              "itemId": "9"
            },
            {
              "itemId": "4"
            },
            {
              "itemId": "5"
            }
          ],
          "spanishLargeFamilyDiscountLevel": 2,
          "specificFares": [
            {
              "fareBasisCode": "phoBo",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "4"
                }
              ]
            },
            {
              "fareBasisCode": "rUZgY",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "6"
                }
              ]
            },
            {
              "fareBasisCode": "Gft8T",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "8"
                }
              ]
            },
            {
              "fareBasisCode": "dPXra",
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "8"
                }
              ]
            },
            {
              "fareBasisCode": "3wwHT",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "2"
                }
              ]
            },
            {
              "fareBasisCode": "vK8A3",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "6"
                }
              ]
            },
            {
              "fareBasisCode": "sQXgi",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "0"
                }
              ]
            },
            {
              "fareBasisCode": "Jlcor",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "3"
                }
              ]
            },
            {
              "fareBasisCode": "8kOUX",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "0"
                }
              ]
            },
            {
              "fareBasisCode": "wrNNU",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "6"
                }
              ]
            }
          ],
          "tourCode": "yqJ7DrKU",
          "tourCodeOverrides": "REPLACE_WITH_BT",
          "travelerIndices": [
            1,
            2
          ],
          "validatingAirlineCode": "DL",
          "validityDates": [
            {
              "endDate": "2026-12-25",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "6"
                }
              ],
              "startDate": "2026-07-01"
            },
            {
              "endDate": "2027-02-13",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "7"
                }
              ],
              "startDate": "2026-06-02"
            },
            {
              "endDate": "2027-05-11",
              "flights": [
                {
                  "itemId": "8"
                }
              ],
              "startDate": "2025-11-19"
            },
            {
              "endDate": "2027-06-03",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "0"
                }
              ],
              "startDate": "2026-05-28"
            },
            {
              "endDate": "2026-08-25",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "3"
                }
              ],
              "startDate": "2026-06-18"
            },
            {
              "endDate": "2027-01-04",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "8"
                }
              ],
              "startDate": "2026-01-19"
            },
            {
              "endDate": "2026-12-18",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "8"
                }
              ],
              "startDate": "2025-08-11"
            },
            {
              "endDate": "2027-07-12",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "0"
                }
              ],
              "startDate": "2025-10-01"
            },
            {
              "endDate": "2026-12-10",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "9"
                }
              ],
              "startDate": "2026-06-10"
            },
            {
              "endDate": "2027-04-06",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "3"
                }
              ],
              "startDate": "2025-08-28"
            }
          ]
        }
      },
      {
        "ancillaryIds": [
          "15",
          "14"
        ],
        "payment": {
          "amountOnSecondFormOfPayment": "0",
          "primaryFormOfPayment": 1,
          "secondaryFormOfPayment": 0
        },
        "serviceFee": {
          "currencyCode": "SRD",
          "customerReference": "Prl077MT8",
          "description": "PROCESSING FEE",
          "overrideAmount": "6"
        },
        "ticketingQualifiers": {
          "baggageAllowance": [
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "9"
                }
              ],
              "totalWeightInKilograms": 24
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "4"
                }
              ],
              "totalWeightInKilograms": 16
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "3"
                }
              ],
              "totalWeightInKilograms": 21
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "4"
                }
              ],
              "totalWeightInKilograms": 18
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "9"
                }
              ],
              "totalWeightInKilograms": 27
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "7"
                }
              ],
              "totalWeightInKilograms": 21
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "1"
                }
              ],
              "totalWeightInKilograms": 16
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "4"
                }
              ],
              "totalWeightInKilograms": 20
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "4"
                }
              ],
              "totalWeightInKilograms": 27
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "8"
                }
              ],
              "totalWeightInKilograms": 22
            }
          ],
          "brandedFares": [
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "9"
                }
              ]
            },
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "0"
                }
              ]
            },
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "3"
                }
              ]
            },
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "9"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "9"
                }
              ]
            },
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "7"
                }
              ]
            },
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "6"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "0"
                }
              ]
            },
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "3"
                }
              ]
            }
          ],
          "commissionAmount": "7",
          "commissionPercentage": "9",
          "discountApprovalCode": "d27PvQ5J",
          "endorsements": {
            "description": "REF AGY ONLY",
            "useOverride": true
          },
          "excludeFareFocusFares": false,
          "exemptTaxes": [
            "AY",
            "XF",
            "ZP"
          ],
          "futurePricingLines": [
            {
              "firstLineNumber": 10,
              "lastLineNumber": 15,
              "travelerIndex": 4
            },
            {
              "firstLineNumber": 10,
              "lastLineNumber": 19,
              "travelerIndex": 2
            },
            {
              "firstLineNumber": 9,
              "lastLineNumber": 11,
              "travelerIndex": 0
            },
            {
              "firstLineNumber": 9,
              "lastLineNumber": 11,
              "travelerIndex": 4
            },
            {
              "firstLineNumber": 1,
              "lastLineNumber": 13,
              "travelerIndex": 5
            },
            {
              "firstLineNumber": 9,
              "lastLineNumber": 11,
              "travelerIndex": 2
            },
            {
              "firstLineNumber": 1,
              "lastLineNumber": 16,
              "travelerIndex": 2
            },
            {
              "firstLineNumber": 8,
              "lastLineNumber": 11,
              "travelerIndex": 1
            },
            {
              "firstLineNumber": 2,
              "lastLineNumber": 13,
              "travelerIndex": 4
            },
            {
              "firstLineNumber": 8,
              "lastLineNumber": 11,
              "travelerIndex": 4
            }
          ],
          "isNetFareCommission": false,
          "netRemit": {
            "cashAmount": "5",
            "commercialAgreementReferenceCode": "tPnGOx",
            "creditAmount": "7",
            "discountAmount": "1",
            "netRemitCode": "5RX3zHA",
            "sellingFareAmount": "6",
            "tourCode": "RZbtzIoOvvGosdB"
          },
          "penalties": [
            {
              "applicability": "BEFORE_DEPARTURE",
              "isChangeable": true,
              "maximumPenalty": {
                "amount": "52.45",
                "currencyCode": "GYD"
              },
              "type": "Refundable"
            },
            {
              "applicability": "BEFORE_DEPARTURE",
              "isChangeable": false,
              "maximumPenalty": {
                "amount": "130.85",
                "currencyCode": "CUP"
              },
              "type": "Refundable"
            }
          ],
          "priceQuoteRecordIds": [
            "PQ3",
            "PQ2",
            "PQ1"
          ],
          "priceWithTaxes": false,
          "printDocuments": "Invoice",
          "returnFareFlexibilityDetails": false,
          "sideTripFlights": [
            {
              "itemId": "0"
            },
            {
              "itemId": "8"
            },
            {
              "itemId": "0"
            },
            {
              "itemId": "3"
            },
            {
              "itemId": "4"
            }
          ],
          "spanishLargeFamilyDiscountLevel": 3,
          "specificFares": [
            {
              "fareBasisCode": "zcAW5",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "8"
                }
              ]
            },
            {
              "fareBasisCode": "PoAHk",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "fareBasisCode": "B469D",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "2"
                }
              ]
            },
            {
              "fareBasisCode": "Z1oRy",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "5"
                }
              ]
            },
            {
              "fareBasisCode": "mz98W",
              "flights": [
                {
                  "itemId": "0"
                }
              ]
            },
            {
              "fareBasisCode": "IDbtL",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "5"
                }
              ]
            },
            {
              "fareBasisCode": "vuugo",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "4"
                }
              ]
            },
            {
              "fareBasisCode": "EefYV",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "3"
                }
              ]
            },
            {
              "fareBasisCode": "ch7mx",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "4"
                }
              ]
            },
            {
              "fareBasisCode": "oiMaQ",
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "8"
                }
              ]
            }
          ],
          "tourCode": "kCAzYupv",
          "tourCodeOverrides": "REPLACE_WITH_BT",
          "travelerIndices": [
            1,
            2
          ],
          "validatingAirlineCode": "DL",
          "validityDates": [
            {
              "endDate": "2027-06-17",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "0"
                }
              ],
              "startDate": "2026-03-15"
            },
            {
              "endDate": "2027-03-22",
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "1"
                }
              ],
              "startDate": "2026-04-24"
            },
            {
              "endDate": "2026-08-19",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "0"
                }
              ],
              "startDate": "2026-04-14"
            },
            {
              "endDate": "2027-04-02",
              "flights": [
                {
                  "itemId": "1"
                }
              ],
              "startDate": "2026-02-26"
            },
            {
              "endDate": "2027-06-10",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "1"
                }
              ],
              "startDate": "2026-07-04"
            },
            {
              "endDate": "2027-06-29",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "1"
                }
              ],
              "startDate": "2025-10-25"
            },
            {
              "endDate": "2027-04-26",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "1"
                }
              ],
              "startDate": "2026-07-01"
            },
            {
              "endDate": "2026-09-26",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "6"
                }
              ],
              "startDate": "2026-02-09"
            },
            {
              "endDate": "2026-10-25",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "6"
                }
              ],
              "startDate": "2026-06-09"
            },
            {
              "endDate": "2026-09-04",
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "8"
                }
              ],
              "startDate": "2025-09-02"
            }
          ]
        }
      },
      {
        "ancillaryIds": [
          "13",
          "15",
          "14",
          "12"
        ],
        "payment": {
          "amountOnSecondFormOfPayment": "1",
          "primaryFormOfPayment": 0,
          "secondaryFormOfPayment": 1
        },
        "serviceFee": {
          "currencyCode": "MOP",
          "customerReference": "R2o6BYMkI",
          "description": "PROCESSING FEE",
          "overrideAmount": "1"
        },
        "ticketingQualifiers": {
          "baggageAllowance": [
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "7"
                }
              ],
              "totalWeightInKilograms": 15
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "0"
                }
              ],
              "totalWeightInKilograms": 24
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "4"
                }
              ],
              "totalWeightInKilograms": 22
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "3"
                }
              ],
              "totalWeightInKilograms": 11
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "4"
                }
              ],
              "totalWeightInKilograms": 24
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "0"
                }
              ],
              "totalWeightInKilograms": 10
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "3"
                }
              ],
              "totalWeightInKilograms": 27
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "7"
                }
              ],
              "totalWeightInKilograms": 23
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "8"
                }
              ],
              "totalWeightInKilograms": 25
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "4"
                }
              ],
              "totalWeightInKilograms": 19
            }
          ],
          "brandedFares": [
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "4"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "3"
                }
              ]
            },
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "6"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "0"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "6"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "9"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "0"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "0"
                }
              ]
            }
          ],
          "commissionAmount": "5",
          "commissionPercentage": "6",
          "discountApprovalCode": "Bdf9As7E",
          "endorsements": {
            "description": "NON-ENDORSABLE",
            "useOverride": false
          },
          "excludeFareFocusFares": true,
          "exemptTaxes": [
            "XF",
            "AY",
            "US",
            "ZP"
          ],
          "futurePricingLines": [
            {
              "firstLineNumber": 3,
              "lastLineNumber": 20,
              "travelerIndex": 0
            },
            {
              "firstLineNumber": 3,
              "lastLineNumber": 11,
              "travelerIndex": 3
            },
            {
              "firstLineNumber": 7,
              "lastLineNumber": 11,
              "travelerIndex": 5
            },
            {
              "firstLineNumber": 9,
              "lastLineNumber": 15,
              "travelerIndex": 3
            },
            {
              "firstLineNumber": 7,
              "lastLineNumber": 13,
              "travelerIndex": 0
            },
            {
              "firstLineNumber": 5,
              "lastLineNumber": 20,
              "travelerIndex": 4
            },
            {
              "firstLineNumber": 1,
              "lastLineNumber": 19,
              "travelerIndex": 4
            },
            {
              "firstLineNumber": 3,
              "lastLineNumber": 20,
              "travelerIndex": 4
            },
            {
              "firstLineNumber": 4,
              "lastLineNumber": 20,
              "travelerIndex": 4
            },
            {
              "firstLineNumber": 4,
              "lastLineNumber": 12,
              "travelerIndex": 5
            }
          ],
          "isNetFareCommission": false,
          "netRemit": {
            "cashAmount": "7",
            "commercialAgreementReferenceCode": "fo0KUI",
            "creditAmount": "5",
            "discountAmount": "5",
            "netRemitCode": "50PW5zS",
            "sellingFareAmount": "1",
            "tourCode": "1su3rA6QXuVzT6x"
          },
          "penalties": [
            {
              "applicability": "BEFORE_DEPARTURE",
              "isChangeable": true,
              "maximumPenalty": {
                "amount": "66.59",
                "currencyCode": "AED"
              },
              "type": "Refundable"
            },
            {
              "applicability": "BEFORE_DEPARTURE",
              "isChangeable": true,
              "maximumPenalty": {
                "amount": "127.05",
                "currencyCode": "TWD"
              },
              "type": "Refundable"
            }
          ],
          "priceQuoteRecordIds": [
            "PQ1",
            "PQ3",
            "PQ2"
          ],
          "priceWithTaxes": true,
          "printDocuments": "Invoice",
          "returnFareFlexibilityDetails": true,
          "sideTripFlights": [
            {
              "itemId": "0"
            },
            {
              "itemId": "4"
            },
            {
              "itemId": "8"
            },
            {
              "itemId": "7"
            },
            {
              "itemId": "1"
            }
          ],
          "spanishLargeFamilyDiscountLevel": 3,
          "specificFares": [
            {
              "fareBasisCode": "r7nY5",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "5"
                }
              ]
            },
            {
              "fareBasisCode": "enHLy",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "6"
                }
              ]
            },
            {
              "fareBasisCode": "TYa0H",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "fareBasisCode": "OUfyj",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "6"
                }
              ]
            },
            {
              "fareBasisCode": "VTKPy",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "6"
                }
              ]
            },
            {
              "fareBasisCode": "wltL7",
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "4"
                }
              ]
            },
            {
              "fareBasisCode": "U1NRf",
              "flights": [
                {
                  "itemId": "9"
                }
              ]
            },
            {
              "fareBasisCode": "xMP9U",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "3"
                }
              ]
            },
            {
              "fareBasisCode": "matk1",
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "0"
                }
              ]
            },
            {
              "fareBasisCode": "d6iAU",
              "flights": [
                {
                  "itemId": "8"
                }
              ]
            }
          ],
          "tourCode": "hlT5gLci",
          "tourCodeOverrides": "REPLACE_WITH_BT",
          "travelerIndices": [
            1,
            2
          ],
          "validatingAirlineCode": "AA",
          "validityDates": [
            {
              "endDate": "2026-12-08",
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "1"
                }
              ],
              "startDate": "2026-05-24"
            },
            {
              "endDate": "2026-12-07",
              "flights": [
                {
                  "itemId": "0"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "5"
                }
              ],
              "startDate": "2025-11-11"
            },
            {
              "endDate": "2027-04-23",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "4"
                }
              ],
              "startDate": "2026-03-18"
            },
            {
              "endDate": "2027-05-23",
              "flights": [
                {
                  "itemId": "7"
                }
              ],
              "startDate": "2026-01-03"
            },
            {
              "endDate": "2027-02-16",
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "9"
                }
              ],
              "startDate": "2025-07-29"
            },
            {
              "endDate": "2026-11-29",
              "flights": [
                {
                  "itemId": "5"
                }
              ],
              "startDate": "2026-02-28"
            },
            {
              "endDate": "2027-05-13",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "8"
                }
              ],
              "startDate": "2026-05-05"
            },
            {
              "endDate": "2026-12-28",
              "flights": [
                {
                  "itemId": "2"
                }
              ],
              "startDate": "2026-04-23"
            },
            {
              "endDate": "2026-12-01",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "1"
                }
              ],
              "startDate": "2026-02-05"
            },
            {
              "endDate": "2027-03-16",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "0"
                }
              ],
              "startDate": "2025-12-13"
            }
          ]
        }
      },
      {
        "ancillaryIds": [
          "13",
          "12",
          "14",
          "15"
        ],
        "payment": {
          "amountOnSecondFormOfPayment": "4",
          "primaryFormOfPayment": 0,
          "secondaryFormOfPayment": 0
        },
        "serviceFee": {
          "currencyCode": "SLE",
          "customerReference": "9akuSWDyp",
          "description": "AIR SERVICE FEE",
          "overrideAmount": "7"
        },
        "ticketingQualifiers": {
          "baggageAllowance": [
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "0"
                }
              ],
              "totalWeightInKilograms": 13
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "4"
                }
              ],
              "totalWeightInKilograms": 23
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "6"
                }
              ],
              "totalWeightInKilograms": 21
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "8"
                }
              ],
              "totalWeightInKilograms": 27
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "5"
                }
              ],
              "totalWeightInKilograms": 20
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "5"
                }
              ],
              "totalWeightInKilograms": 23
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "4"
                }
              ],
              "totalWeightInKilograms": 26
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "4"
                },
                {
                  "itemId": "3"
                }
              ],
              "totalWeightInKilograms": 22
            },
            {
              "baggagePieces": 1,
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "4"
                }
              ],
              "totalWeightInKilograms": 21
            },
            {
              "baggagePieces": 2,
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "8"
                }
              ],
              "totalWeightInKilograms": 17
            }
          ],
          "brandedFares": [
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "3"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "9"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "3"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "8"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "6"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "8"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "brandCode": "BIZ",
              "flights": [
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "brandCode": "ECON",
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "0"
                }
              ]
            },
            {
              "brandCode": "CP",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "2"
                }
              ]
            },
            {
              "brandCode": "FRST",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "6"
                }
              ]
            }
          ],
          "commissionAmount": "2",
          "commissionPercentage": "8",
          "discountApprovalCode": "GkQ9tTXY",
          "endorsements": {
            "description": "NON-ENDORSABLE",
            "useOverride": false
          },
          "excludeFareFocusFares": false,
          "exemptTaxes": [
            "US",
            "AY",
            "XF",
            "ZP"
          ],
          "futurePricingLines": [
            {
              "firstLineNumber": 1,
              "lastLineNumber": 11,
              "travelerIndex": 5
            },
            {
              "firstLineNumber": 1,
              "lastLineNumber": 20,
              "travelerIndex": 1
            },
            {
              "firstLineNumber": 5,
              "lastLineNumber": 16,
              "travelerIndex": 0
            },
            {
              "firstLineNumber": 8,
              "lastLineNumber": 16,
              "travelerIndex": 4
            },
            {
              "firstLineNumber": 1,
              "lastLineNumber": 16,
              "travelerIndex": 2
            },
            {
              "firstLineNumber": 3,
              "lastLineNumber": 15,
              "travelerIndex": 4
            },
            {
              "firstLineNumber": 7,
              "lastLineNumber": 18,
              "travelerIndex": 1
            },
            {
              "firstLineNumber": 2,
              "lastLineNumber": 11,
              "travelerIndex": 0
            },
            {
              "firstLineNumber": 10,
              "lastLineNumber": 19,
              "travelerIndex": 4
            },
            {
              "firstLineNumber": 10,
              "lastLineNumber": 16,
              "travelerIndex": 5
            }
          ],
          "isNetFareCommission": true,
          "netRemit": {
            "cashAmount": "0",
            "commercialAgreementReferenceCode": "w36fsE",
            "creditAmount": "2",
            "discountAmount": "1",
            "netRemitCode": "ksbY6Gw",
            "sellingFareAmount": "7",
            "tourCode": "pU1KYINIhFTWKc2"
          },
          "penalties": [
            {
              "applicability": "BEFORE_DEPARTURE",
              "isChangeable": false,
              "maximumPenalty": {
                "amount": "93.69",
                "currencyCode": "ANG"
              },
              "type": "Refundable"
            },
            {
              "applicability": "BEFORE_DEPARTURE",
              "isChangeable": false,
              "maximumPenalty": {
                "amount": "112.39",
                "currencyCode": "SHP"
              },
              "type": "Refundable"
            }
          ],
          "priceQuoteRecordIds": [
            "PQ3",
            "PQ2",
            "PQ1"
          ],
          "priceWithTaxes": false,
          "printDocuments": "Invoice",
          "returnFareFlexibilityDetails": true,
          "sideTripFlights": [
            {
              "itemId": "9"
            },
            {
              "itemId": "7"
            },
            {
              "itemId": "4"
            },
            {
              "itemId": "9"
            },
            {
              "itemId": "0"
            }
          ],
          "spanishLargeFamilyDiscountLevel": 1,
          "specificFares": [
            {
              "fareBasisCode": "bNd2l",
              "flights": [
                {
                  "itemId": "3"
                }
              ]
            },
            {
              "fareBasisCode": "AKUyZ",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "fareBasisCode": "gVHJh",
              "flights": [
                {
                  "itemId": "4"
                }
              ]
            },
            {
              "fareBasisCode": "rGYjN",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "7"
                }
              ]
            },
            {
              "fareBasisCode": "D9B9k",
              "flights": [
                {
                  "itemId": "2"
                }
              ]
            },
            {
              "fareBasisCode": "BvuN5",
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "6"
                }
              ]
            },
            {
              "fareBasisCode": "N971W",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "1"
                }
              ]
            },
            {
              "fareBasisCode": "5ociX",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "2"
                }
              ]
            },
            {
              "fareBasisCode": "tVNlf",
              "flights": [
                {
                  "itemId": "5"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "4"
                }
              ]
            },
            {
              "fareBasisCode": "Ifc7O",
              "flights": [
                {
                  "itemId": "5"
                }
              ]
            }
          ],
          "tourCode": "luakgVKx",
          "tourCodeOverrides": "REPLACE_WITH_BT",
          "travelerIndices": [
            2,
            1
          ],
          "validatingAirlineCode": "AA",
          "validityDates": [
            {
              "endDate": "2026-11-29",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "8"
                }
              ],
              "startDate": "2025-12-27"
            },
            {
              "endDate": "2027-05-12",
              "flights": [
                {
                  "itemId": "2"
                }
              ],
              "startDate": "2026-05-15"
            },
            {
              "endDate": "2026-08-13",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "7"
                }
              ],
              "startDate": "2026-05-04"
            },
            {
              "endDate": "2026-08-11",
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "3"
                }
              ],
              "startDate": "2026-05-16"
            },
            {
              "endDate": "2026-10-05",
              "flights": [
                {
                  "itemId": "1"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "0"
                }
              ],
              "startDate": "2026-05-07"
            },
            {
              "endDate": "2026-08-03",
              "flights": [
                {
                  "itemId": "7"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "3"
                }
              ],
              "startDate": "2026-04-10"
            },
            {
              "endDate": "2027-03-03",
              "flights": [
                {
                  "itemId": "6"
                },
                {
                  "itemId": "8"
                },
                {
                  "itemId": "9"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "1"
                }
              ],
              "startDate": "2026-05-12"
            },
            {
              "endDate": "2027-05-15",
              "flights": [
                {
                  "itemId": "9"
                },
                {
                  "itemId": "7"
                },
                {
                  "itemId": "1"
                },
                {
                  "itemId": "6"
                },
                {
                  "itemId": "6"
                }
              ],
              "startDate": "2026-01-27"
            },
            {
              "endDate": "2027-03-15",
              "flights": [
                {
                  "itemId": "3"
                },
                {
                  "itemId": "3"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "0"
                },
                {
                  "itemId": "8"
                }
              ],
              "startDate": "2026-06-30"
            },
            {
              "endDate": "2027-01-20",
              "flights": [
                {
                  "itemId": "2"
                },
                {
                  "itemId": "2"
                },
                {
                  "itemId": "5"
                },
                {
                  "itemId": "4"
                },
                {
                  "itemId": "5"
                }
              ],
              "startDate": "2025-12-21"
            }
          ]
        }
      }
    ],
    "generateSingleInvoice": false,
    "notificationEmail": "INVOICE",
    "priceQuoteExpirationMethod": "Reprice",
    "receivedFrom": "API",
    "retainAccounting": true,
    "targetPcc": "i8U0",
    "travelers": [
      {
        "givenName": "Samir",
        "middleName": "Kai",
        "surname": "Emmerich"
      },
      {
        "givenName": "Vivianne",
        "middleName": "Ryan",
        "surname": "Reichel"
      },
      {
        "givenName": "Nicola",
        "middleName": "Taylor",
        "surname": "Christiansen-Gottlieb"
      },
      {
        "givenName": "Dina",
        "middleName": "Jaden",
        "surname": "Little"
      },
      {
        "givenName": "Myriam",
        "middleName": "August",
        "surname": "Koch"
      },
      {
        "givenName": "Lynn",
        "middleName": "Emerson",
        "surname": "Grady-Terry"
      },
      {
        "givenName": "Fausto",
        "middleName": "Reign",
        "surname": "Bednar"
      },
      {
        "givenName": "Laurianne",
        "middleName": "Skyler",
        "surname": "Borer"
      },
      {
        "givenName": "Myrtie",
        "middleName": "Jaden",
        "surname": "Mitchell"
      }
    ]
  },
  "tickets": [
    {
      "date": "2026-07-21",
      "isCommitted": false,
      "number": "5",
      "payment": {
        "currencyCode": "CVE",
        "fees": "25.39",
        "netRemit": "128.45",
        "subtotal": "79.99",
        "taxes": "13.99",
        "total": "131.18"
      },
      "ticketingPcc": "plGw",
      "ticketStatusCode": "OPEN",
      "ticketStatusName": "Issued",
      "travelerGivenName": "Moses",
      "travelerSurname": "Klein"
    },
    {
      "date": "2026-07-20",
      "isCommitted": true,
      "number": "9",
      "payment": {
        "currencyCode": "GNF",
        "fees": "9.09",
        "netRemit": "100.19",
        "subtotal": "190.05",
        "taxes": "9.39",
        "total": "210.29"
      },
      "ticketingPcc": "5yCw",
      "ticketStatusCode": "OPEN",
      "ticketStatusName": "Issued",
      "travelerGivenName": "Daniela",
      "travelerSurname": "Medhurst-O'Keefe"
    },
    {
      "date": "2026-07-21",
      "isCommitted": false,
      "number": "0",
      "payment": {
        "currencyCode": "BZD",
        "fees": "22.29",
        "netRemit": "122.55",
        "subtotal": "94.35",
        "taxes": "12.09",
        "total": "89.69"
      },
      "ticketingPcc": "SEAz",
      "ticketStatusCode": "OPEN",
      "ticketStatusName": "Issued",
      "travelerGivenName": "Zoila",
      "travelerSurname": "O'Kon"
    },
    {
      "date": "2026-07-20",
      "isCommitted": true,
      "number": "2",
      "payment": {
        "currencyCode": "PKR",
        "fees": "13.40",
        "netRemit": "127.65",
        "subtotal": "112.20",
        "taxes": "16.99",
        "total": "219.60"
      },
      "ticketingPcc": "oGBw",
      "ticketStatusCode": "OPEN",
      "ticketStatusName": "Issued",
      "travelerGivenName": "Marlin",
      "travelerSurname": "DuBuque"
    }
  ],
  "timestamp": "2026-07-20T00:00:00.0Z",
  "warnings": [
    {
      "category": "INFO",
      "description": "A mandatory field is missing.",
      "fieldName": "notificationEmail",
      "fieldPath": "FulfillTicketsRequest",
      "fieldValue": "2024-01-01",
      "type": "EMAIL_NOT_FOUND"
    },
    {
      "category": "WARNING",
      "description": "The email notification has not been sent.",
      "fieldName": "bookingKey",
      "fieldPath": "FulfillTicketsRequest",
      "fieldValue": "2024-01-01",
      "type": "INVALID_DATE"
    }
  ]
}
sabretravelbookingticketingrest