Number | # |
Text | xxx |
Date | yyyy/mm/dd |
tripla bot code | code |
Item | Usage | Parameter |
Booking Widget | Open | /booking/result?code={code} |
View/cancel | /search?code={code} | |
Include unavailable rooms | /booking/result?code={code}&is_including_occupied=true | |
Show only available rooms | /booking/result?code={code}&is_including_occupied=false | |
Day-use plan (Not supported by Neppan/Rakutsuu) | /booking/result?code={code}&is_day_use=true | |
Room type | Show room types | /booking/result?code={code}&type=rooms |
Specify multiple room types (comma-separated) Only the first room's availability is shown in the calendar. | /booking/result?code={code}&room_type_codes=xxx,xxx,xxx | |
Plan | Show all plans | /booking/result?code={code}&type=plan |
Specify multiple plans | /booking/result?code={code}&hotel_plan_codes=xxx,xxx,xxx | |
Show secret mode plan | /booking/result?code={code}&hotel_plan_code=xxx&mode=secret | |
Dynamic Package | Show only dynamic package plans | /booking/result?code={code}&dynamic_package=wbf |
Membership | Password reset | /forgot-password?code={code} |
Member login | /sign-in?code={code} | |
Member registration | /sign-up?code={code} | |
Launch while logged in (API only) | Launch with member logged in ※ Specify one_time_access_token, which is the one-time access token returned by the API. (The one-time access token becomes invalid after a single use or after 5 minutes.) | /booking/result?code={code}&one_time_access_token=xxx |
Corporate (Organization) | Corporate login | /organization-sign-in?code={code} |
Corporate login (with organization_id) Valid only when using a URL referrer ※For more details about organization_id, please refer to [this guide]. | /organization-sign-in?code={code}&organization_id=id | |
Filter | Apply multiple filters | /booking/result?code={code}&filter=xxx,xxx |
Promotion | Apply coupon code | /booking/result?code={code}&coupon_code=xxx |
Sort Order | Recommended order | /booking/result?code={code}&order=recommended |
Price: Low to High | /booking/result?code={code}&order=price_low_to_high | |
Price: High to Low | /booking/result?code={code}&order=price_high_to_low | |
Date | Specify check-in/check-out dates | /booking/result?code={code}&checkin=yyyy/mm/dd&checkout=yyyy/mm/dd |
Undated search (only valid when not using child tiers, e.g., with TL-Lincoln) | /booking/result?code={code}&search_type=undated *If 2 nights:/booking/result?code={code}&search_type=undated&nights=2 | |
Guest Count | Adults only | /booking/result?code={code}&adults=# |
Adults + Children (with Kids tier) | /booking/result?code={code}&adults=2&kids_tiers=[{"code":"A","children":#},{"code":"B","children":#},{"code":"B2","children":#},{"code":"C","children":#},{"code":"D","children":#}] | |
Bed-sharing children only (no categories) | /booking/result?code={code}&rooms=[{"adults":#, "children": #},{"adults":#, "children": #}] | |
Voucher | Voucher | /booking/result?code={code}=voucher |
Language | Set display language | /booking/result?code={code}&locale=en en: English ja: Japanese ko: Korean zh_Hans: Simplified Chinese zh_Hant: Traditional Chinese |
Item | Usage | Parameter |
Brand Booking Widget | Show facility list page | facilities?code={code} |