Returns information about the time account of the employee
EmployeeTimes/AccountInfo(EmployeeId as String)
return
{
"code": 1,
"empoyee-Id": "1",
"remainingVacation": 12.000000,
"flextimeAccount1": 23.500000,
"flextimeAccount2": 0.000000
}
If the employee does not exist, it returns the same result; all values are 0.