Update Contact Communication Details
PUT {{baseUrl}}/cas/contacts/{{contactId}}/communications/{{communicationId}}
Allows you to update communication details for a contact.
Request Body
Key | Type | Comments |
---|---|---|
communicationType | string | Supported types: EMAIL FAX PHONE MOBILE SKYPE |
label | string | |
value | string |
Request Body
{"communicationType"=>"MOBILE", "id"=>717911, "label"=>"Mobile", "value"=>"0411789456"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |