appmixer.harvest.timeEntry.UpdateTimeEntry
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Time Entry ID | text | The unique identifier of the time entry to update. |
| Timer mode | select | Choose how to update the time entry: via duration (hours) or start/end time. You should use the method that you have configured in your Harvest account settings. |
| Project ID | text | The ID of the project to associate with the time entry. |
| Task ID | text | The ID of the task to associate with the time entry. The task needs to be also assigned to the project. |
| User ID | text | The ID of the user to associate with the time entry. Defaults to the currently authenticated user. |
| Spent Date | date-time | The date the time entry was spent. Format: YYYY-MM-DD. |
| Hours | number | The current amount of time tracked. If provided, the time entry will be updated with the specified hours and is_running will be set to false. If not provided, hours will be set to 0.0 and is_running will be set to true. |
| Started Time | text | The time the entry started (e.g., '8:00am'). |
| Ended Time | text | The time the entry ended (e.g., '5:00pm'). |
| Notes | textarea | Any notes to be associated with the time entry. |
| Field | Type | Description |
|---|---|---|
| No fields defined for this port | ||