Create Contact Communication Detail
POST {{baseUrl}}/cas/contacts/{{contactId}}/communications
Create a set of communication details for specified Contact.
Request Body
Key | Type | Comments |
---|---|---|
communicationType | string | Supported types: EMAIL FAX PHONE MOBILE SKYPE |
label | string | |
value | string |
Request Body
{"communicationType"=>"MOBILE", "label"=>"Mobile", "value"=>"0411789456"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |