Versions Compared

Key

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

Available from CRM.COM R14.1.0

Excerpt

This method is used so that Contacts can reject Consent

...

Name

Type

Description

token

String

The token retrieved from the login method

contact_information_identifier

(mandatory)

Contact Information Identifier  

The identifier of the contact information that should be updated. The allowed contact information identifier fields are the following:

Include Page
V4:contact_information_identifier
V4:contact_information_identifier

fields_set
(optional)

List of Strings, comma separated 

A list of fields that should be included in the results. If not specified then all the available fields will be returned

...

Include Page
V4:contact_informationconsent_completeshort
V4:contact_informationconsent_completeshort

Expand
titleExample 1

HTTP Method: POST

 

Request:

Input:

Code Block
themeConfluence
languagejavascript
linenumberstrue
 {
	"token":"{{token}}",
	"contact_information_identifier": { "id" : "D4C0404F4BB04B9BB4E697126DE752D3"}
}

Response:

Code Block
themeConfluence
languagejavascript
linenumberstrue
 

 

...

{
    "data": {
        "contact_consent_updated_date": "2018-03-08T16:16:28",
        "id": "D4C0404F4BB04B9BB4E697126DE752D3",
        "contact_consent_state": "PENDING"
    },
    "status": {
        "code": "OK",
        "description": "",
        "message": ""
    }
}