LogOnService.tryHypotheticalLogOn Method
        
 Gets the hypothetical result of a logon by the account with the specified ID (without actually creating a session).
 
         
        Parameters
        
            - accountId
            
 
            - 
                
The ID of the account to try logging on.
             
            - deleteOtherSessions
            
 
            - 
                
(optional) A value indicating whether other sessions should be deleted if required for the logon to succeed.
                
Optional: True 
        
        Return Value
        
Type: jQuery.Promise
        
Value: Object
        
A promise object that is resolved when the call is complete.
 If successful, the object returned is Dundas.BI.WebApi.Models.LogOnResultData.