post https://loanpro.simnang.com/api/public/api/1/odata.svc/AccountRewards
This request updates a line of credit account's rewards.
Click here to learn more about this request
This request updates how a line of credit account accrues rewards. Note the following when using this request:
The rewards accrual percent is calculated using the amount of each settled swipe or payment. This accrual is calculated by multiplying the amount by 100, then by the percent accrued. (e.g. $20.00 * 100 * 1% = 20 points)
Database
For information regarding note database tables, see the following articles:
Database – Product Reward Base (product_reward_base_entity)
{
"lineOfCreditId": 1,
"rewardAccrualEnabled": true,
"rewardRedemptionEnabled": 1,
"swipeSettledBaseRate": 1,
"paymentBaseRate": 1,
"statementCreditBaseRate": 0.01,
"active": 1
}