This request allows you to update an interest rate change on a loan.
General
LoanPro's Interest Rate Change tool allows users to change a loan's interest rate at any point in the loan's life. Here's what you need to know about this request:
- This request will update an existing interest rate change.
- To update an interest rate change, you will need its ID. To find an interest rate change ID, send a GET request.
- A scheduled interest rate change will override a schedule roll. For example, if an interest rate change has occurred on a loan and a schedule line later applies, the calculator will use the interest rate specified by the Interest Rate Change tool.
- Using this tool will affect the loan's APR, and the tool does not have a rate limit. Make sure to comply with your local lending laws when logging rate adjustments.
For an example of how the Interest Rate Change tool works in the UI, take a look at our Interest Rate Changes article.
Database
For information regarding interest rate change database tables, see the following articles:
{
"InterestRateChanges": {
"results": [
{
"type": "loan.interest.rate.change.type.fixed",
"rate": "6",
"description": "Promo Rate Expiration",
"applyDate": "2024-01-01",
"__id": 5,
"__update": true
}
]
}
}
Try It Instructions
Our requests often provide sample payload information so that you can receive a 200 response from simply hitting the Try It button. This request is ready for you—expand the object by clicking the "+" symbol and hit Try It to send the request.
If you would like to try this request with your own tenant account, make sure to change the headers to match your own authentication information.