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

    OrderChangeInforming request(OrderChangeInforming request)

    {
        "authentication": {
            "sign": "string",
            "timestamp": "string"
        },
        "traceId": "string",
        "type": "string",
        "orderNo": "string",
        "partnerOrderNo": "string",
        "orderStatus": 0,
        "tktgAcctInfos": [
            {
                "paxIds": [
                    "string"
                ],
                "segmentIds": [
                    "string"
                ],
                "tktgAccount": "string",
                "tktgPassword": "string",
                "billingEmail": "string"
            }
        ],
        "info": {
            "ticketInfo": [
                {
                    "paxId": "string",
                    "airlinePnr": [
                        "string"
                    ],
                    "gdsPnr": [
                        "string"
                    ],
                    "ticketNo": [
                        "string"
                    ],
                    "segmentIds": "string"
                }
            ],
            "ticketInfo_V2": [
                {
                    "airlinePnr": "string",
                    "gdsPnr": "string",
                    "tktInfo": [
                        {
                            "ticketNo": "string",
                            "paxId": [
                                "string"
                            ],
                            "segmentId": [
                                "string"
                            ]
                        }
                    ]
                }
            ],
            "originInfo": [
                {
                    "segmentId": [
                        "string"
                    ],
                    "segments": [
                        "string"
                    ]
                }
            ],
            "newInfo": [
                {
                    "segmentIds": "string",
                    "segmentStatus": "cancel",
                    "segments": [
                        "string"
                    ]
                }
            ],
            "segments": [
                {
                    "segmentId": "string",
                    "duration": 0,
                    "carrier": "string",
                    "flightNo": "string",
                    "codeShare": "string",
                    "operatingCarrier": "string",
                    "operatingFlightNo": "string",
                    "aircraftCode": "string",
                    "depAirport": "string",
                    "depTerminal": "T1",
                    "depTime": "2019-08-24T14:15:22Z",
                    "arrAirport": "string",
                    "arrTerminal": "T2",
                    "arrTime": "2019-08-24T14:15:22Z",
                    "stopAirport": [
                        "string"
                    ],
                    "stopDuration": [
                        0
                    ]
                }
            ],
            "passengers": [
                {
                    "paxId": "string",
                    "name": "string",
                    "birthday": "string"
                }
            ],
            "feeInfo": {
                "currency": "string",
                "totalAmount": 0,
                "refundAmount": 0,
                "refundFee": [
                    {
                        "paxType": "ADT",
                        "totalFare": 0,
                        "deductFee": [
                            {
                                "fareType": "noshow",
                                "fareAmount": 0
                            }
                        ],
                        "totalTax": 0,
                        "taxBreakdown": [
                            {
                                "taxType": "string",
                                "taxAmount": 0
                            }
                        ],
                        "serviceFee": 0
                    }
                ],
                "expiryTime": "string",
                "changeFee": [
                    {
                        "paxType": "ADT",
                        "totalFare": 0,
                        "changeFare": [
                            {
                                "fareType": "baseFareDiff",
                                "fareAmount": 0
                            }
                        ],
                        "totalTax": 0,
                        "taxBreakdown": [
                            {
                                "taxType": "string",
                                "taxAmount": 0
                            }
                        ],
                        "serviceFee": 0
                    }
                ],
                "voidFee": [
                    {
                        "paxType": "ADT",
                        "totalFare": 0,
                        "refundAmount": 0,
                        "serviceFee": 0
                    }
                ]
            },
            "ancillary": [
                {
                    "baggage": [
                        {
                            "paxId": 0,
                            "segmentIds": [
                                "string"
                            ],
                            "auxId": "string",
                            "baseFare": 0,
                            "serviceFee": 0,
                            "size": "string",
                            "weight": 0,
                            "piece": 0,
                            "quantity": 0
                        }
                    ],
                    "seatInfos": [
                        {
                            "paxId": 0,
                            "segmentId": "string",
                            "rowNo": "18",
                            "colNo": "A",
                            "selectedSeatNo": "18A",
                            "seatprice": 0,
                            "serviceFee": 0
                        }
                    ]
                }
            ]
        }
    }
    Built with