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
createdAtdatetimeOptional
datestringOptionalformat: "date"
The service date for this time entry
endTimestringOptional
The end time of the time entry
idstringOptionalformat: "uuid"
propertyIdstringOptionalformat: "uuid"
Associated property
startTimestringOptional
The start time of the time entry
updatedAtdatetimeOptional
workOrderIdstringOptionalformat: "uuid"
Associated work order