Return information about the time account from the employee
EmployeeTimes/AccountInfo(EmployeeId as String)
retrun
{
"code": 1,
"empoyee-Id": "1",
"remainingVacation": 12.000000,
"flextimeAccount1": 23.500000,
"flextimeAccount2": 0.000000
}
If employee not existing, it return same result, all values are 0