create_punch_item_comment
Add comments and attachments to punch items in Procore projects to document issues, track progress, and facilitate communication among team members.
Instructions
Create Punch Item Comment. [Project Management/Punch List] POST /rest/v1.0/punch_items/{id}/comments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the Punch Item | |
| project_id | Yes | Unique identifier for the project. | |
| comment | Yes | 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. |