eCash: Get available transaction functions
Questions:
- How to get the available functions of Tyrios eCash
Description:
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.