SessionGetEmployeeIDFromSessionID

 

Dovico.TrackITWSAPI.API.SessionGetEmployeeIDFromSessionID(Dovico.TrackITAPI.SessionToken)

 

 

Function Overview:

Returns the employee id wrapped in an ID element that matches the session token.

 

 

Parameter List:

stToken - SessionToken - Session Information needed to process transaction

 

Returns

An xml string containing the ID within an ID element.

 

Example:

// call the API to get the employee ID for the session token

string sEmployeeIDXml = wsapi.SessionGetEmployeeIDFromSessionID(stToken);