contacts
Update a contact's phone number
Replaces a specific phone number on a contact. The number in the URL path is the existing number to replace; the new number is provided in the JSON request body. Phone numbers must be in E.164 format.
Permission: Contacts Write required.
Monitoring: No impact.
put/contacts/{contactId}/numbers/{number}
Path parameters
contactIdinteger required
Example:123456
The identifier of the contact
numberinteger required
Example:33612345678
Request body
Example request
{
"number": 33184800000,
"type": "PHONE"
}Response
Phone number successfully updated.