Task
Add a task to a record. `title` and `relatedRecord.id` are required, and `relatedRecord.id` must resolve to a change order; `taskGroupId` must resolve to an active change order task group and `assignedToUserId` to a user. `sequence` omitted appends the task after the last step, and a value places it at that step, alongside any task already there. Creating the task already complete stamps `completedUtc` and `completedBy`.
post/api/tasks
Request body
Response
The created task
Changes
Changed in 1 of the 23 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○