Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Updates the profile data of an existing multichannel contact,

setting correctly an aliasmobile alias.

Available from

v1

Request path

POST [REST URL]/contact/updateMultichannelContact

Query Parameters

Parameter

Type

Description

identifierType

ContactIdentifierType

The type of identifier to be used for the contact update.

Example bodies

Code Block
{
    "emailAddress": "test20200529@dropmail.ecircle.com",
    "attributes": 
    [
    {"name": "FirstName", "value": "John"},
    {"name": "LastName", "value": "Smith"},              
    {"name": "mobileNumber", "value": "335056067010"},  
    {"name": "user.ISOCountryCode", "value": "FR"}                         
    ]
}