For the complete documentation index, see llms.txt. This page is also available as Markdown.

POS Integration

Configuration data that bridges the resort's point-of-sale products with flaik's task model. Use this group when your integration needs to translate between a POS product (a Siriusware, RTP, or InTouch product code, for example) and the Flaik task that a sale of that product corresponds to.

Mappings are configured per resort and per season and change rarely — fetch once at the start of an integration session and cache the result.

Pages in this group

  • Resort Product Mappings — POS product → flaik task mappings for a season (GET /api/posintegration/resort-mappings/{seasonId}). Returns three buckets: private-lesson products, group-lesson products, and additional-guest products.

Typical use

  • Sales attribution — translate incoming POS sale records into the flaik task they map to, so downstream reporting can group sales by lesson type, ratio target, etc.

  • Configuration audit — pull all mappings to surface unmapped products (mappedTaskId: null) for the resort to review.

Last updated

Was this helpful?