Make a request »

SubscriberService.UpdateSubscribers

Updates 1 to 100 subscribers based on APSIS Pro's SubscriberId. Also allows for update of e-mail address. To delete contents of a field, include the field’s parameter in the request and leave value empty. To keep existing data in a field, don’t include the field’s parameter in the request. (Queued) See code examples


URL Parameters

Http verb: POST
URI: Full url: http://se.api.anpdm.com/v1/subscribers/queue
URL parameters:
Not used

Body parameters

Body parameters
SubscribersToUpdate
List
<UpdateQueuedSubscriber>
List of Subscribers to update
UpdateQueuedSubscriber
Contains information necessary for creating a queued subscriber

Id Int64 The subscriber's id
Password String The subscriber's password (optional)
Email String The subscriber's email address (required)
Name String The name of the subscriber (optional)
Format String The subscriber's desired format (optional)
CountryCode String The subscriber's country code (optional)
PhoneNumber String The subscriber's phone number (optional)
DemDataFields List
<DemDataField>
The subscriber's list of (optional) demographic data fields
Body Example

Response

Body parameters
returns
A response object which includes the subscriber id, 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