- Home
- Staff Management
- Time Tracking
- Timesheets
- Schedules
- Commissions
- Sales Performance
- Payroll Management
- Checklists
Onboard staff to payroll
POST
/payroll/onboard
Payroll Management
Request
Body Params application/json
staff_id
string
optional
location_id
string
optional
start_date
string
optional
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
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
curl --location --request POST '/payroll/onboard' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
🟢201Created
application/json
Body
object {0}
Example
{}
🟠400Bad Request
🔴500Server Error
Modified at 3 months ago