Description
Time entry record for an employee. Click Time Entry for more information.
Resource Overview
| Endpoint | Definition | 
| GET/ClockTimes | Retrieve a list of information related to clock times for a crew member.    | 
| POST/ClockTimes | Add clock time for a crew member. | 
Attributes
| Attribute | Description  | Data Type  | Notes   | 
|---|---|---|---|
| AcceptedDateTime | date and time when time is accepted but not approved | string(date time) | |
| AcceptedShortLunch | indicates whether taking an early lunch can be accepted | boolean | |
| AcceptedUserID | unique identifier of the user who accepted time entry | integer(int32)  | |
| AcceptedUserName | full name of the user who accepted time entry | string | Max Length: 101 | 
| BreakTime | specify the standard or required lunch period | number(double) | |
| ClockEnd | clock out date and time | DateTime | |
| ClockStart | clock in date and time | DateTime) | |
| ClockTimeID | unique identifier for time entry | integer(int32) | |
| ContactID | unique identifier for contact associated with time entry | integer (int32) | |
| ContactName | full name for  contact associated with time entry | string | Max Length: 101 | 
| GEOLocationEndLatitude | latitude coordinate at clock time end | number(double) | |
| GEOLocationEndLongitude | longitude coordinate at clock time end | number(double) | |
| GEOLocationStartLongitude | longitude coordinate at clock time start | number(double) | |
| PreventedFromUsingBreaks | indicator of whether the user was prevented from taking breaks | boolean | |
| UsingBreaks | indicator of whether the user used their breaks | boolean |