Add Customer Phone Number

This request allows you to add a phone number to a customer's contact information.

General

Customer phone numbers are an important piece of lending as they provide lenders a way to contact borrowers. Here's what you need to know about this request:

  • Phones is a nested object within the Customers entity.
  • Multiple phone numbers can be associated with a single customer.
  • Phone number carrier information can be verified via an SBT integration within Connections—LoanPro's hub for integrations.

For an example of how customer phones work within the UI, take a look at our Customer Phones article.

Database

For information on Phones and Customer database tables, see the following articles:

{
  "Phones": {
    "results": [
      {
        "phone": "8982881909",
        "isPrimary": "0",
        "isSecondary": "1",
        "delete": false,
        "_index": 1,
        "type": "customer.phoneType.cell",
        "__isDirty": true,
        "carrierVerified": 1,
        "__lookupInProgress": true,
        "carrierName": null,
        "isLandLine": 0
      }
    ]
  }
}

📘

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 Phones object by clicking the "+" icon 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.

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