Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Point of Sale systems (POS) need to be able to create charges (postings) in 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.

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. (Optional)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.

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 


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

  • No labels