Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The method returns a string in XML format containing the names and IDs of the personal data fields.

Sample GetFields_st request

Code Block
titleGetFields_st request
firstline1
linenumberstrue
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:ws="http://services.mailupnet.it/WS">
   <soap:Header/>
   <soap:Body>
      <ws:GetFields_st>
         <!--Optional:-->
         <!--Use accessKey value that is returned by LoginFromId method-->
         <ws:accessKey>HzAgwRRJaAKBtkgNWpkAuURfV4SxMm6T3HJegRuSkUivKJElNNcmSQe8nqGyoM9</ws:accessKey>
      </ws:GetFields_st>
   </soap:Body>
</soap:Envelope>

 

Sample GetFields_st response (IT and EN versions)

Here below you can find the default responses for the Italian and English versions of MailUp console that have been activated after March 2012 (less recent consoles have fewer default fields). Please note that field names could change if Mailup user renames some of MailUp personal data fields.

...