Atlas API-Sabre
    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

    OrderResponse

    {
        "status": 301,
        "msg": "string",
        "sessionId": "string",
        "offerId": "string",
        "orderNo": "string",
        "pnrCode": "string",
        "totalPrice": 0,
        "totalTransactionFee": 0,
        "currency": "string",
        "vendorTotalPrice": 0,
        "vendorCurrency": "string",
        "tktLimitTime": "string",
        "paxTicketInfos": [
            {
                "name": "string",
                "passengerType": 0,
                "birthday": "string",
                "gender": "string",
                "cardNum": "string",
                "cardType": "string",
                "cardIssuePlace": "string",
                "cardExpired": "string",
                "nationality": "string",
                "ticketNos": [
                    "string"
                ],
                "airlinePNRs": [
                    "string"
                ],
                "ancillaries": [
                    {
                        "productCode": "string",
                        "segmentIndex": 0,
                        "currency": "string",
                        "ancillaryPrice": 0,
                        "auxBaggageElement": {
                            "isAllWeight": true,
                            "piece": 0,
                            "size": "string",
                            "weight": 0
                        },
                        "auxSeatElement": {
                            "row": "27",
                            "column": "A"
                        },
                        "vendorCurrency": "string",
                        "vendorPrice": 0,
                        "displayCurrency": "string",
                        "displayPrice": 0
                    }
                ],
                "contactEmails": [
                    "test@test.com"
                ],
                "contactPhones": [
                    "0001-87291810"
                ]
            }
        ],
        "routing": {
            "routingIdentifier": "string",
            "supportCreditTransPayment": "0",
            "supportPaymentMethods": [
                1
            ],
            "currency": "string",
            "adultPrice": 0,
            "adultTax": 0,
            "adultDetails": [
                {
                    "code": "string",
                    "type": "base",
                    "amount": 0,
                    "description": "string"
                }
            ],
            "childPrice": 0,
            "childTax": 0,
            "childDetails": [
                {
                    "code": "string",
                    "type": "base",
                    "amount": 0,
                    "description": "string"
                }
            ],
            "infantPrice": 0,
            "infantTax": 0,
            "infantDetails": [
                {
                    "code": "string",
                    "type": "base",
                    "amount": 0,
                    "description": "string"
                }
            ],
            "infantAllowed": true,
            "childMandatorySeatingFee": 0,
            "transactionFeePerPax": 0,
            "transactionFee": 0,
            "transactionFeeMode": "PER_SEGMENT",
            "fromSegments": [
                {
                    "aircraftCode": "string",
                    "arrAirport": "string",
                    "arrTerminal": "string",
                    "arrTime": "string",
                    "cabin": "string",
                    "cabinClass": 1,
                    "carrier": "string",
                    "codeShare": true,
                    "depAirport": "string",
                    "depTerminal": "string",
                    "depTime": "string",
                    "duration": 0,
                    "fareFamily": "string",
                    "flightNumber": "string",
                    "operatingCarrier": "string",
                    "operatingFlightnumber": "string",
                    "seatCount": 0,
                    "segmentIndex": 0,
                    "stopCities": "string"
                }
            ],
            "retSegments": [
                {
                    "aircraftCode": "string",
                    "arrAirport": "string",
                    "arrTerminal": "string",
                    "arrTime": "string",
                    "cabin": "string",
                    "cabinClass": 1,
                    "carrier": "string",
                    "codeShare": true,
                    "depAirport": "string",
                    "depTerminal": "string",
                    "depTime": "string",
                    "duration": 0,
                    "fareFamily": "string",
                    "flightNumber": "string",
                    "operatingCarrier": "string",
                    "operatingFlightnumber": "string",
                    "seatCount": 0,
                    "segmentIndex": 0,
                    "stopCities": "string"
                }
            ],
            "rule": {
                "hasBaggage": 0,
                "baggageElements": [
                    {
                        "segmentNo": 0,
                        "baggageType": "StandardCheckInBaggage",
                        "passengerType": 0,
                        "baggagePiece": 0,
                        "baggageWeight": 0,
                        "baggageSize": "string",
                        "isAllWeight": true
                    }
                ],
                "refundRules": [
                    {
                        "refundType": 0,
                        "refundStatus": "T",
                        "refundFee": 0,
                        "currency": "string",
                        "refNoshow": "T",
                        "refNoShowCondition": 0,
                        "refNoshowFee": 0,
                        "refundMethod": "CashBackToOriginalPayment",
                        "ruleDetailList": [
                            {
                                "status": "T",
                                "startMinute": "string",
                                "endMinute": "string",
                                "amount": "string",
                                "currency": "string",
                                "refundMethod": "CashBackToOriginalPayment"
                            }
                        ]
                    }
                ],
                "changesRules": [
                    {
                        "changesType": 0,
                        "changesStatus": "T",
                        "changesFee": 0,
                        "currency": "string",
                        "revNoshow": "T",
                        "revNoShowCondition": 0,
                        "revNoshowFee": 0,
                        "ruleDetailList": [
                            {
                                "status": "T",
                                "startMinute": "string",
                                "endMinute": "string",
                                "amount": "string",
                                "currency": "string"
                            }
                        ]
                    }
                ],
                "serviceElements": [
                    {
                        "hasFreeSeat": 0,
                        "hasFreeMeal": 0
                    }
                ]
            },
            "ancillaryProductElements": [
                {
                    "ancillaryCode": "string",
                    "auxBaggageElement": {
                        "isAllWeight": true,
                        "piece": 0,
                        "size": "string",
                        "weight": 0
                    },
                    "canPurchasePostTicket": 0,
                    "canPurchaseWithTicket": 0,
                    "categoryCode": "StandardCheckInBaggage",
                    "clientTechnicalServiceFee": 0,
                    "currency": "string",
                    "maxQty": 0,
                    "minQty": 0,
                    "price": 0,
                    "productCode": "string",
                    "segmentIndex": 0,
                    "vendorCurrency": "string",
                    "vendorPrice": 0,
                    "displayPrice": 0,
                    "displayCurrency": "string"
                }
            ],
            "vendorFare": {
                "vendorAdultPrice": 0,
                "vendorAdultTax": 0,
                "vendorChildPrice": 0,
                "vendorChildTax": 0,
                "vendorInfantPrice": 0,
                "vendorInfantTax": 0,
                "vendorCurrency": "string"
            },
            "links": {
                "carrier": "string",
                "kind": "string",
                "link": "string",
                "description": "string"
            },
            "separateBookings": true,
            "refreshTime": "string",
            "expireTime": "string",
            "displayFare": {
                "currency": "string",
                "adultPrice": 0,
                "adultTax": 0,
                "childPrice": 0,
                "childTax": 0,
                "infantPrice": 0,
                "infantTax": 0
            },
            "ancillarySupported": [
                "string"
            ],
            "cardChargeList": [
                {
                    "cardType": "Amex",
                    "percentage": 0,
                    "charge": 0,
                    "currency": "string"
                }
            ]
        },
        "duplicateOrders": [
            "string"
        ],
        "paymentOptions": [
            {
                "paymentMethod": 0,
                "serviceFee": {
                    "paymentMethod": 1,
                    "ticketFare": {
                        "amount": 0,
                        "currency": "string",
                        "deductFrom": "DEPOSIT",
                        "displayAmount": 0,
                        "displayCurrency": "string"
                    },
                    "serviceFee": {
                        "amount": 0,
                        "currency": "string",
                        "deductFrom": "DEPOSIT",
                        "displayAmount": 0,
                        "displayCurrency": "string"
                    },
                    "paymentFee": {
                        "amount": 0,
                        "currency": "string",
                        "deductFrom": "DEPOSIT",
                        "displayAmount": 0,
                        "displayCurrency": "string"
                    },
                    "cardType": "string"
                },
                "ticketFare": {
                    "paymentMethod": 1,
                    "ticketFare": {
                        "amount": 0,
                        "currency": "string",
                        "deductFrom": "DEPOSIT",
                        "displayAmount": 0,
                        "displayCurrency": "string"
                    },
                    "serviceFee": {
                        "amount": 0,
                        "currency": "string",
                        "deductFrom": "DEPOSIT",
                        "displayAmount": 0,
                        "displayCurrency": "string"
                    },
                    "paymentFee": {
                        "amount": 0,
                        "currency": "string",
                        "deductFrom": "DEPOSIT",
                        "displayAmount": 0,
                        "displayCurrency": "string"
                    },
                    "cardType": "string"
                },
                "paymentFee": {
                    "paymentMethod": 1,
                    "ticketFare": {
                        "amount": 0,
                        "currency": "string",
                        "deductFrom": "DEPOSIT",
                        "displayAmount": 0,
                        "displayCurrency": "string"
                    },
                    "serviceFee": {
                        "amount": 0,
                        "currency": "string",
                        "deductFrom": "DEPOSIT",
                        "displayAmount": 0,
                        "displayCurrency": "string"
                    },
                    "paymentFee": {
                        "amount": 0,
                        "currency": "string",
                        "deductFrom": "DEPOSIT",
                        "displayAmount": 0,
                        "displayCurrency": "string"
                    },
                    "cardType": "string"
                },
                "cardType": "string"
            }
        ]
    }
    Built with