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

Version 2.6.0

Release date: TBC (2026) Upgrading from 2.5.11: see HOW TO: Upgrade the flaik Resort API to 2.6.0 — this release changes the installer and install path, so the upgrade is a short capture-and-reconfigure rather than an in-place update.

New installer

  • 2.6.0 ships a rebuilt MSI installer. New default install path: C:\Program Files\Flaik\Flaik POS Integration API\.

  • The install wizard now asks for your POS software type and a site identifier, and writes them into the configuration for you.

  • No .NET runtime prerequisite — the service is fully self-contained.

  • From 2.6.0 onward, your configuration files survive upgrades and uninstalls: future updates are in-place with no re-entry of connection strings or keys.

  • SQL migration scripts are installed to the SQL subfolder of the install directory, organised per POS provider.

Performance

  • Improved response times for the Employee Upsert endpoint. Resort configuration data is now cached locally, significantly reducing the number of calls made to the POS database on each request. Configuration refreshes automatically every 24 hours.

Diagnostics

  • Error reports now include the resort installation identifier and POS provider, making it faster for flaik to trace issues to a specific site.

  • The health check (/health) now reports the installed POS application version inside the provider configuration section.

RTP One — Sale modifiers

  • Sale responses from RTP One now include prompt answers (e.g. ability level, discipline) inside the saleModifiers array. Each prompt entry identifies the question (PromptName attribute) and the answer (itemCode). Applies to date-range, product, and order sale endpoints.

RTP One — Private sale changes endpoint

  • New endpoint GET /api/ResortSale/privateSaleChanges?sinceDate=yyyy-MM-dd returns the list of Order IDs and Transaction IDs for private lesson sales that have changed since a specified date. Enables efficient incremental syncing without polling the full sale history.

Fixes

  • Corrected instructor-schedule batch polling so lookups for a specific batch return that batch rather than the top-priority unprocessed one.

Database

  • flaik database version updated to 2.6.0.0 (run the bundled SQL scripts as part of the upgrade).

Last updated

Was this helpful?