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

VerifyRes

{
    "status": 0,
    "msg": "success",
    "cerrorCode": "string",
    "cerrorMsg": "string",
    "sessionId": "string",
    "maxSeats": 0,
    "routing": {
        "data": "string",
        "fromSegments": [
            {
                "marketingCarrier": "CA",
                "depAirport": "PVG",
                "depTime": "201203100300",
                "arrAirport": "NRT",
                "arrTime": "201203101305",
                "seatGrade": "Y",
                "seatClass": "J",
                "flightNumber": "CA123",
                "codeShare": false,
                "aircraftCode": "string",
                "operatingCarrier": "string",
                "operatingFlightNo": "string",
                "segmentNo": 1,
                "stopCities": "string"
            }
        ],
        "retSegments": [
            {
                "marketingCarrier": "CA",
                "depAirport": "PVG",
                "depTime": "201203100300",
                "arrAirport": "NRT",
                "arrTime": "201203101305",
                "seatGrade": "Y",
                "seatClass": "J",
                "flightNumber": "CA123",
                "codeShare": false,
                "aircraftCode": "string",
                "operatingCarrier": "string",
                "operatingFlightNo": "string",
                "segmentNo": 1,
                "stopCities": "string"
            }
        ],
        "priceList": [
            {
                "passengerType": 0,
                "publishPrice": 0,
                "price": 0,
                "taxFeeAmount": 0,
                "ruleId": 0
            }
        ],
        "eligibility": "string",
        "validatingCarrier": "string",
        "productType": "string",
        "fareBasis": "string",
        "isUseOtaRule": true,
        "tariffNo": "string",
        "minAge": 0,
        "maxAge": 0,
        "nationality": "string",
        "planCategory": 0,
        "invoiceType": "string",
        "minPassengerCount": 0,
        "maxPassengerCount": 0,
        "formatBaggageDetailList": [
            {
                "segmentNo": 0,
                "flightSeq": 0,
                "passengerType": 0,
                "baggageType": 0,
                "baggagePiece": 0,
                "baggageWeight": 0
            }
        ],
        "refundInfoList": [
            {
                "passengerType": 0,
                "refundType": 0,
                "refundStatus": "string",
                "refundFee": 0,
                "refNoshow": "string",
                "refNoShowCondition": 0,
                "refNoshowFee": 0,
                "conditionList": [
                    {
                        "status": "string",
                        "endMinute": 0,
                        "amount": 0
                    }
                ]
            }
        ],
        "changesInfoList": [
            {
                "passengerType": 0,
                "changesType": 0,
                "changesStatus": "string",
                "changesFee": 0,
                "revNoshow": "string",
                "revNoShowCondition": 0,
                "revNoshowFee": 0,
                "conditionList": [
                    {
                        "status": "string",
                        "endMinute": 0,
                        "amount": 0
                    }
                ]
            }
        ],
        "currency": "string",
        "endorsement": 0,
        "extraInfo": {
            "property1": "string",
            "property2": "string"
        },
        "nationalityType": 0,
        "auxiliaryElements": [
            {
                "productCode": "CHECKINBAGGAGE20KG",
                "auxSegment": {
                    "flightNumber": "string",
                    "depAirport": "string",
                    "depTime": "string",
                    "arrAirport": "string"
                },
                "productType": 0,
                "bookSalePrice": 0,
                "ticketSalePrice": 0,
                "currency": "string",
                "maxLimit": 0,
                "minLimit": 0,
                "auxBaggageElement": {
                    "piece": "string",
                    "weight": "string",
                    "isAllWeight": true
                }
            }
        ]
    }
}
Built with