create_a_task_item_comment
Add comments to task items in Procore projects to provide updates, attach files, or change statuses for better project coordination.
Instructions
Create a task item comment. [Core/Tasks] POST /rest/v1.0/companies/{company_id}/projects/{project_id}/task_item_comments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| project_id | Yes | Unique identifier for the project. | |
| comment | No | The message of the comment | |
| status | No | The status of the task item at the time the comment is created. Standard users who are assigned to the task item cannot change the status to closed or void. | |
| task_item_id | Yes | The task_item associated with the comment | |
| attachments | No | 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 |