Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Restituisce l'Identificativo numerico dell'utente che ha eseguito il Login
string GetIdUser(string accessKey)
accessKey: chiave di accesso ottenuta chiamando il metodo Login
Se il codice di errore è 0, il messaggio conterrà l'identificativo numerico dell'utente.
Esempio di messaggio GetIdUserResult:
<GetIdUserResult>
<errorCode>0</errorCode>
<errorDescription></errorDescription>
<IdUsers>
<IdUser>1</IdUser >
</ IdUsers >
</GetIdUserResult >

  • No labels