put https://loanpro.simnang.com/api/public/api/1/odata.svc/Customers()/SetCreditScore()
This request updates a customer's credit score information.
General
The Customers
entity holds credit score information. Here's what you need to know about updating credit score information:
- This request updates a customer's credit score information manually.
- This request does not use credit reporting agency services to pull credit scores. Instead, it simply updates the information stored manually within your LoanPro account.
Database
For information regarding credit score database tables, see the following articles:
- Database – Customer Main Table (customer_entity)
- Database – Credit Report History (credit_report_history)
- Database – Credit Report Queue (credit_report_queue)
{
"equifaxScore": "701",
"transunionScore": "700",
"experianScore": "700"
}
Try It Instructions
Our pages often provide sample payload information so that you can try requests yourself. This request is ready for you—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.