Add customer phone number

This request adds a phone number to a customer's profile.

   Click here to learn more about this request

Customer phone numbers provide lenders a way to contact borrowers. Note the following when using this request:

The Phones object holds customer phone information, and it's nested within the Customers entity.

Customers and phone numbers have a one-to-many relationship. Multiple phone numbers can be associated with a customer, but a specific phone number can be associated with only one customer.

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

Database

For information regarding customer and phone database tables, see the following articles:

Database – Customer Phone Entity (customer_phone_entity)

Database – Customer Main Table (customer_entity)

{
    "Phones": {
        "results": [
            {
                "phone": "8982881909",
                "isPrimary": "0",
                "isSecondary": "1",
                "type": "customer.phoneType.cell",
                "carrierVerified": 1,
                "__lookupInProgress": true,
                "carrierName": null,
                "isLandLine": false
            }
        ]
    }
}
Language
Credentials
Click Try It! to start a request and see the response here!