PUT v3/customer/agreed-statements
Replace all contact preferences on the current customers record
Request Information
URI Parameters
None.
Body Parameters
Collection of NewCustomerDataProtectionStatementName | Description | Type | Additional 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:
The response/request for text/xml format is no longer supported for this endpoint.
Response Information
Resource Description
Collection of DataProtectionStatementName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Text | string |
None. |
|
Agreed | boolean |
None. |
Response Formats
application/json, text/xml
Sample:
Sample not available.