get https://api.zeal.com/payroll/regular
Get the upcoming “regularly” scheduled check date for the company and associated reporting period information.
Get reporting period details for the upcoming regular payroll for a company.
Returns
Returns a boolean indicating success status and reporting period details.
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | object | reportingPeriodID, start, end, checkDate |
errors | array | Contains list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |