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 or null
datestring or nullformat: "date"
The service date for this time entry
endTimestring or null
The end time of the time entry
idstring or nullformat: "uuid"
propertyIdstring or nullformat: "uuid"
Associated property
startTimestring or null
The start time of the time entry
updatedAtdatetime or null
workOrderIdstring or nullformat: "uuid"
Associated work order