商旅机票分销退票详情
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
param_btrip_flight_order_operate_common_rq | BtripFlightOrderOperateCommonRq | 可选 | 获取退票单详情入参 | ||
|
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | HisvResult | 响应信息 | |
|
1 2 3 4 5 6 7 8 9 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlitripBtripFlightDistributionRefundDetailRequest req = new AlitripBtripFlightDistributionRefundDetailRequest(); AlitripBtripFlightDistributionRefundDetailRequest.BtripFlightOrderOperateCommonRq obj1 = new AlitripBtripFlightDistributionRefundDetailRequest.BtripFlightOrderOperateCommonRq(); obj1.setSubChannel( "jianhang001" ); obj1.setDisSubOrderId( "1234" ); obj1.setDisOrderId( "1234" ); req.setParamBtripFlightOrderOperateCommonRq(obj1); AlitripBtripFlightDistributionRefundDetailResponse rsp = client.execute(req, sessionKey); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | < alitrip_btrip_flight_distribution_refund_detail_response > < result > < module > < btrip_order_id >1234</ btrip_order_id > < btrip_sub_order_id >1234</ btrip_sub_order_id > < dis_order_id >1234</ dis_order_id > < dis_sub_order_id >1234</ dis_sub_order_id > < is_voluntary >0</ is_voluntary > < reason >自愿退款</ reason > < refund_fee >10000</ refund_fee > < refund_fee_list > < refund_fee_info > < alipay_trade_no >1234</ alipay_trade_no > < refund_fee >10000</ refund_fee > < refund_price >10000</ refund_price > < status >1</ status > </ refund_fee_info > </ refund_fee_list > < refund_price >10000</ refund_price > < status >1</ status > </ module > < result_code ></ result_code > < result_msg ></ result_msg > < success ></ success > </ result > </ alitrip_btrip_flight_distribution_refund_detail_response > |
1 2 3 4 5 6 | < error_response > < code >50</ code > < msg >Remote service error</ msg > < sub_code >isv.invalid-parameter</ sub_code > < sub_msg >非法参数</ sub_msg > </ error_response > |
错误码 | 错误描述 | 解决方案 |
---|