Update a shift on an employee’s timesheet

This endpoint allows you to make changes to shifts already recorded on a worker's timesheet.

Query Params
boolean
Defaults to false

Whether Everee should process a correction for a shift that's already paid-out. If false, updating a paid-out shift will result in an error.

Body Params
int32
required

The timestamp when the worker "punched in" for this shift, or started working. UNIX epoch seconds.

int32

The timestamp when the worker "punched out" for this shift, or stopped working. UNIX epoch seconds.

effectiveHourlyPayRate
object

The hourly pay rate at which to calculate gross earnings for this shift.

displayHourlyPayRate
object

The hourly pay rate to display on pay stubs, if it's different from the "effective pay rate".

int32

The numeric ID of the "Work Location" at which this shift was worked. See the Work Locations API for more information. Determines tax liability based on that location, rather than the location assigned to the worker's profile.

string

The Workers Comp class code associated with this shift. Must match an entry in the configured list of Workers Comp class codes for the state in which the shift was worked

createBreaks
array of objects

A list of breaks taken as part of this Shift.

createBreaks
string
enum
Defaults to NEXT_PAYROLL_PAYMENT

How to pay out an underpaid amount when this call results in a correction. This field only has an effect if the correction is an underpayment and an amount must be paid-out. If the correction is an overpayment, this field has no effect.

Allowed:
fullyClassifiedHours
array of objects

A list of fully-classified "segments" of hours worked on this shift. This field is required if the company is set to "external timesheet classification"; otherwise, you're not allowed to provide this field, since Everee will classify hours automatically.

fullyClassifiedHours
string

A free-form text note about the hours worked on this shift.

Response

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json