Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.25 KB

V1Timecard.md

File metadata and controls

20 lines (15 loc) · 1.25 KB

SquareConnect::V1Timecard

Description

Represents a timecard for an employee.

Properties

Name Type Description Notes
id String The timecard's unique ID. [optional]
employee_id String The ID of the employee the timecard is associated with.
deleted BOOLEAN If true, the timecard was deleted by the merchant, and it is no longer valid. [optional]
clockin_time String The clock-in time for the timecard, in ISO 8601 format. [optional]
clockout_time String The clock-out time for the timecard, in ISO 8601 format. Provide this value only if importing timecard information from another system. [optional]
clockin_location_id String The ID of the location the employee clocked in from, if any. [optional]
clockout_location_id String The ID of the location the employee clocked out from. Provide this value only if importing timecard information from another system. [optional]
created_at String The time when the timecard was created, in ISO 8601 format. [optional]
updated_at String The time when the timecard was most recently updated, in ISO 8601 format. [optional]