v1

latestOpenAPI 3.0.12026-08-041753011.2 MB
Time entry

Mark time entries as invoiced

patch/v1/workspaces/{workspaceId}/time-entries/invoiced

Path parameters

workspaceIdstring required

Represents a workspace identifier across the system.

Example:64a687e29ae1f428e7ebe303

Represents a workspace identifier across the system.

Request body

invoicedboolean required

Indicates whether time entry is invoiced or not.

Example request

{
  "timeEntryIds": [
    "54m377ddd3fcab07cfbb432w",
    "25b687e29ae1f428e7ebe123"
  ]
}

Response

OK