Easyteam Retail
Payroll Management
Easyteam Retail
Home
Staff Management
List all staff
GET
Add a new staff member
POST
Retrieve staff details
GET
Update staff details
PUT
Delete a staff member
DELETE
Time Tracking
Clock-in for a shift
POST
Clock-out from a shift
POST
Start a break
POST
End a break
POST
Timesheets
Retrieve timesheets
GET
Retrieve a staff member's timesheet
GET
Adjust a timesheet
PUT
Retrieve late staff
GET
Schedules
Retrieve schedules
GET
Create a new schedule
POST
Retrieve schedule details
GET
Update schedule details
PUT
Delete a schedule
DELETE
Export schedule data
GET
Retrieve AI store traffic
GET
Commissions
List all commission plans
Add a new commission plan
Update a commission plan
Delete a commission plan
Retrieve commission reports
Change order attribution
AI insights for sales increases
Sales Performance
Retrieve sales performance by location
Set sales goals
Check location goal status
AI-based sales goal prediction
Retrieve top-performing staff
Payroll Management
Retrieve payroll by location
GET
Process payroll for a timeframe
POST
Retrieve payroll history
GET
Retrieve pay slips
GET
Retrieve tax details
GET
Onboard staff to payroll
POST
Terminate staff payroll
POST
Checklists
Retrieve all checklists
Create a new checklist
Update a checklist
Delete a checklist
Check a task inside a checklist
Webhook for pending checklists
Payroll Management
Retrieve pay slips
GET
/payroll/payslips
Try it
Payroll Management
Retrieve pay slips for staff in a specific location and timeframe.
Request
Query Params
Generate Code
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
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request
Request Example
Shell
JavaScript
Java
Swift
cURL
cURL-Windows
Httpie
wget
PowerShell
curl
--location
--request
GET
'/payroll/payslips?location_id&date_range'
Responses
🟢
200
OK
application/json
Pay slips retrieved successfully
Body
Generate Code
object
{0}
Example
{
}
🔴
500
Server Error
Modified at
2024-12-17 09:43:01
Previous
Retrieve payroll history
Next
Retrieve tax details