You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

 


New endpoint for issuing bonus points through the API

(RTL-6682, RTL-6683, RTL-6684)

Three new methods for handling the issue of bonus points are now available:

Detailed information can be found in our Swagger documentation here


Improvements 

HeaderDescription
Typo in API calls should not result in 500 (RTL-6878Typos (syntax errors) in requests for all calls to BonusService Api return 400 bad request with appropriate validation messages.



 

Import bonus checks balance

(RTL-4176)

A new import contract has been added, which allows for importing a new bonus check balance for a given member identity.
The job that imports the new balance redeems or issues new bonus checks based on the members previous bonus checks balance.

The contract can be found here: Swagger


 

Improvements 

HeaderDescription

Improved error handling in Bonus check API (RTL-6621)

Improved handling of errors that occur when user is not using the Authorize/Commit/cancel of bonus checks in the correct way. Instead of getting 500 internal server error the correct 400 error message is returned. 

Update last used date on bonus checks (RTL-6609)

In some scenarios the "last used date" was not updated when a bonus check was used, this has been corrected and the bonus check UI now show the proper "last used dates". 

 

Bonus rules

(RTL-6252RTL-6254RTL-6255, RTL-6539)

A new menu item called "Bonus rules" has been added.
It can be found under the sub menu"Setup" in the Loyalty module. This is where bonus rules can be created or edited.
A section called "Bonus check types" has also been added within the bonus rules view.
In this section it is possible to edit the rules of the bonus check types. 

Household support

(RTL-5492)

A new system parameter has been added which allows for configuring household support. 
If the new parameter is set to true all members within a household share bonus check's balance. 


 

Issue single bonus check through bonus check UI

(RTL-6044)

We have added the possibility to issue a single bonus check to a member through the Bonus checks UI. 
If the user has the correct user role a new button is shown in the lower right corner of the UI. 


System parameter UI

(RTL-6206)

The system parameter UI for Bonus service has been added.

We have also added a new system parameter which decides if Bonus Service should validate member data
against our internal member master or not:

Improvements 

HeaderDescription

Bonus checks UI do not show any bonus checks (RTL-6318)

Fixed an issue where bonus checks did not appear in the Bonus checks UI.





 


New endpoint for issuing a single bonus check through the API

(RTL-4177)

We have added three new methods for handling the issue of a single bonus check:

Detailed information can be found in our Swagger documentation here


Support for different bonus check types

(RTL-5493)

BonusService now supports bonus check types with prefixes that are used when creating new bonus checks:

  • External = EXT
  • Manual = MAN
  • Rollout = ROL
  • Return = RET

The three first letters of the bonus check code will contain the prefix of the given bonus check type.
Example of a bonus check with the type "Return": RET8W76THV659

Improvements 

Header

Description

Bonus check details UI improvements (RTL-5855)
  • All amounts are presented with two decimals
  • Norwegian translations for transaction statuses has been improved
  • The correct issued amount is shown for transaction type issue in the transactions grid. 
  • No labels