getAllExpenseRecordsInDateRange

Employee_Expense.getAllExpenseRecordsInDateRange(String empIds, String startDate, String endDate)

This method allows you to get all the expense records within the specified date range for an employee from the system.

Arguments
  • empIds : The string type mandatory argument for employee id.
  • startDate: The start date of the date range.
  • endDate: The end date of the date range.
Returns

Returns a json string with information of all the expense records for an employee within the specified date range.

Errors

Unauthorized Access: If access is not allowed to the employee whose apiKey is passed.

Object Methods

 

Click on each of these links to know more about them: