This request adds a phone number to a customer's contact information.
General
Customer phone numbers provide lenders a way to contact borrowers. Here's what you need to know about this request:
- The
Phones
object holds customer phone information, and it's nested within theCustomers
entity. - Multiple phone numbers can be associated with a single customer.
- Phone number carrier information can be verified via LoanPro's integration with SBT integration. This setting is configured within Connections—LoanPro's hub for services and integrations.
For an example of how customer phones work within the UI, take a look at our Customer Phones 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",
"delete": false,
"type": "customer.phoneType.cell",
"carrierVerified": 1,
"__lookupInProgress": true,
"carrierName": null,
"isLandLine": 0
}
]
}
}
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.