v1

latestOpenAPI 3.0.02026-08-063014193.1 MB
Activities

Update a single Activity

Outlines the parameters and data fields used when updating a single Activity

For a firm with mandatory LEDES billing enabled, a billable entry on a Matter whose require_utbms_codes is true must carry UTBMS codes:

  • TimeEntryactivity_description[utbms_activity_id] and activity_description[utbms_task_id].
  • ExpenseEntry, HardCostEntry, and SoftCostEntryutbms_expense[id].

An entry that lacks them returns 422 with error.errors.activity_description or error.errors.utbms_expense set.

Exceptions: non_billable entries, flat-rate entries or matters, and contingency matters.

patch/activities/{id}.json

Path parameters

idinteger required

The unique identifier for the Activity.

Query parameters

fieldsstring

The fields to be returned. See response samples for what fields are available. For more information see the fields section.

Headers

IF-MATCHstring

The server will update the requested resource and send back a 200 status, but only if value in the header matches the existing resource's ETag.

X-API-VERSIONstring

The API minor version. Default: latest version.

Request body

Response

Ok