API – Rules Applied Settings for Loans
General
To change a rules applied settings for a loan, send a PUT request to the loan on which the setting should be modified.
Below is the body request:
{
"RuleAppliedLoanSettings": {
"results": [
{
"__id": 1,
"enabled": true
}
]
}
}
- __id – The ID of the rule applied settings (found in tenant settings)
- enabled – Whether or not the rule application is enabled for the loan