1. models
KingTravel Shopping API
  • ShoppingAPI
  • models
    • AuxBaggageElement
    • AuxSegment
    • AuxiliaryV2
    • ChangesInfo
    • Condition
    • FormatBaggageDetail
    • Price
    • RefundInfo
    • ResponseRouting
    • Segment
    • VerifyRes
    • Routing
    • VerifyReq
    • AirlineAncillaries
    • Flight
    • FlightRef
    • PackageInfo
    • SearchRes
    • ShoppingResult
    • Stop
    • Tu
    • SearchReq
    • BaggagePrice
    • FlightSegmentRefs
    • OrderInfo
    • PassengerBaggages
    • Passengers
    • PayBaggages
    • QueryRes
    • TicketInfos
    • QueryReq
    • PayRes
    • PayReq
    • CancelRes
    • CancelReq
    • BookingRes
    • Contact
    • BookingReq
    • FFPNo
    • Passenger
    • NotifyContent
    • NotifyReq
    • OrderExpiredNotifyContent
    • TicketSuccessNotifyContent
    • NotifyRes
  1. models

QueryRes

{
    "status": 0,
    "msg": "string",
    "orderInfo": {
        "platFormOrderId": "string",
        "recordNo": "string",
        "status": 0,
        "launchTotalAmount": "string",
        "tripType": 0
    },
    "ticketInfos": [
        {
            "ticketNo": "string",
            "ticketSource": "string",
            "passengerName": "string",
            "flightNumber": "string",
            "pnr": "string",
            "refundStatus": 0,
            "issuePayAccount": "string",
            "issuePayPassword": "string"
        }
    ],
    "flightSegmentRefs": [
        {
            "flightNumber": "string",
            "depAirport": "string",
            "arrAirport": "string",
            "arrTime": "string",
            "depTime": "string",
            "seatClass": "string",
            "seatGrade": "string"
        }
    ],
    "passengers": [
        {
            "passengerName": "string",
            "cardNum": "string",
            "cardType": "string"
        }
    ],
    "passengerBaggages": [
        {
            "passengerName": "XU/JIPENG",
            "payBaggages": [
                {
                    "productCode": "CHECKINBAGGAGE20KG",
                    "flightNumber": "CA123",
                    "depAirport": "PVG",
                    "arrAirport": "NRT",
                    "depTime": "201203100300",
                    "seatClass": "J",
                    "baggagePrices": [
                        {
                            "pkgNumber": 0,
                            "weight": 0,
                            "bookSalePrice": 0,
                            "ticketSalePrice": 0,
                            "airportSalePrice": 0,
                            "refundFee": 0
                        }
                    ]
                }
            ]
        }
    ]
}
Built with