---
title: "Changes to Add a task to a record. `title` and `relatedRecord.id` are required, and\n`relatedRecord.id` must resolve to a change order; `taskGroupId` must resolve to\nan active change order task group and `assignedToUserId` to a user. `sequence`\nomitted appends the task after the last step, and a value places it at that step, alongside\nany task already there. Creating the task already complete stamps `completedUtc` and\n`completedBy`."
method: POST
path: "/api/tasks"
---

# Changes to 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`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 23 revisions.

- **2026-09-26** `e584a13d530a` — 1 info

## Changes

- **2026-09-26** `e584a13d530a` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi/docs/api/tasks/post.md) · [API](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi.md) · [Page](https://skmtc.dev/fulcrumpro/apis/fulcrum-publicapi/changes/api/tasks/post)
