Resco SMS

The new Resco SMS interface is able to connect to the new XML API of Resco, replacing the Legacy API which was FIAS based protocol.

Configuration

To setup the SPMS connection an endpoint URL, terminal-code, username and password is needed.
Credentials are provided by your SPMS Administrator.

image

Resco XML Groups

When using PMS Groups together with the Resco XML backend it is important to set the proper PMS Group Name parameters as well as creating the proper PMS Groups.

Let’s look at an example.
With the settings seen below we will check for the additional fields [AccountType],[CabinGrade] & [IsLoyalty]

image

Therefore our PMS Groups will have to look something like this:

image

All that is left to do is to map the desired Ticket Templates to the Group.

The Group name has to match the specific return values sent by the PMS for the specified parameters.

The following placeholders (similar to RegEx) can be used for Group Names:

  • ? = Matches a single character
  • * = Match Zero or more characters
  • [ ] = Match single character with character specified within brackets
  • ! = Negation of characters within bracket
  • \ = Escape special characters

In case multiple groups match on a request, the ticket templates for all matched groups will be displayed.
Likewise if there are no matches, the “System Default Group” will be used.