Timesheet
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | The unique key/Id of the timesheet entry. | integer |
None. |
| LastUpdatedId | Identifier used for concurrency checking. Required for update. | string |
None. |
| LastModifiedDateUtc | The date and time that the timesheet was modified in UTC. | date |
None. |
| CreatedDateUtc | The date and time that the timesheet was created in UTC. | date |
None. |
| LastModifiedByUserId | The user id of the user who last modified the timesheet. | integer |
None. |
| ContactId | The employee contact id for this timesheet. Call GET Employees to get a list of employee contact id. | integer |
Required |
| StartTime | Start time. | date |
Required |
| FinishTime | Finish time. | date |
Required |
| BreakDurationInMinutes | No documentation available. | integer |
None. |
| Notes | Internal notes. | string |
None. |
| _links | Hypermedia links. Contains contextual links to possible next actions related to this resource. Only present in responses. This data is not to be sent to the server. | Collection of Link |
None. |