万豪海外信用住订单手工结账入口
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
tid | Number | 可选 | 629574754242059620 | 订单号 | |
out_order_id | Number | 可选 | 82931459 | 外部订单号 | |
check_in | Date | 可选 | 2017-12-04 00:00:00 | 入住日期 | |
check_out | Date | 可选 | 2017-12-04 00:00:00 | 离店日期 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
result | Result | 接口返回model | |
|
1 2 3 4 5 6 7 8 | TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret); AlitripHotelMipppBillingInfoSettleRequest req = new AlitripHotelMipppBillingInfoSettleRequest(); req.setTid(629574754242059620L); req.setOutOrderId(82931459L); req.setCheckIn(StringUtils.parseDateTime( "2017-12-04 00:00:00" )); req.setCheckOut(StringUtils.parseDateTime( "2017-12-04 00:00:00" )); AlitripHotelMipppBillingInfoSettleResponse rsp = client.execute(req, sessionKey); System.out.println(rsp.getBody()); |
1 2 3 4 5 6 7 8 9 10 | < alitrip_hotel_mippp_billing_info_settle_response > < result > < out_msg ></ out_msg > < success >false</ success > < out_code ></ out_code > < module ></ module > < error_code >"isv.invalid-parameter"</ error_code > < error_msg >"参数错误"</ error_msg > </ result > </ alitrip_hotel_mippp_billing_info_settle_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 > |
错误码 | 错误描述 | 解决方案 |
---|