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. 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

Firstly, the integration should use
  1. Use the get all services operation to retrieve all the services that the property has configured in UlysesPMS.
Following, the integration should use
  1. 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.
After that, the integration should use
  1. Use the add posting operation to add a posting with a ticket and the currency used.
That would complete the process


Info

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