IHour
|
List<WorkDayInfo> GetWorkDayInfoByDateRangeAndUserGUID( string businessUnitGUID, DateTime startdate, DateTime enddate, string userGUID, bool includeUnPaidAbsenses = false, bool includeInfoForInactiveUser = true )
[Missing <param name="includeInfoForInactiveUser"/> documentation for "M:Severa.API.IHourEntry.GetWorkDayInfoByDateRangeAndUserGUID(System.String,System.DateTime,System.DateTime,System.String,System.Boolean,System.Boolean)"]
Exception | Condition |
---|---|
AuthenticationFailureException | The caller could not be authenticated. |
GeneralFailureException | Any other fault. |
Method returns user's daily work hours and activities, as well as other work day related information.
Data is useful for example when integrating to a system where user's salary is calculated.
Business unit GUID is used to find cases that belong to the given unit or any child unit in business unit hierarchy. Work hours entered to these cases are returned.
User can have work hour entries entered to cases that belong to different business units, so it is important to think what is given as parameter to this method.