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 9 Next »

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

  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.



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

  • No labels