更新入住详情Copy Pagepatch https://api.myhostex.com/v3/reservations/{stay_code}/check_in_details更新入住的入住详情,包括锁码、抵达/离开时间和押金信息。Path Paramsstay_codestringrequired住宿代码。Body Paramslock_codestring | null住宿的锁码仅存储在百居易中并显示在入住指南中。该字段独立于任何智能锁渠道集成,不会推送给外部智能锁提供商。设置为 null 以删除锁定代码。lock_code_visible_afterstring | null锁定代码变为可见的时间,格式为 HH:mm(24 小时)。示例:“14:00”。设置为 null 以消除限制。arrival_atobject | null预计到达时间。设置为 null 以删除到达时间。arrival_at object | nulldeparture_atobject | null预计出发时间。设置为 null 以删除出发时间。departure_at object | nulldepositinteger≥ 0以主办方货币表示的存款金额。例如,如果货币为 USD,则 100 表示 100 美元。id_requiredstringenum住客是否必须在办理入住前登记/上传本次住宿的身份证明文件 (ID)。 not_required = 无需 ID; required = 客人必须上传ID,无需人工审核; required_with_review = 客人必须上传ID,房东需要手动审核并批准后才能解锁入住。not_requiredrequiredrequired_with_reviewAllowed:not_requiredrequiredrequired_with_reviewResponse 200请求已成功提交。Updated 19 days ago