post
https://loanpro.simnang.com/api/public/api/1/LineOfCredits(id)/rewards/manualAdjustment
This request updates the rewards point total on a line of credit account.
Click here to learn more about this request
Agents can update the total number of reward points on a line of credit account, directly impacting the balance available for statement credits. Note the following about this request:
- This request does not affect how rewards accrue on an account. To update how points accrue, send an Update account reward accrual request.
To learn more about rewards programs, review our Card rewards help article.
Database
For information regarding rewards database tables, see the following article:
Database – Product Reward Base (product_reward_base_entity)
{
"direction": "rewards.adjustment.direction.increase",
"amount": "5000",
"applyDate": "2026-08-31",
"description": "Points Adjustment 2"
}
{
"direction": "rewards.adjustment.direction.decrease",
"amount": "5000",
"applyDate": "2026-08-31",
"description": "Points Adjustment 3"
}

