- Home
- Staff Management
- Time Tracking
- Timesheets
- Schedules
- Commissions
- Sales Performance
- Payroll Management
- Checklists
Process payroll for a timeframe
POST
/payroll
Payroll Management
Request
Body Params application/json
location_id
string
required
start_date
string
required
end_date
string
required
Example
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 --location --request POST '/payroll' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢201Created
application/json
Body
object {0}
Example
{}
🟠400Bad Request
🔴500Server Error
Modified at 2024-12-17 09:43:01