IntegrationTimeEntries

post/api/integrations/v1/timeentries

Request body

datestring
hoursnumber double
is_billableboolean
descriptionstring

Example request

{
  "matter_ref": {
    "id": "00000000-0000-0000-0000-000000000000"
  },
  "item_ref": {
    "id": "00000000-0000-0000-0000-000000000000"
  },
  "billed_by_user_ref": {
    "id": "00000000-0000-0000-0000-000000000000"
  },
  "activity_ref": {
    "id": "00000000-0000-0000-0000-000000000000"
  }
}

Response

OK

object required

Changes

No recorded changes to this endpoint across all 3 revisions of this API.