Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.11 KB

V1TimecardEvent.md

File metadata and controls

29 lines (21 loc) · 1.11 KB

Square.Connect.Model.V1TimecardEvent

Properties

Name Type Description Notes
Id string The event's unique ID. [optional]
EventType EventTypeEnum The ID of the timecard to list events for. [optional]
ClockinTime string The time the employee clocked in, in ISO 8601 format. [optional]
ClockoutTime string The time the employee clocked out, in ISO 8601 format. [optional]
CreatedAt string The time when the event was created, in ISO 8601 format. [optional]

EventTypeEnum

Name Value
APICREATE "API_CREATE"
APIEDIT "API_EDIT"
APIDELETE "API_DELETE"
REGISTERCLOCKIN "REGISTER_CLOCKIN"
REGISTERCLOCKOUT "REGISTER_CLOCKOUT"
DASHBOARDSUPERVISORCLOSE "DASHBOARD_SUPERVISOR_CLOSE"
DASHBOARDEDIT "DASHBOARD_EDIT"
DASHBOARDDELETE "DASHBOARD_DELETE"

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