Skip to content
Last updated

API Changelog

Keep track of the latest changes made to Spotnana APIs. This document will be updated to list new additions, modifications, and deprecations made to the APIs.

  • The token generation endpoint /get-auth-token has been deprecated. Use the new /v2/auth/oauth2-token endpoint to generate bearer token as mentioned in the updated authentication steps.
  • The List Trips /v2/list-organisation-trips endpoint has been deprecated. Use the new List trip summaries for a company endpoint instead which has improved filtering and pagination.

February 03, 2026

Updates

Company API
  • PATCH /v2/companies/{companyId}/features:
    • request: added support for new value ENABLE_TRAVEL_NAME on enum featuresToDelete
    • request: added support for new value ENABLE_TRAVEL_NAME on enum featuresToUpdate>name
  • GET /v2/companies/{companyId}/features:
    • 200 response: added support for new value ENABLE_TRAVEL_NAME on enum features>name
Document API
  • GET /v2/documents/{documentId}:
    • 200 response: added support for new value AIR_COMMISSION_CONTRACT on enum document>documentMetadata>entityType
  • GET /v2/documents:
    • 200 response: added support for new value AIR_COMMISSION_CONTRACT on enum documents>documentMetadata>entityType
    • added entityType query parameter
  • POST /v2/documents:
    • 200 response: added support for new value AIR_COMMISSION_CONTRACT on enum documentMetadata>entityType
    • request: added support for new value AIR_COMMISSION_CONTRACT on enum documentMetadata>entityType
Event API
  • POST /v2/events/bulk-edit:
    • request: added support for new value AIR_COMMISSION_CONTRACT on enum eventsToUpdate>eventBasicInfo>documents>documentMetadata>entityType
  • POST /v2/events/summaries:
    • 200 response: added support for new value AIR_COMMISSION_CONTRACT on enum tripEventSummaries>travelerEventSummary>documents>documentMetadata>entityType
  • POST /v2/events/{eventId}/edit-basic-info:
    • request: added support for new value AIR_COMMISSION_CONTRACT on enum documents>documentMetadata>entityType
  • POST /v2/events/list:
    • 200 response: added support for new value AIR_COMMISSION_CONTRACT on enum events>group>metadata>documents>documentMetadata>entityType
  • GET /v2/events/read-by-external-id:
    • 200 response: added support for new value AIR_COMMISSION_CONTRACT on enum event>group>metadata>documents>documentMetadata>entityType
  • GET /v2/events/{eventId}:
    • 200 response: added support for new value AIR_COMMISSION_CONTRACT on enum event>group>metadata>documents>documentMetadata>entityType
  • POST /v2/events:
    • request: added support for new value AIR_COMMISSION_CONTRACT on enum documents>documentMetadata>entityType
Template API
  • GET /v2/event-templates/read-by-external-id:
    • 200 response: added support for new value AIR_COMMISSION_CONTRACT on enum eventTemplate>group>metadata>documents>documentMetadata>entityType
  • POST /v2/event-templates/list:
    • 200 response: added support for new value AIR_COMMISSION_CONTRACT on enum eventTemplates>group>metadata>documents>documentMetadata>entityType
  • GET /v2/event-templates/{templateId}:
    • 200 response: added support for new value AIR_COMMISSION_CONTRACT on enum eventTemplate>group>metadata>documents>documentMetadata>entityType
Trip API
  • POST /v3/approvals/companies/{companyId}/list:
    • 200 response: added support for approvalDataList>basicTripInfo>tripMetadata>tripCommunicationPreferences property
  • POST /v3/approvals/approvers/{userId}/list:
    • 200 response: added support for approvalDataList>basicTripInfo>tripMetadata>tripCommunicationPreferences property
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for new value AIR_COMMISSION_CONTRACT on enum documents>documentMetadata>entityType
    • request: has been updated at path airPnr>travelerInfos>tickets>refundPolicy>description
    • request: has been updated at path airPnr>travelerInfos>tickets>exchangePolicy>description
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for new value AIR_COMMISSION_CONTRACT on enum documents>documentMetadata>entityType
    • 200 response: has been updated at path airPnr>travelerInfos>tickets>refundPolicy>description
    • 200 response: has been updated at path airPnr>travelerInfos>tickets>exchangePolicy>description
  • POST /v3/trips/{tripId}/pnrs:
    • request: added support for new value AIR_COMMISSION_CONTRACT on enum documents>documentMetadata>entityType
    • request: has been updated at path airPnr>travelerInfos>tickets>refundPolicy>description
    • request: has been updated at path airPnr>travelerInfos>tickets>exchangePolicy>description
  • POST /v3/trips/{tripId}:
    • request: added support for tripCommunicationPreferences property
  • GET /v3/trips/{tripId}/detail:
    • 200 response: added support for new value AIR_COMMISSION_CONTRACT on enum eventSummary>documents>documentMetadata>entityType
    • 200 response: added support for new value AIR_COMMISSION_CONTRACT on enum pendingManualFormPnrs>data>documents>documentMetadata>entityType
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>refundPolicy>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangePolicy>description
    • 200 response: added support for new value AIR_COMMISSION_CONTRACT on enum pendingShellPnrs>data>documents>documentMetadata>entityType
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>tickets>refundPolicy>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangePolicy>description
    • 200 response: added support for new value AIR_COMMISSION_CONTRACT on enum pnrs>data>documents>documentMetadata>entityType
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>tickets>refundPolicy>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>tickets>exchangePolicy>description
    • 200 response: added support for basicTripInfo>tripMetadata>tripCommunicationPreferences property
  • GET /v2/trips/{tripId}:
    • 200 response: added support for tripMetadata>tripCommunicationPreferences property

January 29, 2026

Updates

Trip API
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for carPnr>originalCarSearchInfo>renterAge property
    • request: added support for carPnr>originalCarSearchInfo>citizenCountryCode property
    • request: added support for carPnr>originalCarSearchInfo>pickupCountryCode property
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for carPnr>originalCarSearchInfo>renterAge property
    • 200 response: added support for carPnr>originalCarSearchInfo>citizenCountryCode property
    • 200 response: added support for carPnr>originalCarSearchInfo>pickupCountryCode property
  • POST /v3/trips/{tripId}/pnrs:
    • request: added support for carPnr>originalCarSearchInfo>renterAge property
    • request: added support for carPnr>originalCarSearchInfo>citizenCountryCode property
    • request: added support for carPnr>originalCarSearchInfo>pickupCountryCode property
  • GET /v3/trips/{tripId}/detail:
    • 200 response: added support for pendingManualFormPnrs>data>carPnr>originalCarSearchInfo>renterAge property
    • 200 response: added support for pendingManualFormPnrs>data>carPnr>originalCarSearchInfo>citizenCountryCode property
    • 200 response: added support for pendingManualFormPnrs>data>carPnr>originalCarSearchInfo>pickupCountryCode property
    • 200 response: added support for pendingShellPnrs>data>carPnr>originalCarSearchInfo>renterAge property
    • 200 response: added support for pendingShellPnrs>data>carPnr>originalCarSearchInfo>citizenCountryCode property
    • 200 response: added support for pendingShellPnrs>data>carPnr>originalCarSearchInfo>pickupCountryCode property
    • 200 response: added support for pnrs>data>carPnr>originalCarSearchInfo>renterAge property
    • 200 response: added support for pnrs>data>carPnr>originalCarSearchInfo>citizenCountryCode property
    • 200 response: added support for pnrs>data>carPnr>originalCarSearchInfo>pickupCountryCode property
  • POST /v3/approvals/companies/{companyId}/list:
    • 200 response: added support for approvalDataList>basicTripInfo>stealthMode property
  • POST /v3/approvals/approvers/{userId}/list:
    • 200 response: added support for approvalDataList>basicTripInfo>stealthMode property
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for airPnr>bookingMetadata>fareStatistics>cheapestFares property
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for airPnr>bookingMetadata>fareStatistics>cheapestFares property
  • POST /v3/trips/{tripId}/pnrs:
    • request: added support for airPnr>bookingMetadata>fareStatistics>cheapestFares property
  • GET /v3/trips/{tripId}/detail:
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>bookingMetadata>fareStatistics>cheapestFares property
    • 200 response: added support for pendingShellPnrs>data>airPnr>bookingMetadata>fareStatistics>cheapestFares property
    • 200 response: added support for pnrs>data>airPnr>bookingMetadata>fareStatistics>cheapestFares property
    • 200 response: added support for basicTripInfo>stealthMode property
  • GET /v2/trips/{tripId}:
    • 200 response: added support for stealthMode property
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for new value TO_BE_ISSUED on enum transactions>ctc>transactionStatus
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for new value TO_BE_ISSUED on enum transactions>ctc>transactionStatus
  • POST /v3/trips/{tripId}/pnrs:
    • request: added support for new value TO_BE_ISSUED on enum transactions>ctc>transactionStatus
  • GET /v3/trips/{tripId}/detail:
    • 200 response: added support for new value TO_BE_ISSUED on enum pendingManualFormPnrs>data>transactions>ctc>transactionStatus
    • 200 response: added support for new value TO_BE_ISSUED on enum pendingShellPnrs>data>transactions>ctc>transactionStatus
    • 200 response: added support for new value TO_BE_ISSUED on enum pnrs>data>transactions>ctc>transactionStatus

Deprecations

Trip API
  • POST /v3/approvals/companies/{companyId}/list:
    • 200 response: stealthType at path approvalDataList>basicTripInfo>stealthType has been deprecated
  • POST /v3/approvals/approvers/{userId}/list:
    • 200 response: stealthType at path approvalDataList>basicTripInfo>stealthType has been deprecated
  • GET /v3/trips/{tripId}/detail:
    • 200 response: stealthType at path basicTripInfo>stealthType has been deprecated
  • GET /v2/trips/{tripId}:
    • 200 response: stealthType has been deprecated

January 22, 2026

Updates

Company API
  • PATCH /v2/companies/{companyId}/features:
    • request: removed support for value ENABLE_SHOW_UNAVAILABLE_HOTEL_FILTER_BY_DEFAULT from enum featuresToDelete
    • request: added support for new value ENABLE_SHOW_NOT_ALLOWED_HOTEL_FILTER_BY_DEFAULT on enum featuresToDelete
    • request: removed support for value ENABLE_SHOW_UNAVAILABLE_HOTEL_FILTER_BY_DEFAULT from enum featuresToUpdate>name
    • request: added support for new value ENABLE_SHOW_NOT_ALLOWED_HOTEL_FILTER_BY_DEFAULT on enum featuresToUpdate>name
  • GET /v2/companies/{companyId}/features:
    • 200 response: removed support for value ENABLE_SHOW_UNAVAILABLE_HOTEL_FILTER_BY_DEFAULT from enum features>name
    • 200 response: added support for new value ENABLE_SHOW_NOT_ALLOWED_HOTEL_FILTER_BY_DEFAULT on enum features>name
  • POST /v2/service-charge/{entityType}/{entityId}/types/{type}/list:
    • 200 response: added support for serviceCharges>charge>feeInfo>feeName property
    • 200 response: added support for new value MERCHANT_FEE on enum serviceCharges>charge>feeInfo>valueAddedServiceFeeType
  • PATCH /v2/companies/{companyId}/features:
    • request: removed support for value ENABLE_SHOW_NOT_ALLOWED_HOTEL_FILTER_BY_DEFAULT from enum featuresToDelete
    • request: added support for new value ENABLE_SHOW_UNAVAILABLE_HOTEL_FILTER_BY_DEFAULT on enum featuresToDelete
    • request: removed support for value ENABLE_SHOW_NOT_ALLOWED_HOTEL_FILTER_BY_DEFAULT from enum featuresToUpdate>name
    • request: added support for new value ENABLE_SHOW_UNAVAILABLE_HOTEL_FILTER_BY_DEFAULT on enum featuresToUpdate>name
  • GET /v2/companies/{companyId}/features:
    • 200 response: removed support for value ENABLE_SHOW_NOT_ALLOWED_HOTEL_FILTER_BY_DEFAULT from enum features>name
    • 200 response: added support for new value ENABLE_SHOW_UNAVAILABLE_HOTEL_FILTER_BY_DEFAULT on enum features>name
Document API
  • POST /v2/documents:
    • request: added encoding
    • request: added support for documentMetadataStr property
    • request: has been updated at path file>description
    • request: documentMetadata is no longer required
Payments API
  • POST /v2/service-charge/{entityType}/{entityId}/types/{type}/list:
    • 200 response: added support for serviceCharges>charge>feeInfo>feeName property
    • 200 response: added support for new value MERCHANT_FEE on enum serviceCharges>charge>feeInfo>valueAddedServiceFeeType
Trip API
  • GET /v2/trips/{tripId}/pnrs/{pnrId}/cancellation-details:
    • 200 response: added support for new value AUTOMATED_UNUSED_CREDIT_NOT_SUPPORTED on enum cancellationDetails>air>cancellationNotSupportedReasons
    • 200 response: added support for new value AUTOMATED_UNUSED_CREDIT_NOT_SUPPORTED on enum cancellationDetails>air>travelers>tickets>cancellationNotSupportedReasons
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for serviceFees>feeInfo>feeName property
    • request: added support for new value MERCHANT_FEE on enum serviceFees>feeInfo>valueAddedServiceFeeType
    • request: added support for transactions>itemGroups>feeInfo>feeName property
    • request: added support for new value MERCHANT_FEE on enum transactions>itemGroups>feeInfo>valueAddedServiceFeeType
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for serviceFees>feeInfo>feeName property
    • 200 response: added support for new value MERCHANT_FEE on enum serviceFees>feeInfo>valueAddedServiceFeeType
    • 200 response: added support for transactions>itemGroups>feeInfo>feeName property
    • 200 response: added support for new value MERCHANT_FEE on enum transactions>itemGroups>feeInfo>valueAddedServiceFeeType
  • POST /v3/trips/{tripId}/pnrs:
    • request: added support for serviceFees>feeInfo>feeName property
    • request: added support for new value MERCHANT_FEE on enum serviceFees>feeInfo>valueAddedServiceFeeType
    • request: added support for transactions>itemGroups>feeInfo>feeName property
    • request: added support for new value MERCHANT_FEE on enum transactions>itemGroups>feeInfo>valueAddedServiceFeeType
  • GET /v3/trips/{tripId}/detail:
    • 200 response: added support for pendingManualFormPnrs>data>serviceFees>feeInfo>feeName property
    • 200 response: added support for new value MERCHANT_FEE on enum pendingManualFormPnrs>data>serviceFees>feeInfo>valueAddedServiceFeeType
    • 200 response: added support for pendingManualFormPnrs>data>transactions>itemGroups>feeInfo>feeName property
    • 200 response: added support for new value MERCHANT_FEE on enum pendingManualFormPnrs>data>transactions>itemGroups>feeInfo>valueAddedServiceFeeType
    • 200 response: added support for pendingShellPnrs>data>serviceFees>feeInfo>feeName property
    • 200 response: added support for new value MERCHANT_FEE on enum pendingShellPnrs>data>serviceFees>feeInfo>valueAddedServiceFeeType
    • 200 response: added support for pendingShellPnrs>data>transactions>itemGroups>feeInfo>feeName property
    • 200 response: added support for new value MERCHANT_FEE on enum pendingShellPnrs>data>transactions>itemGroups>feeInfo>valueAddedServiceFeeType
    • 200 response: added support for pnrs>data>serviceFees>feeInfo>feeName property
    • 200 response: added support for new value MERCHANT_FEE on enum pnrs>data>serviceFees>feeInfo>valueAddedServiceFeeType
    • 200 response: added support for pnrs>data>transactions>itemGroups>feeInfo>feeName property
    • 200 response: added support for new value MERCHANT_FEE on enum pnrs>data>transactions>itemGroups>feeInfo>valueAddedServiceFeeType

January 19, 2026

Updates

Company API
  • PATCH /v2/companies/{companyId}/features:
    • request: added support for new value ENABLE_SHOW_NOT_ALLOWED_HOTEL_FILTER_BY_DEFAULT on enum featuresToDelete
    • request: added support for new value ENABLE_SHOW_NOT_ALLOWED_HOTEL_FILTER_BY_DEFAULT on enum featuresToUpdate>name
  • GET /v2/companies/{companyId}/features:
    • 200 response: added support for new value ENABLE_SHOW_NOT_ALLOWED_HOTEL_FILTER_BY_DEFAULT on enum features>name
Document API
  • POST /v2/documents:
    • request: removed encoding
    • request: removed support for documentMetadataStr property
    • request: has been updated at path file>description
    • request: documentMetadata is now required
    • request: added encoding
    • request: added support for documentMetadataStr property
    • request: has been updated at path file>description
    • request: documentMetadata is no longer required
Trip API
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for transactions>itemGroups>previousTransactionFares>amountList property
    • request: added support for transactions>itemGroups>transactionFares>amountList property
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for transactions>itemGroups>previousTransactionFares>amountList property
    • 200 response: added support for transactions>itemGroups>transactionFares>amountList property
  • POST /v3/trips/{tripId}/pnrs:
    • request: added support for transactions>itemGroups>previousTransactionFares>amountList property
    • request: added support for transactions>itemGroups>transactionFares>amountList property
  • GET /v3/trips/{tripId}/detail:
    • 200 response: added support for pendingManualFormPnrs>data>transactions>itemGroups>previousTransactionFares>amountList property
    • 200 response: added support for pendingManualFormPnrs>data>transactions>itemGroups>transactionFares>amountList property
    • 200 response: added support for pendingShellPnrs>data>transactions>itemGroups>previousTransactionFares>amountList property
    • 200 response: added support for pendingShellPnrs>data>transactions>itemGroups>transactionFares>amountList property
    • 200 response: added support for pnrs>data>transactions>itemGroups>previousTransactionFares>amountList property
    • 200 response: added support for pnrs>data>transactions>itemGroups>transactionFares>amountList property
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: removed support for value SEAT_BASE from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: removed support for value SEAT_HST from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: removed support for value SEAT_GST from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: removed support for value SEAT_QST from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: removed support for value BAGGAGE_BASE from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: removed support for value BAGGAGE_HST from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: removed support for value BAGGAGE_GST from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: removed support for value BAGGAGE_QST from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: removed support for value SEAT_BASE from enum transactions>itemGroups>transactionFares>transactionFareType
    • request: removed support for value SEAT_HST from enum transactions>itemGroups>transactionFares>transactionFareType
    • request: removed support for value SEAT_GST from enum transactions>itemGroups>transactionFares>transactionFareType
    • request: removed support for value SEAT_QST from enum transactions>itemGroups>transactionFares>transactionFareType
    • request: removed support for value BAGGAGE_BASE from enum transactions>itemGroups>transactionFares>transactionFareType
    • request: removed support for value BAGGAGE_HST from enum transactions>itemGroups>transactionFares>transactionFareType
    • request: removed support for value BAGGAGE_GST from enum transactions>itemGroups>transactionFares>transactionFareType
    • request: removed support for value BAGGAGE_QST from enum transactions>itemGroups>transactionFares>transactionFareType
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: removed support for value SEAT_BASE from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value SEAT_HST from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value SEAT_GST from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value SEAT_QST from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_BASE from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_HST from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_GST from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_QST from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value SEAT_BASE from enum transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value SEAT_HST from enum transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value SEAT_GST from enum transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value SEAT_QST from enum transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_BASE from enum transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_HST from enum transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_GST from enum transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_QST from enum transactions>itemGroups>transactionFares>transactionFareType
  • POST /v3/trips/{tripId}/pnrs:
    • request: removed support for value SEAT_BASE from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: removed support for value SEAT_HST from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: removed support for value SEAT_GST from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: removed support for value SEAT_QST from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: removed support for value BAGGAGE_BASE from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: removed support for value BAGGAGE_HST from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: removed support for value BAGGAGE_GST from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: removed support for value BAGGAGE_QST from enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: removed support for value SEAT_BASE from enum transactions>itemGroups>transactionFares>transactionFareType
    • request: removed support for value SEAT_HST from enum transactions>itemGroups>transactionFares>transactionFareType
    • request: removed support for value SEAT_GST from enum transactions>itemGroups>transactionFares>transactionFareType
    • request: removed support for value SEAT_QST from enum transactions>itemGroups>transactionFares>transactionFareType
    • request: removed support for value BAGGAGE_BASE from enum transactions>itemGroups>transactionFares>transactionFareType
    • request: removed support for value BAGGAGE_HST from enum transactions>itemGroups>transactionFares>transactionFareType
    • request: removed support for value BAGGAGE_GST from enum transactions>itemGroups>transactionFares>transactionFareType
    • request: removed support for value BAGGAGE_QST from enum transactions>itemGroups>transactionFares>transactionFareType
  • GET /v3/trips/{tripId}/detail:
    • 200 response: removed support for value SEAT_BASE from enum pendingManualFormPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value SEAT_HST from enum pendingManualFormPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value SEAT_GST from enum pendingManualFormPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value SEAT_QST from enum pendingManualFormPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_BASE from enum pendingManualFormPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_HST from enum pendingManualFormPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_GST from enum pendingManualFormPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_QST from enum pendingManualFormPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value SEAT_BASE from enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value SEAT_HST from enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value SEAT_GST from enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value SEAT_QST from enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_BASE from enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_HST from enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_GST from enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_QST from enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value SEAT_BASE from enum pendingShellPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value SEAT_HST from enum pendingShellPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value SEAT_GST from enum pendingShellPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value SEAT_QST from enum pendingShellPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_BASE from enum pendingShellPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_HST from enum pendingShellPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_GST from enum pendingShellPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_QST from enum pendingShellPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value SEAT_BASE from enum pendingShellPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value SEAT_HST from enum pendingShellPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value SEAT_GST from enum pendingShellPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value SEAT_QST from enum pendingShellPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_BASE from enum pendingShellPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_HST from enum pendingShellPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_GST from enum pendingShellPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_QST from enum pendingShellPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value SEAT_BASE from enum pnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value SEAT_HST from enum pnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value SEAT_GST from enum pnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value SEAT_QST from enum pnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_BASE from enum pnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_HST from enum pnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_GST from enum pnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_QST from enum pnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: removed support for value SEAT_BASE from enum pnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value SEAT_HST from enum pnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value SEAT_GST from enum pnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value SEAT_QST from enum pnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_BASE from enum pnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_HST from enum pnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_GST from enum pnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: removed support for value BAGGAGE_QST from enum pnrs>data>transactions>itemGroups>transactionFares>transactionFareType
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for new value SEAT_BASE on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: added support for new value SEAT_HST on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: added support for new value SEAT_GST on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: added support for new value SEAT_QST on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: added support for new value BAGGAGE_BASE on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: added support for new value BAGGAGE_HST on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: added support for new value BAGGAGE_GST on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: added support for new value BAGGAGE_QST on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: added support for new value SEAT_BASE on enum transactions>itemGroups>transactionFares>transactionFareType
    • request: added support for new value SEAT_HST on enum transactions>itemGroups>transactionFares>transactionFareType
    • request: added support for new value SEAT_GST on enum transactions>itemGroups>transactionFares>transactionFareType
    • request: added support for new value SEAT_QST on enum transactions>itemGroups>transactionFares>transactionFareType
    • request: added support for new value BAGGAGE_BASE on enum transactions>itemGroups>transactionFares>transactionFareType
    • request: added support for new value BAGGAGE_HST on enum transactions>itemGroups>transactionFares>transactionFareType
    • request: added support for new value BAGGAGE_GST on enum transactions>itemGroups>transactionFares>transactionFareType
    • request: added support for new value BAGGAGE_QST on enum transactions>itemGroups>transactionFares>transactionFareType
    • request: added support for pnrTravelers>originalBusinessInfo>legalEntity>billingCurrency property
    • request: added support for pnrTravelers>originalBusinessInfo>legalEntity>registeredName property
    • request: added support for pnrTravelers>originalBusinessInfo>legalEntity>registeredEmail property
    • request: added support for pnrTravelers>businessInfo>legalEntity>billingCurrency property
    • request: added support for pnrTravelers>businessInfo>legalEntity>registeredName property
    • request: added support for pnrTravelers>businessInfo>legalEntity>registeredEmail property
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for new value SEAT_BASE on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value SEAT_HST on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value SEAT_GST on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value SEAT_QST on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_BASE on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_HST on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_GST on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_QST on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value SEAT_BASE on enum transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value SEAT_HST on enum transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value SEAT_GST on enum transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value SEAT_QST on enum transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_BASE on enum transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_HST on enum transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_GST on enum transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_QST on enum transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for pnrTravelers>originalBusinessInfo>legalEntity>billingCurrency property
    • 200 response: added support for pnrTravelers>originalBusinessInfo>legalEntity>registeredName property
    • 200 response: added support for pnrTravelers>originalBusinessInfo>legalEntity>registeredEmail property
    • 200 response: added support for pnrTravelers>businessInfo>legalEntity>billingCurrency property
    • 200 response: added support for pnrTravelers>businessInfo>legalEntity>registeredName property
    • 200 response: added support for pnrTravelers>businessInfo>legalEntity>registeredEmail property
  • POST /v3/trips/{tripId}/pnrs:
    • request: added support for new value SEAT_BASE on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: added support for new value SEAT_HST on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: added support for new value SEAT_GST on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: added support for new value SEAT_QST on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: added support for new value BAGGAGE_BASE on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: added support for new value BAGGAGE_HST on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: added support for new value BAGGAGE_GST on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: added support for new value BAGGAGE_QST on enum transactions>itemGroups>previousTransactionFares>transactionFareType
    • request: added support for new value SEAT_BASE on enum transactions>itemGroups>transactionFares>transactionFareType
    • request: added support for new value SEAT_HST on enum transactions>itemGroups>transactionFares>transactionFareType
    • request: added support for new value SEAT_GST on enum transactions>itemGroups>transactionFares>transactionFareType
    • request: added support for new value SEAT_QST on enum transactions>itemGroups>transactionFares>transactionFareType
    • request: added support for new value BAGGAGE_BASE on enum transactions>itemGroups>transactionFares>transactionFareType
    • request: added support for new value BAGGAGE_HST on enum transactions>itemGroups>transactionFares>transactionFareType
    • request: added support for new value BAGGAGE_GST on enum transactions>itemGroups>transactionFares>transactionFareType
    • request: added support for new value BAGGAGE_QST on enum transactions>itemGroups>transactionFares>transactionFareType
    • request: added support for pnrTravelers>originalBusinessInfo>legalEntity>billingCurrency property
    • request: added support for pnrTravelers>originalBusinessInfo>legalEntity>registeredName property
    • request: added support for pnrTravelers>originalBusinessInfo>legalEntity>registeredEmail property
    • request: added support for pnrTravelers>businessInfo>legalEntity>billingCurrency property
    • request: added support for pnrTravelers>businessInfo>legalEntity>registeredName property
    • request: added support for pnrTravelers>businessInfo>legalEntity>registeredEmail property
  • GET /v3/trips/{tripId}/detail:
    • 200 response: added support for new value SEAT_BASE on enum pendingManualFormPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value SEAT_HST on enum pendingManualFormPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value SEAT_GST on enum pendingManualFormPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value SEAT_QST on enum pendingManualFormPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_BASE on enum pendingManualFormPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_HST on enum pendingManualFormPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_GST on enum pendingManualFormPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_QST on enum pendingManualFormPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value SEAT_BASE on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value SEAT_HST on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value SEAT_GST on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value SEAT_QST on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_BASE on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_HST on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_GST on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_QST on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for pendingManualFormPnrs>data>pnrTravelers>originalBusinessInfo>legalEntity>billingCurrency property
    • 200 response: added support for pendingManualFormPnrs>data>pnrTravelers>originalBusinessInfo>legalEntity>registeredName property
    • 200 response: added support for pendingManualFormPnrs>data>pnrTravelers>originalBusinessInfo>legalEntity>registeredEmail property
    • 200 response: added support for pendingManualFormPnrs>data>pnrTravelers>businessInfo>legalEntity>billingCurrency property
    • 200 response: added support for pendingManualFormPnrs>data>pnrTravelers>businessInfo>legalEntity>registeredName property
    • 200 response: added support for pendingManualFormPnrs>data>pnrTravelers>businessInfo>legalEntity>registeredEmail property
    • 200 response: added support for new value SEAT_BASE on enum pendingShellPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value SEAT_HST on enum pendingShellPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value SEAT_GST on enum pendingShellPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value SEAT_QST on enum pendingShellPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_BASE on enum pendingShellPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_HST on enum pendingShellPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_GST on enum pendingShellPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_QST on enum pendingShellPnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value SEAT_BASE on enum pendingShellPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value SEAT_HST on enum pendingShellPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value SEAT_GST on enum pendingShellPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value SEAT_QST on enum pendingShellPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_BASE on enum pendingShellPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_HST on enum pendingShellPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_GST on enum pendingShellPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_QST on enum pendingShellPnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for pendingShellPnrs>data>pnrTravelers>originalBusinessInfo>legalEntity>billingCurrency property
    • 200 response: added support for pendingShellPnrs>data>pnrTravelers>originalBusinessInfo>legalEntity>registeredName property
    • 200 response: added support for pendingShellPnrs>data>pnrTravelers>originalBusinessInfo>legalEntity>registeredEmail property
    • 200 response: added support for pendingShellPnrs>data>pnrTravelers>businessInfo>legalEntity>billingCurrency property
    • 200 response: added support for pendingShellPnrs>data>pnrTravelers>businessInfo>legalEntity>registeredName property
    • 200 response: added support for pendingShellPnrs>data>pnrTravelers>businessInfo>legalEntity>registeredEmail property
    • 200 response: added support for new value SEAT_BASE on enum pnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value SEAT_HST on enum pnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value SEAT_GST on enum pnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value SEAT_QST on enum pnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_BASE on enum pnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_HST on enum pnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_GST on enum pnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_QST on enum pnrs>data>transactions>itemGroups>previousTransactionFares>transactionFareType
    • 200 response: added support for new value SEAT_BASE on enum pnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value SEAT_HST on enum pnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value SEAT_GST on enum pnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value SEAT_QST on enum pnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_BASE on enum pnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_HST on enum pnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_GST on enum pnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for new value BAGGAGE_QST on enum pnrs>data>transactions>itemGroups>transactionFares>transactionFareType
    • 200 response: added support for pnrs>data>pnrTravelers>originalBusinessInfo>legalEntity>billingCurrency property
    • 200 response: added support for pnrs>data>pnrTravelers>originalBusinessInfo>legalEntity>registeredName property
    • 200 response: added support for pnrs>data>pnrTravelers>originalBusinessInfo>legalEntity>registeredEmail property
    • 200 response: added support for pnrs>data>pnrTravelers>businessInfo>legalEntity>billingCurrency property
    • 200 response: added support for pnrs>data>pnrTravelers>businessInfo>legalEntity>registeredName property
    • 200 response: added support for pnrs>data>pnrTravelers>businessInfo>legalEntity>registeredEmail property
User Management API
  • POST /v3/users/list:
    • request: added support for region property

January 09, 2026

Updates

Company API
  • GET /v2/companies/{companyId}/stealth-config:
    • 200 response: removed support for value STEALTH_TYPE_4 from enum stealthModes>stealthType
    • 200 response: removed support for value STEALTH_TYPE_5 from enum stealthModes>stealthType
    • 200 response: removed support for value STEALTH_TYPE_6 from enum stealthModes>stealthType
  • PUT /v2/companies/{companyId}/stealth-config:
    • request: removed support for value STEALTH_TYPE_4 from enum stealthModes>stealthType
    • request: removed support for value STEALTH_TYPE_5 from enum stealthModes>stealthType
    • request: removed support for value STEALTH_TYPE_6 from enum stealthModes>stealthType
  • PATCH /v2/companies/{companyId}/features:
    • request: added support for new value CUSTOM_FOP_MESSAGING on enum featuresToDelete
    • request: added support for new value CUSTOM_FOP_MESSAGING on enum featuresToUpdate>name
  • GET /v2/companies/{companyId}/features:
    • 200 response: added support for new value CUSTOM_FOP_MESSAGING on enum features>name
Trip API
  • DELETE /v3/trips/{tripId}:
    • request: added
  • POST /v3/approvals/companies/{companyId}/list:
    • 200 response: removed support for value STEALTH_TYPE_4 from enum approvalDataList>basicTripInfo>stealthType
    • 200 response: removed support for value STEALTH_TYPE_5 from enum approvalDataList>basicTripInfo>stealthType
    • 200 response: removed support for value STEALTH_TYPE_6 from enum approvalDataList>basicTripInfo>stealthType
  • POST /v3/approvals/approvers/{userId}/list:
    • 200 response: removed support for value STEALTH_TYPE_4 from enum approvalDataList>basicTripInfo>stealthType
    • 200 response: removed support for value STEALTH_TYPE_5 from enum approvalDataList>basicTripInfo>stealthType
    • 200 response: removed support for value STEALTH_TYPE_6 from enum approvalDataList>basicTripInfo>stealthType
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for createdAt property
    • request: added support for updatedAt property
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for createdAt property
    • 200 response: added support for updatedAt property
  • POST /v3/trips/{tripId}/pnrs:
    • request: added support for createdAt property
    • request: added support for updatedAt property
  • POST /v3/trips/arrangers/{arrangerId}/list:
    • 200 response: added support for failedTripSummaries>imageId property
    • 200 response: added support for tripSummaries>imageId property
  • POST /v3/trips/companies/{companyId}/list:
    • 200 response: added support for failedTripSummaries>imageId property
    • 200 response: added support for tripSummaries>imageId property
  • POST /v3/trips/users/{userId}/list:
    • 200 response: added support for failedTripSummaries>imageId property
    • 200 response: added support for tripSummaries>imageId property
  • GET /v3/trips/{tripId}/detail:
    • 200 response: added support for pendingManualFormPnrs>data>createdAt property
    • 200 response: added support for pendingManualFormPnrs>data>updatedAt property
    • 200 response: added support for pendingShellPnrs>data>createdAt property
    • 200 response: added support for pendingShellPnrs>data>updatedAt property
    • 200 response: added support for pnrs>data>createdAt property
    • 200 response: added support for pnrs>data>updatedAt property
    • 200 response: removed support for value STEALTH_TYPE_4 from enum basicTripInfo>stealthType
    • 200 response: removed support for value STEALTH_TYPE_5 from enum basicTripInfo>stealthType
    • 200 response: removed support for value STEALTH_TYPE_6 from enum basicTripInfo>stealthType
  • GET /v2/trips/{tripId}:
    • 200 response: removed support for value STEALTH_TYPE_4 from enum stealthType
    • 200 response: removed support for value STEALTH_TYPE_5 from enum stealthType
    • 200 response: removed support for value STEALTH_TYPE_6 from enum stealthType
User Management API
  • GET /v2/users/{userId}:
    • 200 response: added support for stealthMode property
  • PUT /v2/users/{userId}:
    • request: removed support for value STEALTH_TYPE_4 from enum stealthType
    • request: removed support for value STEALTH_TYPE_5 from enum stealthType
    • request: removed support for value STEALTH_TYPE_6 from enum stealthType
  • GET /v2/users/{userId}:
    • 200 response: removed support for value STEALTH_TYPE_4 from enum stealthType
    • 200 response: removed support for value STEALTH_TYPE_5 from enum stealthType
    • 200 response: removed support for value STEALTH_TYPE_6 from enum stealthType
  • POST /v2/users:
    • request: removed support for value STEALTH_TYPE_4 from enum stealthType
    • request: removed support for value STEALTH_TYPE_5 from enum stealthType
    • request: removed support for value STEALTH_TYPE_6 from enum stealthType

Deprecations

User Management API
  • GET /v2/users/{userId}:
    • 200 response: stealthType has been deprecated

December 22, 2025

Updates

Air API
  • POST /v2/air/search-flights:
    • request: added support for rateCodes property
Trip API
  • POST /v3/approvals/companies/{companyId}/list:
    • 200 response: added support for approvalDataList>basicTripInfo>stealthType property
  • POST /v3/approvals/approvers/{userId}/list:
    • 200 response: added support for approvalDataList>basicTripInfo>stealthType property
  • GET /v2/trips/{tripId}/pnrs/{pnrId}/cancellation-details:
    • 200 response: added support for new value MCO_USED_TICKET on enum cancellationDetails>air>cancellationNotSupportedReasons
    • 200 response: added support for new value MCO_USED_TICKET on enum cancellationDetails>air>travelers>tickets>cancellationNotSupportedReasons
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for airPnr>travelerInfos>tickets>markup property
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for airPnr>travelerInfos>tickets>markup property
  • POST /v3/trips/{tripId}/pnrs:
    • request: added support for airPnr>travelerInfos>tickets>markup property
  • GET /v3/trips/{tripId}/detail:
    • added fetchMappedData query parameter
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>markup property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>tickets>markup property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>tickets>markup property
    • 200 response: added support for basicTripInfo>stealthType property
  • GET /v2/trips/{tripId}:
    • 200 response: added support for stealthType property

December 16, 2025

Updates

Company API
  • PATCH /v2/companies/{companyId}/features:
    • request: added support for new value PRIORITIZE_PERSONAL_PAYMENT_FOR_CONTINGENT_WORKERS on enum featuresToDelete
    • request: added support for new value PRIORITIZE_PERSONAL_PAYMENT_FOR_CONTINGENT_WORKERS on enum featuresToUpdate>name
  • GET /v2/companies/{companyId}/features:
    • 200 response: added support for new value PRIORITIZE_PERSONAL_PAYMENT_FOR_CONTINGENT_WORKERS on enum features>name
Event API
  • POST /v2/events/bulk-edit:
    • request: added support for new value TRAVELER_DEFAULT_CENTRAL on enum eventsToUpdate>eventBookingGuidelines>allowedPaymentConfig>paymentConfig
  • POST /v2/events/{eventId}/edit-booking-guidelines:
    • request: added support for new value TRAVELER_DEFAULT_CENTRAL on enum allowedPaymentConfig>paymentConfig
  • POST /v2/events/list:
    • 200 response: added support for new value TRAVELER_DEFAULT_CENTRAL on enum events>group>allowedPaymentConfig>paymentConfig
  • GET /v2/events/read-by-external-id:
    • 200 response: added support for new value TRAVELER_DEFAULT_CENTRAL on enum event>group>allowedPaymentConfig>paymentConfig
  • GET /v2/events/{eventId}:
    • 200 response: added support for new value TRAVELER_DEFAULT_CENTRAL on enum event>group>allowedPaymentConfig>paymentConfig
Template API
  • GET /v2/event-templates/read-by-external-id:
    • 200 response: added support for new value TRAVELER_DEFAULT_CENTRAL on enum eventTemplate>group>allowedPaymentConfig>paymentConfig
  • POST /v2/event-templates/list:
    • 200 response: added support for new value TRAVELER_DEFAULT_CENTRAL on enum eventTemplates>group>allowedPaymentConfig>paymentConfig
  • POST /v2/event-templates/{templateId}/edit-booking-guidelines:
    • request: added support for new value TRAVELER_DEFAULT_CENTRAL on enum allowedPaymentConfig>paymentConfig
  • GET /v2/event-templates/{templateId}:
    • 200 response: added support for new value TRAVELER_DEFAULT_CENTRAL on enum eventTemplate>group>allowedPaymentConfig>paymentConfig
Trip API
  • POST /v2/invoicing/invoice-data:
    • 200 response: has been updated at path invoices>data>taxBreakdown>amount>description
    • 200 response: has been updated at path invoices>data>invoiceAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path invoices>data>taxBreakdown>amount>description
    • 200 response: has been updated at path invoices>data>amount>taxBreakdown>amount>description
  • GET /v2/trips/{tripId}/pnrs/{pnrId}/cancellation-details:
    • 200 response: has been updated at path cancellationDetails>rail>refundOptions>refundRateInfo>nonRefundableFare>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>rail>refundOptions>refundRateInfo>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>netCreditAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>changePenalty>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>cancellationOptions>fareInfo>refund>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>cancellationOptions>fareInfo>cancellationFee>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>cancellationOptions>fareInfo>nonRefundableFare>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>cancellationOptions>fareInfo>usedFare>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>cancellationOptions>fareInfo>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>netCreditAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>changePenalty>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>travelers>cancellationOptions>fareInfo>refund>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>travelers>cancellationOptions>fareInfo>cancellationFee>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>travelers>cancellationOptions>fareInfo>nonRefundableFare>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>travelers>cancellationOptions>fareInfo>usedFare>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>travelers>cancellationOptions>fareInfo>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>netCreditAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>changePenalty>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>refund>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>cancellationFee>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>nonRefundableFare>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>usedFare>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path cancellationDetails>air>travelers>tickets>ticketFare>taxBreakdown>amount>description
  • POST /v3/trips/{tripId}/pnrs/{pnrId}/cancel:
    • request: has been updated at path cancellationDetails>refundInfo>amount>taxBreakdown>amount>description
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for additionalFareAmounts property
    • request: has been updated at path savingsFare>fareAmount>taxBreakdown>amount>description
    • request: has been updated at path totalFareAmount>taxBreakdown>amount>description
    • request: has been updated at path serviceFees>waiveOffInfo>waiveOffAmount>taxBreakdown>amount>description
    • request: has been updated at path serviceFees>fare>taxBreakdown>amount>description
    • request: has been updated at path miscPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path miscPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path miscPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path limoPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path limoPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path limoPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>previousItinerary>rate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>previousItinerary>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>previousItinerary>sections>rate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>sections>rate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path railPnr>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path railPnr>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>description
    • request: has been updated at path railPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>description
    • request: has been updated at path railPnr>rateMetadata>publishedRate>taxBreakdown>amount>description
    • request: has been updated at path railPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path railPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path carPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>description
    • request: has been updated at path carPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>description
    • request: has been updated at path carPnr>rateMetadata>publishedRate>taxBreakdown>amount>description
    • request: has been updated at path carPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path carPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path carPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateMetadata>publishedRate>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>taxBreakdown>amount>description
    • request: has been updated at path airPnr>automatedCancellationInfo>supportedCancellations>totalFare>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>appliedCredits>creditAmount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>booking>itinerary>totalFlightsFare>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>booking>itinerary>totalFare>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>booking>otherAncillaries>fare>taxBreakdown>amount>description
    • request: added support for airPnr>travelerInfos>tickets>additionalFareAmounts property
    • request: has been updated at path airPnr>travelerInfos>tickets>savingsFare>fareAmount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>airlineFeeDetails>amount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>publishedFare>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>ticketCtc>cost>amount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>paymentDetails>amount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>ancillaries>totalFare>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>amount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>createdMcos>fare>taxBreakdown>amount>description
    • request: has been updated at path transactions>itemGroups>totalAmount>taxBreakdown>amount>description
    • request: has been updated at path transactions>itemGroups>transactionAmount>taxBreakdown>amount>description
    • request: has been updated at path transactions>itemGroups>totalAmountDiff>taxBreakdown>amount>description
    • request: has been updated at path transactions>itemGroups>transactionAmountDiff>taxBreakdown>amount>description
    • request: has been updated at path costToCustomer>payments>amount>taxBreakdown>amount>description
    • request: has been updated at path costOfGoodsSold>payments>amount>taxBreakdown>amount>description
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for additionalFareAmounts property
    • 200 response: has been updated at path savingsFare>fareAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path totalFareAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path serviceFees>waiveOffInfo>waiveOffAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path serviceFees>fare>taxBreakdown>amount>description
    • 200 response: has been updated at path miscPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path miscPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path miscPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path limoPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path limoPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path limoPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>previousItinerary>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>previousItinerary>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>previousItinerary>sections>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>sections>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>rateMetadata>publishedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path railPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path carPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path carPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path carPnr>rateMetadata>publishedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path carPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path carPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path carPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateMetadata>publishedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>automatedCancellationInfo>supportedCancellations>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>travelerInfos>appliedCredits>creditAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>travelerInfos>booking>itinerary>totalFlightsFare>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>travelerInfos>booking>itinerary>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>travelerInfos>booking>otherAncillaries>fare>taxBreakdown>amount>description
    • 200 response: added support for airPnr>travelerInfos>tickets>additionalFareAmounts property
    • 200 response: has been updated at path airPnr>travelerInfos>tickets>savingsFare>fareAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>travelerInfos>tickets>airlineFeeDetails>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>travelerInfos>tickets>publishedFare>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>travelerInfos>tickets>ticketCtc>cost>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>travelerInfos>tickets>paymentDetails>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>travelerInfos>tickets>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>travelerInfos>tickets>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>travelerInfos>tickets>ancillaries>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>travelerInfos>tickets>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path airPnr>travelerInfos>createdMcos>fare>taxBreakdown>amount>description
    • 200 response: has been updated at path transactions>itemGroups>totalAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path transactions>itemGroups>transactionAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path transactions>itemGroups>totalAmountDiff>taxBreakdown>amount>description
    • 200 response: has been updated at path transactions>itemGroups>transactionAmountDiff>taxBreakdown>amount>description
    • 200 response: has been updated at path costToCustomer>payments>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path costOfGoodsSold>payments>amount>taxBreakdown>amount>description
  • POST /v3/trips/{tripId}/pnrs:
    • request: added support for additionalFareAmounts property
    • request: has been updated at path savingsFare>fareAmount>taxBreakdown>amount>description
    • request: has been updated at path totalFareAmount>taxBreakdown>amount>description
    • request: has been updated at path serviceFees>waiveOffInfo>waiveOffAmount>taxBreakdown>amount>description
    • request: has been updated at path serviceFees>fare>taxBreakdown>amount>description
    • request: has been updated at path miscPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path miscPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path miscPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path limoPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path limoPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path limoPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>previousItinerary>rate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>previousItinerary>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>previousItinerary>sections>rate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>sections>rate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path railPnr>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path railPnr>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>description
    • request: has been updated at path railPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>description
    • request: has been updated at path railPnr>rateMetadata>publishedRate>taxBreakdown>amount>description
    • request: has been updated at path railPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path railPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path railPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path carPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>description
    • request: has been updated at path carPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>description
    • request: has been updated at path carPnr>rateMetadata>publishedRate>taxBreakdown>amount>description
    • request: has been updated at path carPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path carPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path carPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateMetadata>publishedRate>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • request: has been updated at path hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>taxBreakdown>amount>description
    • request: has been updated at path airPnr>automatedCancellationInfo>supportedCancellations>totalFare>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>appliedCredits>creditAmount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>booking>itinerary>totalFlightsFare>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>booking>itinerary>totalFare>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>booking>otherAncillaries>fare>taxBreakdown>amount>description
    • request: added support for airPnr>travelerInfos>tickets>additionalFareAmounts property
    • request: has been updated at path airPnr>travelerInfos>tickets>savingsFare>fareAmount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>airlineFeeDetails>amount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>publishedFare>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>ticketCtc>cost>amount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>paymentDetails>amount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>refundInfo>penalty>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>refundInfo>refundAmount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>ancillaries>totalFare>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>tickets>amount>taxBreakdown>amount>description
    • request: has been updated at path airPnr>travelerInfos>createdMcos>fare>taxBreakdown>amount>description
    • request: has been updated at path transactions>itemGroups>totalAmount>taxBreakdown>amount>description
    • request: has been updated at path transactions>itemGroups>transactionAmount>taxBreakdown>amount>description
    • request: has been updated at path transactions>itemGroups>totalAmountDiff>taxBreakdown>amount>description
    • request: has been updated at path transactions>itemGroups>transactionAmountDiff>taxBreakdown>amount>description
    • request: has been updated at path costToCustomer>payments>amount>taxBreakdown>amount>description
    • request: has been updated at path costOfGoodsSold>payments>amount>taxBreakdown>amount>description
  • GET /v3/trips/{tripId}/detail:
    • 200 response: has been updated at path tripPaymentInfo>serviceFeeFareAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path tripPaymentInfo>totalFareAmount>taxBreakdown>amount>description
    • 200 response: added support for pendingManualFormPnrs>data>additionalFareAmounts property
    • 200 response: has been updated at path pendingManualFormPnrs>data>savingsFare>fareAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>totalFareAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>serviceFees>fare>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>miscPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>miscPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>limoPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>limoPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>rateMetadata>publishedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>railPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>carPnr>rateMetadata>publishedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>carPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>carPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>carPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>publishedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>taxBreakdown>amount>description
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>additionalFareAmounts property
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>publishedFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>airPnr>travelerInfos>createdMcos>fare>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>transactions>itemGroups>totalAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>transactions>itemGroups>transactionAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>transactions>itemGroups>totalAmountDiff>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>transactions>itemGroups>transactionAmountDiff>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>costToCustomer>payments>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingManualFormPnrs>data>costOfGoodsSold>payments>amount>taxBreakdown>amount>description
    • 200 response: added support for pendingShellPnrs>data>additionalFareAmounts property
    • 200 response: has been updated at path pendingShellPnrs>data>savingsFare>fareAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>totalFareAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>serviceFees>fare>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>miscPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>miscPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>limoPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>limoPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>sections>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>rateMetadata>publishedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>railPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>carPnr>rateMetadata>publishedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>carPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>carPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>carPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateMetadata>publishedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>taxBreakdown>amount>description
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>tickets>additionalFareAmounts property
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>tickets>publishedFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>tickets>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>airPnr>travelerInfos>createdMcos>fare>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>transactions>itemGroups>totalAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>transactions>itemGroups>transactionAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>transactions>itemGroups>totalAmountDiff>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>transactions>itemGroups>transactionAmountDiff>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>costToCustomer>payments>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path pendingShellPnrs>data>costOfGoodsSold>payments>amount>taxBreakdown>amount>description
    • 200 response: added support for pnrs>data>additionalFareAmounts property
    • 200 response: has been updated at path pnrs>data>savingsFare>fareAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>totalFareAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>serviceFees>fare>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>miscPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>miscPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>limoPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>limoPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>sections>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>rateMetadata>publishedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>railPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>carPnr>rateMetadata>publishedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>carPnr>rate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>carPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>carPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateMetadata>publishedRate>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>taxBreakdown>amount>description
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>tickets>additionalFareAmounts property
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>tickets>publishedFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>tickets>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>airPnr>travelerInfos>createdMcos>fare>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>transactions>itemGroups>totalAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>transactions>itemGroups>transactionAmount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>transactions>itemGroups>totalAmountDiff>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>transactions>itemGroups>transactionAmountDiff>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>costToCustomer>payments>amount>taxBreakdown>amount>description
    • 200 response: has been updated at path pnrs>data>costOfGoodsSold>payments>amount>taxBreakdown>amount>description

New endpoints

Company API
  • Published GET /v2/companies/{companyId}/stealth-config

  • Published PUT /v2/companies/{companyId}/stealth-config

December 11, 2025

Updates

Company API
  • PUT /v2/companies/{companyId}/legal-entities/{legalEntityId}:
    • request: added support for registeredName property
    • request: added support for registeredEmail property
  • GET /v2/companies/{companyId}/legal-entities/{legalEntityId}:
    • 200 response: added support for registeredName property
    • 200 response: added support for registeredEmail property
  • POST /v2/companies/{companyId}/legal-entities:
    • request: added support for registeredName property
    • request: added support for registeredEmail property
Event API
  • GET /v2/events/payment-sources:
    • 200 response: added an item of type object to paymentSources>paymentSource>customPaymentMethodDescriptor oneOf values
  • POST /v2/events/list:
    • 200 response: added an item of type object to events>paymentSources>paymentSource>customPaymentMethodDescriptor oneOf values
  • GET /v2/events/read-by-external-id:
    • 200 response: added an item of type object to event>paymentSources>paymentSource>customPaymentMethodDescriptor oneOf values
  • GET /v2/events/{eventId}:
    • 200 response: added an item of type object to event>paymentSources>paymentSource>customPaymentMethodDescriptor oneOf values
Template API
  • GET /v2/event-templates/read-by-external-id:
    • 200 response: added an item of type object to eventTemplate>paymentSources>paymentSource>customPaymentMethodDescriptor oneOf values
  • POST /v2/event-templates/list:
    • 200 response: added an item of type object to eventTemplates>paymentSources>paymentSource>customPaymentMethodDescriptor oneOf values
  • GET /v2/event-templates/{templateId}:
    • 200 response: added an item of type object to eventTemplate>paymentSources>paymentSource>customPaymentMethodDescriptor oneOf values
Trip API
  • POST /v2/invoicing/invoice-data:
    • 200 response: added an item of type object to invoices>data>payments>actualPayment>paymentMetadata>customPaymentMethodMetadata oneOf values

December 05, 2025

Updates

Company API
  • PATCH /v2/companies/{companyId}/features:
    • request: added support for new value AIR_DEFAULT_SORT_ORDER_DISABLED on enum featuresToDelete
    • request: added support for new value AIR_DEFAULT_SORT_ORDER_DISABLED on enum featuresToUpdate>name
  • GET /v2/companies/{companyId}/features:
    • 200 response: added support for new value AIR_DEFAULT_SORT_ORDER_DISABLED on enum features>name
Event API
  • GET /v2/events/payment-sources:
    • 200 response: added support for paymentSources>mapping>paymentSourceAttributes>workerType property
  • POST /v2/events/list:
    • 200 response: added support for events>paymentSources>mapping>paymentSourceAttributes>workerType property
  • GET /v2/events/read-by-external-id:
    • 200 response: added support for event>paymentSources>mapping>paymentSourceAttributes>workerType property
  • GET /v2/events/{eventId}:
    • 200 response: added support for event>paymentSources>mapping>paymentSourceAttributes>workerType property
Template API
  • GET /v2/event-templates/read-by-external-id:
    • 200 response: added support for eventTemplate>paymentSources>mapping>paymentSourceAttributes>workerType property
  • POST /v2/event-templates/list:
    • 200 response: added support for eventTemplates>paymentSources>mapping>paymentSourceAttributes>workerType property
  • GET /v2/event-templates/{templateId}:
    • 200 response: added support for eventTemplate>paymentSources>mapping>paymentSourceAttributes>workerType property
Trip API
  • POST /v3/approvals/companies/{companyId}/list:
    • 200 response: added support for new value TRIP_EXPIRED on enum approvalDataList>basicTripInfo>tripDisabledInfo>disabledReason
  • POST /v3/approvals/approvers/{userId}/list:
    • 200 response: added support for new value TRIP_EXPIRED on enum approvalDataList>basicTripInfo>tripDisabledInfo>disabledReason
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added an item of type object to transactions>itemGroups oneOf values
    • request: added transactions>itemGroups>discriminator>mapping>MISC_ITEM
    • request: added support for new value MISC_BOOKED on enum transactions>itemGroups>transactionType
    • request: added support for new value MISC_CANCELLED on enum transactions>itemGroups>transactionType
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added an item of type object to transactions>itemGroups oneOf values
    • 200 response: added transactions>itemGroups>discriminator>mapping>MISC_ITEM
    • 200 response: added support for new value MISC_BOOKED on enum transactions>itemGroups>transactionType
    • 200 response: added support for new value MISC_CANCELLED on enum transactions>itemGroups>transactionType
  • POST /v3/trips/{tripId}/pnrs:
    • request: added an item of type object to transactions>itemGroups oneOf values
    • request: added transactions>itemGroups>discriminator>mapping>MISC_ITEM
    • request: added support for new value MISC_BOOKED on enum transactions>itemGroups>transactionType
    • request: added support for new value MISC_CANCELLED on enum transactions>itemGroups>transactionType
  • GET /v3/trips/{tripId}/detail:
    • 200 response: added an item of type object to pendingManualFormPnrs>data>transactions>itemGroups oneOf values
    • 200 response: added pendingManualFormPnrs>data>transactions>itemGroups>discriminator>mapping>MISC_ITEM
    • 200 response: added support for new value MISC_BOOKED on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionType
    • 200 response: added support for new value MISC_CANCELLED on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionType
    • 200 response: added an item of type object to pendingShellPnrs>data>transactions>itemGroups oneOf values
    • 200 response: added pendingShellPnrs>data>transactions>itemGroups>discriminator>mapping>MISC_ITEM
    • 200 response: added support for new value MISC_BOOKED on enum pendingShellPnrs>data>transactions>itemGroups>transactionType
    • 200 response: added support for new value MISC_CANCELLED on enum pendingShellPnrs>data>transactions>itemGroups>transactionType
    • 200 response: added an item of type object to pnrs>data>transactions>itemGroups oneOf values
    • 200 response: added pnrs>data>transactions>itemGroups>discriminator>mapping>MISC_ITEM
    • 200 response: added support for new value MISC_BOOKED on enum pnrs>data>transactions>itemGroups>transactionType
    • 200 response: added support for new value MISC_CANCELLED on enum pnrs>data>transactions>itemGroups>transactionType
    • 200 response: added support for new value TRIP_EXPIRED on enum basicTripInfo>tripDisabledInfo>disabledReason
  • GET /v2/trips/{tripId}:
    • 200 response: added support for new value TRIP_EXPIRED on enum tripDisabledInfo>disabledReason
User Management API
  • PUT /v2/users/{userId}:
    • request: added support for stealthType property
  • GET /v2/users/{userId}:
    • 200 response: added support for stealthType property
  • POST /v2/users:
    • request: added support for stealthType property

December 02, 2025

Updates

Air API
  • POST /v2/air/intermediate-revalidate-itinerary:
    • 200 response: added support for perTravelerPrices>supplierTravelerType property
    • 200 response: added support for legPrices>travelerPrices>supplierTravelerType property
  • POST /v2/air/revalidate-itinerary:
    • 200 response: added support for perTravelerPrices>supplierTravelerType property
    • 200 response: added support for legPrices>travelerPrices>supplierTravelerType property
Event API
  • POST /v2/events/bulk-edit:
    • PUT /v2/events/{eventId}/custom-field-responses:
Template API
  • POST /v2/event-templates/list:
    • PUT /v2/event-templates/{templateId}/custom-field-responses:

November 25, 2025

Updates

Trip API
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for state property
    • request: added support for new value PRE_APPROVAL on enum approvalInfo>approvalType
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for state property
    • 200 response: added support for new value PRE_APPROVAL on enum approvalInfo>approvalType
  • POST /v3/trips/{tripId}/pnrs:
    • request: added support for state property
    • request: added support for new value PRE_APPROVAL on enum approvalInfo>approvalType
  • GET /v3/trips/{tripId}/detail:
    • 200 response: added support for pendingManualFormPnrs>data>state property
    • 200 response: added support for new value PRE_APPROVAL on enum pendingManualFormPnrs>data>approvalInfo>approvalType
    • 200 response: added support for pendingShellPnrs>data>state property
    • 200 response: added support for new value PRE_APPROVAL on enum pendingShellPnrs>data>approvalInfo>approvalType
    • 200 response: added support for pnrs>data>state property
    • 200 response: added support for new value PRE_APPROVAL on enum pnrs>data>approvalInfo>approvalType

November 19, 2025

Updates

Air API
  • POST /v2/air/modify-search:
    • 200 response: added support for metadata>isExpressSearch property
  • POST /v2/air/flight-attributes:
    • 200 response: added support for metadata>isExpressSearch property
  • POST /v2/air/search-flights:
    • 200 response: added support for metadata>isExpressSearch property
    • request: added support for searchMode property
Trip API
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for railPnr>previousItinerary>legInfos>vehicle>route property
    • request: added support for railPnr>legInfos>vehicle>route property
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for railPnr>previousItinerary>legInfos>vehicle>route property
    • 200 response: added support for railPnr>legInfos>vehicle>route property
  • POST /v3/trips/{tripId}/pnrs:
    • request: added support for railPnr>previousItinerary>legInfos>vehicle>route property
    • request: added support for railPnr>legInfos>vehicle>route property
  • GET /v3/trips/{tripId}/detail:
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>previousItinerary>legInfos>vehicle>route property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>legInfos>vehicle>route property
    • 200 response: added support for pendingShellPnrs>data>railPnr>previousItinerary>legInfos>vehicle>route property
    • 200 response: added support for pendingShellPnrs>data>railPnr>legInfos>vehicle>route property
    • 200 response: added support for pnrs>data>railPnr>previousItinerary>legInfos>vehicle>route property
    • 200 response: added support for pnrs>data>railPnr>legInfos>vehicle>route property

November 07, 2025

Updates

Air API
  • POST /v3/air/company-transferable-unused-credits/list:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum unusedCreditInfos>fopInfo>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum unusedCreditInfos>totalFare>otherCoinage>coinageCode
  • POST /v3/air/company-unused-credits/list:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum unusedCreditInfos>fopInfo>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum unusedCreditInfos>totalFare>otherCoinage>coinageCode
  • POST /v3/air/fetch-traveler-unused-credits:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum unusedCreditInfo>fopInfo>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum unusedCreditInfo>totalFare>otherCoinage>coinageCode
  • POST /v2/air/pnrs/{pnrId}/update:
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>totalFare>otherCoinage>coinageCode
  • POST /v2/air/modify-search:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>allowedFopRules>paymentRules>paymentSplitDetails>splitAmount>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>allowedFopRules>paymentRules>paymentSplitDetails>minMaxAmount>maxLimit>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>allowedFopRules>paymentRules>paymentSplitDetails>minMaxAmount>minLimit>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>allowedFopRules>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>publicFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>publicFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>publicFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>merchantFeeInfo>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>merchantFeeInfo>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>merchantFeeInfo>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>merchantFeeInfo>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>merchantFeeInfo>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>merchantFeeInfo>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>totalLegFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>totalLegFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>totalLegFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>postDepartureExchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>exchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>postDepartureCancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>cancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>baggagePolicy>carryOn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>baggagePolicy>checkedIn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>travelerLegFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>travelerLegFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>travelerLegFare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum filters>fareRange>max>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum filters>fareRange>min>otherCoinage>coinageCode
  • POST /v2/air/cancel-pnr:
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationOverride>newCancellationPenalty>otherCoinage>coinageCode
  • POST /v2/air/intermediate-revalidate-itinerary:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum policyDetails>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum policyDetails>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum policyDetails>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum policyDetails>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum perTravelerPrices>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum perTravelerPrices>changeFee>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum perTravelerPrices>changeFee>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum perTravelerPrices>changeFee>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum perTravelerPrices>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum perTravelerPrices>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum perTravelerPrices>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum perTravelerPrices>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>changeFee>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>changeFee>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>changeFee>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>travelerPrices>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>travelerPrices>changeFee>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>travelerPrices>changeFee>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>travelerPrices>changeFee>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>travelerPrices>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>travelerPrices>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>travelerPrices>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>travelerPrices>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum fareBreakDown>changeFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum fareBreakDown>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum fareBreakDown>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum fareBreakDown>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum fareBreakDown>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum fareBreakDown>totalFare>base>otherCoinage>coinageCode
  • POST /v2/air/revalidate-itinerary:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum policyDetails>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum policyDetails>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum policyDetails>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum policyDetails>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum perTravelerPrices>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum perTravelerPrices>changeFee>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum perTravelerPrices>changeFee>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum perTravelerPrices>changeFee>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum perTravelerPrices>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum perTravelerPrices>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum perTravelerPrices>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum perTravelerPrices>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>changeFee>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>changeFee>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>changeFee>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>travelerPrices>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>travelerPrices>changeFee>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>travelerPrices>changeFee>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>travelerPrices>changeFee>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>travelerPrices>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>travelerPrices>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>travelerPrices>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>travelerPrices>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum legPrices>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum fareBreakDown>changeFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum fareBreakDown>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum fareBreakDown>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum fareBreakDown>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum fareBreakDown>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum fareBreakDown>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookingCharges>paymentMethod>selectedPaymentSource>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookingCharges>paymentMethod>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookingCharges>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookingCharges>amount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookingCharges>amount>base>otherCoinage>coinageCode
  • POST /v2/air/initiate-booking:
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookingCharges>paymentMethod>selectedPaymentSource>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookingCharges>paymentMethod>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookingCharges>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookingCharges>amount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookingCharges>amount>base>otherCoinage>coinageCode
  • POST /v2/air/seat-map:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum seatMaps>cabinSections>rowSections>seatSections>price>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum seatMaps>cabinSections>rowSections>seatSections>price>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum seatMaps>cabinSections>rowSections>seatSections>price>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum seatMaps>cabinSections>rowSections>seatSections>price>totalAmount>otherCoinage>coinageCode
  • POST /v2/air/flight-checkout:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airlineCardFees>fees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum ancillaries>ancillaryOptions>fare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum baggageInfo>baggageSelectionGroups>travelerBaggageOptions>baggageOptions>multiSelectOptions>simpleBag>bagFareInfo>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum baggageInfo>baggageSelectionGroups>travelerBaggageOptions>baggageOptions>multiSelectOptions>simpleBag>bagFareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum baggageInfo>baggageSelectionGroups>travelerBaggageOptions>baggageOptions>multiSelectOptions>simpleBag>bagFareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum baggageInfo>baggageSelectionGroups>travelerBaggageOptions>baggageOptions>singleSelectOptions>complexBag>complexBagFareInfo>totalAmountBreakdown>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum baggageInfo>baggageSelectionGroups>travelerBaggageOptions>baggageOptions>singleSelectOptions>complexBag>complexBagFareInfo>totalAmountBreakdown>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum baggageInfo>baggageSelectionGroups>travelerBaggageOptions>baggageOptions>singleSelectOptions>complexBag>complexBagFareInfo>totalAmountBreakdown>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum baggageInfo>baggageSelectionGroups>travelerBaggageOptions>baggageOptions>singleSelectOptions>complexBag>complexBagFareInfo>totalAmount>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum baggageInfo>baggageSelectionGroups>travelerBaggageOptions>baggageOptions>singleSelectOptions>complexBag>complexBagFareInfo>totalAmount>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum baggageInfo>baggageSelectionGroups>travelerBaggageOptions>baggageOptions>singleSelectOptions>complexBag>complexBagFareInfo>totalAmount>totalFare>base>otherCoinage>coinageCode
  • POST /v2/air/selected-itinerary:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>allowedFopRules>paymentRules>paymentSplitDetails>splitAmount>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>allowedFopRules>paymentRules>paymentSplitDetails>minMaxAmount>maxLimit>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>allowedFopRules>paymentRules>paymentSplitDetails>minMaxAmount>minLimit>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>allowedFopRules>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>publicFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>publicFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>publicFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>policyInfos>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>policyInfos>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>policyInfos>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>policyInfos>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>fareInfo>merchantFeeInfo>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>fareInfo>merchantFeeInfo>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>fareInfo>merchantFeeInfo>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>fareInfo>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>fareInfo>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>travelers>fareInfo>merchantFeeInfo>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>travelers>fareInfo>merchantFeeInfo>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>travelers>fareInfo>merchantFeeInfo>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>travelers>fareInfo>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>travelers>fareInfo>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>travelers>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>travelers>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>legs>totalLegFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>legs>totalLegFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>legs>totalLegFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>legs>travelerInfos>fareRules>postDepartureExchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>legs>travelerInfos>fareRules>exchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>legs>travelerInfos>fareRules>postDepartureCancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>legs>travelerInfos>fareRules>cancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>legs>travelerInfos>fareRules>baggagePolicy>carryOn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>legs>travelerInfos>fareRules>baggagePolicy>checkedIn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>legs>travelerInfos>travelerLegFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>legs>travelerInfos>travelerLegFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itinerary>legs>travelerInfos>travelerLegFare>base>otherCoinage>coinageCode
  • POST /v2/air/flight-attributes:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>allowedFopRules>paymentRules>paymentSplitDetails>splitAmount>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>allowedFopRules>paymentRules>paymentSplitDetails>minMaxAmount>maxLimit>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>allowedFopRules>paymentRules>paymentSplitDetails>minMaxAmount>minLimit>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>allowedFopRules>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>publicFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>publicFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>publicFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>merchantFeeInfo>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>merchantFeeInfo>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>merchantFeeInfo>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>merchantFeeInfo>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>merchantFeeInfo>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>merchantFeeInfo>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>totalLegFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>totalLegFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>totalLegFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>postDepartureExchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>exchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>postDepartureCancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>cancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>baggagePolicy>carryOn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>baggagePolicy>checkedIn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>travelerLegFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>travelerLegFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>travelerLegFare>base>otherCoinage>coinageCode
  • POST /v2/air/search-flights:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>allowedFopRules>paymentRules>paymentSplitDetails>splitAmount>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>allowedFopRules>paymentRules>paymentSplitDetails>minMaxAmount>maxLimit>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>allowedFopRules>paymentRules>paymentSplitDetails>minMaxAmount>minLimit>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>allowedFopRules>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>publicFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>publicFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>publicFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>merchantFeeInfo>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>merchantFeeInfo>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>merchantFeeInfo>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>merchantFeeInfo>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>merchantFeeInfo>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>merchantFeeInfo>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>travelers>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>totalLegFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>totalLegFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>totalLegFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>postDepartureExchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>exchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>postDepartureCancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>cancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>baggagePolicy>carryOn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>baggagePolicy>checkedIn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>travelerLegFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>travelerLegFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum itineraryDetails>itineraries>legs>travelerInfos>travelerLegFare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum filters>fareRange>max>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum filters>fareRange>min>otherCoinage>coinageCode
Company API
  • PATCH /v2/companies/{companyId}/features:
    • request: added support for new value ALLOW_UNAUTHORIZED_CARD_STORAGE on enum featuresToDelete
    • request: added support for new value ALLOW_UNAUTHORIZED_CARD_STORAGE on enum featuresToUpdate>name
  • GET /v2/companies/{companyId}/features:
    • 200 response: added support for new value ALLOW_UNAUTHORIZED_CARD_STORAGE on enum features>name
  • POST /v2/service-charge/{entityType}/{entityId}/types/{type}/list:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceCharges>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceCharges>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceCharges>charge>waiveOffInfo>waiveOffAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceCharges>charge>waiveOffInfo>waiveOffAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceCharges>charge>waiveOffInfo>waiveOffAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceCharges>charge>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceCharges>charge>allowedFoP
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceCharges>charge>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceCharges>charge>taxes>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceCharges>charge>amount>otherCoinage>coinageCode
  • POST /v2/license/company/{companyId}/service-charge/per-trip:
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum config>tierCharges>charges>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum config>charges>otherCoinage>coinageCode
  • GET /v2/license/company/{companyId}/service-charge/per-trip:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum config>tierCharges>charges>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum config>charges>otherCoinage>coinageCode
  • PATCH /v2/companies/{companyId}/features:
    • request: added support for new value ALLOW_YOUTH_ONLY_BOOKINGS on enum featuresToDelete
    • request: added support for new value ALLOW_YOUTH_ONLY_BOOKINGS on enum featuresToUpdate>name
  • GET /v2/companies/{companyId}/features:
    • 200 response: added support for new value ALLOW_YOUTH_ONLY_BOOKINGS on enum features>name
  • PUT /v2/companies/{companyId}:
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carbonCostConfig>price>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rewardsProgram>redeemablePaymentMethods
  • GET /v2/companies/{companyId}:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carbonCostConfig>price>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rewardsProgram>redeemablePaymentMethods
  • POST /v2/companies:
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carbonCostConfig>price>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rewardsProgram>redeemablePaymentMethods
Event API
  • GET /v2/events/payment-sources:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>fopInfo>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>totalFare>otherCoinage>coinageCode
  • POST /v2/events/list:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum events>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>fopInfo>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum events>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>totalFare>otherCoinage>coinageCode
  • GET /v2/events/read-by-external-id:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum event>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>fopInfo>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum event>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>totalFare>otherCoinage>coinageCode
  • GET /v2/events/{eventId}:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum event>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>fopInfo>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum event>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>totalFare>otherCoinage>coinageCode
Hotel API
  • POST /v2/hotel/pnrs/{pnrId}/modify-book:
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>totalFare>otherCoinage>coinageCode
  • POST /v2/hotel/pnrs/{pnrId}/modify-details:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rateStatistics>median>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rateStatistics>median>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>cancellationPolicy>terms>penalty>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>postpaidRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>postpaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>postpaidRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>postpaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>postpaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>prepaidRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>prepaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>prepaidRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>prepaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>prepaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>rateDifference>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>rateDifference>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>rateDifference>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>rateDifference>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>rateDifference>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>publishedNightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>publishedNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>publishedNightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>publishedNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>publishedNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>publishedRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>publishedRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>refundAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>averageNightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>averageNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>averageNightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>averageNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>averageNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>nightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>nightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>nightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>nightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>nightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>totalRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>totalRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>totalRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>cancellationPolicy>terms>penalty>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>postpaidRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>postpaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>postpaidRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>postpaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>postpaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>prepaidRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>prepaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>prepaidRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>prepaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>prepaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>rateDifference>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>rateDifference>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>rateDifference>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>rateDifference>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>rateDifference>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>publishedNightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>publishedNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>publishedNightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>publishedNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>publishedNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>publishedRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>publishedRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>refundAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>averageNightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>averageNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>averageNightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>averageNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>averageNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>nightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>nightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>nightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>nightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>nightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>totalRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>totalRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>totalRate>base>otherCoinage>coinageCode
  • POST /v2/hotel/create-pnr:
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>totalFare>otherCoinage>coinageCode
  • POST /v2/hotel/price-check:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum price>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum price>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum price>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum price>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum price>base>otherCoinage>coinageCode
  • POST /v2/hotel/details:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rateStatistics>median>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rateStatistics>median>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>cancellationPolicy>terms>penalty>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>postpaidRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>postpaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>postpaidRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>postpaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>postpaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>prepaidRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>prepaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>prepaidRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>prepaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>prepaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>rateDifference>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>rateDifference>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>rateDifference>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>rateDifference>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>rateDifference>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>publishedNightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>publishedNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>publishedNightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>publishedNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>publishedNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>publishedRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>publishedRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>refundAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>averageNightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>averageNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>averageNightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>averageNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>averageNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>nightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>nightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>nightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>nightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>nightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>totalRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>totalRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum bookedRooms>rateOptions>rateInfo>totalRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>cancellationPolicy>terms>penalty>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>postpaidRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>postpaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>postpaidRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>postpaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>postpaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>prepaidRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>prepaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>prepaidRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>prepaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>prepaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>rateDifference>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>rateDifference>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>rateDifference>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>rateDifference>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>rateDifference>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>publishedNightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>publishedNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>publishedNightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>publishedNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>publishedNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>publishedRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>publishedRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>refundAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>averageNightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>averageNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>averageNightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>averageNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>averageNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>nightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>nightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>nightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>nightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>nightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>totalRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>totalRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum rooms>rateOptions>rateInfo>totalRate>base>otherCoinage>coinageCode
  • POST /v2/hotel/search:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum metadata>rateStatistics>median>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum metadata>rateStatistics>median>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotels>rateInfo>totalRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotels>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotels>rateInfo>totalRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotels>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotels>rateInfo>totalRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotels>rateInfo>averageNightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotels>rateInfo>averageNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotels>rateInfo>averageNightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotels>rateInfo>averageNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotels>rateInfo>averageNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotels>policyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotels>policyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotels>policyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotels>policyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
Payments API
  • POST /v2/service-charge/{entityType}/{entityId}/types/{type}/list:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceCharges>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceCharges>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceCharges>charge>waiveOffInfo>waiveOffAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceCharges>charge>waiveOffInfo>waiveOffAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceCharges>charge>waiveOffInfo>waiveOffAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceCharges>charge>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceCharges>charge>allowedFoP
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceCharges>charge>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceCharges>charge>taxes>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceCharges>charge>amount>otherCoinage>coinageCode
Template API
  • GET /v2/event-templates/read-by-external-id:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum eventTemplate>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>fopInfo>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum eventTemplate>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>totalFare>otherCoinage>coinageCode
  • POST /v2/event-templates/list:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum eventTemplates>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>fopInfo>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum eventTemplates>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>totalFare>otherCoinage>coinageCode
  • GET /v2/event-templates/{templateId}:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum eventTemplate>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>fopInfo>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum eventTemplate>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>totalFare>otherCoinage>coinageCode
Trip API
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for railPnr>relatedRateInfos property
    • request: added support for railPnr>relatedRefundRateInfos property
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for railPnr>relatedRateInfos property
    • 200 response: added support for railPnr>relatedRefundRateInfos property
  • POST /v3/trips/{tripId}/pnrs:
    • request: added support for railPnr>relatedRateInfos property
    • request: added support for railPnr>relatedRefundRateInfos property
  • GET /v3/trips/{tripId}/detail:
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>relatedRateInfos property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>relatedRefundRateInfos property
    • 200 response: added support for pendingShellPnrs>data>railPnr>relatedRateInfos property
    • 200 response: added support for pendingShellPnrs>data>railPnr>relatedRefundRateInfos property
    • 200 response: added support for pnrs>data>railPnr>relatedRateInfos property
    • 200 response: added support for pnrs>data>railPnr>relatedRefundRateInfos property
  • POST /v3/approvals/companies/{companyId}/list:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum approvalDataList>pnrSummary>pnrSummary>miscPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum approvalDataList>pnrSummary>pnrSummary>limoPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum approvalDataList>pnrSummary>pnrSummary>carPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum approvalDataList>pnrSummary>pnrSummary>hotelPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum approvalDataList>pnrSummary>pnrSummary>railPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum approvalDataList>pnrSummary>pnrSummary>airPnrSummary>totalAmount>otherCoinage>coinageCode
  • POST /v3/approvals/approvers/{userId}/list:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum approvalDataList>pnrSummary>pnrSummary>miscPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum approvalDataList>pnrSummary>pnrSummary>limoPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum approvalDataList>pnrSummary>pnrSummary>carPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum approvalDataList>pnrSummary>pnrSummary>hotelPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum approvalDataList>pnrSummary>pnrSummary>railPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum approvalDataList>pnrSummary>pnrSummary>airPnrSummary>totalAmount>otherCoinage>coinageCode
  • POST /v2/invoicing/invoice-data:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum invoices>data>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum invoices>data>invoiceAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum invoices>data>invoiceAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum invoices>data>invoiceAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum invoices>data>payments>actualPayment>paymentMetadata>customPaymentMethodMetadata>qantasTravelFundMetadata>fundBalance>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum invoices>data>payments>paymentMode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum invoices>data>payments>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum invoices>data>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum invoices>data>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum invoices>data>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum invoices>data>amount>base>otherCoinage>coinageCode
  • GET /v2/trips/{tripId}/pnrs/{pnrId}/cancellation-details:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>rail>refundOptions>refundRateInfo>voucher>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>rail>refundOptions>refundRateInfo>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>rail>refundOptions>refundRateInfo>cancellationFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>rail>refundOptions>refundRateInfo>nonRefundableFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>rail>refundOptions>refundRateInfo>nonRefundableFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>rail>refundOptions>refundRateInfo>nonRefundableFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>rail>refundOptions>refundRateInfo>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>rail>refundOptions>refundRateInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>rail>refundOptions>refundRateInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>netCreditAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>netCreditAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>netCreditAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>changePenalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>changePenalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>changePenalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>refund>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>refund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>refund>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>cancellationFee>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>cancellationFee>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>cancellationFee>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>nonRefundableFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>nonRefundableFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>nonRefundableFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>usedFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>usedFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>usedFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>cancellationOptions>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>netCreditAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>netCreditAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>netCreditAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>changePenalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>changePenalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>changePenalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>refund>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>refund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>refund>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>cancellationFee>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>cancellationFee>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>cancellationFee>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>nonRefundableFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>nonRefundableFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>nonRefundableFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>usedFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>usedFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>usedFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>netCreditAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>netCreditAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>netCreditAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>changePenalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>changePenalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>changePenalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>refund>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>refund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>refund>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>cancellationFee>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>cancellationFee>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>cancellationFee>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>nonRefundableFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>nonRefundableFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>nonRefundableFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>usedFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>usedFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>usedFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>ticketFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>ticketFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>air>travelers>tickets>ticketFare>base>otherCoinage>coinageCode
  • POST /v3/trips/{tripId}/pnrs/{pnrId}/cancel:
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>refundInfo>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>refundInfo>fop>paymentMethod
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>refundInfo>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>refundInfo>amount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum cancellationDetails>refundInfo>amount>base>otherCoinage>coinageCode
  • POST /v3/trips/{tripId}/pnrs/{pnrId}/finalize:
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum finalizeIntent>airPriceOptimizationMetadata>penaltyPrice>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum finalizeIntent>airPriceOptimizationMetadata>priceDrop>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum finalizeIntent>airPriceOptimizationMetadata>newPrice>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum finalizeIntent>airPriceOptimizationMetadata>oldPrice>otherCoinage>coinageCode
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum savingsFare>fareAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum savingsFare>fareAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum totalFareAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum totalFareAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum totalFareAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum llfPnrInfo>totalFare>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum paymentInfo>netCharge>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum paymentInfo>totalRefund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum paymentInfo>totalCharge>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum paymentInfo>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum paymentInfo>fop>paymentMethod
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>waiveOffInfo>waiveOffAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>waiveOffInfo>waiveOffAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>waiveOffInfo>waiveOffAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>fop>paymentMethod
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>taxes>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>fare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>fare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>fare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum totalFare>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>legInfos>amenities>price>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>tickets>refundedPrice>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>tickets>price>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>legInfos>amenities>price>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>carAverageRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>carAverageRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>carAverageRate>total>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>dailyRates>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>dailyRates>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>dailyRates>total>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>carInfo>extraMileageCharge>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>overallPenaltyCharged>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRate>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>cancellationPolicy>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>airPriceOptimizationMetadata>penaltyPrice>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>airPriceOptimizationMetadata>priceDrop>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>airPriceOptimizationMetadata>newPrice>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>airPriceOptimizationMetadata>oldPrice>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>automatedCancellationInfo>supportedCancellations>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>automatedCancellationInfo>supportedCancellations>merchantFee>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>automatedCancellationInfo>supportedCancellations>penalty>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>automatedCancellationInfo>supportedCancellations>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>automatedCancellationInfo>supportedCancellations>totalFare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>automatedCancellationInfo>supportedCancellations>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>appliedCredits>penalty>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>appliedCredits>fareDifference>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>appliedCredits>creditAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>appliedCredits>creditAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>appliedCredits>creditAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>otherCharges>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>fareComponents>baseFare>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>otherCharges>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalAirlineFees>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalMerchantFees>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalLuggageFare>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalSeatFare>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalFlightsFare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalFlightsFare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalFlightsFare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalFare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>otherAncillaries>fare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>otherAncillaries>fare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>otherAncillaries>fare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>luggageDetails>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>seats>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>savingsFare>fareAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>savingsFare>fareAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>createdUnusedCredit>fopInfo>paymentMethod
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>createdUnusedCredit>totalFare>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>airlineFeeDetails>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>airlineFeeDetails>amount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>airlineFeeDetails>amount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>airlineFee>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>merchantFee>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>publishedFare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>publishedFare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>publishedFare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>ticketCtc>cost>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>ticketCtc>cost>amount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>ticketCtc>cost>amount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMethod
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>paymentDetails>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>paymentDetails>amount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>paymentDetails>amount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>llfInfo>llf>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>refundTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundPolicy>refundPenalty>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>exchangePenaltyTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMethod
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>penalty>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangePolicy>exchangePenalty>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>ancillaries>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>ancillaries>totalFare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>ancillaries>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>amount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>amount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>createdMcos>fare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>createdMcos>fare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>createdMcos>fare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>legs>fareOffers>exchangePolicy>fee>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>legs>fareOffers>cancellationPolicy>fee>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>legs>fareOffers>baggagePolicy>carryOn>fee>fee>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>legs>fareOffers>baggagePolicy>checkedIn>fee>fee>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>previousTransactionFares>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionFares>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>nightlyRates>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>nightlyRates>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>nightlyRates>total>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>averageNightlyRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>averageNightlyRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>averageNightlyRate>total>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>postpaidAmount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>prepaidAmount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>dailyRates>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>dailyRates>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>dailyRates>total>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>carDailyAverageRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>carDailyAverageRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>carDailyAverageRate>total>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>penalty>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalPnrAmount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionFees>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>penaltyDiff>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalAmountDiff>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalAmountDiff>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalAmountDiff>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionFeesDiff>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionAmountDiff>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionAmountDiff>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionAmountDiff>base>otherCoinage>coinageCode
    • request: added support for new value MCO_ISSUED on enum transactions>itemGroups>transactionType
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>ctc>balanceDue>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>ctc>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>ctc>fop>paymentMethod
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>ctc>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>fop>paymentMethod
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>amount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>amount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>fop>paymentMethod
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>amount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>amount>base>otherCoinage>coinageCode
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum savingsFare>fareAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum savingsFare>fareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum totalFareAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum totalFareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum totalFareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum llfPnrInfo>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum paymentInfo>netCharge>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum paymentInfo>totalRefund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum paymentInfo>totalCharge>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum paymentInfo>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum paymentInfo>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>waiveOffInfo>waiveOffAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>waiveOffInfo>waiveOffAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>waiveOffInfo>waiveOffAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>taxes>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>fare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>legInfos>amenities>price>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>tickets>refundedPrice>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>tickets>price>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>legInfos>amenities>price>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>carAverageRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>carAverageRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>carAverageRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>dailyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>dailyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>dailyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>carInfo>extraMileageCharge>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>overallPenaltyCharged>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRate>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>airPriceOptimizationMetadata>penaltyPrice>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>airPriceOptimizationMetadata>priceDrop>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>airPriceOptimizationMetadata>newPrice>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>airPriceOptimizationMetadata>oldPrice>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>automatedCancellationInfo>supportedCancellations>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>automatedCancellationInfo>supportedCancellations>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>automatedCancellationInfo>supportedCancellations>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>automatedCancellationInfo>supportedCancellations>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>automatedCancellationInfo>supportedCancellations>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>automatedCancellationInfo>supportedCancellations>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>appliedCredits>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>appliedCredits>fareDifference>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>appliedCredits>creditAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>appliedCredits>creditAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>appliedCredits>creditAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>otherCharges>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>fareComponents>baseFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>otherCharges>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalAirlineFees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalMerchantFees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalLuggageFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalSeatFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalFlightsFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalFlightsFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalFlightsFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>otherAncillaries>fare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>otherAncillaries>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>otherAncillaries>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>luggageDetails>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>seats>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>savingsFare>fareAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>savingsFare>fareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>createdUnusedCredit>fopInfo>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>createdUnusedCredit>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>airlineFeeDetails>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>airlineFeeDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>airlineFeeDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>publishedFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>publishedFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>publishedFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>ticketCtc>cost>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>ticketCtc>cost>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>ticketCtc>cost>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>paymentDetails>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>paymentDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>paymentDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>llfInfo>llf>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>refundTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundPolicy>refundPenalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>exchangePenaltyTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangePolicy>exchangePenalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>ancillaries>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>ancillaries>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>ancillaries>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>createdMcos>fare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>createdMcos>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>createdMcos>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>legs>fareOffers>exchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>legs>fareOffers>cancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>legs>fareOffers>baggagePolicy>carryOn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>legs>fareOffers>baggagePolicy>checkedIn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>previousTransactionFares>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionFares>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>nightlyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>nightlyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>nightlyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>averageNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>averageNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>averageNightlyRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>postpaidAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>prepaidAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>dailyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>dailyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>dailyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>carDailyAverageRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>carDailyAverageRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>carDailyAverageRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalPnrAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionFees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>penaltyDiff>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalAmountDiff>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalAmountDiff>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalAmountDiff>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionFeesDiff>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionAmountDiff>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionAmountDiff>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionAmountDiff>base>otherCoinage>coinageCode
    • 200 response: added support for new value MCO_ISSUED on enum transactions>itemGroups>transactionType
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>ctc>balanceDue>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>ctc>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>ctc>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>ctc>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>amount>base>otherCoinage>coinageCode
  • POST /v3/trips/{tripId}/pnrs:
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum savingsFare>fareAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum savingsFare>fareAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum totalFareAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum totalFareAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum totalFareAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum llfPnrInfo>totalFare>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum paymentInfo>netCharge>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum paymentInfo>totalRefund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum paymentInfo>totalCharge>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum paymentInfo>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum paymentInfo>fop>paymentMethod
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>waiveOffInfo>waiveOffAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>waiveOffInfo>waiveOffAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>waiveOffInfo>waiveOffAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>fop>paymentMethod
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>taxes>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>fare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>fare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum serviceFees>fare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum totalFare>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum miscPnr>rate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>rate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum limoPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>rate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>rate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>sections>fares>rate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>previousItinerary>legInfos>amenities>price>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>tickets>refundedPrice>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>tickets>price>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>rate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>sections>fares>rate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>rate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum railPnr>legInfos>amenities>price>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>carAverageRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>carAverageRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>carAverageRate>total>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>dailyRates>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>dailyRates>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>dailyRates>total>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>rate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>carInfo>extraMileageCharge>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum carPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRates>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>postpaidRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>prepaidRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedNightlyRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>publishedRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>overallPenaltyCharged>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>totalRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>rateInfo>nightlyRate>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum hotelPnr>room>cancellationPolicy>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>airPriceOptimizationMetadata>penaltyPrice>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>airPriceOptimizationMetadata>priceDrop>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>airPriceOptimizationMetadata>newPrice>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>airPriceOptimizationMetadata>oldPrice>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>automatedCancellationInfo>supportedCancellations>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>automatedCancellationInfo>supportedCancellations>merchantFee>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>automatedCancellationInfo>supportedCancellations>penalty>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>automatedCancellationInfo>supportedCancellations>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>automatedCancellationInfo>supportedCancellations>totalFare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>automatedCancellationInfo>supportedCancellations>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>appliedCredits>penalty>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>appliedCredits>fareDifference>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>appliedCredits>creditAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>appliedCredits>creditAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>appliedCredits>creditAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>otherCharges>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>fareComponents>baseFare>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>otherCharges>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalAirlineFees>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalMerchantFees>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalLuggageFare>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalSeatFare>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalFlightsFare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalFlightsFare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalFlightsFare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalFare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>itinerary>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>otherAncillaries>fare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>otherAncillaries>fare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>otherAncillaries>fare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>luggageDetails>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>booking>seats>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>savingsFare>fareAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>savingsFare>fareAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>createdUnusedCredit>fopInfo>paymentMethod
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>createdUnusedCredit>totalFare>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>airlineFeeDetails>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>airlineFeeDetails>amount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>airlineFeeDetails>amount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>airlineFee>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>merchantFee>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>publishedFare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>publishedFare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>publishedFare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>ticketCtc>cost>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>ticketCtc>cost>amount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>ticketCtc>cost>amount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMethod
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>paymentDetails>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>paymentDetails>amount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>paymentDetails>amount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>commission>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>llfInfo>llf>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>refundTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>refundPolicy>refundPenalty>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>exchangePenaltyTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMethod
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangeInfo>penalty>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>exchangePolicy>exchangePenalty>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>ancillaries>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>ancillaries>totalFare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>ancillaries>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>amount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>tickets>amount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>createdMcos>fare>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>createdMcos>fare>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>travelerInfos>createdMcos>fare>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>legs>fareOffers>exchangePolicy>fee>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>legs>fareOffers>cancellationPolicy>fee>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>legs>fareOffers>baggagePolicy>carryOn>fee>fee>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum airPnr>legs>fareOffers>baggagePolicy>checkedIn>fee>fee>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>previousTransactionFares>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionFares>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>nightlyRates>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>nightlyRates>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>nightlyRates>total>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>averageNightlyRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>averageNightlyRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>averageNightlyRate>total>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>postpaidAmount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>prepaidAmount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>dailyRates>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>dailyRates>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>dailyRates>total>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>carDailyAverageRate>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>carDailyAverageRate>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>carDailyAverageRate>total>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>penalty>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalPnrAmount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionFees>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionAmount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionAmount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>penaltyDiff>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalAmountDiff>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalAmountDiff>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>totalAmountDiff>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionFeesDiff>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionAmountDiff>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionAmountDiff>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>itemGroups>transactionAmountDiff>base>otherCoinage>coinageCode
    • request: added support for new value MCO_ISSUED on enum transactions>itemGroups>transactionType
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>ctc>balanceDue>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>ctc>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>ctc>fop>paymentMethod
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum transactions>ctc>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>fop>paymentMethod
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>amount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costToCustomer>payments>amount>base>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>fop>paymentMethod
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>amount>tax>otherCoinage>coinageCode
    • request: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum costOfGoodsSold>payments>amount>base>otherCoinage>coinageCode
  • POST /v3/trips/arrangers/{arrangerId}/list:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>pnrSummary>miscPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>pnrSummary>limoPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>pnrSummary>carPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>pnrSummary>hotelPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>pnrSummary>railPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>pnrSummary>airPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>pnrSummary>miscPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>pnrSummary>limoPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>pnrSummary>carPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>pnrSummary>hotelPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>pnrSummary>railPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>pnrSummary>airPnrSummary>totalAmount>otherCoinage>coinageCode
  • POST /v3/trips/companies/{companyId}/list:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>pnrSummary>miscPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>pnrSummary>limoPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>pnrSummary>carPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>pnrSummary>hotelPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>pnrSummary>railPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>pnrSummary>airPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>pnrSummary>miscPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>pnrSummary>limoPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>pnrSummary>carPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>pnrSummary>hotelPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>pnrSummary>railPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>pnrSummary>airPnrSummary>totalAmount>otherCoinage>coinageCode
  • POST /v3/trips/users/{userId}/list:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>pnrSummary>miscPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>pnrSummary>limoPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>pnrSummary>carPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>pnrSummary>hotelPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>pnrSummary>railPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum failedTripSummaries>pnrSummaries>pnrSummary>airPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>pnrSummary>miscPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>pnrSummary>limoPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>pnrSummary>carPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>pnrSummary>hotelPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>pnrSummary>railPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripSummaries>pnrSummaries>pnrSummary>airPnrSummary>totalAmount>otherCoinage>coinageCode
  • GET /v3/trips/{tripId}/detail:
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripPaymentInfo>serviceFeeFareAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripPaymentInfo>serviceFeeFareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripPaymentInfo>serviceFeeFareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripPaymentInfo>totalFareAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripPaymentInfo>totalFareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripPaymentInfo>totalFareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum tripPaymentInfo>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>savingsFare>fareAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>savingsFare>fareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>totalFareAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>totalFareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>totalFareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>llfPnrInfo>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>paymentInfo>netCharge>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>paymentInfo>totalRefund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>paymentInfo>totalCharge>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>paymentInfo>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>paymentInfo>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>serviceFees>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>serviceFees>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>serviceFees>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>serviceFees>taxes>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>serviceFees>fare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>serviceFees>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>serviceFees>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>miscPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>miscPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>miscPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>miscPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>miscPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>miscPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>miscPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>miscPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>miscPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>miscPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>miscPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>miscPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>limoPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>limoPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>limoPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>limoPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>limoPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>limoPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>limoPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>limoPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>limoPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>limoPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>limoPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>limoPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>limoPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>previousItinerary>legInfos>amenities>price>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>tickets>refundedPrice>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>tickets>price>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rateMetadata>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>railPnr>legInfos>amenities>price>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>carAverageRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>carAverageRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>carAverageRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>dailyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>dailyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>dailyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rateMetadata>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>carInfo>extraMileageCharge>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>carPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>overallPenaltyCharged>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRate>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>hotelPnr>room>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>airPriceOptimizationMetadata>penaltyPrice>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>airPriceOptimizationMetadata>priceDrop>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>airPriceOptimizationMetadata>newPrice>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>airPriceOptimizationMetadata>oldPrice>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>appliedCredits>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>appliedCredits>fareDifference>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>otherCharges>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>fareComponents>baseFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>otherCharges>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalAirlineFees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalMerchantFees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalLuggageFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalSeatFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>luggageDetails>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>seats>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>createdUnusedCredit>fopInfo>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>createdUnusedCredit>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>publishedFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>publishedFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>publishedFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>llfInfo>llf>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>refundPolicy>refundPenalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>exchangePenaltyTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangePolicy>exchangePenalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>createdMcos>fare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>createdMcos>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>travelerInfos>createdMcos>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>legs>fareOffers>exchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>legs>fareOffers>cancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>legs>fareOffers>baggagePolicy>carryOn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>airPnr>legs>fareOffers>baggagePolicy>checkedIn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>previousTransactionFares>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFares>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>nightlyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>nightlyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>nightlyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>averageNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>averageNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>averageNightlyRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>postpaidAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>prepaidAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>dailyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>dailyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>dailyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>carDailyAverageRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>carDailyAverageRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>carDailyAverageRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>totalPnrAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>totalAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>totalAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>totalAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>penaltyDiff>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>totalAmountDiff>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>totalAmountDiff>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>totalAmountDiff>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFeesDiff>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionAmountDiff>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionAmountDiff>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionAmountDiff>base>otherCoinage>coinageCode
    • 200 response: added support for new value MCO_ISSUED on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionType
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>ctc>balanceDue>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>ctc>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>ctc>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>transactions>ctc>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>costToCustomer>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>costToCustomer>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>costToCustomer>payments>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>costToCustomer>payments>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>costToCustomer>payments>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>costToCustomer>payments>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>costOfGoodsSold>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>costOfGoodsSold>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>costOfGoodsSold>payments>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>costOfGoodsSold>payments>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>costOfGoodsSold>payments>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingManualFormPnrs>data>costOfGoodsSold>payments>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>savingsFare>fareAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>savingsFare>fareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>totalFareAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>totalFareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>totalFareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>llfPnrInfo>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>paymentInfo>netCharge>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>paymentInfo>totalRefund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>paymentInfo>totalCharge>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>paymentInfo>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>paymentInfo>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>serviceFees>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>serviceFees>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>serviceFees>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>serviceFees>taxes>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>serviceFees>fare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>serviceFees>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>serviceFees>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>miscPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>miscPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>miscPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>miscPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>miscPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>miscPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>miscPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>miscPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>miscPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>miscPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>miscPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>miscPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>limoPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>limoPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>limoPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>limoPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>limoPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>limoPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>limoPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>limoPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>limoPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>limoPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>limoPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>limoPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>limoPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>previousItinerary>legInfos>amenities>price>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>tickets>refundedPrice>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>tickets>price>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>fares>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>fares>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>sections>fares>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rateMetadata>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>railPnr>legInfos>amenities>price>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>carAverageRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>carAverageRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>carAverageRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>dailyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>dailyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>dailyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rateMetadata>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>carInfo>extraMileageCharge>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>carPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateMetadata>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>overallPenaltyCharged>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRate>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>hotelPnr>room>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>airPriceOptimizationMetadata>penaltyPrice>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>airPriceOptimizationMetadata>priceDrop>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>airPriceOptimizationMetadata>newPrice>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>airPriceOptimizationMetadata>oldPrice>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>appliedCredits>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>appliedCredits>fareDifference>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>otherCharges>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>fareComponents>baseFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>otherCharges>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalAirlineFees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalMerchantFees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalLuggageFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalSeatFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>luggageDetails>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>seats>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>createdUnusedCredit>fopInfo>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>createdUnusedCredit>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>publishedFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>publishedFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>publishedFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>llfInfo>llf>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>refundPolicy>refundPenalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>exchangePenaltyTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangePolicy>exchangePenalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>createdMcos>fare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>createdMcos>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>travelerInfos>createdMcos>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>legs>fareOffers>exchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>legs>fareOffers>cancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>legs>fareOffers>baggagePolicy>carryOn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>airPnr>legs>fareOffers>baggagePolicy>checkedIn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>previousTransactionFares>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>transactionFares>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>nightlyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>nightlyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>nightlyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>averageNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>averageNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>averageNightlyRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>postpaidAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>prepaidAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>dailyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>dailyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>dailyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>carDailyAverageRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>carDailyAverageRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>carDailyAverageRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>totalPnrAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>totalAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>totalAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>totalAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>transactionFees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>transactionAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>transactionAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>transactionAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>penaltyDiff>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>totalAmountDiff>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>totalAmountDiff>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>totalAmountDiff>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>transactionFeesDiff>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>transactionAmountDiff>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>transactionAmountDiff>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>itemGroups>transactionAmountDiff>base>otherCoinage>coinageCode
    • 200 response: added support for new value MCO_ISSUED on enum pendingShellPnrs>data>transactions>itemGroups>transactionType
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>ctc>balanceDue>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>ctc>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>ctc>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>transactions>ctc>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>costToCustomer>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>costToCustomer>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>costToCustomer>payments>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>costToCustomer>payments>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>costToCustomer>payments>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>costToCustomer>payments>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>costOfGoodsSold>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>costOfGoodsSold>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>costOfGoodsSold>payments>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>costOfGoodsSold>payments>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>costOfGoodsSold>payments>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pendingShellPnrs>data>costOfGoodsSold>payments>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>savingsFare>fareAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>savingsFare>fareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>totalFareAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>totalFareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>totalFareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>llfPnrInfo>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>paymentInfo>netCharge>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>paymentInfo>totalRefund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>paymentInfo>totalCharge>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>paymentInfo>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>paymentInfo>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>serviceFees>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>serviceFees>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>serviceFees>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>serviceFees>taxes>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>serviceFees>fare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>serviceFees>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>serviceFees>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>miscPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>miscPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>miscPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>miscPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>miscPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>miscPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>miscPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>miscPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>miscPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>miscPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>miscPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>miscPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>limoPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>limoPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>limoPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>limoPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>limoPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>limoPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>limoPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>limoPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>limoPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>limoPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>limoPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>limoPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>limoPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>previousItinerary>legInfos>amenities>price>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>tickets>refundedPrice>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>tickets>price>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>fares>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>fares>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>sections>fares>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rateMetadata>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>railPnr>legInfos>amenities>price>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>carAverageRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>carAverageRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>carAverageRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>dailyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>dailyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>dailyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rateMetadata>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>carInfo>extraMileageCharge>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>carPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateMetadata>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>overallPenaltyCharged>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRate>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>hotelPnr>room>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>airPriceOptimizationMetadata>penaltyPrice>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>airPriceOptimizationMetadata>priceDrop>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>airPriceOptimizationMetadata>newPrice>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>airPriceOptimizationMetadata>oldPrice>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>appliedCredits>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>appliedCredits>fareDifference>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>otherCharges>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>fareComponents>baseFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>otherCharges>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>totalAirlineFees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>totalMerchantFees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>totalLuggageFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>totalSeatFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>luggageDetails>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>booking>seats>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>createdUnusedCredit>fopInfo>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>createdUnusedCredit>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>publishedFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>publishedFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>publishedFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>llfInfo>llf>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>refundPolicy>refundPenalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>exchangePenaltyTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>exchangePolicy>exchangePenalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>tickets>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>createdMcos>fare>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>createdMcos>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>travelerInfos>createdMcos>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>legs>fareOffers>exchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>legs>fareOffers>cancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>legs>fareOffers>baggagePolicy>carryOn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>airPnr>legs>fareOffers>baggagePolicy>checkedIn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>previousTransactionFares>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>transactionFares>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>nightlyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>nightlyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>nightlyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>averageNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>averageNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>averageNightlyRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>postpaidAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>prepaidAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>dailyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>dailyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>dailyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>carDailyAverageRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>carDailyAverageRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>carDailyAverageRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>totalPnrAmount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>totalAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>totalAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>totalAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>transactionFees>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>transactionAmount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>transactionAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>transactionAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>penaltyDiff>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>totalAmountDiff>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>totalAmountDiff>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>totalAmountDiff>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>transactionFeesDiff>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>transactionAmountDiff>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>transactionAmountDiff>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>itemGroups>transactionAmountDiff>base>otherCoinage>coinageCode
    • 200 response: added support for new value MCO_ISSUED on enum pnrs>data>transactions>itemGroups>transactionType
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>ctc>balanceDue>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>ctc>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>ctc>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>transactions>ctc>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>costToCustomer>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>costToCustomer>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>costToCustomer>payments>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>costToCustomer>payments>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>costToCustomer>payments>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>costToCustomer>payments>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>costOfGoodsSold>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>costOfGoodsSold>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>costOfGoodsSold>payments>fop>paymentMethod
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>costOfGoodsSold>payments>amount>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>costOfGoodsSold>payments>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value MISCELLANEOUS_CREDIT_ORDER on enum pnrs>data>costOfGoodsSold>payments>amount>base>otherCoinage>coinageCode

November 03, 2025

Updates

Air API
  • POST /v2/air/modify-search:
    • 200 response: added support for itineraryDetails>itineraries>publicFare>taxBreakdown property
    • 200 response: added support for itineraryDetails>itineraries>fareInfo>merchantFeeInfo>amount>taxBreakdown property
    • 200 response: has been updated at path itineraryDetails>itineraries>fareInfo>taxBreakdown>amount>description
    • 200 response: added support for itineraryDetails>itineraries>fareInfo>totalFare>taxBreakdown property
    • 200 response: added support for itineraryDetails>itineraries>travelers>fareInfo>merchantFeeInfo>amount>taxBreakdown property
    • 200 response: has been updated at path itineraryDetails>itineraries>travelers>fareInfo>taxBreakdown>amount>description
    • 200 response: added support for itineraryDetails>itineraries>travelers>fareInfo>totalFare>taxBreakdown property
    • 200 response: added support for itineraryDetails>itineraries>legs>totalLegFare>taxBreakdown property
    • 200 response: added support for itineraryDetails>itineraries>legs>travelerInfos>travelerLegFare>taxBreakdown property
  • POST /v2/air/intermediate-revalidate-itinerary:
    • 200 response: has been updated at path perTravelerPrices>taxBreakdown>amount>description
    • 200 response: added support for perTravelerPrices>changeFee>taxBreakdown property
    • 200 response: added support for perTravelerPrices>amount>taxBreakdown property
    • 200 response: added support for legPrices>changeFee>taxBreakdown property
    • 200 response: has been updated at path legPrices>travelerPrices>taxBreakdown>amount>description
    • 200 response: added support for legPrices>travelerPrices>changeFee>taxBreakdown property
    • 200 response: added support for legPrices>travelerPrices>amount>taxBreakdown property
    • 200 response: added support for legPrices>amount>taxBreakdown property
    • 200 response: added support for fareBreakDown>totalFare>taxBreakdown property
  • POST /v2/air/revalidate-itinerary:
    • 200 response: has been updated at path perTravelerPrices>taxBreakdown>amount>description
    • 200 response: added support for perTravelerPrices>changeFee>taxBreakdown property
    • 200 response: added support for perTravelerPrices>amount>taxBreakdown property
    • 200 response: added support for legPrices>changeFee>taxBreakdown property
    • 200 response: has been updated at path legPrices>travelerPrices>taxBreakdown>amount>description
    • 200 response: added support for legPrices>travelerPrices>changeFee>taxBreakdown property
    • 200 response: added support for legPrices>travelerPrices>amount>taxBreakdown property
    • 200 response: added support for legPrices>amount>taxBreakdown property
    • 200 response: added support for fareBreakDown>totalFare>taxBreakdown property
    • request: added support for bookingCharges>amount>taxBreakdown property
  • POST /v2/air/initiate-booking:
    • request: added support for bookingCharges>amount>taxBreakdown property
  • POST /v2/air/flight-checkout:
    • 200 response: added support for baggageInfo>baggageSelectionGroups>travelerBaggageOptions>baggageOptions>multiSelectOptions>simpleBag>bagFareInfo>totalFare>taxBreakdown property
    • 200 response: added support for baggageInfo>baggageSelectionGroups>travelerBaggageOptions>baggageOptions>singleSelectOptions>complexBag>complexBagFareInfo>totalAmountBreakdown>totalFare>taxBreakdown property
    • 200 response: added support for baggageInfo>baggageSelectionGroups>travelerBaggageOptions>baggageOptions>singleSelectOptions>complexBag>complexBagFareInfo>totalAmount>totalFare>taxBreakdown property
  • POST /v2/air/selected-itinerary:
    • 200 response: added support for itinerary>publicFare>taxBreakdown property
    • 200 response: added support for itinerary>fareInfo>merchantFeeInfo>amount>taxBreakdown property
    • 200 response: has been updated at path itinerary>fareInfo>taxBreakdown>amount>description
    • 200 response: added support for itinerary>fareInfo>totalFare>taxBreakdown property
    • 200 response: added support for itinerary>travelers>fareInfo>merchantFeeInfo>amount>taxBreakdown property
    • 200 response: has been updated at path itinerary>travelers>fareInfo>taxBreakdown>amount>description
    • 200 response: added support for itinerary>travelers>fareInfo>totalFare>taxBreakdown property
    • 200 response: added support for itinerary>legs>totalLegFare>taxBreakdown property
    • 200 response: added support for itinerary>legs>travelerInfos>travelerLegFare>taxBreakdown property
  • POST /v2/air/flight-attributes:
    • 200 response: added support for itineraryDetails>itineraries>publicFare>taxBreakdown property
    • 200 response: added support for itineraryDetails>itineraries>fareInfo>merchantFeeInfo>amount>taxBreakdown property
    • 200 response: has been updated at path itineraryDetails>itineraries>fareInfo>taxBreakdown>amount>description
    • 200 response: added support for itineraryDetails>itineraries>fareInfo>totalFare>taxBreakdown property
    • 200 response: added support for itineraryDetails>itineraries>travelers>fareInfo>merchantFeeInfo>amount>taxBreakdown property
    • 200 response: has been updated at path itineraryDetails>itineraries>travelers>fareInfo>taxBreakdown>amount>description
    • 200 response: added support for itineraryDetails>itineraries>travelers>fareInfo>totalFare>taxBreakdown property
    • 200 response: added support for itineraryDetails>itineraries>legs>totalLegFare>taxBreakdown property
    • 200 response: added support for itineraryDetails>itineraries>legs>travelerInfos>travelerLegFare>taxBreakdown property
  • POST /v2/air/search-flights:
    • 200 response: added support for itineraryDetails>itineraries>publicFare>taxBreakdown property
    • 200 response: added support for itineraryDetails>itineraries>fareInfo>merchantFeeInfo>amount>taxBreakdown property
    • 200 response: has been updated at path itineraryDetails>itineraries>fareInfo>taxBreakdown>amount>description
    • 200 response: added support for itineraryDetails>itineraries>fareInfo>totalFare>taxBreakdown property
    • 200 response: added support for itineraryDetails>itineraries>travelers>fareInfo>merchantFeeInfo>amount>taxBreakdown property
    • 200 response: has been updated at path itineraryDetails>itineraries>travelers>fareInfo>taxBreakdown>amount>description
    • 200 response: added support for itineraryDetails>itineraries>travelers>fareInfo>totalFare>taxBreakdown property
    • 200 response: added support for itineraryDetails>itineraries>legs>totalLegFare>taxBreakdown property
    • 200 response: added support for itineraryDetails>itineraries>legs>travelerInfos>travelerLegFare>taxBreakdown property
Company API
  • POST /v2/service-charge/{entityType}/{entityId}/types/{type}/list:
    • 200 response: added support for serviceCharges>charge>waiveOffInfo>waiveOffAmount>taxBreakdown property
  • PATCH /v2/companies/{companyId}/features:
    • request: added support for new value BLOCK_PAID_ANCILLARY_ON_CASH_FOP on enum featuresToDelete
    • request: added support for new value POLICY_CUSTOMIZE_CABIN_BY_MILEAGE on enum featuresToDelete
    • request: added support for new value BLOCK_PAID_ANCILLARY_ON_CASH_FOP on enum featuresToUpdate>name
    • request: added support for new value POLICY_CUSTOMIZE_CABIN_BY_MILEAGE on enum featuresToUpdate>name
  • GET /v2/companies/{companyId}/features:
    • 200 response: added support for new value BLOCK_PAID_ANCILLARY_ON_CASH_FOP on enum features>name
    • 200 response: added support for new value POLICY_CUSTOMIZE_CABIN_BY_MILEAGE on enum features>name
Event API
  • POST /v2/events/bulk-edit:
    • request: added support for new value INVOICE_UPDATES on enum eventsToUpdate>eventBasicInfo>emailPreferences>bucketTypes
  • POST /v2/events/{eventId}/edit-basic-info:
    • request: added support for new value INVOICE_UPDATES on enum emailPreferences>bucketTypes
  • POST /v2/events/list:
    • 200 response: added support for new value INVOICE_UPDATES on enum events>group>metadata>emailPreferences>bucketTypes
  • GET /v2/events/read-by-external-id:
    • 200 response: added support for new value INVOICE_UPDATES on enum event>group>metadata>emailPreferences>bucketTypes
  • GET /v2/events/{eventId}:
    • 200 response: added support for new value INVOICE_UPDATES on enum event>group>metadata>emailPreferences>bucketTypes
  • POST /v2/events:
    • request: added support for new value INVOICE_UPDATES on enum emailPreferences>bucketTypes
Payments API
  • POST /v2/service-charge/{entityType}/{entityId}/types/{type}/list:
    • 200 response: added support for serviceCharges>paymentTransaction>gatewayInfo property
    • 200 response: added support for serviceCharges>paymentTransaction>failureReason property
    • 200 response: added support for serviceCharges>charge>waiveOffInfo>waiveOffAmount>taxBreakdown property
Template API
  • GET /v2/event-templates/read-by-external-id:
    • 200 response: added support for new value INVOICE_UPDATES on enum eventTemplate>group>metadata>emailPreferences>bucketTypes
  • POST /v2/event-templates/list:
    • 200 response: added support for new value INVOICE_UPDATES on enum eventTemplates>group>metadata>emailPreferences>bucketTypes
  • POST /v2/event-templates/{templateId}/edit-basic-info:
    • request: added support for new value INVOICE_UPDATES on enum emailPreferences>bucketTypes
  • GET /v2/event-templates/{templateId}:
    • 200 response: added support for new value INVOICE_UPDATES on enum eventTemplate>group>metadata>emailPreferences>bucketTypes
  • POST /v2/event-templates:
    • request: added support for new value INVOICE_UPDATES on enum emailPreferences>bucketTypes
Trip API
  • POST /v3/approvals/companies/{companyId}/list:
    • 200 response: added support for approvalDataList>basicTripInfo>tripMetadata>tripContacts property
  • POST /v3/approvals/approvers/{userId}/list:
    • 200 response: added support for approvalDataList>basicTripInfo>tripMetadata>tripContacts property
  • GET /v2/trips/{tripId}/pnrs/{pnrId}/cancellation-details:
    • 200 response: added support for cancellationDetails>rail>refundOptions>refundRateInfo>nonRefundableFare>taxBreakdown property
    • 200 response: added support for cancellationDetails>rail>refundOptions>refundRateInfo>totalFare>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>netCreditAmount>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>changePenalty>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>cancellationOptions>fareInfo>refund>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>cancellationOptions>fareInfo>cancellationFee>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>cancellationOptions>fareInfo>nonRefundableFare>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>cancellationOptions>fareInfo>usedFare>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>cancellationOptions>fareInfo>totalFare>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>netCreditAmount>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>changePenalty>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>travelers>cancellationOptions>fareInfo>refund>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>travelers>cancellationOptions>fareInfo>cancellationFee>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>travelers>cancellationOptions>fareInfo>nonRefundableFare>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>travelers>cancellationOptions>fareInfo>usedFare>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>travelers>cancellationOptions>fareInfo>totalFare>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>netCreditAmount>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>changePenalty>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>refund>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>cancellationFee>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>nonRefundableFare>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>usedFare>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>totalFare>taxBreakdown property
    • 200 response: added support for cancellationDetails>air>travelers>tickets>ticketFare>taxBreakdown property
  • POST /v3/trips/{tripId}/pnrs/{pnrId}/cancel:
    • request: added support for cancellationDetails>refundInfo>amount>taxBreakdown property
  • POST /v2/invoicing/invoice-data:
    • 200 response: added support for invoices>data>invoiceAmount>taxBreakdown property
    • 200 response: added support for invoices>data>amount>taxBreakdown property
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for savingsFare>fareAmount>taxBreakdown property
    • request: added support for totalFareAmount>taxBreakdown property
    • request: added support for serviceFees>waiveOffInfo>waiveOffAmount>taxBreakdown property
    • request: added support for serviceFees>fare>taxBreakdown property
    • request: added support for miscPnr>rate>refundInfo>penalty>taxBreakdown property
    • request: added support for miscPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for miscPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for limoPnr>rate>refundInfo>penalty>taxBreakdown property
    • request: added support for limoPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for limoPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for railPnr>previousItinerary>rate>refundInfo>penalty>taxBreakdown property
    • request: added support for railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for railPnr>previousItinerary>rate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for railPnr>previousItinerary>sections>rate>refundInfo>penalty>taxBreakdown property
    • request: added support for railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>taxBreakdown property
    • request: added support for railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for railPnr>sections>rate>refundInfo>penalty>taxBreakdown property
    • request: added support for railPnr>sections>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for railPnr>sections>rate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for railPnr>sections>fares>rate>refundInfo>penalty>taxBreakdown property
    • request: added support for railPnr>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for railPnr>sections>fares>rate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for railPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown property
    • request: added support for railPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown property
    • request: added support for railPnr>rateMetadata>publishedRate>taxBreakdown property
    • request: added support for railPnr>rate>refundInfo>penalty>taxBreakdown property
    • request: added support for railPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for railPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for carPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown property
    • request: added support for carPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown property
    • request: added support for carPnr>rateMetadata>publishedRate>taxBreakdown property
    • request: added support for carPnr>rate>refundInfo>penalty>taxBreakdown property
    • request: added support for carPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for carPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateMetadata>corporateNegotiatedRate>taxBreakdown property
    • request: added support for hotelPnr>room>rateMetadata>tmcNegotiatedRate>taxBreakdown property
    • request: added support for hotelPnr>room>rateMetadata>publishedRate>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>taxBreakdown property
    • request: added support for airPnr>automatedCancellationInfo>supportedCancellations>totalFare>taxBreakdown property
    • request: added support for airPnr>travelerInfos>appliedCredits>creditAmount>taxBreakdown property
    • request: added support for airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>taxBreakdown property
    • request: added support for airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>taxBreakdown property
    • request: added support for airPnr>travelerInfos>booking>itinerary>totalFlightsFare>taxBreakdown property
    • request: added support for airPnr>travelerInfos>booking>itinerary>totalFare>taxBreakdown property
    • request: added support for airPnr>travelerInfos>booking>otherAncillaries>fare>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>savingsFare>fareAmount>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>airlineFeeDetails>amount>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>publishedFare>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>ticketCtc>cost>amount>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>paymentDetails>amount>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>refundInfo>penalty>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>refundInfo>refundAmount>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>ancillaries>totalFare>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>amount>taxBreakdown property
    • request: added support for airPnr>travelerInfos>createdMcos>fare>taxBreakdown property
    • request: added support for transactions>itemGroups>totalAmount>taxBreakdown property
    • request: added support for transactions>itemGroups>transactionAmount>taxBreakdown property
    • request: added support for transactions>itemGroups>totalAmountDiff>taxBreakdown property
    • request: added support for transactions>itemGroups>transactionAmountDiff>taxBreakdown property
    • request: added support for costToCustomer>payments>amount>taxBreakdown property
    • request: added support for costOfGoodsSold>payments>amount>taxBreakdown property
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for savingsFare>fareAmount>taxBreakdown property
    • 200 response: added support for totalFareAmount>taxBreakdown property
    • 200 response: added support for serviceFees>waiveOffInfo>waiveOffAmount>taxBreakdown property
    • 200 response: added support for serviceFees>fare>taxBreakdown property
    • 200 response: added support for miscPnr>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for miscPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for miscPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for limoPnr>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for limoPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for limoPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for railPnr>previousItinerary>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for railPnr>previousItinerary>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for railPnr>previousItinerary>sections>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for railPnr>sections>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for railPnr>sections>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for railPnr>sections>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for railPnr>sections>fares>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for railPnr>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for railPnr>sections>fares>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for railPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown property
    • 200 response: added support for railPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown property
    • 200 response: added support for railPnr>rateMetadata>publishedRate>taxBreakdown property
    • 200 response: added support for railPnr>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for railPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for railPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for carPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown property
    • 200 response: added support for carPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown property
    • 200 response: added support for carPnr>rateMetadata>publishedRate>taxBreakdown property
    • 200 response: added support for carPnr>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for carPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for carPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateMetadata>corporateNegotiatedRate>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateMetadata>tmcNegotiatedRate>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateMetadata>publishedRate>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>taxBreakdown property
    • 200 response: added support for airPnr>automatedCancellationInfo>supportedCancellations>totalFare>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>appliedCredits>creditAmount>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>booking>itinerary>totalFlightsFare>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>booking>itinerary>totalFare>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>booking>otherAncillaries>fare>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>tickets>savingsFare>fareAmount>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>tickets>airlineFeeDetails>amount>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>tickets>publishedFare>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>tickets>ticketCtc>cost>amount>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>tickets>paymentDetails>amount>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>tickets>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>tickets>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>tickets>ancillaries>totalFare>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>tickets>amount>taxBreakdown property
    • 200 response: added support for airPnr>travelerInfos>createdMcos>fare>taxBreakdown property
    • 200 response: added support for transactions>itemGroups>totalAmount>taxBreakdown property
    • 200 response: added support for transactions>itemGroups>transactionAmount>taxBreakdown property
    • 200 response: added support for transactions>itemGroups>totalAmountDiff>taxBreakdown property
    • 200 response: added support for transactions>itemGroups>transactionAmountDiff>taxBreakdown property
    • 200 response: added support for costToCustomer>payments>amount>taxBreakdown property
    • 200 response: added support for costOfGoodsSold>payments>amount>taxBreakdown property
  • POST /v3/trips/{tripId}/pnrs:
    • request: added support for savingsFare>fareAmount>taxBreakdown property
    • request: added support for totalFareAmount>taxBreakdown property
    • request: added support for serviceFees>waiveOffInfo>waiveOffAmount>taxBreakdown property
    • request: added support for serviceFees>fare>taxBreakdown property
    • request: added support for miscPnr>rate>refundInfo>penalty>taxBreakdown property
    • request: added support for miscPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for miscPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for limoPnr>rate>refundInfo>penalty>taxBreakdown property
    • request: added support for limoPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for limoPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for railPnr>previousItinerary>rate>refundInfo>penalty>taxBreakdown property
    • request: added support for railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for railPnr>previousItinerary>rate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for railPnr>previousItinerary>sections>rate>refundInfo>penalty>taxBreakdown property
    • request: added support for railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>taxBreakdown property
    • request: added support for railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for railPnr>sections>rate>refundInfo>penalty>taxBreakdown property
    • request: added support for railPnr>sections>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for railPnr>sections>rate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for railPnr>sections>fares>rate>refundInfo>penalty>taxBreakdown property
    • request: added support for railPnr>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for railPnr>sections>fares>rate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for railPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown property
    • request: added support for railPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown property
    • request: added support for railPnr>rateMetadata>publishedRate>taxBreakdown property
    • request: added support for railPnr>rate>refundInfo>penalty>taxBreakdown property
    • request: added support for railPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for railPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for carPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown property
    • request: added support for carPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown property
    • request: added support for carPnr>rateMetadata>publishedRate>taxBreakdown property
    • request: added support for carPnr>rate>refundInfo>penalty>taxBreakdown property
    • request: added support for carPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for carPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateMetadata>corporateNegotiatedRate>taxBreakdown property
    • request: added support for hotelPnr>room>rateMetadata>tmcNegotiatedRate>taxBreakdown property
    • request: added support for hotelPnr>room>rateMetadata>publishedRate>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>taxBreakdown property
    • request: added support for hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>taxBreakdown property
    • request: added support for airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>taxBreakdown property
    • request: added support for airPnr>automatedCancellationInfo>supportedCancellations>totalFare>taxBreakdown property
    • request: added support for airPnr>travelerInfos>appliedCredits>creditAmount>taxBreakdown property
    • request: added support for airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>taxBreakdown property
    • request: added support for airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>taxBreakdown property
    • request: added support for airPnr>travelerInfos>booking>itinerary>totalFlightsFare>taxBreakdown property
    • request: added support for airPnr>travelerInfos>booking>itinerary>totalFare>taxBreakdown property
    • request: added support for airPnr>travelerInfos>booking>otherAncillaries>fare>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>savingsFare>fareAmount>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>airlineFeeDetails>amount>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>publishedFare>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>ticketCtc>cost>amount>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>paymentDetails>amount>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>refundInfo>penalty>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>refundInfo>refundAmount>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>ancillaries>totalFare>taxBreakdown property
    • request: added support for airPnr>travelerInfos>tickets>amount>taxBreakdown property
    • request: added support for airPnr>travelerInfos>createdMcos>fare>taxBreakdown property
    • request: added support for transactions>itemGroups>totalAmount>taxBreakdown property
    • request: added support for transactions>itemGroups>transactionAmount>taxBreakdown property
    • request: added support for transactions>itemGroups>totalAmountDiff>taxBreakdown property
    • request: added support for transactions>itemGroups>transactionAmountDiff>taxBreakdown property
    • request: added support for costToCustomer>payments>amount>taxBreakdown property
    • request: added support for costOfGoodsSold>payments>amount>taxBreakdown property
  • GET /v3/trips/{tripId}/detail:
    • 200 response: added support for tripPaymentInfo>serviceFeeFareAmount>taxBreakdown property
    • 200 response: added support for tripPaymentInfo>totalFareAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>savingsFare>fareAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>totalFareAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>serviceFees>fare>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>miscPnr>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>miscPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>limoPnr>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>limoPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>rateMetadata>publishedRate>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>railPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>carPnr>rateMetadata>publishedRate>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>carPnr>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>carPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>carPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>publishedRate>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>publishedFare>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>amount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>createdMcos>fare>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>transactions>itemGroups>totalAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>transactions>itemGroups>transactionAmount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>transactions>itemGroups>totalAmountDiff>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>transactions>itemGroups>transactionAmountDiff>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>costToCustomer>payments>amount>taxBreakdown property
    • 200 response: added support for pendingManualFormPnrs>data>costOfGoodsSold>payments>amount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>savingsFare>fareAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>totalFareAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>serviceFees>fare>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>miscPnr>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>miscPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>limoPnr>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>limoPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>sections>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>sections>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>rateMetadata>publishedRate>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>railPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>carPnr>rateMetadata>publishedRate>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>carPnr>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>carPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>carPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateMetadata>publishedRate>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>tickets>publishedFare>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>tickets>amount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>createdMcos>fare>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>transactions>itemGroups>totalAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>transactions>itemGroups>transactionAmount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>transactions>itemGroups>totalAmountDiff>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>transactions>itemGroups>transactionAmountDiff>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>costToCustomer>payments>amount>taxBreakdown property
    • 200 response: added support for pendingShellPnrs>data>costOfGoodsSold>payments>amount>taxBreakdown property
    • 200 response: added support for pnrs>data>savingsFare>fareAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>totalFareAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>serviceFees>fare>taxBreakdown property
    • 200 response: added support for pnrs>data>miscPnr>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>miscPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>limoPnr>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>limoPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>sections>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>sections>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>rateMetadata>publishedRate>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>railPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>taxBreakdown property
    • 200 response: added support for pnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>taxBreakdown property
    • 200 response: added support for pnrs>data>carPnr>rateMetadata>publishedRate>taxBreakdown property
    • 200 response: added support for pnrs>data>carPnr>rate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pnrs>data>carPnr>rate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>carPnr>rate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateMetadata>publishedRate>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>tickets>publishedFare>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>tickets>amount>taxBreakdown property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>createdMcos>fare>taxBreakdown property
    • 200 response: added support for pnrs>data>transactions>itemGroups>totalAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>transactions>itemGroups>transactionAmount>taxBreakdown property
    • 200 response: added support for pnrs>data>transactions>itemGroups>totalAmountDiff>taxBreakdown property
    • 200 response: added support for pnrs>data>transactions>itemGroups>transactionAmountDiff>taxBreakdown property
    • 200 response: added support for pnrs>data>costToCustomer>payments>amount>taxBreakdown property
    • 200 response: added support for pnrs>data>costOfGoodsSold>payments>amount>taxBreakdown property
    • 200 response: added support for basicTripInfo>tripMetadata>tripContacts property
  • GET /v2/trips/{tripId}:
    • 200 response: added support for tripMetadata>tripContacts property

New endpoints

Trip API
  • Published POST /v3/trips/{tripId}

October 29, 2025

Updates

Company API
  • POST /v2/service-charge/{entityType}/{entityId}/types/{type}/list:
    • 200 response: added support for serviceCharges>paymentTransaction>gatewayInfo property
    • 200 response: added support for serviceCharges>paymentTransaction>failureReason property
Payments API
  • POST /v2/service-charge/{entityType}/{entityId}/types/{type}/list:
    • 200 response: added support for serviceCharges>paymentTransaction>gatewayInfo property
    • 200 response: added support for serviceCharges>paymentTransaction>failureReason property
Trip API
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for serviceFees>chargeId property
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for serviceFees>chargeId property
  • POST /v3/trips/{tripId}/pnrs:
    • request: added support for serviceFees>chargeId property
  • GET /v3/trips/{tripId}/detail:
    • 200 response: added support for pendingManualFormPnrs>data>serviceFees>chargeId property
    • 200 response: added support for pendingShellPnrs>data>serviceFees>chargeId property
    • 200 response: added support for pnrs>data>serviceFees>chargeId property
User Management API
  • POST /v3/users/list:
    • 200 response: added support for users>personalDetail>profilePicture property
    • request: added support for searchText property

October 24, 2025

Updates

Air API
  • POST /v2/air/modify-search:
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>predicate
  • POST /v2/air/intermediate-revalidate-itinerary:
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum policyDetails>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum policyDetails>ruleResultInfos>violationInfos>predicate
  • POST /v2/air/revalidate-itinerary:
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum policyDetails>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum policyDetails>ruleResultInfos>violationInfos>predicate
  • POST /v2/air/selected-itinerary:
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum itinerary>policyInfos>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum itinerary>policyInfos>ruleResultInfos>violationInfos>predicate
  • POST /v2/air/flight-attributes:
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>predicate
  • POST /v2/air/search-flights:
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>predicate
  • POST /v2/air/modify-search:
    • 200 response: added support for new value PRE_APPROVAL on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>actions>takeApproval>approvalType
  • POST /v2/air/intermediate-revalidate-itinerary:
    • 200 response: added support for new value PRE_APPROVAL on enum policyDetails>ruleResultInfos>actions>takeApproval>approvalType
  • POST /v2/air/revalidate-itinerary:
    • 200 response: added support for new value PRE_APPROVAL on enum policyDetails>ruleResultInfos>actions>takeApproval>approvalType
  • POST /v2/air/selected-itinerary:
    • 200 response: added support for new value PRE_APPROVAL on enum itinerary>policyInfos>ruleResultInfos>actions>takeApproval>approvalType
  • POST /v2/air/flight-attributes:
    • 200 response: added support for new value PRE_APPROVAL on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>actions>takeApproval>approvalType
  • POST /v2/air/search-flights:
    • 200 response: added support for new value PRE_APPROVAL on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>actions>takeApproval>approvalType
Company API
  • GET /v2/companies/{companyId}/white-label-config:
    • 200 response: added support for visaRequirements property
  • PUT /v2/companies/{companyId}/white-label-config:
    • request: added support for visaRequirements property
  • PATCH /v2/companies/{companyId}/features:
    • request: added support for new value ENABLE_CAR_SHOW_CORPORATE_RATES_ONLY_BY_DEFAULT on enum featuresToDelete
    • request: added support for new value ENABLE_CAR_SHOW_CORPORATE_RATES_ONLY_BY_DEFAULT on enum featuresToUpdate>name
  • GET /v2/companies/{companyId}/features:
    • 200 response: added support for new value ENABLE_CAR_SHOW_CORPORATE_RATES_ONLY_BY_DEFAULT on enum features>name
Event API
  • POST /v2/events/{eventId}/edit-booking-guidelines:
    • 200 response: has been updated at path description
  • POST /v2/events/{eventId}/edit-basic-info:
    • 200 response: has been updated at path description
  • POST /v2/events/{eventId}/publish:
    • 200 response: has been updated at path description
  • POST /v2/events:
    • 200 response: has been updated at path description
Hotel API
  • POST /v2/hotel/pnrs/{pnrId}/modify-details:
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum rooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum rooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>predicate
  • POST /v2/hotel/details:
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum rooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum rooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>predicate
  • POST /v2/hotel/search:
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum hotels>policyInfo>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum hotels>policyInfo>ruleResultInfos>violationInfos>predicate
  • POST /v2/hotel/pnrs/{pnrId}/modify-details:
    • 200 response: added support for new value PRE_APPROVAL on enum bookedRooms>rateOptions>policyInfo>approvalType
    • 200 response: added support for new value PRE_APPROVAL on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>actions>takeApproval>approvalType
    • 200 response: added support for new value PRE_APPROVAL on enum rooms>rateOptions>policyInfo>approvalType
    • 200 response: added support for new value PRE_APPROVAL on enum rooms>rateOptions>policyInfo>ruleResultInfos>actions>takeApproval>approvalType
  • POST /v2/hotel/details:
    • 200 response: added support for new value PRE_APPROVAL on enum bookedRooms>rateOptions>policyInfo>approvalType
    • 200 response: added support for new value PRE_APPROVAL on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>actions>takeApproval>approvalType
    • 200 response: added support for new value PRE_APPROVAL on enum rooms>rateOptions>policyInfo>approvalType
    • 200 response: added support for new value PRE_APPROVAL on enum rooms>rateOptions>policyInfo>ruleResultInfos>actions>takeApproval>approvalType
  • POST /v2/hotel/search:
    • 200 response: added support for new value PRE_APPROVAL on enum hotels>policyInfo>approvalType
    • 200 response: added support for new value PRE_APPROVAL on enum hotels>policyInfo>ruleResultInfos>actions>takeApproval>approvalType
Template API
  • POST /v2/event-templates:
    • 200 response: has been updated at path description
Trip API
  • POST /v2/invoicing/invoice-data:
    • 200 response: added support for new value LIMO on enum invoices>data>purchaseType
    • 200 response: added support for new value MISC on enum invoices>data>purchaseType
  • POST /v3/approvals/companies/{companyId}/list:
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>predicate
  • POST /v3/approvals/approvers/{userId}/list:
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>predicate
  • POST /v3/trips/arrangers/{arrangerId}/list:
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>predicate
  • POST /v3/trips/companies/{companyId}/list:
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>predicate
  • POST /v3/trips/users/{userId}/list:
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>predicate
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for new value AIR_ANCILLARY_VIOLATION on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>predicate
    • request: added support for new value AIR_ANCILLARY_VIOLATION on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>predicate
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>predicate
  • POST /v3/trips/{tripId}/pnrs:
    • request: added support for new value AIR_ANCILLARY_VIOLATION on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>predicate
    • request: added support for new value AIR_ANCILLARY_VIOLATION on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>predicate
  • GET /v3/trips/{tripId}/detail:
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>predicate
    • 200 response: added support for new value AIR_ANCILLARY_VIOLATION on enum pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>predicate
  • POST /v3/approvals/companies/{companyId}/list:
    • 200 response: added support for new value PRE_APPROVAL on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType
    • 200 response: added support for new value PRE_APPROVAL on enum approvalDataList>pnrSummary>approvalData>approvalDetail>appliedApprovalType
    • 200 response: added support for new value PRE_APPROVAL on enum approvalDataList>pnrSummary>approvalData>approvalDetail>originalApprovalType
    • 200 response: added support for new value PRE_APPROVAL on enum approvalDataList>approvalType
    • request: added support for new value PRE_APPROVAL on enum approvalFilters>approvalTypes
  • POST /v3/approvals/approvers/{userId}/list:
    • 200 response: added support for new value PRE_APPROVAL on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType
    • 200 response: added support for new value PRE_APPROVAL on enum approvalDataList>pnrSummary>approvalData>approvalDetail>appliedApprovalType
    • 200 response: added support for new value PRE_APPROVAL on enum approvalDataList>pnrSummary>approvalData>approvalDetail>originalApprovalType
    • 200 response: added support for new value PRE_APPROVAL on enum approvalDataList>approvalType
    • request: added support for new value PRE_APPROVAL on enum approvalFilters>approvalTypes
  • POST /v3/trips/arrangers/{arrangerId}/list:
    • 200 response: added support for new value PRE_APPROVAL on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType
    • 200 response: added support for new value PRE_APPROVAL on enum failedTripSummaries>pnrSummaries>approvalData>approvalDetail>appliedApprovalType
    • 200 response: added support for new value PRE_APPROVAL on enum failedTripSummaries>pnrSummaries>approvalData>approvalDetail>originalApprovalType
    • 200 response: added support for new value PRE_APPROVAL on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType
    • 200 response: added support for new value PRE_APPROVAL on enum tripSummaries>pnrSummaries>approvalData>approvalDetail>appliedApprovalType
    • 200 response: added support for new value PRE_APPROVAL on enum tripSummaries>pnrSummaries>approvalData>approvalDetail>originalApprovalType
  • POST /v3/trips/companies/{companyId}/list:
    • 200 response: added support for new value PRE_APPROVAL on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType
    • 200 response: added support for new value PRE_APPROVAL on enum failedTripSummaries>pnrSummaries>approvalData>approvalDetail>appliedApprovalType
    • 200 response: added support for new value PRE_APPROVAL on enum failedTripSummaries>pnrSummaries>approvalData>approvalDetail>originalApprovalType
    • 200 response: added support for new value PRE_APPROVAL on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType
    • 200 response: added support for new value PRE_APPROVAL on enum tripSummaries>pnrSummaries>approvalData>approvalDetail>appliedApprovalType
    • 200 response: added support for new value PRE_APPROVAL on enum tripSummaries>pnrSummaries>approvalData>approvalDetail>originalApprovalType
  • POST /v3/trips/users/{userId}/list:
    • 200 response: added support for new value PRE_APPROVAL on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType
    • 200 response: added support for new value PRE_APPROVAL on enum failedTripSummaries>pnrSummaries>approvalData>approvalDetail>appliedApprovalType
    • 200 response: added support for new value PRE_APPROVAL on enum failedTripSummaries>pnrSummaries>approvalData>approvalDetail>originalApprovalType
    • 200 response: added support for new value PRE_APPROVAL on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType
    • 200 response: added support for new value PRE_APPROVAL on enum tripSummaries>pnrSummaries>approvalData>approvalDetail>appliedApprovalType
    • 200 response: added support for new value PRE_APPROVAL on enum tripSummaries>pnrSummaries>approvalData>approvalDetail>originalApprovalType
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for new value PRE_APPROVAL on enum policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for new value PRE_APPROVAL on enum policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType
  • POST /v3/trips/{tripId}/pnrs:
    • 201 response: has been updated at path description
    • request: added support for new value PRE_APPROVAL on enum policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType
  • GET /v3/trips/{tripId}/detail:
    • 200 response: added support for new value PRE_APPROVAL on enum pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType
    • 200 response: added support for new value PRE_APPROVAL on enum pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType
    • 200 response: added support for new value PRE_APPROVAL on enum pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType
  • POST /v2/trips:
    • 201 response: has been updated at path description
User Management API
  • GET /v2/users/{userId}:
    • 200 response: added support for contractingTmcRef property
    • 200 response: added support for bookingTmcRef property

October 16, 2025

Updates

Air API
  • POST /v3/air/company-transferable-unused-credits/list:
    • 200 response: added support for new value FLIGHT_PASS on enum unusedCreditInfos>fopInfo>paymentMethod
    • 200 response: added support for new value TRAVELODGE on enum unusedCreditInfos>source
    • 200 response: added support for new value FLIGHT_PASS on enum unusedCreditInfos>totalFare>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum companyCreditFilter>supplier
  • POST /v3/air/company-unused-credits/list:
    • 200 response: added support for new value FLIGHT_PASS on enum unusedCreditInfos>fopInfo>paymentMethod
    • 200 response: added support for new value TRAVELODGE on enum unusedCreditInfos>source
    • 200 response: added support for new value FLIGHT_PASS on enum unusedCreditInfos>totalFare>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum companyCreditFilter>supplier
  • POST /v3/air/fetch-traveler-unused-credits:
    • 200 response: added support for new value FLIGHT_PASS on enum unusedCreditInfo>fopInfo>paymentMethod
    • 200 response: added support for new value TRAVELODGE on enum unusedCreditInfo>source
    • 200 response: added support for new value FLIGHT_PASS on enum unusedCreditInfo>totalFare>otherCoinage>coinageCode
  • POST /v2/air/pnrs/{pnrId}/update:
    • request: added support for new value FLIGHT_PASS on enum bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>amount>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>source
    • request: added support for new value FLIGHT_PASS on enum bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • request: has been updated at path bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>type>description
    • request: bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>source is now required
    • request: bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>unusedCreditPcc is now required
    • request: bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>pnrOwningPcc is now required
    • request: added support for new value TRAVELODGE on enum travelerInfo>traveler>travelerInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum travelerInfo>traveler>travelerInfo>userBusinessInfo>designatedApproverInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum travelerInfo>traveler>travelerInfo>userBusinessInfo>managerBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum travelerInfo>traveler>travelerInfo>user>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum pnrRemarks>remark>remarkIdentifier>travelerInfo>tmcInfo>secondaryServiceProviderTmcs>supplier
  • POST /v2/air/modify-search:
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>allowedFopRules>paymentRules>paymentSplitDetails>splitAmount>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>allowedFopRules>paymentRules>paymentSplitDetails>minMaxAmount>maxLimit>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>allowedFopRules>paymentRules>paymentSplitDetails>minMaxAmount>minLimit>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>allowedFopRules>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>publicFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>publicFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>posInfo>source
    • 200 response: added support for itineraryDetails>itineraries>policyInfos>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>fareInfo>merchantFeeInfo>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>fareInfo>merchantFeeInfo>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>fareInfo>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>travelers>fareInfo>merchantFeeInfo>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>travelers>fareInfo>merchantFeeInfo>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>travelers>fareInfo>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>travelers>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>travelers>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>totalLegFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>totalLegFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>postDepartureExchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>exchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>postDepartureCancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>cancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>baggagePolicy>carryOn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>baggagePolicy>checkedIn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>travelerLegFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>travelerLegFare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum filters>fareRange>max>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum filters>fareRange>min>otherCoinage>coinageCode
  • GET /v2/air/pnrs/{pnrId}/exchange-details:
    • 200 response: added support for new value TRAVELODGE on enum ticketToExchangeInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
  • POST /v2/air/cancel-pnr:
    • request: added support for new value FLIGHT_PASS on enum cancellationOverride>newCancellationPenalty>otherCoinage>coinageCode
  • POST /v2/air/intermediate-revalidate-itinerary:
    • 200 response: added support for policyDetails>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum policyDetails>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum policyDetails>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum policyDetails>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum policyDetails>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum policyDetails>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum policyDetails>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum policyDetails>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum policyDetails>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum policyDetails>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum policyDetails>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum policyDetails>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum policyDetails>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum policyDetails>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum perTravelerPrices>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum perTravelerPrices>changeFee>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum perTravelerPrices>changeFee>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum perTravelerPrices>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum perTravelerPrices>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum perTravelerPrices>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>changeFee>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>changeFee>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>travelerPrices>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>travelerPrices>changeFee>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>travelerPrices>changeFee>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>travelerPrices>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>travelerPrices>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>travelerPrices>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum fareBreakDown>changeFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum fareBreakDown>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum fareBreakDown>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum fareBreakDown>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum fareBreakDown>totalFare>base>otherCoinage>coinageCode
  • POST /v2/air/revalidate-itinerary:
    • 200 response: added support for policyDetails>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum policyDetails>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum policyDetails>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum policyDetails>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum policyDetails>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum policyDetails>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum policyDetails>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum policyDetails>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum policyDetails>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum policyDetails>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum policyDetails>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum policyDetails>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum policyDetails>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum policyDetails>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum perTravelerPrices>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum perTravelerPrices>changeFee>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum perTravelerPrices>changeFee>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum perTravelerPrices>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum perTravelerPrices>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum perTravelerPrices>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>changeFee>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>changeFee>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>travelerPrices>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>travelerPrices>changeFee>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>travelerPrices>changeFee>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>travelerPrices>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>travelerPrices>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>travelerPrices>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum legPrices>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum fareBreakDown>changeFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum fareBreakDown>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum fareBreakDown>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum fareBreakDown>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum fareBreakDown>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum bookingCharges>paymentMethod>selectedPaymentSource>amount>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum bookingCharges>paymentMethod>selectedPaymentSource>rawPaymentSource>source
    • request: added support for new value FLIGHT_PASS on enum bookingCharges>paymentMethod>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • request: has been updated at path bookingCharges>paymentMethod>selectedPaymentSource>rawPaymentSource>type>description
    • request: bookingCharges>paymentMethod>selectedPaymentSource>rawPaymentSource>source is now required
    • request: bookingCharges>paymentMethod>selectedPaymentSource>rawPaymentSource>unusedCreditPcc is now required
    • request: bookingCharges>paymentMethod>selectedPaymentSource>rawPaymentSource>pnrOwningPcc is now required
    • request: added support for new value FLIGHT_PASS on enum bookingCharges>amount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum bookingCharges>amount>base>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum travelers>travelerDetails>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
  • POST /v2/air/initiate-booking:
    • request: added support for new value FLIGHT_PASS on enum bookingCharges>paymentMethod>selectedPaymentSource>amount>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum bookingCharges>paymentMethod>selectedPaymentSource>rawPaymentSource>source
    • request: added support for new value FLIGHT_PASS on enum bookingCharges>paymentMethod>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • request: has been updated at path bookingCharges>paymentMethod>selectedPaymentSource>rawPaymentSource>type>description
    • request: bookingCharges>paymentMethod>selectedPaymentSource>rawPaymentSource>source is now required
    • request: bookingCharges>paymentMethod>selectedPaymentSource>rawPaymentSource>unusedCreditPcc is now required
    • request: bookingCharges>paymentMethod>selectedPaymentSource>rawPaymentSource>pnrOwningPcc is now required
    • request: added support for new value FLIGHT_PASS on enum bookingCharges>amount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum bookingCharges>amount>base>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum travelers>travelerDetails>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
  • POST /v2/air/seat-map:
    • 200 response: added support for new value FLIGHT_PASS on enum seatMaps>cabinSections>rowSections>seatSections>price>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum seatMaps>cabinSections>rowSections>seatSections>price>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum seatMaps>cabinSections>rowSections>seatSections>price>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum seatMaps>cabinSections>rowSections>seatSections>price>totalAmount>otherCoinage>coinageCode
  • POST /v2/air/flight-checkout:
    • 200 response: added support for new value FLIGHT_PASS on enum airlineCardFees>fees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum ancillaries>ancillaryOptions>fare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum baggageInfo>baggageSelectionGroups>travelerBaggageOptions>baggageOptions>multiSelectOptions>simpleBag>bagFareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum baggageInfo>baggageSelectionGroups>travelerBaggageOptions>baggageOptions>multiSelectOptions>simpleBag>bagFareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum baggageInfo>baggageSelectionGroups>travelerBaggageOptions>baggageOptions>singleSelectOptions>complexBag>complexBagFareInfo>totalAmountBreakdown>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum baggageInfo>baggageSelectionGroups>travelerBaggageOptions>baggageOptions>singleSelectOptions>complexBag>complexBagFareInfo>totalAmountBreakdown>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum baggageInfo>baggageSelectionGroups>travelerBaggageOptions>baggageOptions>singleSelectOptions>complexBag>complexBagFareInfo>totalAmount>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum baggageInfo>baggageSelectionGroups>travelerBaggageOptions>baggageOptions>singleSelectOptions>complexBag>complexBagFareInfo>totalAmount>totalFare>base>otherCoinage>coinageCode
  • POST /v2/air/selected-itinerary:
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>allowedFopRules>paymentRules>paymentSplitDetails>splitAmount>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>allowedFopRules>paymentRules>paymentSplitDetails>minMaxAmount>maxLimit>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>allowedFopRules>paymentRules>paymentSplitDetails>minMaxAmount>minLimit>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>allowedFopRules>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>publicFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>publicFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum itinerary>posInfo>source
    • 200 response: added support for itinerary>policyInfos>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum itinerary>policyInfos>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum itinerary>policyInfos>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum itinerary>policyInfos>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>policyInfos>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum itinerary>policyInfos>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum itinerary>policyInfos>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>policyInfos>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum itinerary>policyInfos>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum itinerary>policyInfos>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>policyInfos>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum itinerary>policyInfos>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum itinerary>policyInfos>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>policyInfos>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>fareInfo>merchantFeeInfo>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>fareInfo>merchantFeeInfo>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>fareInfo>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>travelers>fareInfo>merchantFeeInfo>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>travelers>fareInfo>merchantFeeInfo>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>travelers>fareInfo>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>travelers>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>travelers>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>legs>totalLegFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>legs>totalLegFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>legs>travelerInfos>fareRules>postDepartureExchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>legs>travelerInfos>fareRules>exchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>legs>travelerInfos>fareRules>postDepartureCancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>legs>travelerInfos>fareRules>cancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>legs>travelerInfos>fareRules>baggagePolicy>carryOn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>legs>travelerInfos>fareRules>baggagePolicy>checkedIn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>legs>travelerInfos>travelerLegFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itinerary>legs>travelerInfos>travelerLegFare>base>otherCoinage>coinageCode
  • POST /v2/air/flight-attributes:
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>allowedFopRules>paymentRules>paymentSplitDetails>splitAmount>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>allowedFopRules>paymentRules>paymentSplitDetails>minMaxAmount>maxLimit>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>allowedFopRules>paymentRules>paymentSplitDetails>minMaxAmount>minLimit>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>allowedFopRules>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>publicFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>publicFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>posInfo>source
    • 200 response: added support for itineraryDetails>itineraries>policyInfos>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>fareInfo>merchantFeeInfo>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>fareInfo>merchantFeeInfo>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>fareInfo>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>travelers>fareInfo>merchantFeeInfo>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>travelers>fareInfo>merchantFeeInfo>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>travelers>fareInfo>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>travelers>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>travelers>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>totalLegFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>totalLegFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>postDepartureExchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>exchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>postDepartureCancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>cancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>baggagePolicy>carryOn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>baggagePolicy>checkedIn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>travelerLegFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>travelerLegFare>base>otherCoinage>coinageCode
  • POST /v2/air/search-flights:
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>allowedFopRules>paymentRules>paymentSplitDetails>splitAmount>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>allowedFopRules>paymentRules>paymentSplitDetails>minMaxAmount>maxLimit>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>allowedFopRules>paymentRules>paymentSplitDetails>minMaxAmount>minLimit>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>allowedFopRules>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>publicFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>publicFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>posInfo>source
    • 200 response: added support for itineraryDetails>itineraries>policyInfos>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>policyInfos>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>fareInfo>merchantFeeInfo>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>fareInfo>merchantFeeInfo>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>fareInfo>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>travelers>fareInfo>merchantFeeInfo>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>travelers>fareInfo>merchantFeeInfo>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>travelers>fareInfo>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>travelers>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>travelers>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>totalLegFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>totalLegFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>postDepartureExchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>exchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>postDepartureCancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>cancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>baggagePolicy>carryOn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>fareRules>baggagePolicy>checkedIn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>travelerLegFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum itineraryDetails>itineraries>legs>travelerInfos>travelerLegFare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum filters>fareRange>max>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum filters>fareRange>min>otherCoinage>coinageCode
Company API
  • POST /v2/service-charge/{entityType}/{entityId}/types/{type}/list:
    • 200 response: added support for new value FLIGHT_PASS on enum serviceCharges>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum serviceCharges>fop>paymentMethod
    • 200 response: added support for new value TRAVELODGE on enum serviceCharges>bookingDetails>source
    • 200 response: added support for new value TRAVELODGE on enum serviceCharges>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum serviceCharges>charge>waiveOffInfo>waiveOffAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum serviceCharges>charge>waiveOffInfo>waiveOffAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum serviceCharges>charge>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum serviceCharges>charge>allowedFoP
    • 200 response: added support for new value FLIGHT_PASS on enum serviceCharges>charge>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum serviceCharges>charge>taxes>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum serviceCharges>charge>amount>otherCoinage>coinageCode
  • POST /v2/license/company/{companyId}/service-charge/per-trip:
    • request: added support for new value FLIGHT_PASS on enum config>tierCharges>charges>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum config>charges>otherCoinage>coinageCode
  • GET /v2/license/company/{companyId}/service-charge/per-trip:
    • 200 response: added support for new value FLIGHT_PASS on enum config>tierCharges>charges>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum config>charges>otherCoinage>coinageCode
  • PUT /v2/companies/{companyId}:
    • request: added support for new value FLIGHT_PASS on enum carbonCostConfig>price>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum rewardsProgram>redeemablePaymentMethods
    • request: added support for new value TRAVELODGE on enum emergencyContactInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
  • GET /v2/companies/{companyId}:
    • 200 response: added support for new value FLIGHT_PASS on enum carbonCostConfig>price>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rewardsProgram>redeemablePaymentMethods
    • 200 response: added support for new value TRAVELODGE on enum emergencyContactInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
  • POST /v2/companies:
    • request: added support for new value FLIGHT_PASS on enum carbonCostConfig>price>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum rewardsProgram>redeemablePaymentMethods
    • request: added support for new value TRAVELODGE on enum emergencyContactInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
Event API
  • GET /v2/events/payment-sources:
    • 200 response: added support for new value TEMPORARY_READY on enum paymentSources>status
    • 200 response: added support for new value TEMPORARY_USED on enum paymentSources>status
    • 200 response: added support for new value TEMPORARY_EXPIRED on enum paymentSources>status
    • 200 response: added support for new value TEMPORARY_INCOMPLETE on enum paymentSources>status
  • POST /v2/events/list:
    • 200 response: added support for new value TEMPORARY_READY on enum events>paymentSources>status
    • 200 response: added support for new value TEMPORARY_USED on enum events>paymentSources>status
    • 200 response: added support for new value TEMPORARY_EXPIRED on enum events>paymentSources>status
    • 200 response: added support for new value TEMPORARY_INCOMPLETE on enum events>paymentSources>status
  • GET /v2/events/read-by-external-id:
    • 200 response: added support for new value TEMPORARY_READY on enum event>paymentSources>status
    • 200 response: added support for new value TEMPORARY_USED on enum event>paymentSources>status
    • 200 response: added support for new value TEMPORARY_EXPIRED on enum event>paymentSources>status
    • 200 response: added support for new value TEMPORARY_INCOMPLETE on enum event>paymentSources>status
  • GET /v2/events/{eventId}:
    • 200 response: added support for new value TEMPORARY_READY on enum event>paymentSources>status
    • 200 response: added support for new value TEMPORARY_USED on enum event>paymentSources>status
    • 200 response: added support for new value TEMPORARY_EXPIRED on enum event>paymentSources>status
    • 200 response: added support for new value TEMPORARY_INCOMPLETE on enum event>paymentSources>status
  • POST /v2/events/bulk-edit:
    • request: added support for new value TRAVELODGE on enum eventsToUpdate>eventBasicInfo>tripOverrides>rateCodeOverrides>supplier
  • GET /v2/events/payment-sources:
    • 200 response: added support for new value TRAVELODGE on enum paymentSources>mapping>paymentSourceAttributes>allowedThirdPartySources
    • 200 response: added support for new value FLIGHT_PASS on enum paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>fopInfo>paymentMethod
    • 200 response: added support for new value TRAVELODGE on enum paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>source
    • 200 response: added support for new value FLIGHT_PASS on enum paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>totalFare>otherCoinage>coinageCode
  • POST /v2/events/{eventId}/edit-basic-info:
    • request: added support for new value TRAVELODGE on enum tripOverrides>rateCodeOverrides>supplier
  • POST /v2/events/list:
    • 200 response: added support for new value TRAVELODGE on enum events>paymentSources>mapping>paymentSourceAttributes>allowedThirdPartySources
    • 200 response: added support for new value FLIGHT_PASS on enum events>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>fopInfo>paymentMethod
    • 200 response: added support for new value TRAVELODGE on enum events>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>source
    • 200 response: added support for new value FLIGHT_PASS on enum events>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum events>group>metadata>tripOverrides>rateCodeOverrides>supplier
    • request: added an item of type object to filters oneOf values
  • GET /v2/events/read-by-external-id:
    • 200 response: added support for new value TRAVELODGE on enum event>paymentSources>mapping>paymentSourceAttributes>allowedThirdPartySources
    • 200 response: added support for new value FLIGHT_PASS on enum event>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>fopInfo>paymentMethod
    • 200 response: added support for new value TRAVELODGE on enum event>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>source
    • 200 response: added support for new value FLIGHT_PASS on enum event>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum event>group>metadata>tripOverrides>rateCodeOverrides>supplier
  • GET /v2/events/{eventId}:
    • 200 response: added support for new value TRAVELODGE on enum event>paymentSources>mapping>paymentSourceAttributes>allowedThirdPartySources
    • 200 response: added support for new value FLIGHT_PASS on enum event>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>fopInfo>paymentMethod
    • 200 response: added support for new value TRAVELODGE on enum event>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>source
    • 200 response: added support for new value FLIGHT_PASS on enum event>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum event>group>metadata>tripOverrides>rateCodeOverrides>supplier
  • POST /v2/events:
    • request: added support for new value TRAVELODGE on enum tripOverrides>rateCodeOverrides>supplier
Hotel API
  • POST /v2/hotel/pnrs/{pnrId}/modify-book:
    • request: added support for new value FLIGHT_PASS on enum bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>amount>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>source
    • request: added support for new value FLIGHT_PASS on enum bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • request: has been updated at path bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>type>description
    • request: bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>source is now required
    • request: bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>unusedCreditPcc is now required
    • request: bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>pnrOwningPcc is now required
  • POST /v2/hotel/pnrs/{pnrId}/modify-details:
    • 200 response: added support for new value FLIGHT_PASS on enum rateStatistics>median>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rateStatistics>median>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for bookedRooms>rateOptions>policyInfo>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>cancellationPolicy>terms>penalty>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>postpaidRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>postpaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>postpaidRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>postpaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>postpaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>prepaidRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>prepaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>prepaidRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>prepaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>prepaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>rateDifference>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>rateDifference>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>rateDifference>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>rateDifference>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>rateDifference>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>publishedNightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>publishedNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>publishedNightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>publishedNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>publishedNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>publishedRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>publishedRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum bookedRooms>rateOptions>rateInfo>rateSupplier
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>refundAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>averageNightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>averageNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>averageNightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>averageNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>averageNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>nightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>nightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>nightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>nightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>nightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>totalRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>totalRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>totalRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for rooms>rateOptions>policyInfo>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum rooms>rateOptions>policyInfo>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum rooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum rooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum rooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum rooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum rooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum rooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum rooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum rooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>cancellationPolicy>terms>penalty>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>postpaidRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>postpaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>postpaidRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>postpaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>postpaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>prepaidRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>prepaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>prepaidRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>prepaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>prepaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>rateDifference>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>rateDifference>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>rateDifference>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>rateDifference>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>rateDifference>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>publishedNightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>publishedNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>publishedNightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>publishedNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>publishedNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>publishedRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>publishedRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum rooms>rateOptions>rateInfo>rateSupplier
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>refundAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>averageNightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>averageNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>averageNightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>averageNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>averageNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>nightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>nightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>nightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>nightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>nightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>totalRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>totalRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>totalRate>base>otherCoinage>coinageCode
  • POST /v2/hotel/create-pnr:
    • request: added support for new value FLIGHT_PASS on enum bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>amount>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>source
    • request: added support for new value FLIGHT_PASS on enum bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • request: has been updated at path bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>type>description
    • request: bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>source is now required
    • request: bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>unusedCreditPcc is now required
    • request: bookingPaymentDetails>bookingTravelerPaymentDetails>selectedFormOfPayments>selectedPaymentSources>rawPaymentSource>pnrOwningPcc is now required
  • POST /v2/hotel/validate-rebooking:
    • request: added support for new value TRAVELODGE on enum travelers>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum travelers>userBusinessInfo>designatedApproverInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum travelers>userBusinessInfo>managerBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum travelers>user>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
  • POST /v2/hotel/price-check:
    • 200 response: added support for new value FLIGHT_PASS on enum price>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum price>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum price>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum price>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum price>base>otherCoinage>coinageCode
  • POST /v2/hotel/details:
    • 200 response: added support for new value FLIGHT_PASS on enum rateStatistics>median>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rateStatistics>median>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for bookedRooms>rateOptions>policyInfo>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>cancellationPolicy>terms>penalty>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>postpaidRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>postpaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>postpaidRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>postpaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>postpaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>prepaidRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>prepaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>prepaidRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>prepaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>prepaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>rateDifference>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>rateDifference>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>rateDifference>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>rateDifference>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>rateDifference>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>publishedNightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>publishedNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>publishedNightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>publishedNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>publishedNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>publishedRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>publishedRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum bookedRooms>rateOptions>rateInfo>rateSupplier
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>refundAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>averageNightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>averageNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>averageNightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>averageNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>averageNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>nightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>nightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>nightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>nightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>nightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>totalRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>totalRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum bookedRooms>rateOptions>rateInfo>totalRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for rooms>rateOptions>policyInfo>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum rooms>rateOptions>policyInfo>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum rooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum rooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum rooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum rooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>policyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum rooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum rooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum rooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum rooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>policyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>cancellationPolicy>terms>penalty>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>penaltyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>postpaidRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>postpaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>postpaidRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>postpaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>postpaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>prepaidRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>prepaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>prepaidRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>prepaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>prepaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>rateDifference>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>rateDifference>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>rateDifference>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>rateDifference>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>rateDifference>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>publishedNightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>publishedNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>publishedNightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>publishedNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>publishedNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>publishedRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>publishedRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>publishedRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum rooms>rateOptions>rateInfo>rateSupplier
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>refundAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>averageNightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>averageNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>averageNightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>averageNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>averageNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>nightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>nightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>nightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>nightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>nightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>totalRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>totalRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum rooms>rateOptions>rateInfo>totalRate>base>otherCoinage>coinageCode
  • POST /v2/hotel/search:
    • 200 response: added support for new value FLIGHT_PASS on enum metadata>rateStatistics>median>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum metadata>rateStatistics>median>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotels>rateInfo>totalRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotels>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotels>rateInfo>totalRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotels>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotels>rateInfo>totalRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotels>rateInfo>averageNightlyRate>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotels>rateInfo>averageNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotels>rateInfo>averageNightlyRate>roomFees>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotels>rateInfo>averageNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotels>rateInfo>averageNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for hotels>policyInfo>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum hotels>policyInfo>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum hotels>policyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum hotels>policyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum hotels>policyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum hotels>policyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum hotels>policyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum hotels>policyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum hotels>policyInfo>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum hotels>policyInfo>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum hotels>policyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum hotels>policyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum hotels>policyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum hotels>policyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
Payments API
  • GET /v2/payment/users/{userId}/payment-sources/{paymentSourceId}:
    • 200 response: added support for new value TEMPORARY_READY on enum paymentSource>status
    • 200 response: added support for new value TEMPORARY_USED on enum paymentSource>status
    • 200 response: added support for new value TEMPORARY_EXPIRED on enum paymentSource>status
    • 200 response: added support for new value TEMPORARY_INCOMPLETE on enum paymentSource>status
  • POST /v2/payment/users/{userId}/payment-sources:
    • 200 response: added support for new value TEMPORARY_READY on enum status
    • 200 response: added support for new value TEMPORARY_USED on enum status
    • 200 response: added support for new value TEMPORARY_EXPIRED on enum status
    • 200 response: added support for new value TEMPORARY_INCOMPLETE on enum status
    • request: added support for new value TEMPORARY_READY on enum paymentSourceInfo>status
    • request: added support for new value TEMPORARY_USED on enum paymentSourceInfo>status
    • request: added support for new value TEMPORARY_EXPIRED on enum paymentSourceInfo>status
    • request: added support for new value TEMPORARY_INCOMPLETE on enum paymentSourceInfo>status
  • GET /v2/payment/users/{userId}/payment-sources:
    • 200 response: added support for new value TEMPORARY_READY on enum paymentSourceInfos>status
    • 200 response: added support for new value TEMPORARY_USED on enum paymentSourceInfos>status
    • 200 response: added support for new value TEMPORARY_EXPIRED on enum paymentSourceInfos>status
    • 200 response: added support for new value TEMPORARY_INCOMPLETE on enum paymentSourceInfos>status
  • POST /v2/service-charge/{entityType}/{entityId}/types/{type}/list:
    • 200 response: added support for new value FLIGHT_PASS on enum serviceCharges>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum serviceCharges>fop>paymentMethod
    • 200 response: added support for new value TRAVELODGE on enum serviceCharges>bookingDetails>source
    • 200 response: added support for new value TRAVELODGE on enum serviceCharges>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum serviceCharges>charge>waiveOffInfo>waiveOffAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum serviceCharges>charge>waiveOffInfo>waiveOffAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum serviceCharges>charge>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum serviceCharges>charge>allowedFoP
    • 200 response: added support for new value FLIGHT_PASS on enum serviceCharges>charge>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum serviceCharges>charge>taxes>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum serviceCharges>charge>amount>otherCoinage>coinageCode
Template API
  • GET /v2/event-templates/read-by-external-id:
    • 200 response: added support for new value TEMPORARY_READY on enum eventTemplate>paymentSources>status
    • 200 response: added support for new value TEMPORARY_USED on enum eventTemplate>paymentSources>status
    • 200 response: added support for new value TEMPORARY_EXPIRED on enum eventTemplate>paymentSources>status
    • 200 response: added support for new value TEMPORARY_INCOMPLETE on enum eventTemplate>paymentSources>status
  • POST /v2/event-templates/list:
    • 200 response: added support for new value TEMPORARY_READY on enum eventTemplates>paymentSources>status
    • 200 response: added support for new value TEMPORARY_USED on enum eventTemplates>paymentSources>status
    • 200 response: added support for new value TEMPORARY_EXPIRED on enum eventTemplates>paymentSources>status
    • 200 response: added support for new value TEMPORARY_INCOMPLETE on enum eventTemplates>paymentSources>status
  • GET /v2/event-templates/{templateId}:
    • 200 response: added support for new value TEMPORARY_READY on enum eventTemplate>paymentSources>status
    • 200 response: added support for new value TEMPORARY_USED on enum eventTemplate>paymentSources>status
    • 200 response: added support for new value TEMPORARY_EXPIRED on enum eventTemplate>paymentSources>status
    • 200 response: added support for new value TEMPORARY_INCOMPLETE on enum eventTemplate>paymentSources>status
  • GET /v2/event-templates/read-by-external-id:
    • 200 response: added support for new value TRAVELODGE on enum eventTemplate>group>metadata>tripOverrides>rateCodeOverrides>supplier
    • 200 response: added support for new value TRAVELODGE on enum eventTemplate>paymentSources>mapping>paymentSourceAttributes>allowedThirdPartySources
    • 200 response: added support for new value FLIGHT_PASS on enum eventTemplate>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>fopInfo>paymentMethod
    • 200 response: added support for new value TRAVELODGE on enum eventTemplate>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>source
    • 200 response: added support for new value FLIGHT_PASS on enum eventTemplate>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>totalFare>otherCoinage>coinageCode
  • POST /v2/event-templates/list:
    • 200 response: added support for new value TRAVELODGE on enum eventTemplates>group>metadata>tripOverrides>rateCodeOverrides>supplier
    • 200 response: added support for new value TRAVELODGE on enum eventTemplates>paymentSources>mapping>paymentSourceAttributes>allowedThirdPartySources
    • 200 response: added support for new value FLIGHT_PASS on enum eventTemplates>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>fopInfo>paymentMethod
    • 200 response: added support for new value TRAVELODGE on enum eventTemplates>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>source
    • 200 response: added support for new value FLIGHT_PASS on enum eventTemplates>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>totalFare>otherCoinage>coinageCode
  • POST /v2/event-templates/{templateId}/edit-basic-info:
    • request: added support for new value TRAVELODGE on enum tripOverrides>rateCodeOverrides>supplier
  • GET /v2/event-templates/{templateId}:
    • 200 response: added support for new value TRAVELODGE on enum eventTemplate>group>metadata>tripOverrides>rateCodeOverrides>supplier
    • 200 response: added support for new value TRAVELODGE on enum eventTemplate>paymentSources>mapping>paymentSourceAttributes>allowedThirdPartySources
    • 200 response: added support for new value FLIGHT_PASS on enum eventTemplate>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>fopInfo>paymentMethod
    • 200 response: added support for new value TRAVELODGE on enum eventTemplate>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>source
    • 200 response: added support for new value FLIGHT_PASS on enum eventTemplate>paymentSources>paymentSource>unusedCreditDescriptor>unusedCreditInfo>totalFare>otherCoinage>coinageCode
  • POST /v2/event-templates:
    • request: added support for new value TRAVELODGE on enum tripOverrides>rateCodeOverrides>supplier
Trip API
  • POST /v3/approvals/companies/{companyId}/list:
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>approvers>basicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>approvalData>approvers>basicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>travelers>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>travelers>userBusinessInfo>designatedApproverInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>travelers>userBusinessInfo>managerBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>travelers>user>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>source
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum approvalDataList>pnrSummary>pnrSummary>miscPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum approvalDataList>pnrSummary>pnrSummary>limoPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum approvalDataList>pnrSummary>pnrSummary>carPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum approvalDataList>pnrSummary>pnrSummary>hotelPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum approvalDataList>pnrSummary>pnrSummary>railPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum approvalDataList>pnrSummary>pnrSummary>airPnrSummary>totalAmount>otherCoinage>coinageCode
  • POST /v3/approvals/approvers/{userId}/list:
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>approvers>basicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum approvalDataList>pnrSummary>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>approvalData>approvers>basicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>travelers>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>travelers>userBusinessInfo>designatedApproverInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>travelers>userBusinessInfo>managerBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>travelers>user>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>source
    • 200 response: added support for new value TRAVELODGE on enum approvalDataList>pnrSummary>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum approvalDataList>pnrSummary>pnrSummary>miscPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum approvalDataList>pnrSummary>pnrSummary>limoPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum approvalDataList>pnrSummary>pnrSummary>carPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum approvalDataList>pnrSummary>pnrSummary>hotelPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum approvalDataList>pnrSummary>pnrSummary>railPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum approvalDataList>pnrSummary>pnrSummary>airPnrSummary>totalAmount>otherCoinage>coinageCode
  • GET /v2/trips/{tripId}/pnrs/{pnrId}/cancellation-details:
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>rail>refundOptions>refundRateInfo>voucher>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>rail>refundOptions>refundRateInfo>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>rail>refundOptions>refundRateInfo>cancellationFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>rail>refundOptions>refundRateInfo>nonRefundableFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>rail>refundOptions>refundRateInfo>nonRefundableFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>rail>refundOptions>refundRateInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>rail>refundOptions>refundRateInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>netCreditAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>netCreditAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>changePenalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>changePenalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>cancellationOptions>fareInfo>refund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>cancellationOptions>fareInfo>refund>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>cancellationOptions>fareInfo>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>cancellationOptions>fareInfo>cancellationFee>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>cancellationOptions>fareInfo>cancellationFee>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>cancellationOptions>fareInfo>nonRefundableFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>cancellationOptions>fareInfo>nonRefundableFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>cancellationOptions>fareInfo>usedFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>cancellationOptions>fareInfo>usedFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>cancellationOptions>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>cancellationOptions>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>netCreditAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>netCreditAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>changePenalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>changePenalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>refund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>refund>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>cancellationFee>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>cancellationFee>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>nonRefundableFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>nonRefundableFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>usedFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>usedFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>cancellationOptions>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>netCreditAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>netCreditAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>changePenalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>changePenalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>flightCredits>totalCreditAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>refund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>refund>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>cancellationFee>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>cancellationFee>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>nonRefundableFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>nonRefundableFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>usedFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>usedFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>tickets>cancellationOptions>fareInfo>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>tickets>ticketFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum cancellationDetails>air>travelers>tickets>ticketFare>base>otherCoinage>coinageCode
  • POST /v3/trips/{tripId}/pnrs/{pnrId}/cancel:
    • request: added support for new value FLIGHT_PASS on enum cancellationDetails>refundInfo>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum cancellationDetails>refundInfo>fop>paymentMethod
    • request: added support for new value FLIGHT_PASS on enum cancellationDetails>refundInfo>amount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum cancellationDetails>refundInfo>amount>base>otherCoinage>coinageCode
  • POST /v2/invoicing/invoice-data:
    • 200 response: added support for new value TRAVELODGE on enum invoices>data>supplierType
    • 200 response: added support for new value FLIGHT_PASS on enum invoices>data>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum invoices>data>invoiceAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum invoices>data>invoiceAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum invoices>data>payments>actualPayment>paymentMetadata>customPaymentMethodMetadata>qantasTravelFundMetadata>fundBalance>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum invoices>data>payments>paymentMode
    • 200 response: added support for new value FLIGHT_PASS on enum invoices>data>payments>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum invoices>data>taxBreakdown>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum invoices>data>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum invoices>data>amount>base>otherCoinage>coinageCode
  • POST /v3/trips/arrangers/{arrangerId}/list:
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>createdByUserBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>userBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>approvalData>approvers>basicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>travelers>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>travelers>userBusinessInfo>designatedApproverInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>travelers>userBusinessInfo>managerBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>travelers>user>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>source
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>pnrSummary>miscPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>pnrSummary>limoPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>pnrSummary>carPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>pnrSummary>hotelPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>pnrSummary>railPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>pnrSummary>airPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>createdByUserBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>userBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>approvalData>approvers>basicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>travelers>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>travelers>userBusinessInfo>designatedApproverInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>travelers>userBusinessInfo>managerBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>travelers>user>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>source
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>pnrSummary>miscPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>pnrSummary>limoPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>pnrSummary>carPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>pnrSummary>hotelPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>pnrSummary>railPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>pnrSummary>airPnrSummary>totalAmount>otherCoinage>coinageCode
  • POST /v3/trips/companies/{companyId}/list:
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>createdByUserBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>userBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>approvalData>approvers>basicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>travelers>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>travelers>userBusinessInfo>designatedApproverInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>travelers>userBusinessInfo>managerBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>travelers>user>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>source
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>pnrSummary>miscPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>pnrSummary>limoPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>pnrSummary>carPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>pnrSummary>hotelPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>pnrSummary>railPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>pnrSummary>airPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>createdByUserBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>userBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>approvalData>approvers>basicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>travelers>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>travelers>userBusinessInfo>designatedApproverInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>travelers>userBusinessInfo>managerBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>travelers>user>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>source
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>pnrSummary>miscPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>pnrSummary>limoPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>pnrSummary>carPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>pnrSummary>hotelPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>pnrSummary>railPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>pnrSummary>airPnrSummary>totalAmount>otherCoinage>coinageCode
  • POST /v3/trips/users/{userId}/list:
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>createdByUserBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>userBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>approvalData>approvers>basicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>travelers>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>travelers>userBusinessInfo>designatedApproverInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>travelers>userBusinessInfo>managerBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>travelers>user>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>source
    • 200 response: added support for new value TRAVELODGE on enum failedTripSummaries>pnrSummaries>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>pnrSummary>miscPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>pnrSummary>limoPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>pnrSummary>carPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>pnrSummary>hotelPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>pnrSummary>railPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum failedTripSummaries>pnrSummaries>pnrSummary>airPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>createdByUserBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>userBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>approvalData>approvers>basicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>travelers>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>travelers>userBusinessInfo>designatedApproverInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>travelers>userBusinessInfo>managerBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>travelers>user>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>source
    • 200 response: added support for new value TRAVELODGE on enum tripSummaries>pnrSummaries>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>pnrSummary>miscPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>pnrSummary>limoPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>pnrSummary>carPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>pnrSummary>hotelPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>pnrSummary>railPnrSummary>totalAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum tripSummaries>pnrSummaries>pnrSummary>airPnrSummary>totalAmount>otherCoinage>coinageCode
  • POST /v3/trips/{tripId}/pnrs/{pnrId}/finalize:
    • request: added support for new value FLIGHT_PASS on enum finalizeIntent>airPriceOptimizationMetadata>penaltyPrice>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum finalizeIntent>airPriceOptimizationMetadata>priceDrop>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum finalizeIntent>airPriceOptimizationMetadata>newPrice>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum finalizeIntent>airPriceOptimizationMetadata>oldPrice>otherCoinage>coinageCode
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for new value FLIGHT_PASS on enum savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum savingsFare>fareAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum totalFareAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum totalFareAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum llfPnrInfo>totalFare>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum pnrCreationDetails>requestedByDetails>requestedByUserOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value FLIGHT_PASS on enum paymentInfo>netCharge>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum paymentInfo>totalRefund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum paymentInfo>totalCharge>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum paymentInfo>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum paymentInfo>fop>paymentMethod
    • request: added support for new value FLIGHT_PASS on enum serviceFees>waiveOffInfo>waiveOffAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum serviceFees>waiveOffInfo>waiveOffAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum serviceFees>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum serviceFees>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum serviceFees>fop>paymentMethod
    • request: added support for new value FLIGHT_PASS on enum serviceFees>taxes>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum serviceFees>fare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum serviceFees>fare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum totalFare>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>legInfos>amenities>price>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>tickets>refundedPrice>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>tickets>price>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>base>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum railPnr>passengerInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value FLIGHT_PASS on enum railPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>legInfos>amenities>price>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>carAverageRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>carAverageRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>carAverageRate>total>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>dailyRates>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>dailyRates>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>dailyRates>total>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>carInfo>extraMileageCharge>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>overallPenaltyCharged>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRate>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>cancellationPolicy>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>airPriceOptimizationMetadata>penaltyPrice>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>airPriceOptimizationMetadata>priceDrop>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>airPriceOptimizationMetadata>newPrice>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>airPriceOptimizationMetadata>oldPrice>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>automatedCancellationInfo>supportedCancellations>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>automatedCancellationInfo>supportedCancellations>merchantFee>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>automatedCancellationInfo>supportedCancellations>penalty>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>automatedCancellationInfo>supportedCancellations>totalFare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>automatedCancellationInfo>supportedCancellations>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>appliedCredits>penalty>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>appliedCredits>fareDifference>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>appliedCredits>creditAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>appliedCredits>creditAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>otherCharges>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>fareComponents>baseFare>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>otherCharges>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalAirlineFees>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalMerchantFees>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalLuggageFare>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalSeatFare>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalFlightsFare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalFlightsFare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalFare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>otherAncillaries>fare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>otherAncillaries>fare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>luggageDetails>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>seats>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>savingsFare>fareAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>createdUnusedCredit>fopInfo>paymentMethod
    • request: added support for new value TRAVELODGE on enum airPnr>travelerInfos>tickets>createdUnusedCredit>source
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>createdUnusedCredit>totalFare>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>airlineFeeDetails>amount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>airlineFeeDetails>amount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>airlineFee>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>merchantFee>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>publishedFare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>publishedFare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>ticketCtc>cost>amount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>ticketCtc>cost>amount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMethod
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>paymentDetails>amount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>paymentDetails>amount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>llfInfo>llf>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>refundInfo>refundTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>refundPolicy>refundPenalty>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>exchangePenaltyTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMethod
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>penalty>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangePolicy>exchangePenalty>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>ancillaries>totalFare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>ancillaries>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>amount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>amount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>createdMcos>fare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>createdMcos>fare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>legs>fareOffers>exchangePolicy>fee>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>legs>fareOffers>cancellationPolicy>fee>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>legs>fareOffers>baggagePolicy>carryOn>fee>fee>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>legs>fareOffers>baggagePolicy>checkedIn>fee>fee>otherCoinage>coinageCode
    • request: added support for policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType property
    • request: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value FLIGHT_PASS on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value FLIGHT_PASS on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value FLIGHT_PASS on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value FLIGHT_PASS on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>previousTransactionFares>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionFares>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>nightlyRates>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>nightlyRates>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>nightlyRates>total>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>averageNightlyRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>averageNightlyRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>averageNightlyRate>total>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>postpaidAmount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>prepaidAmount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>dailyRates>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>dailyRates>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>dailyRates>total>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>carDailyAverageRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>carDailyAverageRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>carDailyAverageRate>total>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>penalty>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>totalPnrAmount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>totalAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>totalAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionFees>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>penaltyDiff>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>totalAmountDiff>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>totalAmountDiff>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionFeesDiff>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionAmountDiff>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionAmountDiff>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>ctc>balanceDue>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>ctc>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>ctc>fop>paymentMethod
    • request: added support for new value FLIGHT_PASS on enum transactions>ctc>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum costToCustomer>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum costToCustomer>payments>selectedPaymentSource>rawPaymentSource>source
    • request: added support for new value FLIGHT_PASS on enum costToCustomer>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • request: has been updated at path costToCustomer>payments>selectedPaymentSource>rawPaymentSource>type>description
    • request: costToCustomer>payments>selectedPaymentSource>rawPaymentSource>source is now required
    • request: costToCustomer>payments>selectedPaymentSource>rawPaymentSource>unusedCreditPcc is now required
    • request: costToCustomer>payments>selectedPaymentSource>rawPaymentSource>pnrOwningPcc is now required
    • request: added support for new value FLIGHT_PASS on enum costToCustomer>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum costToCustomer>payments>fop>paymentMethod
    • request: added support for new value FLIGHT_PASS on enum costToCustomer>payments>amount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum costToCustomer>payments>amount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum costOfGoodsSold>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>source
    • request: added support for new value FLIGHT_PASS on enum costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • request: has been updated at path costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>type>description
    • request: costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>source is now required
    • request: costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>unusedCreditPcc is now required
    • request: costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>pnrOwningPcc is now required
    • request: added support for new value FLIGHT_PASS on enum costOfGoodsSold>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum costOfGoodsSold>payments>fop>paymentMethod
    • request: added support for new value FLIGHT_PASS on enum costOfGoodsSold>payments>amount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum costOfGoodsSold>payments>amount>base>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum pnrTravelers>personalInfo>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum travelers>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum travelers>userBusinessInfo>designatedApproverInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum travelers>userBusinessInfo>managerBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum travelers>user>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for new value FLIGHT_PASS on enum savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum savingsFare>fareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum totalFareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum totalFareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum llfPnrInfo>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pnrCreationDetails>requestedByDetails>requestedByUserOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum paymentInfo>netCharge>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum paymentInfo>totalRefund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum paymentInfo>totalCharge>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum paymentInfo>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum paymentInfo>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum serviceFees>waiveOffInfo>waiveOffAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum serviceFees>waiveOffInfo>waiveOffAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum serviceFees>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum serviceFees>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum serviceFees>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum serviceFees>taxes>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum serviceFees>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum serviceFees>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum miscPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum miscPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum miscPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum miscPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum miscPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum miscPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum miscPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum miscPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum miscPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum miscPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum miscPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum miscPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum limoPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum limoPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum limoPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum limoPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum limoPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum limoPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum limoPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum limoPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum limoPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum limoPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum limoPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum limoPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum limoPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>legInfos>amenities>price>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>tickets>refundedPrice>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>tickets>price>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum railPnr>passengerInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum railPnr>legInfos>amenities>price>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>carAverageRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>carAverageRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>carAverageRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>dailyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>dailyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>dailyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>carInfo>extraMileageCharge>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum carPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>overallPenaltyCharged>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRate>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum hotelPnr>room>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>airPriceOptimizationMetadata>penaltyPrice>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>airPriceOptimizationMetadata>priceDrop>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>airPriceOptimizationMetadata>newPrice>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>airPriceOptimizationMetadata>oldPrice>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>automatedCancellationInfo>supportedCancellations>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>automatedCancellationInfo>supportedCancellations>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>automatedCancellationInfo>supportedCancellations>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>automatedCancellationInfo>supportedCancellations>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>automatedCancellationInfo>supportedCancellations>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>appliedCredits>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>appliedCredits>fareDifference>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>appliedCredits>creditAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>appliedCredits>creditAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>otherCharges>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>fareComponents>baseFare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>otherCharges>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalAirlineFees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalMerchantFees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalLuggageFare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalSeatFare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalFlightsFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalFlightsFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>otherAncillaries>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>otherAncillaries>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>luggageDetails>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>seats>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>savingsFare>fareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>createdUnusedCredit>fopInfo>paymentMethod
    • 200 response: added support for new value TRAVELODGE on enum airPnr>travelerInfos>tickets>createdUnusedCredit>source
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>createdUnusedCredit>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>airlineFeeDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>airlineFeeDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>publishedFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>publishedFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>ticketCtc>cost>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>ticketCtc>cost>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>paymentDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>paymentDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>llfInfo>llf>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>refundInfo>refundTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>refundPolicy>refundPenalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>exchangePenaltyTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangePolicy>exchangePenalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>ancillaries>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>ancillaries>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>createdMcos>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>createdMcos>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>legs>fareOffers>exchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>legs>fareOffers>cancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>legs>fareOffers>baggagePolicy>carryOn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum airPnr>legs>fareOffers>baggagePolicy>checkedIn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>previousTransactionFares>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionFares>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>nightlyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>nightlyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>nightlyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>averageNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>averageNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>averageNightlyRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>postpaidAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>prepaidAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>dailyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>dailyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>dailyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>carDailyAverageRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>carDailyAverageRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>carDailyAverageRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>totalPnrAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>totalAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>totalAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionFees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>penaltyDiff>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>totalAmountDiff>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>totalAmountDiff>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionFeesDiff>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionAmountDiff>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionAmountDiff>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>ctc>balanceDue>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>ctc>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>ctc>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum transactions>ctc>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum costToCustomer>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum costToCustomer>payments>selectedPaymentSource>rawPaymentSource>source
    • 200 response: added support for new value FLIGHT_PASS on enum costToCustomer>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • 200 response: has been updated at path costToCustomer>payments>selectedPaymentSource>rawPaymentSource>type>description
    • 200 response: costToCustomer>payments>selectedPaymentSource>rawPaymentSource>source is now required
    • 200 response: costToCustomer>payments>selectedPaymentSource>rawPaymentSource>unusedCreditPcc is now required
    • 200 response: costToCustomer>payments>selectedPaymentSource>rawPaymentSource>pnrOwningPcc is now required
    • 200 response: added support for new value FLIGHT_PASS on enum costToCustomer>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum costToCustomer>payments>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum costToCustomer>payments>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum costToCustomer>payments>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum costOfGoodsSold>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>source
    • 200 response: added support for new value FLIGHT_PASS on enum costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • 200 response: has been updated at path costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>type>description
    • 200 response: costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>source is now required
    • 200 response: costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>unusedCreditPcc is now required
    • 200 response: costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>pnrOwningPcc is now required
    • 200 response: added support for new value FLIGHT_PASS on enum costOfGoodsSold>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum costOfGoodsSold>payments>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum costOfGoodsSold>payments>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum costOfGoodsSold>payments>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pnrTravelers>personalInfo>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum travelers>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum travelers>userBusinessInfo>designatedApproverInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum travelers>userBusinessInfo>managerBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum travelers>user>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
  • POST /v3/trips/{tripId}/pnrs:
    • request: added support for new value FLIGHT_PASS on enum savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum savingsFare>fareAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum totalFareAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum totalFareAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum llfPnrInfo>totalFare>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum pnrCreationDetails>requestedByDetails>requestedByUserOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value FLIGHT_PASS on enum paymentInfo>netCharge>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum paymentInfo>totalRefund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum paymentInfo>totalCharge>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum paymentInfo>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum paymentInfo>fop>paymentMethod
    • request: added support for new value FLIGHT_PASS on enum serviceFees>waiveOffInfo>waiveOffAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum serviceFees>waiveOffInfo>waiveOffAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum serviceFees>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum serviceFees>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum serviceFees>fop>paymentMethod
    • request: added support for new value FLIGHT_PASS on enum serviceFees>taxes>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum serviceFees>fare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum serviceFees>fare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum totalFare>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum miscPnr>rate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>rate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum limoPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>rate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>rate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>sections>fares>rate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>previousItinerary>legInfos>amenities>price>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>tickets>refundedPrice>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>tickets>price>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>rate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>sections>fares>rate>base>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum railPnr>passengerInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value FLIGHT_PASS on enum railPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>rate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum railPnr>legInfos>amenities>price>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>carAverageRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>carAverageRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>carAverageRate>total>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>dailyRates>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>dailyRates>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>dailyRates>total>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>rate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>carInfo>extraMileageCharge>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum carPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRates>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>postpaidRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>prepaidRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedNightlyRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>publishedRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>overallPenaltyCharged>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>extras>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>totalRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>rateInfo>nightlyRate>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum hotelPnr>room>cancellationPolicy>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>airPriceOptimizationMetadata>penaltyPrice>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>airPriceOptimizationMetadata>priceDrop>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>airPriceOptimizationMetadata>newPrice>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>airPriceOptimizationMetadata>oldPrice>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>automatedCancellationInfo>supportedCancellations>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>automatedCancellationInfo>supportedCancellations>merchantFee>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>automatedCancellationInfo>supportedCancellations>penalty>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>automatedCancellationInfo>supportedCancellations>totalFare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>automatedCancellationInfo>supportedCancellations>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>appliedCredits>penalty>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>appliedCredits>fareDifference>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>appliedCredits>creditAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>appliedCredits>creditAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>otherCharges>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>fareComponents>baseFare>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>otherCharges>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalAirlineFees>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalMerchantFees>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalLuggageFare>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalSeatFare>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalFlightsFare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalFlightsFare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalFare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>itinerary>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>otherAncillaries>fare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>otherAncillaries>fare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>luggageDetails>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>booking>seats>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>savingsFare>fareAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>createdUnusedCredit>fopInfo>paymentMethod
    • request: added support for new value TRAVELODGE on enum airPnr>travelerInfos>tickets>createdUnusedCredit>source
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>createdUnusedCredit>totalFare>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>airlineFeeDetails>amount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>airlineFeeDetails>amount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>airlineFee>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>merchantFee>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>publishedFare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>publishedFare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>ticketCtc>cost>amount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>ticketCtc>cost>amount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMethod
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>paymentDetails>amount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>paymentDetails>amount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>commission>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>llfInfo>llf>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>refundInfo>refundTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>refundInfo>penalty>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>refundInfo>penalty>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>refundPolicy>refundPenalty>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>exchangePenaltyTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMethod
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangeInfo>penalty>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>exchangePolicy>exchangePenalty>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>ancillaries>totalFare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>ancillaries>totalFare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>amount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>tickets>amount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>createdMcos>fare>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>travelerInfos>createdMcos>fare>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>legs>fareOffers>exchangePolicy>fee>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>legs>fareOffers>cancellationPolicy>fee>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>legs>fareOffers>baggagePolicy>carryOn>fee>fee>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum airPnr>legs>fareOffers>baggagePolicy>checkedIn>fee>fee>otherCoinage>coinageCode
    • request: added support for policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType property
    • request: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value FLIGHT_PASS on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value FLIGHT_PASS on enum policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value FLIGHT_PASS on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value FLIGHT_PASS on enum policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>previousTransactionFares>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionFares>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>nightlyRates>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>nightlyRates>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>nightlyRates>total>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>averageNightlyRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>averageNightlyRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>averageNightlyRate>total>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>postpaidAmount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>prepaidAmount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>dailyRates>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>dailyRates>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>dailyRates>total>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>carDailyAverageRate>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>carDailyAverageRate>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>carDailyAverageRate>total>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>penalty>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>totalPnrAmount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>totalAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>totalAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionFees>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionAmount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionAmount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>penaltyDiff>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>totalAmountDiff>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>totalAmountDiff>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionFeesDiff>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionAmountDiff>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>itemGroups>transactionAmountDiff>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>ctc>balanceDue>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>ctc>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum transactions>ctc>fop>paymentMethod
    • request: added support for new value FLIGHT_PASS on enum transactions>ctc>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum costToCustomer>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum costToCustomer>payments>selectedPaymentSource>rawPaymentSource>source
    • request: added support for new value FLIGHT_PASS on enum costToCustomer>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • request: has been updated at path costToCustomer>payments>selectedPaymentSource>rawPaymentSource>type>description
    • request: costToCustomer>payments>selectedPaymentSource>rawPaymentSource>source is now required
    • request: costToCustomer>payments>selectedPaymentSource>rawPaymentSource>unusedCreditPcc is now required
    • request: costToCustomer>payments>selectedPaymentSource>rawPaymentSource>pnrOwningPcc is now required
    • request: added support for new value FLIGHT_PASS on enum costToCustomer>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum costToCustomer>payments>fop>paymentMethod
    • request: added support for new value FLIGHT_PASS on enum costToCustomer>payments>amount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum costToCustomer>payments>amount>base>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum costOfGoodsSold>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>source
    • request: added support for new value FLIGHT_PASS on enum costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • request: has been updated at path costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>type>description
    • request: costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>source is now required
    • request: costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>unusedCreditPcc is now required
    • request: costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>pnrOwningPcc is now required
    • request: added support for new value FLIGHT_PASS on enum costOfGoodsSold>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum costOfGoodsSold>payments>fop>paymentMethod
    • request: added support for new value FLIGHT_PASS on enum costOfGoodsSold>payments>amount>tax>otherCoinage>coinageCode
    • request: added support for new value FLIGHT_PASS on enum costOfGoodsSold>payments>amount>base>otherCoinage>coinageCode
    • request: added support for new value TRAVELODGE on enum pnrTravelers>personalInfo>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum travelers>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum travelers>userBusinessInfo>designatedApproverInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum travelers>userBusinessInfo>managerBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • request: added support for new value TRAVELODGE on enum travelers>user>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
  • GET /v3/trips/{tripId}/detail:
    • 200 response: added support for new value FLIGHT_PASS on enum tripPaymentInfo>serviceFeeFareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum tripPaymentInfo>serviceFeeFareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum tripPaymentInfo>totalFareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum tripPaymentInfo>totalFareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum tripPaymentInfo>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum simplePnrs>source
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>savingsFare>fareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>totalFareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>totalFareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>llfPnrInfo>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pendingManualFormPnrs>data>pnrCreationDetails>requestedByDetails>requestedByUserOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>paymentInfo>netCharge>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>paymentInfo>totalRefund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>paymentInfo>totalCharge>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>paymentInfo>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>paymentInfo>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>serviceFees>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>serviceFees>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>serviceFees>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>serviceFees>taxes>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>serviceFees>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>serviceFees>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>miscPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>miscPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>miscPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>miscPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>miscPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>miscPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>miscPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>miscPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>miscPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>miscPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>limoPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>limoPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>limoPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>limoPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>limoPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>limoPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>limoPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>limoPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>limoPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>limoPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>limoPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>sections>fares>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>previousItinerary>legInfos>amenities>price>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>tickets>refundedPrice>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>tickets>price>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>sections>fares>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pendingManualFormPnrs>data>railPnr>passengerInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>railPnr>legInfos>amenities>price>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>carAverageRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>carAverageRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>carAverageRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>dailyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>dailyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>dailyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>carInfo>extraMileageCharge>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>carPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>postpaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>prepaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>overallPenaltyCharged>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>totalRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>rateInfo>nightlyRate>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>hotelPnr>room>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>airPriceOptimizationMetadata>penaltyPrice>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>airPriceOptimizationMetadata>priceDrop>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>airPriceOptimizationMetadata>newPrice>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>airPriceOptimizationMetadata>oldPrice>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>appliedCredits>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>appliedCredits>fareDifference>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>otherCharges>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>fareComponents>baseFare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>otherCharges>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalAirlineFees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalMerchantFees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalLuggageFare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalSeatFare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>luggageDetails>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>booking>seats>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>createdUnusedCredit>fopInfo>paymentMethod
    • 200 response: added support for new value TRAVELODGE on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>createdUnusedCredit>source
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>createdUnusedCredit>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>publishedFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>publishedFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>llfInfo>llf>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>refundPolicy>refundPenalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>exchangePenaltyTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>exchangePolicy>exchangePenalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>createdMcos>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>travelerInfos>createdMcos>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>legs>fareOffers>exchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>legs>fareOffers>cancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>legs>fareOffers>baggagePolicy>carryOn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>airPnr>legs>fareOffers>baggagePolicy>checkedIn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>previousTransactionFares>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFares>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>nightlyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>nightlyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>nightlyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>averageNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>averageNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>averageNightlyRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>postpaidAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>prepaidAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>dailyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>dailyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>dailyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>carDailyAverageRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>carDailyAverageRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>carDailyAverageRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>totalPnrAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>totalAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>totalAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>penaltyDiff>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>totalAmountDiff>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>totalAmountDiff>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionFeesDiff>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionAmountDiff>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionAmountDiff>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>ctc>balanceDue>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>ctc>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>ctc>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>transactions>ctc>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>costToCustomer>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pendingManualFormPnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>source
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • 200 response: has been updated at path pendingManualFormPnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>type>description
    • 200 response: pendingManualFormPnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>source is now required
    • 200 response: pendingManualFormPnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>unusedCreditPcc is now required
    • 200 response: pendingManualFormPnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>pnrOwningPcc is now required
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>costToCustomer>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>costToCustomer>payments>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>costToCustomer>payments>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>costToCustomer>payments>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>costOfGoodsSold>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pendingManualFormPnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>source
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • 200 response: has been updated at path pendingManualFormPnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>type>description
    • 200 response: pendingManualFormPnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>source is now required
    • 200 response: pendingManualFormPnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>unusedCreditPcc is now required
    • 200 response: pendingManualFormPnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>pnrOwningPcc is now required
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>costOfGoodsSold>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>costOfGoodsSold>payments>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>costOfGoodsSold>payments>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingManualFormPnrs>data>costOfGoodsSold>payments>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pendingManualFormPnrs>data>pnrTravelers>personalInfo>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pendingManualFormPnrs>data>travelers>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pendingManualFormPnrs>data>travelers>userBusinessInfo>designatedApproverInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pendingManualFormPnrs>data>travelers>userBusinessInfo>managerBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pendingManualFormPnrs>data>travelers>user>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>savingsFare>fareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>totalFareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>totalFareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>llfPnrInfo>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pendingShellPnrs>data>pnrCreationDetails>requestedByDetails>requestedByUserOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>paymentInfo>netCharge>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>paymentInfo>totalRefund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>paymentInfo>totalCharge>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>paymentInfo>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>paymentInfo>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>serviceFees>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>serviceFees>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>serviceFees>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>serviceFees>taxes>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>serviceFees>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>serviceFees>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>miscPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>miscPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>miscPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>miscPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>miscPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>miscPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>miscPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>miscPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>miscPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>miscPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>limoPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>limoPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>limoPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>limoPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>limoPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>limoPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>limoPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>limoPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>limoPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>limoPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>limoPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>sections>fares>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>previousItinerary>legInfos>amenities>price>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>tickets>refundedPrice>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>tickets>price>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>fares>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>fares>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>sections>fares>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pendingShellPnrs>data>railPnr>passengerInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>railPnr>legInfos>amenities>price>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>carAverageRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>carAverageRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>carAverageRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>dailyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>dailyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>dailyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>carInfo>extraMileageCharge>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>carPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>postpaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>prepaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>overallPenaltyCharged>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>totalRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>rateInfo>nightlyRate>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>hotelPnr>room>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>airPriceOptimizationMetadata>penaltyPrice>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>airPriceOptimizationMetadata>priceDrop>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>airPriceOptimizationMetadata>newPrice>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>airPriceOptimizationMetadata>oldPrice>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>appliedCredits>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>appliedCredits>fareDifference>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>otherCharges>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>fareComponents>baseFare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>otherCharges>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalAirlineFees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalMerchantFees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalLuggageFare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalSeatFare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>luggageDetails>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>booking>seats>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>createdUnusedCredit>fopInfo>paymentMethod
    • 200 response: added support for new value TRAVELODGE on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>createdUnusedCredit>source
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>createdUnusedCredit>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>publishedFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>publishedFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>llfInfo>llf>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>refundPolicy>refundPenalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>exchangePenaltyTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>exchangePolicy>exchangePenalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>tickets>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>createdMcos>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>travelerInfos>createdMcos>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>legs>fareOffers>exchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>legs>fareOffers>cancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>legs>fareOffers>baggagePolicy>carryOn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>airPnr>legs>fareOffers>baggagePolicy>checkedIn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>previousTransactionFares>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>transactionFares>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>nightlyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>nightlyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>nightlyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>averageNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>averageNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>averageNightlyRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>postpaidAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>prepaidAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>dailyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>dailyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>dailyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>carDailyAverageRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>carDailyAverageRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>carDailyAverageRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>totalPnrAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>totalAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>totalAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>transactionFees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>transactionAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>transactionAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>penaltyDiff>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>totalAmountDiff>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>totalAmountDiff>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>transactionFeesDiff>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>transactionAmountDiff>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>itemGroups>transactionAmountDiff>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>ctc>balanceDue>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>ctc>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>ctc>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>transactions>ctc>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>costToCustomer>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pendingShellPnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>source
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • 200 response: has been updated at path pendingShellPnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>type>description
    • 200 response: pendingShellPnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>source is now required
    • 200 response: pendingShellPnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>unusedCreditPcc is now required
    • 200 response: pendingShellPnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>pnrOwningPcc is now required
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>costToCustomer>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>costToCustomer>payments>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>costToCustomer>payments>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>costToCustomer>payments>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>costOfGoodsSold>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pendingShellPnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>source
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • 200 response: has been updated at path pendingShellPnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>type>description
    • 200 response: pendingShellPnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>source is now required
    • 200 response: pendingShellPnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>unusedCreditPcc is now required
    • 200 response: pendingShellPnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>pnrOwningPcc is now required
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>costOfGoodsSold>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>costOfGoodsSold>payments>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>costOfGoodsSold>payments>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pendingShellPnrs>data>costOfGoodsSold>payments>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pendingShellPnrs>data>pnrTravelers>personalInfo>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pendingShellPnrs>data>travelers>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pendingShellPnrs>data>travelers>userBusinessInfo>designatedApproverInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pendingShellPnrs>data>travelers>userBusinessInfo>managerBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pendingShellPnrs>data>travelers>user>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>savingsFare>fareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>totalFareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>totalFareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>llfPnrInfo>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pnrs>data>pnrCreationDetails>requestedByDetails>requestedByUserOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>paymentInfo>netCharge>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>paymentInfo>totalRefund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>paymentInfo>totalCharge>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>paymentInfo>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>paymentInfo>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>serviceFees>waiveOffInfo>waiveOffAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>serviceFees>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>serviceFees>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>serviceFees>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>serviceFees>taxes>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>serviceFees>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>serviceFees>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>miscPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>miscPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>miscPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>miscPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>miscPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>miscPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>miscPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>miscPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>miscPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>miscPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>miscPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>limoPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>limoPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>limoPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>limoPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>limoPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>limoPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>limoPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>limoPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>limoPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>limoPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>limoPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>limoPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>sections>fares>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>previousItinerary>legInfos>amenities>price>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>tickets>refundedPrice>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>tickets>price>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>fares>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>fares>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>fares>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>fares>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>fares>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>fares>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>fares>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>fares>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>sections>fares>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pnrs>data>railPnr>passengerInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>railPnr>legInfos>amenities>price>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>carAverageRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>carAverageRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>carAverageRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>dailyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>dailyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>dailyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>rate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>rate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>rate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>rate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>rate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>rate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>rate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>rate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>rate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>rate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>rate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>rate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>carInfo>extraMileageCharge>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>carPnr>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateMetadata>corporateNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateMetadata>tmcNegotiatedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateMetadata>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateMetadata>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>postpaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>prepaidRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>publishedRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>overallPenaltyCharged>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundTaxAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>extras>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>totalRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>rateInfo>nightlyRate>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>hotelPnr>room>cancellationPolicy>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>airPriceOptimizationMetadata>penaltyPrice>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>airPriceOptimizationMetadata>priceDrop>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>airPriceOptimizationMetadata>newPrice>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>airPriceOptimizationMetadata>oldPrice>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>bookingMetadata>fareStatistics>statisticsItems>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>automatedCancellationInfo>supportedCancellations>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>appliedCredits>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>appliedCredits>fareDifference>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>appliedCredits>creditAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>booking>otherCharges>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>otherAncillaryFares>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>fareComponents>baseFare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>flightFareBreakup>flightsFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>otherCharges>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>totalAirlineFees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>totalMerchantFees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>totalLuggageFare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>totalSeatFare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>totalFlightsFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>booking>itinerary>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>booking>otherAncillaries>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>booking>luggageDetails>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>booking>seats>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>savingsFare>fareAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>createdUnusedCredit>fopInfo>paymentMethod
    • 200 response: added support for new value TRAVELODGE on enum pnrs>data>airPnr>travelerInfos>tickets>createdUnusedCredit>source
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>createdUnusedCredit>totalFare>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>airlineFeeDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>airlineFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>merchantFee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>publishedFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>publishedFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>ticketCtc>cost>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>paymentDetails>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>paymentDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>commission>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>llfInfo>llf>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>refundInfo>penalty>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>refundInfo>refundAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>refundPolicy>refundPenalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>exchangePenaltyTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectTaxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>ctcRefund>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsRefund>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>cogsAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>taxBreakdown>tax>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>originalTicketDetails>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>addCollectAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>exchangeInfo>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>exchangePolicy>exchangePenalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>ancillaries>totalFare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>tickets>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>createdMcos>fare>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>travelerInfos>createdMcos>fare>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>legs>fareOffers>exchangePolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>legs>fareOffers>cancellationPolicy>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>legs>fareOffers>baggagePolicy>carryOn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>airPnr>legs>fareOffers>baggagePolicy>checkedIn>fee>fee>otherCoinage>coinageCode
    • 200 response: added support for pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>approvalType property
    • 200 response: added support for new value TRAVELODGE on enum pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>actions>takeApproval>userOrgIds>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>subViolationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>actualValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgIdList>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>policyInfo>appliedPolicyInfo>ruleResultInfos>violationInfos>expectedValue>money>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>splitPayment>personalFopChargeableAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>splitPayment>inPolicyAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>previousTransactionFares>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>transactionFares>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>feeInfo>calculatedAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>nightlyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>nightlyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>nightlyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>averageNightlyRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>averageNightlyRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>averageNightlyRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>postpaidAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>prepaidAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>dailyRates>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>dailyRates>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>dailyRates>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>carDailyAverageRate>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>carDailyAverageRate>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>carDailyAverageRate>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>totalRateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>rateDifference>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>refund>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>total>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>railCardDiscount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>fees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>ancillaries>travelCard>rateInfo>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>penalty>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>totalPnrAmount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>totalAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>totalAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>transactionFees>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>transactionAmount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>transactionAmount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>penaltyDiff>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>totalAmountDiff>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>totalAmountDiff>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>transactionFeesDiff>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>transactionAmountDiff>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>itemGroups>transactionAmountDiff>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>ctc>balanceDue>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>ctc>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>ctc>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>transactions>ctc>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>costToCustomer>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>source
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • 200 response: has been updated at path pnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>type>description
    • 200 response: pnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>source is now required
    • 200 response: pnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>unusedCreditPcc is now required
    • 200 response: pnrs>data>costToCustomer>payments>selectedPaymentSource>rawPaymentSource>pnrOwningPcc is now required
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>costToCustomer>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>costToCustomer>payments>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>costToCustomer>payments>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>costToCustomer>payments>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>costOfGoodsSold>payments>selectedPaymentSource>amount>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>source
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>totalFare>otherCoinage>coinageCode
    • 200 response: has been updated at path pnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>type>description
    • 200 response: pnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>source is now required
    • 200 response: pnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>unusedCreditPcc is now required
    • 200 response: pnrs>data>costOfGoodsSold>payments>selectedPaymentSource>rawPaymentSource>pnrOwningPcc is now required
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>costOfGoodsSold>payments>fop>paymentMetadata>virtualCardMetadata>cardInfo>amount>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>costOfGoodsSold>payments>fop>paymentMethod
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>costOfGoodsSold>payments>amount>tax>otherCoinage>coinageCode
    • 200 response: added support for new value FLIGHT_PASS on enum pnrs>data>costOfGoodsSold>payments>amount>base>otherCoinage>coinageCode
    • 200 response: added support for new value TRAVELODGE on enum pnrs>data>pnrTravelers>personalInfo>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pnrs>data>travelers>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pnrs>data>travelers>userBusinessInfo>designatedApproverInfos>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pnrs>data>travelers>userBusinessInfo>managerBasicInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
    • 200 response: added support for new value TRAVELODGE on enum pnrs>data>travelers>user>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
User Management API
  • PUT /v2/users/{userId}/personal-info:
    • request: added support for new value TRAVELODGE on enum emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
  • GET /v2/users/{userId}/personal-info:
    • 200 response: added support for new value TRAVELODGE on enum emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
  • PUT /v2/users/{userId}:
    • request: added support for new value TRAVELODGE on enum personalInfo>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
  • GET /v2/users/{userId}:
    • 200 response: added support for new value TRAVELODGE on enum personalInfo>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier
  • POST /v2/users:
    • request: added support for new value TRAVELODGE on enum personalInfo>emergencyContactInfo>userOrgId>tmcInfo>secondaryServiceProviderTmcs>supplier

October 13, 2025

Updates

Air API
  • POST /v2/air/intermediate-revalidate-itinerary:
    • 200 response: added support for mcoIssuanceEligibility property
  • POST /v2/air/revalidate-itinerary:
    • 200 response: added support for mcoIssuanceEligibility property
Trip API
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for transactions>itemGroups>associatedTicketNumber property
    • request: added support for new value CHANGE_FEE on enum transactions>itemGroups>transactionType
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for transactions>itemGroups>associatedTicketNumber property
    • 200 response: added support for new value CHANGE_FEE on enum transactions>itemGroups>transactionType
  • POST /v3/trips/{tripId}/pnrs:
    • request: added support for transactions>itemGroups>associatedTicketNumber property
    • request: added support for new value CHANGE_FEE on enum transactions>itemGroups>transactionType
  • GET /v3/trips/{tripId}/detail:
    • 200 response: added support for pendingManualFormPnrs>data>transactions>itemGroups>associatedTicketNumber property
    • 200 response: added support for new value CHANGE_FEE on enum pendingManualFormPnrs>data>transactions>itemGroups>transactionType
    • 200 response: added support for pendingShellPnrs>data>transactions>itemGroups>associatedTicketNumber property
    • 200 response: added support for new value CHANGE_FEE on enum pendingShellPnrs>data>transactions>itemGroups>transactionType
    • 200 response: added support for pnrs>data>transactions>itemGroups>associatedTicketNumber property
    • 200 response: added support for new value CHANGE_FEE on enum pnrs>data>transactions>itemGroups>transactionType

October 07, 2025

Updates

Event API
  • GET /v2/events/payment-sources:
    • 200 response: description has been updated at path paymentSources>mapping>paymentSourceAttributes>priority>description
    • 200 response: added paymentSources>mapping>paymentSourceAttributes>priority>minimum
  • POST /v2/events/list:
    • 200 response: description has been updated at path events>paymentSources>mapping>paymentSourceAttributes>priority>description
    • 200 response: added events>paymentSources>mapping>paymentSourceAttributes>priority>minimum
  • GET /v2/events/read-by-external-id:
    • 200 response: description has been updated at path event>paymentSources>mapping>paymentSourceAttributes>priority>description
    • 200 response: added event>paymentSources>mapping>paymentSourceAttributes>priority>minimum
  • GET /v2/events/{eventId}:
    • 200 response: description has been updated at path event>paymentSources>mapping>paymentSourceAttributes>priority>description
    • 200 response: added event>paymentSources>mapping>paymentSourceAttributes>priority>minimum
Template API
  • GET /v2/event-templates/read-by-external-id:
    • 200 response: added support for eventTemplate>status property
    • 200 response: description has been updated at path eventTemplate>paymentSources>mapping>paymentSourceAttributes>priority>description
    • 200 response: added eventTemplate>paymentSources>mapping>paymentSourceAttributes>priority>minimum
  • POST /v2/event-templates/list:
    • 200 response: added support for eventTemplates>status property
    • 200 response: description has been updated at path eventTemplates>paymentSources>mapping>paymentSourceAttributes>priority>description
    • 200 response: added eventTemplates>paymentSources>mapping>paymentSourceAttributes>priority>minimum
    • request: added an item of type object to filters oneOf values
  • GET /v2/event-templates/{templateId}:
    • 200 response: added support for eventTemplate>status property
    • 200 response: description has been updated at path eventTemplate>paymentSources>mapping>paymentSourceAttributes>priority>description
    • 200 response: added eventTemplate>paymentSources>mapping>paymentSourceAttributes>priority>minimum
Trip API
  • PUT /v3/trips/{tripId}/pnrs/{pnrId}:
    • request: added support for airPnr>travelerInfos>tickets>emdInfo>productName property
  • GET /v3/trips/{tripId}/pnrs/{pnrId}:
    • 200 response: added support for airPnr>travelerInfos>tickets>emdInfo>productName property
  • POST /v3/trips/{tripId}/pnrs:
    • request: added support for airPnr>travelerInfos>tickets>emdInfo>productName property
  • GET /v3/trips/{tripId}/detail:
    • 200 response: added support for pendingManualFormPnrs>data>airPnr>travelerInfos>tickets>emdInfo>productName property
    • 200 response: added support for pendingShellPnrs>data>airPnr>travelerInfos>tickets>emdInfo>productName property
    • 200 response: added support for pnrs>data>airPnr>travelerInfos>tickets>emdInfo>productName property

New endpoints

Document API
  • Published GET /v2/documents/{documentId}

  • Published DELETE /v2/documents/{documentId}

Archived Logs