Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Point of Sale systems (POS) need to be able to create charges (postings) in UlysesPMS folios. With UlysesPMS, postings are placed the property's rooms. Ultimately on a guest or company’s folio.

Hence, a POS system needs to post charges on specific folios. Please note that we can find diverse type of folios, ranging from room folios to passer-by folios to room folios.

How to integrate your POS

There are 2 ways of integrating a POS with Ulyses Cloud, either by sending charges directly to a folio or by sending them to an specific room

Method 1: Send charges to folios

  1. Use the get all services operation to retrieve all the services that the property has configured in UlysesPMS.
  2. Use the get all folios operation to retrieve all folios where the POS can post charges. Once all folios are retrieved, the user (or the machine) will select over which client want to post a charge.
  3. Use the add posting operation to add a posting with a ticket and the currency used.

Common operations with POS

Add posting

If we want to add a new post into an specific folio we will follow the process described above. The method we should use is the following.

Method 2: Send charges to an specific room 

  1. First, we will need to know which rooms are occupied and have a reservation allocated. This can be done easily by using this endpoint.
  2. Following, we will send the the charge to an specific room by using the following endpoint 


Info

If you have any doubt about the supported currencies, there's a get all currencies operation available.