Add/Edit Customer Employer

This request adds and edits a customer's employer information.

General

Employer information helps lenders contact their borrowers and provides vital background information during the underwriting process. Here's what you need to know about this request:

  • The Employer object is nested within the Customers entity. Thus, this request is sent through the Customers endpoint as a PUT.
  • Each customer can only have current employer information saved. In other words, only one employer's information is available.
  • A valid customer ID to required when updating employer information. You can find a customer's ID by using a GET Customer Information request.

For an example of how employer information is saved within the UI, take a look at our Updating Employer Information article.

Database

For information regarding employer database tables, see the following articles:

{
    "Employer": {
        "phone": "5555555555",
        "payDate": "2015-11-30",
        "Address": {
            "address1": "123 Oak Lane",
            "city": "San Diego",
            "state": "geo.state.CA",
            "zipcode": "145245498",
            "country": "company.country.usa"
        },
        "hireDate": "2015-11-11",
        "incomeFrequency": "customerEmployer.incomeFrequency.annually",
        "payDateFrequency": "customerEmployer.payDateFrequency.weekly",
        "income": "150000.00",
        "companyName": "Merrill Lynch",
        "title": "Shift Manager"
    }
}

📘

Try It Instructions

Our pages often provide sample payload information so that you can try requests yourself. This request is ready for you—expand the object by clicking the "+" symbol and hit the Try It button 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.

Language
Authorization
Click Try It! to start a request and see the response here!