Create Time Entry

Create a time entry for a specific work order

Path parameters

workOrderIdstringRequired
The id of the work order

Request

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

Response

The created time entry
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