post https://loanpro.simnang.com/api/public/api/1/odata.svc/LineOfCreditInterestRateAdjustments
This request logs a credit limit adjustments on a line of credit account.
Click here to learn more about this request
Interest rate adjustments change the interest rate on a line of credit account:
- The Bucket selected in the
bucketId
parameter must be the primary Bucket on the account. - The date parameter acts as an apply date—the new interest rate will kick in on this date.
- Credit limit adjustments cannot be applied before the account's open date and cannot be applied in previous billing cycles.
Database
For information regarding Line of Credit database tables, see the following articles:
- Database – Line of Credit Interest Rate Adjustment (line_of_credit_interest_rate_adjustment_entity
- Database – Line of Credit Account (line_of_credit_entity)
{
"lineOfCreditId": 938289,
"bucketId": 1,
"date": "2023-10-30",
"title": "Interest Rate Increase",
"newRate": 24.99
}