Make a request »

OptOutService.OptOutAllSubscribers

Moves subscribers to optoutall list (Queued) See code examples


URL Parameters

Http verb: POST
URI: Full url: http://se.api.anpdm.com/optouts/v3/global/subscribers/queued
URL parameters:
Not used

Body parameters

Body parameters
optOutAllSubscriberItems
List
<OptOutAllSubscriber>
Opt out all subscribers items
OptOutAllSubscriber
OptOutall a subscriber item

SubscriberId Int64 The subscriberId which will be moved to optoutall
Reason String The reason why the subscriber was moved to optoutall
MailinglistId Int32 Which mailinglist generated the optoutall
SendQueueId Int32 Which sending generated the optoutall (Optional)
Body Example

Response

Body parameters
returns
A response object which includes the queued result, status code and a message.

Code Int32 The response Code.
Message String The response Message.
Result
The response Result.

OperationGuid Guid ID of this operation
PollURL String The URL to poll for the status of this operation
Body Example


Help

Code examples