Create A Task Item Comment
create_a_task_item_commentCreate a comment on a task item in Procore, including status updates and optional file attachments.
Instructions
Create a new task item comment for a given task_item_id and created_by_id. Use this to create a new Tasks in Procore. Creates a new Tasks and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, task_item_id. Procore API: Core > Tasks. Endpoint: POST /rest/v1.0/companies/{company_id}/projects/{project_id}/task_item_comments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| comment | No | JSON request body field — the message of the comment | |
| status | No | JSON request body field — 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 | JSON request body field — the task_item associated with the comment | |
| attachments | No | JSON request body field — 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 | JSON request body field — drawing Revisions to attach to the response | |
| file_version_ids | No | JSON request body field — file Versions to attach to the response | |
| form_ids | No | JSON request body field — forms to attach to the response | |
| image_ids | No | JSON request body field — images to attach to the response | |
| upload_ids | No | JSON request body field — uploads to attach to the response | |
| document_management_document_revision_ids | No | JSON request body field — pDM document to attach to the response |