Get customer employers & references

This request retrieves 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. Note the following when using this request:

Both the Employers and References objects are nested within the Customers entity.

To retrieve 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 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:

Database – Customer Employer Entity (customer_employer_entity)

Database – Customer Reference Entity (customer_reference_entity)

Database – Customer Main Table (customer_entity)

Path Params
int32
required

The ID of the customer.

string
required
Defaults to Employer

Determine whether to pull a customer's employer or reference information.

Responses

Language
Credentials