Add one or more subscribers to the user's master-unsubscribe list


XML Request Example: 



<?xml version="1.0" encoding="UTF-8"?>
<xmlrequest>
  <username>JohnDoe</username>
  <usertoken>abc123abc123abc123abc123</usertoken>
  <requesttype>Subscribers</requesttype>
  <requestmethod>AddMasterUnsubscribes</requestmethod>
  <details>
    <email>{*email_address*}</email> <!-- required: at least one -->
    <email>{*email_address*}</email>
  </details>
  <version>4.0</version>
</xmlrequest>

<xmlrequest> element


Field NameDescription
usernameUsername used to login to Pinpointe
usertokenUnique token assigned to Pinpointe account
requesttypeSubscribers
requestmethodAddMasterUnsubscribes


Please note: ALL OPTIONAL tags that are not used should be deleted from submitted call. For example, if only one subscriber is to be added to the master-unsubscribe list, the second <email></email> tag pair should be deleted.


<details> element 


Field NameDescription
email
(at least one required)
Contact(s) to be added to the master-unsubscribe list


Successful Response:


<response> element


Field NameDescription
statusWill return SUCCESS if contact(s) was / were successfully added to master-unsubscribe list
dataQuantity of contacts added to master-unsubscribe list
Email of contact added to list


Unsuccessful Response:


<response> element


Field NameDescription
statusWill return FAILED if unsuccessful
errormessageText explaining why request failed