Update an address book contact

PATCH {{baseUrl}}/contact_center/address_books/:addressBookId/contacts/:contactId

Use this API to update an address book's contact.

Scopes: contact_center_contact:write:admin

Rate Limit Label : Light

Request Body

{"phone_numbers"=>["<string>", "<string>"], "display_name"=>"<string>", "first_name"=>"<string>", "last_name"=>"<string>", "emails"=>["<email>", "<email>"], "location"=>"<string>", "account_number"=>"<string>", "company"=>"<string>", "role"=>"<string>", "variables"=>[{"variable_id"=>"<string>", "variable_value"=>"<string>"}, {"variable_id"=>"<string>", "variable_value"=>"<string>"}]}

HEADERS

| Key | Datatype | Required | Description | | Content-Type | string | | |

RESPONSES

status: ``