FR24 OpenAPI
    FR24 OpenAPI
    • FR24_API_V2.0
      • Guides
        • API Work Flow
        • Introduction
        • Appendix
        • Version History
        • Error Code
      • API Reference
        • shopping
        • pricing
        • presaleAncillaryShopping
        • seatMap
        • booking
        • ticketing
        • orderChangeInforming
        • orderDetail
        • postsaleAncillaryShopping
        • ancillaryBooking
        • ancillaryPurchase
        • ancillaryOrderDetail
        • changeReshop
        • reissueRequest
        • refundRequest
        • refundConfirming
        • voidRequest
        • fileUpload
        • selectBalance
      • About us
        • API capability
        • Business Cooperation
        • Portal
    • Schemas
      • 缺失的数据
        • Flight information
        • Contact information for order changes
        • Response
        • Searching for segment information
        • Ancillary can be added to segments
      • AuxOrderRqDetail(New)
      • User authentication
      • Price information
      • Itinerary information
      • The information required to be provided by passenger to create the booking
      • Passenger information
      • Booking response
      • Ancillary information
      • Refund passenger information
      • Refund response
      • The content of ancillary pre-sales
      • Ancillary booking response
      • Original flight segment information
      • Ticket request
      • Ticket response
      • ApiAuxSearchRs
      • OrderChangeInforming request
      • OrderChangeInforming response

    ApiSearchOffer(Price information)

    {
        "offerId": "string",
        "legId": "string",
        "currency": "string",
        "platingCarrier": "string",
        "pricePerPax": [
            {
                "paxType": "ADT",
                "baseFare": 0,
                "totalTax": 0,
                "taxBreakdown": [
                    {
                        "taxType": "FS",
                        "taxAmount": 0
                    }
                ],
                "serviceFee": 0
            }
        ],
        "cabin": [
            "F"
        ],
        "RBD": [
            "string"
        ],
        "fareBasis": [
            "string"
        ],
        "availability": [
            "string"
        ],
        "extraInfo": {
            "freeBaggageAllowance": [
                {
                    "segmentId": "string",
                    "cabinBagPc": "e-1-e",
                    "cabinBagSize": "e-e-e",
                    "cabinBagWeight": "30-e-e",
                    "checkedBagPc": "e-1-e",
                    "checkedBagSize": "e-e-e",
                    "checkedBagWeight": "30-e-e"
                }
            ]
        },
        "eligibilityFlag": true,
        "eligibilityDetail": {
            "paxType": "NOR",
            "minPaxNum": 0,
            "minAge": 0,
            "maxPaxNum": 0,
            "maxAge": 0,
            "nationalityType": 0,
            "nationality": [
                "string"
            ]
        },
        "rules": {
            "refund": [
                {
                    "paxType": "ADT",
                    "couponStatus": " 0",
                    "refundPolicy": "notAllowed",
                    "applicableTime": [
                        0
                    ],
                    "refundFee": 0,
                    "fullRefundAP": 0
                }
            ],
            "change": [
                {
                    "paxType": "ADT",
                    "couponStatus": 0,
                    "changePolicy": "notAllowed",
                    "applicableTime": [
                        0
                    ],
                    "changeFee": 0
                }
            ]
        },
        "productType": "string",
        "productTag": {
            "ticketPromise": 0,
            "refuseDeadline": 0,
            "ticketingTime": 0,
            "reschedulePendingTime": 0,
            "voluntaryServiceStandard": 0,
            "voluntaryRefundTime": 0,
            "involuntaryServiceStandard": 0,
            "involuntaryRefundTime": 0,
            "RBDChangedRisk": true,
            "refundCondition": 0,
            "reissueCondition": 0,
            "voidingCondition": true,
            "fareBrand": [
                "string"
            ],
            "posArea": [
                "string"
            ]
        },
        "productSource": "GDS"
    }
    Built with