Light Mode
Retrieve pay slips
GET
/payroll/payslipsRetrieve pay slips for staff in a specific location and timeframe.
Request
Query Params
location_id
string
required
The ID of the location.
date_range
string
required
The date range for which to retrieve pay slips (YYYY-MM-DD to YYYY-MM-DD).
Request samples
Responses
OK(200)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Pay slips retrieved successfully
Data Schema
object {0}
Example
{}
Last modified: 5 days ago