Page tree
Skip to end of metadata
Go to start of metadata

Description

Updates the profile data of an existing multichannel contact,

setting correctly mobile 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

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