Subscriptions are the contact options for a member. This can include email, SMS, and other contact methods.
Updates the subscriptions for a member. This can be used instead of
sending a PUT
request to update the entire member. This is useful when
you only want to update the subscriptions for a member. This will
replace all the subscriptions for the member with the new subscriptions.
Payload to subscribe a member to a given contact method.
The subscriptions were updated successfully.
The response to a bulk request that failed.
The request has not been applied because it lacks valid authentication credentials for the target resource.
The request was well-formed but was unable to be followed due to semantic errors.
[- {
- "category_id": "newsletters",
- "channel": "EMAIL",
- "state": "SUBSCRIBED"
}, - {
- "category_id": "promotions",
- "channel": "SMS",
- "state": "SUBSCRIBED"
}
]
{- "message": "The request could not be understood by the server due to malformed syntax.",
- "entities": [
- {
- "id": "12345",
- "index": 2,
- "errors": { }
}
]
}