This request updates a customer phone number's "Do Not Call" status.
Click here to learn more about this request
Certain lending and compliance circumstances require lenders to mark a customer's phone number as "Do Not Call". Note the following when using this request:
Multiple phone numbers can be associated with a single customer. Some lenders will mark a phone number as "Do Not Call" instead of deleting it in case that the number needs to referenced in the future.
Marking a phone number as "Do Not Call" does not delete the phone number. Instead, the full number is hidden from view and removed from any automated phone services.
This request requires the ID of the phone number. To pull the ID of a phone number, use the GET
customer phones request.
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": [
{
"dndEnabled": 1,
"__update": true,
"__id": 196
}
]
}
}