Method Details for GetExpensesByEmployee.
Gets a list of expenses associated with an employee filtered by date
Parameters
- initials String Employee initials (string)
- from DateTime (yyyy-MM-dd) Date to get the expenses from (DateTime)
- to DateTime (yyyy-MM-dd) Date to get the expenses to (DateTime)
- token SecurityToken Security token associated with the request (SecurityToken)
Returns
A list of expenses