Clock Times
- 04 Jun 2024
- Print
- PDF
Clock Times
- Updated on 04 Jun 2024
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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 | DateTime | |
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 |
Was this article helpful?