put https://loanpro.simnang.com/api/public/api/1/odata.svc/Loans()
This request removes an existing interest rate change on a loan.
Click here to learn more about this request
LoanPro's Interest Rate Change tool allows users to change a loan's interest rate at any point in the loan's life:
- This request will remove an interest rate adjustment.
- To remove an interest rate change, you will need its ID. To find an interest rate change ID, send a GET request.
- Removing an interest rate change will affect the loan's APR.
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": [
{
"__id": 23,
"__destroy": true
}
]
}
}