v3

latestOpenAPI 3.1.02026-07-31144319609.5 KB
EntryGroup

put/v2/entrygroups

Request body

time_sincestring date-time required
time_untilstring date-time required
users_idinteger nullable
customers_idinteger nullable
projects_idinteger nullable
subprojects_idinteger nullable
services_idinteger nullable
lumpsum_services_idinteger nullable
billable0 | 1 | 2

Possible values:

  • 0: NotBillable
  • 1: Billable
  • 2: Billed
textstring nullable
hourly_ratenumber float nullable
confirm_keystring

For safety, the api will respond with a confirmation key with which you have to request once again in order to confirm your edit action

Example request

{
  "time_since": "2023-02-28T12:00:00Z",
  "time_until": "2023-02-28T12:00:00Z"
}

Response

Successful operation

OR