This request allows you to update the information found in loan settings.
General
The LoanSettings
object is nested within the Loans
entity, and it holds information such as card fees, credit reporting configurations, loan dates, and more. Here's what you need to know about this request:
- The values in
LoanSettings
do not affect how a loan is calculated, so they can be updated while the loan is active.
For an example of how Loan Settings are updated within the UI, take a look at our Loan Settings article.
Database
For information on loan settings database tables, see the following articles:
{
"LoanSettings": {
"displayId": "2893",
"loanId": 2893,
"cardFeeAmount": 0,
"cardFeeType": "loan.cardfee.types.1",
"cardFeePercent": 0,
"agent": 0,
"loanStatusId": 2,
"loanSubStatusId": 9,
"sourceCompany": null,
"paymentTypeDefault": 0,
"eBilling": 0,
"ECOACode": "loan.ecoacodes.1",
"coBuyerECOACode": "loan.ecoacodes.0",
"creditStatus": "loan.creditstatus.0",
"creditBureau": "loan.creditbureau.00",
"reportingType": "loan.reportingtype.I",
"secured": 1,
"autopayEnabled": 1,
"repoDate": "",
"closedDate": "",
"liquidationDate": "",
"followUpDate": "",
"isStoplightManuallySet": 0,
"merchantProcessorGroupId": 0,
"repo": false,
"closed": false,
"liquidation": false,
"paymentTypeDefaultText": "Company Default",
"__id": 1562,
"__update": true
},
"CustomFieldValues": {},
"Portfolios": {
"results": [
{
"__metadata": {
"uri": "/api/1/odata.svc/Portfolios(id=39)",
"type": "Entity.Portfolio"
}
}
]
},
"SubPortfolios": {
"results": [
{
"__metadata": {
"uri": "/api/1/odata.svc/Portfolios(id=40)",
"type": "Entity.SubPortfolio"
}
}
]
}
}
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 "+" button, and hit Try It to send the request.
However, 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.