v1

latestOpenAPI 3.1.0Apache 2.02026-07-22160175414.0 KB
TimeEntries

Create new time-entries

Create one or multiple time-entries.

A single request can create time-entries for several different owners.

Read more about the time-entry object and any validation error that you might encounter when using this API.

There are different ways to update time-entries. Please see this guide on how to update time-entries the right way depending on your use case.

post/api/v3/timeentries

Request body

OR

Example request

{
  "ownerId": 1,
  "timeTypeId": 1
}

Response

OK