Create a subtask
Creates a subtask for a specified task.
Path Parameters
Body
Data transfer object for a subtask.
Unique identifier of the associated staff member creating or updating the subtask.
1"750eb5c5-ac0b-7d11-4997-e0ce9d8896c8"
Subject of the subtask.
1"Confer with Mary"
Unique identifier of the associated staff member who completed the subtask.
"750eb5c5-ac0b-7d11-4997-e0ce9d8896c8"
True when the subtask is completed.
false
Deprecated. Use CompletedDateOnly instead.
Completed date of the subtask 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 subtask. 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"