Basic Information

appmixer.harvest.timeEntry.CreateTimeEntry

1.0.0

Public

Create a new time entry. You can create entries via duration (hours) or by start and end time.

Input Ports

in

FieldTypeDescription
Timer mode select Choose how to create 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 created 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.

Output Ports

out

FieldTypeDescription
Time Entry ID -
Spent Date -
Hours -
Hours Without Timer -
Rounded Hours -
Notes -
Is Locked -
Locked Reason -
Approval Status -
Is Closed -
Is Billed -
Timer Started At -
Started Time -
Ended Time -
Is Running -
Billable -
Budgeted -
Billable Rate -
Cost Rate -
Created At -
Updated At -
User -
Client -
Project -
Task -
User Assignment -
Task Assignment -
Invoice -
External Reference -

Full Metadata