Guest User

Untitled

a guest
Sep 24th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. abbreviated request
  2. <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
  3. <env:Header><fueloauth xmlns="http://exacttarget.com">{{fuelOath token}}
  4. </fueloauth></env:Header>
  5. <env:Body>
  6. <ns2:CreateRequest xmlns:ns2="http://exacttarget.com/wsdl/partnerAPI"
  7. xmlns:ns3="urn:fault.partner.exacttarget.com">
  8. <ns2:Options>
  9. <ns2:SaveOptions>
  10. <ns2:SaveOption>
  11. <ns2:PropertyName>*</ns2:PropertyName>
  12. <ns2:SaveAction>UpdateAdd</ns2:SaveAction>
  13. </ns2:SaveOption>
  14. </ns2:SaveOptions>
  15. </ns2:Options>
  16. <ns2:Objects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  17. xsi:type="ns2:Subscriber">
  18. <ns2:EmailAddress>{{subscriber email}}</ns2:EmailAddress>
  19. <ns2:SubscriberKey>{{subscriber key}}</ns2:SubscriberKey>
  20. <ns2:Lists><ns2:ID>7026</ns2:ID>
  21. <ns2:Status>Active</ns2:Status>
  22. </ns2:Lists>
  23. <ns2:Lists>
  24. <ns2:ID>7027</ns2:ID>
  25. <ns2:Status>Unsubscribed</ns2:Status>
  26. </ns2:Lists>
  27. </ns2:Objects>
  28. </ns2:CreateRequest>
  29. </env:Body></env:Envelope>
  30.  
  31. abbreviated response
  32. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
  33. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  34. xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  35. xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
  36. xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-
Add Comment
Please, Sign In to add comment