eCash: get available transaction functions

Beschreibung:

TYRIOS eCash supports a wide range of different transaction types. The frontend needs to check which function is available.

Info

The functionality can be activated and deactivated on company level.

To get the available functions, you need to make a GET request to following URL:

https://tyrios-instance.cloud/service/BonusPointManagement/BonusPointTransaction/functions

If you are correctly logged in and you have an activate valid company assigned, you will get following response:

{
  isSalesSupportEnabled: true,
  isSpecialPointsEnabled: true, 
  isCouponDataActivationEnabled: true, 
  isCouponDataCreationEnabled: false,
  isRangeCouponDataActivationEnabled: false,
  isMassCouponDataRedemptionEnabled: true
}

The values obviously depend on the configuration settings. 

 

Vorgehen:

Tips und Tricks:

Abonnieren Sie unseren Newsletter

Bleiben Sie stets informiert. Wir informieren Sie gerne über Produktneuheiten und Angebote.