Update Time Entry

Update information for a specific time entry within a work order

Path parameters

workOrderIdstringRequired
The id of the work order
timeEntryIdstringRequired
The id of the time entry

Request

This endpoint expects an object.
datestringRequiredformat: "date"
The service date for this time entry
startTimestringRequired
The start time of the time entry
endTimestringRequired
The end time of the time entry

Response

Expected response to a valid request
createdAtdatetime
datestringformat: "date"
The service date for this time entry
endTimestring
The end time of the time entry
idstringformat: "uuid"
propertyIdstringformat: "uuid"
Associated property
startTimestring
The start time of the time entry
updatedAtdatetime
workOrderIdstringformat: "uuid"
Associated work order