Skip Navigation

Rooming List Portal

The Rooming List API allows a user to create or change the portal password.

A Rooming List Portal is available for the group contact to upload and manage the group reservations. Portal passwords are set as part of the group configuration. This password along with the link to the portal will be provided to the group contact to enable their access.

Note: The Rooming List is an additional contracted service, please contact your account manager for more information.

The password can be retrieved from the Query Groups API.


Method Endpoint
GET https://[environment]/v1/api/admin/hotel/{id}/group/{code}/roomingListPortal


Parameter List

Parameter Description Type
id Unique number identifies a specific hotel in SynXis Integer
code Group rate code String
password Password assigned to access Rooming List Portal.
Password Rules
- Between 7 and 30 characters in length
- Can contain A-Z, a-z, 0-9, and non-alphabetic like !, $, #, %
- Cannot start with !, or ?
- Cannot contain any <, &, space, tab, or other invisible characters
- Passwords are case sensitive
- Must contain at least three out of the following four character types: a capital letter, a lower letter, a number and a non-alphanumeric character.
String


Create/Update the Rooming List password

Request

/v1/api/admin/hotel/13098/group/SmithWedding/roomingListPortal
{
  "password": "Pa$$word321"
}