IntegrationTasks

post/api/integrations/v1/tasks

Request body

account_idstring uuid
subjectstring
due_datestring date-time
descriptionstring
prioritystring
statusstring
contact_idstring uuid
matter_idstring uuid
assigned_to_user_idsstring[]

Example request

{
  "account_id": "00000000-0000-0000-0000-000000000000",
  "contact_id": "00000000-0000-0000-0000-000000000000",
  "matter_id": "00000000-0000-0000-0000-000000000000",
  "assigned_to_user_ids": [
    "00000000-0000-0000-0000-000000000000"
  ]
}

Response

OK

object required

Changes

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