put https://loanpro.simnang.com/api/public/api/1/odata.svc/Loans()
This request reverses a charge on a loan.
Click here to learn more about this request
A lender may decide to reverse a charge if it was made incorrectly or if it's forgiven:
- Once a charge is reversed, it can no longer be edited. Its information can be viewed, but no changes can be made.
- When a charge is reversed, it is removed from loan calculations.
For an example of how charges work within the UI, take a look at our Charges Overview article on our help site.
Database
For information regarding charges database tables, see the following articles:
- Database – Charges Table (charge_entity)
- Database – Default Charges (defaults_charges)
- Database – Recurring Charge Entity (recurring_charge_entity)
{
"Charges": {
"results": [
{
"editComment": "This charge was reserved via the API.",
"active": 0,
"isReversal": 1,
"__update": true,
"__id": 8902
}
]
}
}