Employee Payroll Runs
Create Employee Payroll Run
Creates a TimeOff object with the given values.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Body
application/json
The employee whose payroll is being run.
The day and time the payroll run was checked.
The deductions of the Employee
The earnings of the Employee
The day and time the benefit ended.
The total earnings throughout a given period for an employee before any deductions are made.
The take-home pay throughout a given period for an employee after deductions are made.
Employee's Payroll File Number for which earnings are made
The payroll process name to be displayed.
The payroll being run.
The day and time the benefit started.
The taxes of the Employee
Response
201 - application/json
The response is of type any
.