Create a task
Creates a task.
Body
Unique identifier of the associated staff member creating or updating the task.
1"750eb5c5-ac0b-7d11-4997-e0ce9d8896c8"
Unique identifier of the matter associated to the task.
"750eb5c5-ac0b-7d11-4997-e0ce9d8896c8"
Unique identifier of the associated staff member completing the task.
"750eb5c5-ac0b-7d11-4997-e0ce9d8896c8"
Unique identifier(s) of the associated staff member(s) assigned to the task.
The subject - this should be a short description of the task.
"Review contract for John Smith"
Notes on the task.
"Contract needs to be reviewed and discussed with John"
True when the task is completed.
false
Categories for the task.
Deprecated. Use CompletedDateOnly instead.
Completed date of the task in UTC. If not provided and IsCompleted is set to true, the current date will be used.
"2020-02-15T13:00:00Z"
Completed date of the task. Takes precendence over CompletedDate if set. If not provided and IsCompleted is set to true, the current date will be used.
Any time/timezone information will be discarded and only the date portion will be considered.
"2020-02-15"
Deprecated. Use DueDateOnly instead.
Due date of the task in UTC.
"2020-02-15T13:00:00Z"
Due date of the task. Takes precendence over DueDate if set.
Any time/timezone information will be discarded and only the date portion will be considered.
"2020-02-15"
Duration of the task in ISO 8601 duration format.
"PT4H33M"