Jump to Content
loyale
HomeGuidesAPI ReferenceChangelog
Log Inloyale
Changelog
Log In
HomeGuidesAPI ReferenceChangelog
Back to All
deprecated

Deprecation of Coupons and Gift Cards POS API Endpoints

8 months ago by Gianluca Conti

📘

2025-01-06

Change release date

With this change a set of endpoints will be deprecated at the end of the year, and have been replaced by new endpoints.

The new endpoints in place and you can start replacing them now.

Endpoints to be replaced:

  • https://api.loyale.io/api/Pos/CouponsLinked] [docs]=> https://api.loyale.io/api/Pos/CouponsLinked/List [docs]
  • https://api.loyale.io/api/Pos/CouponsLinked/{linkedCouponId} [docs] => https://api.loyale.io/api/Pos/CouponsLinked/ByIdentifier [docs]
  • https://api.loyale.io/api/Pos/Customer/ByBarcode/{customerBarCode} [docs] => https://api.loyale.io/api/Pos/CouponsLinked/ByIdentifier [docs]
  • https://api.loyale.io/api/Pos/GiftCardsLinked] [docs]=> https://api.loyale.io/api/Pos/GiftCardsLinked/List [docs]
  • https://api.loyale.io/api/Pos/GiftCardsLinked/{giftCardLinkedId} [docs] => https://api.loyale.io/api/Pos/GiftCardsLinked/ByIdentifier [docs]
  • https://api.loyale.io/api/Pos/GiftCardsLinked/ByBarcode/{giftCardLinkedBarCode} [docs] => https://api.loyale.io/api/Pos/GiftCardsLinked/ByIdentifier [docs]

The documentation for all of these endpoints can be found in this section.