酒店日历房可订检查
接口说明
抖音侧调用第三方进行可订检查。如果不可订需要返回价量信息进行价量更新。
基本信息
Scope | life.capacity.trip_trade_order | |||
权限要求 | 酒店日历房解决方案-日历房正向交易 | |||
回调场景 | 酒店日历房可订检查 |
请求头
- •Content-Type:
application/json
- •X-Bytedance-Logid: 请求 logid, 用于问题排查用。
- •x-life-clientkey: 服务商应用的 client_key。
- •X-life-sign: 请求签名,签名规则。
请求体
参数名称 | 参数类型 | 必须参数 | 备注 | ||
rate_plan_id | string | 必填 | 抖音售卖房型ID | ||
biz_type | int | 必填 | 2011:酒店预售券 2012:酒店预约单 2021:日历房 | ||
check_in_date | string | 必填 | 入住日期 yyyy-MM-dd | ||
check_out_date | string | 必填 | 离店日期 yyyy-MM-dd | ||
daily_rates | list | 选填 | 单日单间价格 | ||
| original_amount | int | 必填 | 原始价格(分),对于非中国大陆商家,代表税后价 支持传0和-1,表示清除价格 | |
| amount_before_tax | int | 选填 | 税前价,非中国大陆商家使用 | |
| currency | string | 选填 | 发单价格币种,CNY,USD国际标准枚举值 非国内大陆商家必填 | |
| period_start_date | string | 必填 | 时间段开始时间yyyy-MM-dd | |
| period_end_date | string | 必填 | 时间段结束时间yyyy-MM-dd | |
| period_start_time | string | 选填 | 开始时间点,新增选择钟点房时为必填,格式 yyyy-MM-dd hh:mm 钟点房第一次可订检查(提单)时无此时间,第二次可订检查(下单)时会传此时间为必填 | |
| period_end_time | string | 选填 | 结束时间点,新增选择钟点房时为必填,格式 yyyy-MM-dd hh:mm 钟点房第一次可订检查(提单)时无此时间,第二次可订检查(下单)时会传此时间为必填 | |
| usage_duration | int | 选填 | 使用时长 选择钟点房时为必填。钟点房第一次可订检查(提单)时无此时间,第二次可订检查(下单)时会传此时间为必填 校验逻辑:
| |
| promotion_info | list<object> | 选填 | 营销信息 | |
| | promotion_type_code | int | 选填 | 营销规则一级类型code (结构见公共结构2.4.1) |
| | promotion_id | int | 选填 | 抖音营销规则ID |
| | promotion_discount | int | 选填 | 营销折扣金额(分) |
| | promotion_template_id | int | 选填 | 营销模版ID |
| after_promotion_amount | int | 选填 | 促后价格 | |
total_after_promotion_amount | int | 选填 | 总房型促后价格(分) | ||
meals | list | 选填 | 餐食信息 | ||
| meal_type | Int | 选填 | 餐食类型 1:早餐 4:无餐食 | |
| meal_num | int | 选填 | 餐食数量 数量必须大于0,如果则不传 | |
number_of_units | int | 必填 | 预定间数 | ||
number_of_guests | int | 必填 | 入住人数 默认2可订时候还没具体入住人 | ||
total_amount | int | 必填 | 总房型原始价格(分),对于非中国大陆商家,代表税后价 | ||
amount_before_tax | int | 选填 | 税前价,非中国大陆商家使用 | ||
currency | string | 选填 | 发单价格币种,CNY,USD国际标准枚举值 非国内大陆商家必填 | ||
occupancies | list<struct> | 选填 | 入住人列表 | ||
| first_name | string | 选填 | 姓 | |
| last_name | string | 选填 | 名 | |
| name | string | 必填 | 姓名 | |
| phone | string | 必填 | 联系电话,加密 (手机号可能为"") | |
| license_type | int | 选填 | 1 -身份证 2-港澳通行证 3-台湾通行证 4-回乡证 5-台胞证 6-护照 | |
| license_id | string | 选填 | 证件 ID,加密 | |
cancel_rule | list<object> | 选填 | 取消规则 | ||
| cancel_type | enum | 必填 | 取消订单规则 (结构见公共结构2.2.4) | |
| cancel_time_type | enum | 选填 | 若取消订单规则为限时取消,该字段表示取消订单需要参考的时间点,例如以入住时间为参考,判断用户是否可取消。 目前只支持2, 即只支持以入住时间为参考 (结构见公共结构2.2.2) | |
| cancel_offset_time | object | 选填 | 若取消订单规则为限时取消,该字段表示取消订单需要参考的时间时间长度,例如以入住时间为参考,长度6小时,则用户最晚可在入住前6小时取消。 | |
| | day | int | 选填 | |
| | hour | int | 选填 | 范围[0-24) (超过24应进位至day)
|
| | minute | int | 选填 | |
| cut_type | enum | 选填 | 取消扣费类型(结构见公共结构2.2.3) | |
| cut_value | int | 选填 |