get https://loanpro.simnang.com/api/public/api/1/odata.svc/Customers()/
This request pulls a customer's employer and reference information.
Click here to learn more about this request
Employers and References can help lenders contact their borrowers and provide additional information during the underwriting and servicing stages of the life of a loan:
- Both the
Employers
andReferences
objects are nested within theCustomers
entity. - To pull employer and reference information in a single request, use the following endpoint:
{baseUrl}/odata.svc/Customers({id})?$expand=Employer,References
For an example of how employer information is saved within the UI, take a look at our Updating Employer Information article. And for an example of how reference information is saved within the UI, take a look at our Intro to References article.
Database
For information regarding reference and employer database tables, see the following articles: