post https://api.zeal.com/employeeCheck
Create a check for an employee.
Create an employee check in Zeal. In addition to the companyID
and employeeID
, Zeal requires a reportingPeriodID
that describes the reporting period that this check belongs to.
See here for more information about Reporting Periods.
Creating a check also requires a Shift Object that takes in an array of various earning components such as hourly shift data, overtime, reimbursement, or various other supported earnings.
If an employee check is not approved by the processing date, it will stay as pending and will not be processed.
Returns
attributes | type | description |
---|---|---|
success | boolean | Response status |
data | object | Employee Check Object |
errors | array | Contains a list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |