Versions Compared

Key

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

...

If error code=0, the message will contain the user ID, which is required by GetListsUser method.

Sample GetIdUser request

Code Block
languagehtml/xml
titleGetIdUser 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:GetIdUser>
         <ws:accessKey>HzAgwRRJaAKBtkgNWpkAuURfV4SxMm6T3HJegRuSkUivKJElNNcmSQe8nqGyoM9S8EyQZb6ZE2shjHWIN4f5xYBJx9</ws:accessKey>
       </ws:GetIdUser>
    </soap:Body>
</soap:Envelope>

 

Sample GetIdUser response

Code Block
languagehtml/xml
linenumberstrue
<GetIdUserResult>
<errorCode>0</errorCode>
<errorDescription></errorDescription>
<IdUsers>
<IdUser>1<<IdUser>1234</ IdUser >
</ IdUsers >
</ GetIdUserResult >

...