get https://api.zeal.com/employeeCheck
Retrieves all Employee Checks in an array for a given Employee ID. An Employee Check object represents paystub information.
Returns
Returns response status and an array of Employee Check Object for the given employee.
attributes | type | description |
---|---|---|
success | boolean | Response status |
data | array | List of Employee Check Object for the given employee |
errors | array | Contains list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |