Edit Customer Phone Number

This request edits a phone number associated with a customer.

   Click here to learn more about this request

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 the Customers entity.
  • Multiple phone numbers can be associated with a single customer.
  • The payload of this request requires the __update and __id fields. Without them, a new phone number may be created instead of editing one.

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

Database

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

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