Last active
October 6, 2019 06:47
-
-
Save zuzannamj/9effac395745b168e9eabe8bee1e766d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<soap-ENV:Body> | |
<ExecuteRequestMsg xmlns="http://exacttarget.com/wsdl/partnerAPI"> | |
<Requests> | |
<Name>LogUnsubEvent</Name> | |
<Parameters> | |
<Name>SubscriberID</Name> | |
<Value>123456</Value> | |
</Parameters> | |
<Parameters> | |
<Name>SubscriberKey</Name> | |
<Value>Key for username@example.com</Value> | |
</Parameters> | |
<Parameters> | |
<Name>EmailAddress</Name> | |
<Value>help@example.com</Value> | |
</Parameters> | |
<Parameters> | |
<Name>JobID</Name> | |
<Value>18099</Value> | |
</Parameters> | |
<Parameters> | |
<Name>ListID</Name> | |
<Value>17914</Value> | |
</Parameters> | |
<Parameters> | |
<Name>BatchID</Name> | |
<Value>0</Value> | |
</Parameters> | |
</Requests> | |
</ExecuteRequestMsg> | |
</SOAP-ENV:Body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment