OneWorldTrip
English中文
English中文
  1. 分销订单管理API
  • 接入说明
  • 机票分销 内容聚合直连API
    • 查询接口(Search)
      POST
    • 验价接口(Verify)
      POST
    • 预定接口(Order)
      POST
    • 取消接口(Cancel)
      POST
    • 支付校验接口(PayValidate)
      POST
    • 订单状态推送接口(Order Status Push)
      POST
    • 获取订单详情接口(Get OrderInfo)
      POST
    • 预定接口(Order)即将废弃
      POST
  • 分销订单管理API
    • 订单管理流程
    • 密码加密方式
    • 票号回填接口(Ticket Issuance)
      POST
    • 出票单详情接口(openIssueOrderInfo)
      POST
    • 获取待出票订单接口(openIssueOrderList)
      POST
    • 获取售后订单接口(afterSale/orderList)
      POST
    • 催出票接口
      POST
  • 航变API
    • 航变流程
    • 航变通知接口(flightChangeNotify)
      POST
  • 缓存刷新API
    • 消息通知接口(RefreshNotify)
      POST
    • 缓存刷新接口(CacheRefresh)
      POST
  • 辅营订单管理API
    • 辅营订单流程
    • 辅营产品查询接口(AuxSearch)
      POST
    • 供应机型图报价接口(SeatMap)
      POST
    • 查询辅营订单列表接口(QueryAncillaryOrderList)
      POST
    • 更新辅营状态接口(UpdateAncillaryStatus)
      POST
    • 查询辅营订单详情接口(QueryAncillaryOrderDetail)
      POST
  1. 分销订单管理API

获取售后订单接口(afterSale/orderList)

POST
接口地址分销端提供,用于乐游供应方 拉取分销方售后订单列表。

Request

Body Params application/json

Example
{
    "afterSaleOrderTypes": [
        2
    ],
    "dateTimeFrom": "2023-12-11 10:20:00",
    "dateTimeTo": "2023-12-12 10:20:00",
    "userName": "test",
    "Password": "/test=="
}

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://58.250.183.7:31011' \
--header 'Content-Type: application/json' \
--data-raw '{
    "afterSaleOrderTypes": [
        2
    ],
    "dateTimeFrom": "2023-12-11 10:20:00",
    "dateTimeTo": "2023-12-12 10:20:00",
    "userName": "test",
    "Password": "/test=="
}'

Responses

🟢200成功
application/json
Body

Example
{
    "aftersaleOrderList": [
        {
            "afterSaleOrderCreateTime": "202312111144",
            "afterSaleOrderNum": "917021354025208202",
            "afterSaleOrderStatus": 3,
            "afterSaleOrderType": 2,
            "afterSaleOrderUpdateTime": "202312112225",
            "afterSaleReason": 1,
            "ancillaryItemList": {
                "payBaggage": []
            },
            "isPartialRefund": false,
            "orderDetails": {
                "passengerList": [
                    {
                        "birthday": "20030305",
                        "docType": 3,
                        "fare": 532,
                        "gender": "F",
                        "name": "LINH/THI SIU",
                        "nationality": "VN",
                        "otherFees": 0,
                        "passengerType": 0,
                        "refundFee": 0,
                        "refundPenalty": 0,
                        "tax": 10,
                        "totalFare": 542,
                        "usedFare": 0,
                        "usedTax": 0
                    },
                    {
                        "birthday": "19760217",
                        "docType": 3,
                        "fare": 532,
                        "gender": "M",
                        "name": "LEE/KYOUNGHWAN",
                        "nationality": "KR",
                        "otherFees": 0,
                        "passengerType": 0,
                        "refundFee": 0,
                        "refundPenalty": 0,
                        "tax": 10,
                        "totalFare": 542,
                        "usedFare": 0,
                        "usedTax": 0
                    }
                ],
                "segmentList": [
                    {
                        "airlineRecord": "5MY7KE",
                        "arrAirport": "HAN",
                        "arrCity": "HAN",
                        "arrTime": "202401012150",
                        "cabinClass": "Y",
                        "depAirport": "SGN",
                        "depCity": "SGN",
                        "depTime": "202401011940",
                        "flightNumber": 156,
                        "flightSeq": 1,
                        "marketingCarrier": "VJ",
                        "pnr": "5MY7KE",
                        "rbd": "X",
                        "travelDirection": 1
                    }
                ]
            },
            "originalOrderCreateDate": "202312092323",
            "originalOrderNum": "917021354025208201",
            "supplierOrderNum": "PPP20231209232322741D789AAB8F521",
            "validatingCarrier": "VJ"
        }
    ],
    "msg": "success",
    "status": "0"
}
Modified at 2025-09-23 00:40:00
Previous
获取待出票订单接口(openIssueOrderList)
Next
催出票接口
Built with