get https://api.zeal.com/reportingPeriod
Zeal will return the corresponding reporting period with the given pay_schedule
that is contained within the given start and end dates.
In order to find the correct reporting period using this endpoint, you must ensure that
searchStart
is less than or equal to thestart
date in the response, and thatsearchEnd
is greater than or equal to theend
date in the response.
Returns
Returns response status and an array of matching Reporting Periods
attribute | type | description |
---|---|---|
success | boolean | Response status |
data | array | List of Reporting Periods |
errors | array | Contains list of error objects which consists of:message : Error messagecode : Error code as described in Error codes |