Versions Compared

Key

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


GetIdWsUser()


It returns Returns a message containing the ID of the user whose authentication was executed.

 

Sample GetIdWsUser response

Code Block
languagehtml/xml
linenumberstrue
<mailupMessage>
<mailupBody>
<ReturnCode>0</ReturnCode>
<IdUsers>
<IdUser>18145</IdUser>
</IdUsers>
</mailupBody>
</mailupMessage> 

...