Skip to main content
POST
Preview Check Data

Authorizations

Authorization
string
header
required

Body

application/json
companyID
string
required

The ID of the Company

employeeID
string
required

The ID of the employee

reportingPeriodID
string
required

ID of the reporting period

check_date
string<date>
required

Check date for this employee

shifts
object[]
required

Array of shift objects. The set of shifts attached to this employee check describe the work done and the earnings owed to this employee. You can only create shifts by creating an employee check (through this endpoint). However, you can edit and delete shifts that are still pending. Also supports various earning components as objects. See Shift Object [blocked] for more information.

approval_required
boolean
default:false

Determine if approval is required for the check, defaults to false

metadata
object

Custom object you can attach to the employee check object. This is useful for storing additional information about the object in a custom, structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to metadata. Metadata [blocked]

deductions
object

Adds a Deduction on the particular Employee Check, using a Deduction Template, for a Company

flsa_ot_recommendation
boolean
default:false

Response

200

success
boolean
default:true
Example:

true

data
object