Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.35 KB

V1Timecard.md

File metadata and controls

19 lines (14 loc) · 1.35 KB

Square.Connect.Model.V1Timecard

Properties

Name Type Description Notes
Id string The timecard's unique ID. [optional]
EmployeeId string The ID of the employee the timecard is associated with.
Deleted bool? If true, the timecard was deleted by the merchant, and it is no longer valid. [optional]
ClockinTime string The clock-in time for the timecard, in ISO 8601 format. [optional]
ClockoutTime string The clock-out time for the timecard, in ISO 8601 format. Provide this value only if importing timecard information from another system. [optional]
ClockinLocationId string The ID of the location the employee clocked in from, if any. [optional]
ClockoutLocationId string The ID of the location the employee clocked out from. Provide this value only if importing timecard information from another system. [optional]
CreatedAt string The time when the timecard was created, in ISO 8601 format. [optional]
UpdatedAt string The time when the timecard was most recently updated, in ISO 8601 format. [optional]

[Back to Model list] [Back to API list] [Back to README]