update opt-out status for a communication context
update opt-out status for a communication context
Path Parameters
departmentUUID string required
application/json
Request Body required
customerUUID string
messageUUID string
userUUID string
apiCallSource string
communicationAttributesList object[]
event string
Possible values: [STOP_MESSAGE_RECEIVED
, STOP_SUSPECTED_MESSAGE_RECEIVED
, OPTIN_MESSAGE_RECEIVED
, OPTIN_TEXT_CONSENT_VIA_MESSAGE_RECEIVED
, GENERIC_MESSAGE_RECEIVED
, USER_REQUESTED_SEND_OPTIN_REQUEST
, USER_REQUESTED_OPT_OUT
, COMMUNICATION_VALUE_CREATION
, COMMUNICATION_STATUS_NOT_FOUND
, DOUBLE_OPTIN_ROLLOUT
, DOUBLE_OPTIN_ROLLBACK
]
updateType string
Possible values: [MESSAGE
, CUSTOMER
, DEPLOYMENT
]
processSynchronously boolean
Responses
- 200
OK
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": "string",
"errorDescription": "string",
"errorUID": "string"
}
],
"warnings": [
{
"warningCode": "string",
"warningDescription": "string"
}
]
}
POST /department/:departmentUUID/optoutstatus
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/communications/department/:departmentUUID/optoutstatus' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerUUID": "string",
"messageUUID": "string",
"userUUID": "string",
"apiCallSource": "string",
"communicationAttributesList": [
{
"communicationType": "string",
"communicationValue": "string",
"okToCommunicate": true,
"customerUUID": "string"
}
],
"event": "STOP_MESSAGE_RECEIVED",
"updateType": "MESSAGE",
"processSynchronously": true
}'
python / requests
curl -L -X POST '/communications/department/:departmentUUID/optoutstatus' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerUUID": "string",
"messageUUID": "string",
"userUUID": "string",
"apiCallSource": "string",
"communicationAttributesList": [
{
"communicationType": "string",
"communicationValue": "string",
"okToCommunicate": true,
"customerUUID": "string"
}
],
"event": "STOP_MESSAGE_RECEIVED",
"updateType": "MESSAGE",
"processSynchronously": true
}'
go / native
curl -L -X POST '/communications/department/:departmentUUID/optoutstatus' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerUUID": "string",
"messageUUID": "string",
"userUUID": "string",
"apiCallSource": "string",
"communicationAttributesList": [
{
"communicationType": "string",
"communicationValue": "string",
"okToCommunicate": true,
"customerUUID": "string"
}
],
"event": "STOP_MESSAGE_RECEIVED",
"updateType": "MESSAGE",
"processSynchronously": true
}'
nodejs / axios
curl -L -X POST '/communications/department/:departmentUUID/optoutstatus' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerUUID": "string",
"messageUUID": "string",
"userUUID": "string",
"apiCallSource": "string",
"communicationAttributesList": [
{
"communicationType": "string",
"communicationValue": "string",
"okToCommunicate": true,
"customerUUID": "string"
}
],
"event": "STOP_MESSAGE_RECEIVED",
"updateType": "MESSAGE",
"processSynchronously": true
}'
ruby / Net::HTTP
curl -L -X POST '/communications/department/:departmentUUID/optoutstatus' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerUUID": "string",
"messageUUID": "string",
"userUUID": "string",
"apiCallSource": "string",
"communicationAttributesList": [
{
"communicationType": "string",
"communicationValue": "string",
"okToCommunicate": true,
"customerUUID": "string"
}
],
"event": "STOP_MESSAGE_RECEIVED",
"updateType": "MESSAGE",
"processSynchronously": true
}'
csharp / RestSharp
curl -L -X POST '/communications/department/:departmentUUID/optoutstatus' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerUUID": "string",
"messageUUID": "string",
"userUUID": "string",
"apiCallSource": "string",
"communicationAttributesList": [
{
"communicationType": "string",
"communicationValue": "string",
"okToCommunicate": true,
"customerUUID": "string"
}
],
"event": "STOP_MESSAGE_RECEIVED",
"updateType": "MESSAGE",
"processSynchronously": true
}'
php / cURL
curl -L -X POST '/communications/department/:departmentUUID/optoutstatus' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerUUID": "string",
"messageUUID": "string",
"userUUID": "string",
"apiCallSource": "string",
"communicationAttributesList": [
{
"communicationType": "string",
"communicationValue": "string",
"okToCommunicate": true,
"customerUUID": "string"
}
],
"event": "STOP_MESSAGE_RECEIVED",
"updateType": "MESSAGE",
"processSynchronously": true
}'
java / OkHttp
curl -L -X POST '/communications/department/:departmentUUID/optoutstatus' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerUUID": "string",
"messageUUID": "string",
"userUUID": "string",
"apiCallSource": "string",
"communicationAttributesList": [
{
"communicationType": "string",
"communicationValue": "string",
"okToCommunicate": true,
"customerUUID": "string"
}
],
"event": "STOP_MESSAGE_RECEIVED",
"updateType": "MESSAGE",
"processSynchronously": true
}'
powershell / RestMethod
curl -L -X POST '/communications/department/:departmentUUID/optoutstatus' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"customerUUID": "string",
"messageUUID": "string",
"userUUID": "string",
"apiCallSource": "string",
"communicationAttributesList": [
{
"communicationType": "string",
"communicationValue": "string",
"okToCommunicate": true,
"customerUUID": "string"
}
],
"event": "STOP_MESSAGE_RECEIVED",
"updateType": "MESSAGE",
"processSynchronously": true
}'