Time-entries
Create new TimeEntries
Create one or multiple TimeEntries.
A single request can create TimeEntries for several different owners.
Please refer to the TimeEntry API reference for additional information on the TimeEntry object, and any validation error that you might encounter when using this API.
There are different ways to update TimeEntries. Please see this guide on how to update TimeEntries the right way depending on your use case.
POST
Headers
API key. Value must be formatted like so: lucca application={api_key}
.
Body
application/json
Create a single of multiple TimeEntry (toggle body type).
The body is of type object
.
The body is of type object
.
The body is of type object[]
.
Response
200
application/json
OK
The response is of type object
.