PUT v3/customers/{id}/agreed-statements

Replace all contact preferences on a customers record

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

Collection of NewCustomerDataProtectionStatement
NameDescriptionTypeAdditional information
Id

string

None.

Request Formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json

Sample:
[
  {
    "id": "sample string 1"
  },
  {
    "id": "sample string 1"
  }
]

text/xml

Sample:
<NewCustomerDataProtectionStatements>
  <NewCustomerDataProtectionStatement>
    <Id>sample string 1</Id>
  </NewCustomerDataProtectionStatement>
  <NewCustomerDataProtectionStatement>
    <Id>sample string 1</Id>
  </NewCustomerDataProtectionStatement>
</NewCustomerDataProtectionStatements>

Response Information

Resource Description

Collection of DataProtectionStatement
NameDescriptionTypeAdditional information
Id

string

None.

Text

string

None.

Agreed

boolean

None.

Response Formats

application/json, text/xml

Sample:

Sample not available.