Atlas API-Sabre
  1. Offer
Atlas API-Sabre
  • Shopping and Ticketing
    • Search
    • Verify
    • Order
    • Order Commit
    • Payment
    • Retrieve Booking
    • Smart Search(Only For TMC)
    • Get Offer
    • Seat Availability
    • Get Luggage
  • Post Ticketing Service
    • Search Ancillary
    • Order Ancillary
  • Notifications and Webhook
    • Register Webhook
    • Incident List
  • Refund
    • Refund Quotation
    • Make a Refund
    • Query Refund Status
  • Other Functions
    • Regenerate Order
    • Stop Ticket Issuance
    • Order List
    • PNR Claim
    • Get Balance
    • City Pairs API
    • Email List
    • Extract PNR
    • getAtripToken
  • Schemas
    • enums
      • Payment-Method
      • Transaction-Fee-Mode
      • Cabin-Class
      • Ancillary-Category
      • Card-Type
      • Passenger-Type
      • Refund-Status
      • Change-Status
      • Identity-Document-Type
      • If-Seat-Occupied
      • Order-Status
      • Refund-Rule-Type
      • Refund-Method
    • Response Status
      • Search-Response-Status
      • Verify-Response-Status
      • Order-Response-Status
      • Payment-Response-Status
      • Retrieve-Booking-Response-Status
      • Common-Error-Status
      • Post-Booking-Ancillary-Search-Response-Status
      • Order-Ancillary-Response-Status
      • Seat-Availability-Response-Status
      • Order-Commit-Response-Status
    • Seat Map
      • Seat-Map-Flight
      • Segment-Cabin
      • Cabin
      • Cabin-Layout
      • Row
      • Seat
      • Layout-Column
      • Layout-Rows
    • v1
      • Segment
      • AncillaryProductElement
      • Cabin-Class-Constants
      • Ancillary-Category-Enums
    • Offer
      • UniqueSellingSegment
      • Offer
      • Pax-Fare
      • Offer-Token
      • Price
      • Fare-Rule
      • Pax-Type-Enums
      • Fare-Rule-Level-Enums
      • Service
      • Service-Type-Enums
      • Service-Level-Enums
      • Segment
      • Leg
      • Cabin-Class-Enums
      • Term
      • Service-Fee
      • Service-Fee-Mode-Enums
      • Booking-Requirement-Schema
      • Payment-Method-Enums
      • Api-Response
      • Baggage-Allowance
      • Baggage-Type-Enums
      • Journey
      • Constraint
      • Pax-Constraint
    • Refund
      • RefundSegment
      • RefundPaxSegments
      • ApiRefundQuotationRequest
      • ServiceFee
      • RefundVoucher
      • RefundPostTicketingServiceAmount
      • RefundFareAmount
      • RefundTicket
      • RefundRule
      • ApiRefundQuotationResponse
      • ApiRefundApplyRequest
      • ApiRefundApplyResponse
      • RefundOrder
    • Routing
    • Price-Item
    • T-And-C-Link
    • Routing-Segment
    • AncillaryProduct
    • CardCharge
    • AirlineRuleRes
    • ResponseMessage
    • BookingRequirement
    • BookingRequirementConstraint
    • RequestSource
    • PaymentOption
    • PaymentOptionDetail
    • OrderPax
    • RetriveOrderRoutingSegment
    • Contact
    • OrderPaxTicket
    • TicketErrorCodes
    • RefundRule
    • OrderMatch-AirlineBookings
    • OrderMatch-Pax
    • OrderMatch-Routing
    • OrderResponse-Post-booking
    • SearchRequest
    • OrderResponse
    • PNRClaimFlight
    • Notification
    • OrderPayment
    • Resident Info
  1. Offer

Offer

表示一个完整的机票报价

{
    "offerID": "string",
    "offerToken": "string",
    "paxFares": [
        {
            "paxType": "ADT",
            "price": {
                "baseAmount": 100,
                "taxes": 0,
                "currency": "USD"
            }
        }
    ],
    "penalties": [
        {
            "journeyRefIDs": [
                "string"
            ],
            "amount": 0,
            "currency": "USD",
            "rule": {
                "type": "Refund",
                "paxTypes": [
                    "ADT"
                ],
                "levelType": "Full",
                "effectiveMinutes": 0,
                "expirationMinutes": 0,
                "fixedAmount": 0,
                "airlineFee": 0,
                "currency": "USD",
                "percent": 0.2,
                "percentBase": "fare+tax"
            }
        }
    ],
    "services": [
        {
            "serviceID": "string",
            "segmentRefIDs": [
                "string"
            ],
            "type": "Baggage",
            "level": "Free",
            "paxTypes": [
                "ADT"
            ],
            "metadata": {
                "type": "StandardCheckInBaggage",
                "maximumWeight": 20,
                "maximumPiece": 1,
                "maximumDimension": "L+W+H<=158cm"
            }
        }
    ],
    "outboundJourney": {
        "journeyID": "string",
        "segments": [
            {
                "segmentID": "string",
                "carrier": "string",
                "flightNumber": "string",
                "operatingCarrier": "string",
                "operatingFlightNumber": "string",
                "duration": 0,
                "legs": [
                    {
                        "departureAirport": "string",
                        "departureTime": "202503011100",
                        "departureTerminal": "string",
                        "arrivalAirport": "string",
                        "arrivalTime": "string",
                        "arrivalTerminal": "string",
                        "aircraftType": "string"
                    }
                ],
                "fareFamily": "string",
                "RBD": "string",
                "cabinClass": "Economy",
                "seatsLeft": 0
            }
        ]
    },
    "inboundJourney": {
        "journeyID": "string",
        "segments": [
            {
                "segmentID": "string",
                "carrier": "string",
                "flightNumber": "string",
                "operatingCarrier": "string",
                "operatingFlightNumber": "string",
                "duration": 0,
                "legs": [
                    {
                        "departureAirport": "string",
                        "departureTime": "202503011100",
                        "departureTerminal": "string",
                        "arrivalAirport": "string",
                        "arrivalTime": "string",
                        "arrivalTerminal": "string",
                        "aircraftType": "string"
                    }
                ],
                "fareFamily": "string",
                "RBD": "string",
                "cabinClass": "Economy",
                "seatsLeft": 0
            }
        ]
    },
    "terms": [
        {
            "carrier": "string",
            "URL": "string"
        }
    ]
}
Built with