用户工具

站点工具


10.2_ho订单详情_ihoorderdetailquery

10.2 HO订单详情(IHOOrderDetailQuery)

10.2.1请求参数

参数 类型 说明 必填 备注
HOOrderIDString HO订单号 Y

10.2.2请求样例

{
	"HOOrderID": "HO21071201107"
}

10.2.3返回参数

参数 类型 说明 备注
code String 是否调用接口成功 20000表示成功,非20000表异常
detail Object 结果集 空值
description String 描述 当异常时记录异常信息

detail:

参数 类型 说明 备注
orderInfoObject 订单信息
bookInfoObject 预订信息
passengerListArray 旅客信息
financeListArray 财务信息
financeDetailListArray 每日房间价格明细信息
remarkListArray 备注信息
contactObject 联系信息

orderInfo:

参数 类型 说明 备注
orderID String 订单号
QDOrderID String 第三方订单号
status String 状态 0-已取消 1-待确认 2、3-待处理
4-已处理 5-待支付 6价格确认
productSubType String 类型 3-国内酒店 4-国际酒店
productName String 产品名称 酒店名称
productCode String 产品code
bookingNo String 预定号
supplierCode String 供应商code
supplierName String 供应商名称
saleTotal String 销售收入
isReturnAllRooms Bool 是否已全部退订
supplierOrderNo String 供应商对应订单号
distributorOrderNo String 分销商对应订单号
orderTimeliness String 报价时限,自动取消时限
payment Decimal 已支付金额
hotelCity String 酒店城市
hotelPhone String 酒店电话
hotelAddress String 酒店地址

bookInfo:

参数 类型 说明 备注
comeDate String 入住时间
leaveDate String 离店日期
dayNumber Int 晚数
dayNumberTotal Int 总晚数
hotelStar Int 星级 0~6 不清楚星级~六星级
roomType Int 房型 1-单人间 2-双人间 3-套房
roomTypeName String 房型名称
payType Int 支付方式 1-预付,2-现付
earlyArriveTime String 最早到店时间
lastArriveTime String 最晚到店时间
bedType Int 床型 默认0-无特别要求 其他值待确认?
smokeType Int 无烟要求 默认0-无特别要求 其他值待确认?
agreementPrice String 协议价
agreementPriceDepartment String 协议价签订部门
roomQty Int 房间数
cancelType Int 取消类型 0-免费取消 1-不可取消 2-限时取消
cancelTimeliness String 免费取消时间 eg:2021-07-01 12:00
ratePlanID String 房价计划编号
roomCode String 房型编号
bookType String 预订类型 0-因公 1-因私
remark String 商旅备注
breakFastType Int 早餐类型 0-未知 其他按商定
windowType Int 窗户类型 0-未知 其他按商定

passengerList:

参数 类型 说明 备注
HOPassengerID String 旅客ID
name String 旅客姓名
mobile String 旅客手机号
IDType Int 证件类型 0:护照
1:其他有效证件(注:含军人证、回乡证、台胞证、户口簿、出生证明、学生证、外国人永久居留证、民航局规定的其他有效乘机身份证件 长度不超过15位)
2:身份证/港澳台居民居住证
IDNumber String 证件号码
roomNumber Int 房间号
supplierPsgNo String 供应商旅客编号 退订时传递

financeList:

参数 类型 说明 备注
HOSalePriceIDString
projectInt 项目
numberInt 间数
saleCurString 收入币种
saleCurExchrateDecimal 收入币种汇率
salePriceDecimal 收入金额
saleServiceFeeDecimal 收入服务费
saleCommissionDecimal 收入手续费
saleTotalDecimal 收入结算金额
baseCurString 成本币种
baseCurExchrateDecimal 成本币种汇率
basePriceDecimal 成本金额
baseReturnDecimal 成本佣金率
baseServiceFeeDecimal 成本服务费
baseCommissionDecimal 成本手续费
baseTotalDecimal 成本结算金额
profitDecimal 利润
returnNumberInt 退订间数

financeDetailList:

参数 类型 说明 备注
HOPriceDetailID String 价格明细ID 退订时传递
HOSalePriceID String 价格财务ID
project Int 项目
checkInDate String 入住日期
number Int 间数
saleCur String 收入币种
saleCurExchrate Decimal 收入币种汇率
salePrice Decimal 收入金额
saleServiceFee Decimal 收入服务费
saleCommission Decimal 收入手续费
saleTotal Decimal 收入结算金额
baseCur String 成本币种
baseCurExchrate Decimal 成本币种汇率
baseReturn Decimal 成本佣金率
basePrice Decimal 成本金额
baseServiceFee Decimal 成本服务费
baseCommission Decimal 成本手续费
baseTotal Decimal 成本结算金额
profit Decimal 利润
returnNumber Int 退订数量

remarkList:

参数 类型 说明 备注
contentString 内容
createUserNameString 创建人
createDateString 创建时间

contact:

参数 类型 说明 备注
linker String 联系人
phone String 手机号

10.2.4返回样例

{
    "code": "20000",
    "detail": {
        "orderInfo": {
            "orderID": "HO21071201107",
            "status": 4,
            "QDOrderID": "",
            "productSubType": 3,
            "productName": "广州保利洲际酒店",
            "productCode": "1000566660",
            "createDate": "2021-07-12 16:04:47",
            "bookingNo": "2222",
            "supplierCode": "JLTOUR",
            "supplierName": "JLTOUR",
            "passengerName": "",
            "saleTotal": "1021.00",
            "baseTotal": 0,
            "profit": 0,
            "isReturnAllRooms": false,
            "supplierOrderNo": "HB2101010315",
            "distributorOrderNo": "QQ123456789",
            "orderTimeliness": "",
            "payment": 1021
        },
        "bookInfo": {
            "comeDate": "2021-07-20",
            "leaveDate": "2021-07-21",
            "dayNumber": 1,
            "dayNumberTotal": 1,
            "hotelStar": 0,
            "roomType": "1",
            "roomTypeName": "单人间",
            "payType": 1,
            "earlyArriveTime": "14:00",
            "lastArriveTime": "22:00",
            "bedType": 0,
            "smokeType": 0,
            "agreementPriceDepartment": "",
            "agreementPrice": "0",
            "roomQty": 1,
            "cancelType": 2,
            "cancelTimeliness": "2021-07-20 15:00",
            "ratePlanID": "1821198@2A2222#DSHAHF#S82SSH8#666ASDA#A@202222",
            "roomCode": "202222$1821198",
            "bookType": "1"
        },
        "passengerList": [
            {
                "HOPassengerID": 3288,
                "name": "王幽",
                "mobile": "18800001121",
                "roomNumber": 2,
                "IDType": 0,
                "IDNumber": "G999999901"
            }
        ],
        "financeList": [
            {
                "HOSalePriceID": 2010,
                "project": 1,
                "number": 1,
                "saleCur": "CNY",
                "saleCurExchrate": 1,
                "salePrice": 1021,
                "saleServiceFee": 0,
                "saleCommission": 0,
                "saleTotal": 1021,
                "baseCur": "CNY",
                "baseCurExchrate": 1,
                "baseReturn": 0,
                "baseServiceFee": 0,
                "baseCommission": 0,
                "basePrice": 1021,
                "baseTotal": 1021,
                "profit": 0,
                "returnNumber": 1
            }
        ],
        "financeDetailList": [
            {
                "HOPriceDetailID": 75,
                "HOSalePriceID": 2010,
                "project": 1,
                "checkInDate": "2021-07-20",
                "number": 1,
                "saleCur": "CNY",
                "saleCurExchrate": 1,
                "salePrice": 1021,
                "saleServiceFee": 0,
                "saleCommission": 0,
                "saleTotal": 1021,
                "baseCur": "CNY",
                "baseCurExchrate": 1,
                "baseReturn": 0,
                "baseServiceFee": 0,
                "baseCommission": 0,
                "basePrice": 1021,
                "baseTotal": 1021,
                "profit": 0,
                "returnNumber": 1
            }
        ],
        "remarkList": [],
        "contact": {
            "linker": "陈军凤",
            "phone": "13602221891"
        }
    }
}
10.2_ho订单详情_ihoorderdetailquery.txt · 最后更改: 2022/10/10 09:12 由 tiny