create_task_item
Add new tasks to Procore projects with details like title, due dates, assignees, and attachments to manage construction workflows.
Instructions
Create task item. [Core/Tasks] POST /rest/v1.0/task_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| title | No | Title | |
| number | No | Number | |
| description | No | Description | |
| due_date | No | Date and time due | |
| status | No | Status | |
| task_item_category_id | No | The task item category to associate with the task item. | |
| private | No | Privacy flag | |
| assigned_id | No | Assignee ID | |
| assignee_ids | No | Assignee IDs | |
| distribution_member_ids | No | Distribution Member IDs | |
| prostore_file_ids | No | Prostore File IDs | |
| attachments | No | Task Item attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]` as files. | |
| drawing_revision_ids | No | Drawing Revisions to attach to the response | |
| file_version_ids | No | File Versions to attach to the response | |
| form_ids | No | Forms to attach to the response | |
| image_ids | No | Images to attach to the response | |
| upload_ids | No | Uploads to attach to the response | |
| document_management_document_revision_ids | No | PDM document to attach to the response |