Adjust Points
Allows points adjustment by adding or deducting points from the member’s loyalty account.
Note:
1) Daily cap for adjustment is configurable as per the role requirements.
2) Point adjustments are recorded as a transaction, where a pre-defined reason code must be selected.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Details needed to adjust points
Number of points to adjust. Can be positive or negative.
Profile ID of the member. In an ecosystem, it acts as a primary ID to keep the various systems (apps, websites, etc.) in sync.
Points type. <br /> They are categorized as: <br /> 1) Base points: Earned in any purchase transaction, based on the core rule. <br /> 2) Bonus points: Earned as a bonus for example on a large purchase. <br /> 3) Promotional Points: Earned as part of promotional events. <br /> 4) Restricted Points: Points to be used only on specified stores.
1
Billing entity for the adjustment transaction
1
Reason code for the point adjustment
1
true: Points in Pending status. <br /> false: Points in Active status. <br />Note:The time period for Pending state is configurable.
Response
Details of adjusted points
Message corresponding to the call
Error details, if any.
Adjustment details.
Status code of call
Was this page helpful?