# Validate air itinerary Validates the air itinerary for availability and pricing Endpoint: POST /v2/air/revalidate-itinerary Version: v2 Security: Bearer ## Request fields (application/json): - `workflowIds` (object) The set of unique response ids associated with the booking workflow. - `workflowIds.checkoutResponseId` (string) ID sent by the backend in the air checkout response. - `workflowIds.seatMapResponseId` (string) ID sent by the backend in the air seat map response. - `workflowIds.paymentSetupResponseId` (string) ID set by the backend in the payment setup API response. - `workflowIds.initiateBookingId` (string) ID set by the backend in the initiate booking API response. - `tripId` (object) The trip ID with which this booking will be associated. - `tripId.id` (string, required) Id. Example: "2783425534" - `travelers` (array) - `travelers.travelerDetails` (object, required) - `travelers.travelerDetails.travelerInfo` (any) - `travelers.travelerDetails.travelerType` (string) Type of passenger Enum: "UNKNOWN_PASSENGER_TYPE", "ADULT", "CHILD", "INFANT", "INFANT_ON_LAP", "YOUTH", "SENIOR", "TEEN" - `travelers.travelerDetails.title` (string) Enum: "TITLE_UNKNOWN", "MR", "MS", "MRS", "MX", "MASTER", "MISS", "DR", "PROFESSOR", "CAPTAIN", "REVEREND", "HONOURABLE", "SIR", "LADY", "AMBASSADOR", "LORD", "BRIGADIER", "SENATOR", "DAME", "JUSTICE", "UK" - `travelers.travelerDetails.name` (object) Full name containing first, middle, last (family) names, and suffix. - `travelers.travelerDetails.name.family1` (string, required) Last (family) name. Example: "Gandas" - `travelers.travelerDetails.name.family2` (string) Example: "FamilyTwo" - `travelers.travelerDetails.name.given` (string, required) First (given) name. Example: "Vichitr" - `travelers.travelerDetails.name.middle` (string) Middle name. Example: "Kumar" - `travelers.travelerDetails.name.suffix` (string) Suffix used with the name. For example SR or JR. Enum: "NAME_SUFFIX_UNKNOWN", "SR", "JR", "MD", "PHD", "II", "III", "IV", "DO", "ATTY", "V", "VI", "ESQ", "DC", "DDS", "VM", "JD", "SECOND", "THIRD" - `travelers.travelerDetails.name.preferred` (string) Informal preferred name added by traveler. This is not used on any PNR or tickets Example: "Don" - `travelers.travelerDetails.gender` (string) Enum: "MALE", "FEMALE", "UNSPECIFIED", "UNDISCLOSED" - `travelers.travelerDetails.dob` (object) Date in ISO 8601 standard. - `travelers.travelerDetails.dob.iso8601` (string, required) Example: "2017-07-21" - `travelers.travelerDetails.phoneNumber` (object) Properly formatted phone number. - `travelers.travelerDetails.phoneNumber.countryCode` (integer) two digit country code Example: 91 - `travelers.travelerDetails.phoneNumber.countryCodeSource` (string) Enum: "UNSPECIFIED", "FROM_NUMBER_WITH_PLUS_SIGN", "FROM_NUMBER_WITH_IDD", "FROM_NUMBER_WITHOUT_PLUS_SIGN", "FROM_DEFAULT_COUNTRY" - `travelers.travelerDetails.phoneNumber.extension` (string) phone number extension Example: "222" - `travelers.travelerDetails.phoneNumber.isoCountryCode` (string) ISO alpha-2 code Example: "IN" - `travelers.travelerDetails.phoneNumber.italianLeadingZero` (boolean) Example: true - `travelers.travelerDetails.phoneNumber.nationalNumber` (integer) Example: 8150 - `travelers.travelerDetails.phoneNumber.numberOfLeadingZeros` (integer) Example: 1 - `travelers.travelerDetails.phoneNumber.preferredDomesticCarrierCode` (string) Example: "7" - `travelers.travelerDetails.phoneNumber.rawInput` (string) Example: "77777" - `travelers.travelerDetails.phoneNumber.type` (string) Enum: "UNKNOWN_TYPE", "MOBILE", "LANDLINE" - `travelers.travelerDetails.email` (string) Example: "example@email.com" - `travelers.travelerDetails.identityDocs` (array) - `travelers.travelerDetails.address` (object) Postal Address Details - `travelers.travelerDetails.address.addressLines` (array, required) Address lines Example: ["Golden Gate Bridge"] - `travelers.travelerDetails.address.administrativeArea` (string) Code of administrative area. For example: DL for Delhi, India. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many countries don't use an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated. Example: "CA" - `travelers.travelerDetails.address.administrativeAreaName` (string) Name of administrative area. This is full name corresponding to administrativeArea. Like Delhi for DL area code. For some places, code and name maybe same as well like Tokyo. Example: "California" - `travelers.travelerDetails.address.description` (string) Address description Example: "San Francisco Home" - `travelers.travelerDetails.address.isDefault` (boolean) Whether this address is default address in case multiple addresses are specified. Example: true - `travelers.travelerDetails.address.languageCode` (string) BCP-47 language code of the contents of this address (if known). This is often the UI language of the input form or is expected to match one of the languages used in the address' country/region, or their transliterated equivalents. This can affect formatting in certain countries, but is not critical to the correctness of the data and will never affect any validation or other non-formatting related operations. Examples: "zh-Hant", "ja", "ja-Latn", "en". Example: "en" - `travelers.travelerDetails.address.locality` (string) Generally refers to the city/town portion of the address. Example: "San Francisco" - `travelers.travelerDetails.address.locationCode` (string) IATA 3-letter location code. See https://www.iata.org/en/services/codes. Example: "LAX" - `travelers.travelerDetails.address.organization` (string) The name of the organization at the address. Example: "Spotnana" - `travelers.travelerDetails.address.postalCode` (string) Postal code of the address. This is a required field when setting for a user/legal entity/company etc. Example: "94130" - `travelers.travelerDetails.address.continentCode` (string) 2 letter continent code of the continent this address falls in. Example: "AF" - `travelers.travelerDetails.address.recipients` (array) The recipient at the address. - `travelers.travelerDetails.address.regionCode` (string, required) Region code of the country/region of the address. Example: "US" - `travelers.travelerDetails.address.regionName` (string) Region name of the country/region of the address. Example: "America" - `travelers.travelerDetails.address.revision` (integer) Example: 1 - `travelers.travelerDetails.address.sortingCode` (string) Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number alone, representing the "sector code" (Jamaica), "delivery area indicator" (Malawi) or "post office indicator" (e.g. Côte d'Ivoire). Example: "Jamaica" - `travelers.travelerDetails.address.sublocality` (string) Sublocality of the address. This can be neighborhoods, boroughs, districts. - `travelers.travelerDetails.address.timezone` (string) Time zone of the address. Example: "America/Los_Angeles" - `travelers.travelerDetails.address.coordinates` (object) Map coordinates of the address. - `travelers.travelerDetails.address.coordinates.latitude` (number, required) Latitude of the Location Example: 77.1025 - `travelers.travelerDetails.address.coordinates.longitude` (number, required) Longitude of the Location Example: 28.7041 - `travelers.travelerDetails.loyaltyInfos` (array) - `travelers.travelerDetails.loyaltyInfos.appliedTo` (array) Example: ["TAJ"] - `travelers.travelerDetails.loyaltyInfos.id` (string, required) Example: "firstId" - `travelers.travelerDetails.loyaltyInfos.issuedBy` (string, required) Example: "firstIssuedBy" - `travelers.travelerDetails.loyaltyInfos.linked` (boolean) Indicates if this loyalty account is linked to the external provider. Only applicable for certain loyalty types. - `travelers.travelerDetails.emergencyContact` (object) Emergency contact information. - `travelers.travelerDetails.emergencyContact.name` (string, required) Full name of contact. Example: "John Smith" - `travelers.travelerDetails.emergencyContact.email` (string) Email address of contact. Example: "emergency-contact@email.com" - `travelers.travelerDetails.emergencyContact.relation` (string) Relation of contact to user. Enum: "RELATION_UNKNOWN", "SPOUSE", "PARENT", "SIBLING", "CHILD", "FRIEND", "RELATIVE", "COLLEAGUE", "OTHER" - `travelers.travelerDetails.emergencyContact.phoneNumbers` (array, required) Phone numbers of contact. - `travelers.travelerDetails.emergencyContact.preferredLanguage` (string) Language preferred by user. Example: "en-US" - `travelers.travelerDetails.emergencyContact.designation` (string) Job title of contact. Example: "MANAGER" - `travelers.travelerDetails.travelerId` (object) The ID of the traveler. - `travelers.travelerDetails.emergencyContactInfo` (object) Emergency contact information. - `travelers.travelerDetails.emergencyContactInfo.designation` (string) Example: "MANAGER" - `travelers.travelerDetails.emergencyContactInfo.userOrgId` (object) User and user's organization information. - `travelers.travelerDetails.emergencyContactInfo.userOrgId.organizationId` (object, required) Organization id for traveler. - `travelers.travelerDetails.emergencyContactInfo.userOrgId.userId` (object, required) User identifier - `travelers.travelerDetails.emergencyContactInfo.userOrgId.tmcBasicInfo` (object) TMC related basic information. - `travelers.travelerDetails.emergencyContactInfo.userOrgId.tmcBasicInfo.contractingTmc` (object, required) Contracting TMC is the TMC the user/organization contracted. - `travelers.travelerDetails.emergencyContactInfo.userOrgId.tmcBasicInfo.contractingTmc.id` (object, required) Company ID - `travelers.travelerDetails.emergencyContactInfo.userOrgId.tmcBasicInfo.contractingTmc.name` (string) - `travelers.travelerDetails.emergencyContactInfo.userOrgId.tmcBasicInfo.contractingTmc.logo` (object) Company logo - `travelers.travelerDetails.emergencyContactInfo.userOrgId.tmcBasicInfo.contractingTmc.logo.data` (string) Example: "6935813e12584abda0e43d71cd2ea260" - `travelers.travelerDetails.emergencyContactInfo.userOrgId.tmcBasicInfo.contractingTmc.logo.dimensions` (object) Image dimensions ie width and height. - `travelers.travelerDetails.emergencyContactInfo.userOrgId.tmcBasicInfo.contractingTmc.logo.dimensions.height` (integer) Example: 120 - `travelers.travelerDetails.emergencyContactInfo.userOrgId.tmcBasicInfo.contractingTmc.logo.dimensions.width` (integer) Example: 240 - `travelers.travelerDetails.emergencyContactInfo.userOrgId.tmcBasicInfo.contractingTmc.logo.url` (string) Example: "https://static.wixstatic.com/media/73f2e2_6935813e12584abda0e43d71cd2ea260~mv2.png/v1/fill/w_630,h_94,al_c,q_85,usm_0.66_1.00_0.01/Spotnana%403x.webp" - `travelers.travelerDetails.emergencyContactInfo.userOrgId.tmcBasicInfo.bookingTmc` (object, required) Booking TMC is the TMC used for the bookings for the user/organization. - `travelers.travelerDetails.emergencyContactInfo.userOrgId.organizationAgencyId` (object) Agency id for the organization. - `travelers.travelerDetails.emergencyContactInfo.userOrgId.tmcInfo` (object) TMC config information. - `travelers.travelerDetails.emergencyContactInfo.userOrgId.tmcInfo.id` (object, required) TMC id. - `travelers.travelerDetails.emergencyContactInfo.userOrgId.tmcInfo.primaryServiceProviderTmc` (object, required) Primary service provider TMC for the TMC. - `travelers.travelerDetails.emergencyContactInfo.userOrgId.tmcInfo.primaryServiceProviderTmc.tmcId` (object, required) Id of the service provider TMC. - `travelers.travelerDetails.emergencyContactInfo.userOrgId.tmcInfo.secondaryServiceProviderTmcs` (array) Secondary service provider TMCs for the TMC. - `travelers.travelerDetails.emergencyContactInfo.userOrgId.tmcInfo.secondaryServiceProviderTmcs.supplier` (string, required) Supplier for which this service provider should be used. Enum: "SABRE", "AMADEUS", "TRAVEL_FUSION", "FARELOGIX_NDC", "ATPCO_NDC", "TRAINLINE", "AVIA", "QBR", "BCD", "QANTAS_HOTELS", "SOUTHWEST", "EXPEDIA", "HOTEL_HUB", "NDC", "MARRIOTT", "CLEARTRIP", "KYTE", "GROUNDSPAN", "SABRE_NDC", "BOOKING_COM", "CARTRAWLER", "PREMIER_INN", "TRAVELODGE" - `travelers.travelerDetails.emergencyContactInfo.userOrgId.tmcInfo.secondaryServiceProviderTmcs.travelType` (string, required) Travel type for which this service provider should be used. Enum: "AIR", "HOTEL", "CAR", "RAIL", "LIMO", "MISC", "ALL" - `travelers.travelerDetails.emergencyContactInfo.userOrgId.tmcInfo.partnerTmcId` (object) Useful to identify the clients onboarded by a PARTNER_TMC - `travelers.seats` (array, required) - `travelers.seats.flightId` (string, required) The ID of the flight associated with this baggage. - `travelers.seats.seatNumbers` (array, required) The seat numbers selected for the associated flight. - `travelers.baggages` (array, required) - `travelers.baggages.legId` (string, required) The ID of the leg associated with this baggage. - `travelers.baggages.baggageIds` (array, required) The IDs of the selected baggage options from the flight checkout API response. - `travelers.ancillaries` (array) The ancillary options selected during checkout. - `travelers.ancillaries.ancillaryId` (string, required) The ID of the selected ancillary option. Example: "ancillary_0" - `travelers.shareContactInfo` (boolean) Flag to support IATA regulation 830d that requires user's consent to share email and phone with airline. If set to true, airlines will have access to traveler's email and phone to directly communicate events like operational disruption. - `travelers.specialServiceRequests` (array) List of all Special Service Requests (SSR) for the traveler. - `travelers.specialServiceRequests.indexes` (object) Indexes for the flight and leg for which the changes are requested. - `travelers.specialServiceRequests.indexes.legIndex` (integer, required) Index referencing the flight leg for which the SSR should be added. Should be used in conjunction with the flight Index. Example: 1 - `travelers.specialServiceRequests.indexes.flightIndex` (integer, required) Index referencing the flight for which the SSR should be added. Should be used in conjunction with the leg Index. Example: 2 - `travelers.specialServiceRequests.flightIndex` (integer) Index referencing the flight for which the changes are requested. - `travelers.specialServiceRequests.code` (string, required) Unique 4-letter code for the Special Service Request (SSR). Example: "WCHC" - `travelers.specialServiceRequests.info` (string) Free text field for adding additional details about the Special Service Request (SSR). Example: "Special meal without egg." - `bookingCharges` (array) - `bookingCharges.amount` (object) The amount to be charged for this payment method. This is optional if there's only one payment method provided for the booking. - `bookingCharges.amount.base` (object, required) Base fare amount. - `bookingCharges.amount.base.amount` (number, required) The numeric value for the amount of money. Example: 510 - `bookingCharges.amount.base.currencyCode` (string, required) The 3-letter currency code for the money amount (defined using ISO 4217 standard). Example: "GBP" - `bookingCharges.amount.base.convertedAmount` (number) The converted currency and amount that has been converted (if a currency conversion has been requested). For example, if the call requests that money be sent in a specified currency (because the frontend requested the backend to send money in the user's preferred currency). Example: 715.42 - `bookingCharges.amount.base.convertedCurrency` (string) The 3-letter currency code for the converted currency (defined using ISO 4217 standard). Example: "USD" - `bookingCharges.amount.base.otherCoinage` (array) List of the dollar amount in other coinage systems like reward points, cryptocurrency etc. - `bookingCharges.amount.base.otherCoinage.coinageCode` (string) Payment method Enum: "PAYMENT_METHOD_UNKNOWN", "CREDIT_CARD", "BREX_POINTS", "CASH", "QANTAS_POINTS", "VENDOR_PROGRAM_PAYMENT", "DELAYED_INVOICING", "FLIGHT_CREDITS", "QANTAS_TRAVEL_FUND", "CUSTOM_VIRTUAL_PAYMENT", "FLIGHT_PASS", "MISCELLANEOUS_CREDIT_ORDER" - `bookingCharges.amount.base.otherCoinage.amount` (number) Example: 1000 - `bookingCharges.amount.base.otherCoinage.conversionRate` (number) 1 coin in this system equals to how many currency value Example: 0.01 - `bookingCharges.amount.base.otherCoinage.preferredCurrencyConversionRate` (number) 1 coin in this system equals to how many currency value Example: 0.01 - `bookingCharges.amount.tax` (object, required) Tax amount. - `bookingCharges.amount.taxBreakdown` (array) Breakdown of tax amounts. - `bookingCharges.amount.taxBreakdown.amount` (object, required) Tax amount - `bookingCharges.amount.taxBreakdown.taxCode` (string) Tax code Example: "VAT" - `bookingCharges.amount.taxBreakdown.percentage` (number) Tax amount to total amount Example: 9 - `bookingCharges.paymentMethod` (any) - `promotionCode` (object) Promo code applied to the order (optional) - `promotionCode.code` (string, required) Promotion code string Example: "NEWUSER" ## Response 200 fields (application/json): - `bookingId` (string) The booking ID for the booking. Example: "bookingid" - `fareBreakDown` (object) - `fareBreakDown.totalFare` (object, required) Total amount charged on card including ancillaries and all other charges like OB fees, merchant fees, and penalty. - `fareBreakDown.totalFare.base` (object, required) Base fare amount. - `fareBreakDown.totalFare.base.amount` (number, required) The numeric value for the amount of money. Example: 510 - `fareBreakDown.totalFare.base.currencyCode` (string, required) The 3-letter currency code for the money amount (defined using ISO 4217 standard). Example: "GBP" - `fareBreakDown.totalFare.base.convertedAmount` (number) The converted currency and amount that has been converted (if a currency conversion has been requested). For example, if the call requests that money be sent in a specified currency (because the frontend requested the backend to send money in the user's preferred currency). Example: 715.42 - `fareBreakDown.totalFare.base.convertedCurrency` (string) The 3-letter currency code for the converted currency (defined using ISO 4217 standard). Example: "USD" - `fareBreakDown.totalFare.base.otherCoinage` (array) List of the dollar amount in other coinage systems like reward points, cryptocurrency etc. - `fareBreakDown.totalFare.base.otherCoinage.coinageCode` (string) Payment method Enum: "PAYMENT_METHOD_UNKNOWN", "CREDIT_CARD", "BREX_POINTS", "CASH", "QANTAS_POINTS", "VENDOR_PROGRAM_PAYMENT", "DELAYED_INVOICING", "FLIGHT_CREDITS", "QANTAS_TRAVEL_FUND", "CUSTOM_VIRTUAL_PAYMENT", "FLIGHT_PASS", "MISCELLANEOUS_CREDIT_ORDER" - `fareBreakDown.totalFare.base.otherCoinage.amount` (number) Example: 1000 - `fareBreakDown.totalFare.base.otherCoinage.conversionRate` (number) 1 coin in this system equals to how many currency value Example: 0.01 - `fareBreakDown.totalFare.base.otherCoinage.preferredCurrencyConversionRate` (number) 1 coin in this system equals to how many currency value Example: 0.01 - `fareBreakDown.totalFare.tax` (object, required) Tax amount. - `fareBreakDown.totalFare.taxBreakdown` (array) Breakdown of tax amounts. - `fareBreakDown.totalFare.taxBreakdown.amount` (object, required) Tax amount - `fareBreakDown.totalFare.taxBreakdown.taxCode` (string) Tax code Example: "VAT" - `fareBreakDown.totalFare.taxBreakdown.percentage` (number) Tax amount to total amount Example: 9 - `fareBreakDown.merchantFee` (object) Total merchant fee for this booking. - `fareBreakDown.airlineFee` (object) Total OB fees applicable for this booking. - `fareBreakDown.changeFee` (object) Total change penalty applicable for this booking. - `legPrices` (array) - `legPrices.legId` (string) The leg ID. Example: "leg-id" - `legPrices.amount` (object) The price breakdown of leg. If the price breakdown of leg is not available, price will denote the price of entire itinerary. - `legPrices.travelerPrices` (array) Price breakdown for each traveler type, if available. - `legPrices.travelerPrices.travelerType` (string, required) Type of passenger. Enum: "UNKNOWN_PASSENGER_TYPE", "ADULT", "CHILD", "INFANT", "INFANT_ON_LAP", "YOUTH", "SENIOR", "TEEN" - `legPrices.travelerPrices.travelerAge` (object, required) Age of passenger. - `legPrices.travelerPrices.travelerAge.numYears` (integer, required) Age of the passenger Example: 22 - `legPrices.travelerPrices.numTravelers` (integer, required) Number of travelers of the specified type and age. Example: 3 - `legPrices.travelerPrices.amount` (object, required) Leg fare per passenger of the specified type and age. - `legPrices.travelerPrices.airlineFee` (object) Ob fees applicable on the traveler fare. - `legPrices.travelerPrices.taxBreakdown` (array) Details of the tax amount in per passenger fare field. - `legPrices.airlineFee` (object) Total OB Fees for this leg. OB fees are generally charged by airlines in addition to the base ticket price. These fees can include service or credit card fees charged by the airline. - `perTravelerPrices` (array) - `policyDetails` (object) Policy Info applicable for the associated itinerary - `policyDetails.policies` (array) List of policies applied to the itinerary. - `policyDetails.policies.id` (string, required) Policy id - `policyDetails.policies.version` (string, required) version of the policy - `policyDetails.policies.policyName` (string) Name of the policy applied. - `policyDetails.policies.approvalType` (string) Enum: "HARD_APPROVAL", "SOFT_APPROVAL", "PASSIVE_APPROVAL" - `policyDetails.policies.policyType` (string) Enum: "GLOBAL", "DEFAULT", "GROUP" - `policyDetails.ruleResultInfos` (array) - `policyDetails.ruleResultInfos.violationInfos` (array) - `policyDetails.ruleResultInfos.violationInfos.predicateString` (string) - `policyDetails.ruleResultInfos.violationInfos.predicate` (string) This contains the enum mentioning the policy rule which was violated. Enum: "UNKNOWN_PREDICATE_STRING", "MAX_FARE_PER_TRAVELLER_VIOLATION", "FARE_MORE_THAN_MINIMUM", "FARE_MORE_THAN_MEDIAN", "FARE_LESS_THAN_MEDIAN", "FARE_MORE_THAN_LLF", "MAX_FARE_PER_TRAVELLER_VIOLATION_INCLUDING_TAX", "MAX_FARE_PER_TRAVELLER_VIOLATION_EXCLUDING_TAX", "HOTEL_PAYMENT_OPTIONS_VIOLATION", "RAIL_BOOKING_WINDOW_GAP_VIOLATION", "RAIL_TRAVEL_CLASS_VIOLATION", "RAIL_TICKET_REFUNDABLE_VIOLATION", "RAIL_MAX_BOOKING_PRICE_VIOLATION_INCLUDING_TAX", "RAIL_MAX_BOOKING_PRICE_VIOLATION_EXCLUDING_TAX", "AIR_MAX_PRICE_MORE_THAN_LLF_VIOLATION_INCLUDING_TAX", "AIR_MAX_PRICE_MORE_THAN_LLF_VIOLATION_EXCLUDING_TAX", "HOTEL_RESTRICTED_KEYWORDS_VIOLATION", "RESTRICTED_LOCATION_VIOLATION", "FLIGHT_ADVANCE_BOOKING_WINDOW_DOMESTIC_VIOLATION", "FLIGHT_ADVANCE_BOOKING_WINDOW_INTERNATIONAL_VIOLATION", "FLIGHT_ADVANCE_BOOKING_WINDOW_VIOLATION", "ITINERARY_WITHIN_EVENT_TRAVEL_WINDOW", "HOTEL_IN_ALLOWED_HOTEL_LIST", "PAYMENT_ACCESS_VIOLATION", "AIRPORT_IN_ALLOWED_AIRPORT_LIST", "ITINERARY_TYPE_IS_NOT_IN_ALLOWED_BOOKING_TYPES", "PAYMENT_AIR_ADDON_VIOLATION", "MAX_HOTEL_BOOKING_PRICE_INCLUDING_TAX", "MAX_HOTEL_BOOKING_PRICE_EXCLUDING_TAX", "AIR_NUM_TRAVELERS_ALLOWED", "PREFERRED_VENDOR_VIOLATION", "SEAT_ADDON_VIOLATION", "BAGGAGE_ADDON_VIOLATION", "EARLY_BIRD_ADDON_VIOLATION", "WIFI_ADDON_VIOLATION", "RESTRICTED_BOOKING_VIOLATION", "HIGHEST_ALLOWED_CABIN_VIOLATION", "LOWEST_FARE_PER_HOTEL_PROPERTY_VIOLATION", "AIR_RESTRICTED_FARES_VIOLATION", "AIR_ANCILLARY_VIOLATION" - `policyDetails.ruleResultInfos.violationInfos.expectedValue` (any) - `policyDetails.ruleResultInfos.violationInfos.actualValue` (any) - `policyDetails.ruleResultInfos.subViolationInfos` (array) In case of complex rules this will contain extra information as to how the rule was calculated. - `policyDetails.ruleResultInfos.actions` (array) Followed actions if rule was satisfied else violated actions. - `mcoIssuanceEligibility` (string) It indicates whether an MCO can be issued for this ticket. It is dependent on the validating airline of the ticket. Enum: "ELIGIBLE", "NOT_ELIGIBLE", "MAYBE_ELIGIBLE" ## Response 401 fields (application/json): - `debugIdentifier` (string) Link to debug the error internally. - `errorMessages` (array) - `errorMessages.errorCode` (string) Error code to identify the specific errors. - `errorMessages.message` (string) Message containing details of error. - `errorMessages.errorParameters` (array) Error message parameters. - `errorMessages.errorParameters.name` (string) Parameter name - `errorMessages.errorParameters.value` (string) Parameter value - `errorMessages.errorDetail` (string) More details about the error. ## Response 403 fields (application/json): - `debugIdentifier` (string) Link to debug the error internally. - `errorMessages` (array) - `errorMessages.errorCode` (string) Error code to identify the specific errors. - `errorMessages.message` (string) Message containing details of error. - `errorMessages.errorParameters` (array) Error message parameters. - `errorMessages.errorParameters.name` (string) Parameter name - `errorMessages.errorParameters.value` (string) Parameter value - `errorMessages.errorDetail` (string) More details about the error. ## Response 404 fields (application/json): - `debugIdentifier` (string) Link to debug the error internally. - `errorMessages` (array) - `errorMessages.errorCode` (string) Error code to identify the specific errors. - `errorMessages.message` (string) Message containing details of error. - `errorMessages.errorParameters` (array) Error message parameters. - `errorMessages.errorParameters.name` (string) Parameter name - `errorMessages.errorParameters.value` (string) Parameter value - `errorMessages.errorDetail` (string) More details about the error.