Create Punch Item Comment
create_punch_item_commentAdd a comment to a specific punch item in a Procore project. Use this to document updates or attach files to a punch list record.
Instructions
Create a new Punch Item Comment in a Project. Use this to create a new Punch List records in Procore. Creates a new Punch List records and returns the created object on success (HTTP 201). Required parameters: id, project_id, comment. Procore API: Project Management > Punch List. Endpoint: POST /rest/v1.0/punch_items/{id}/comments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the Punch Item | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| comment | Yes | JSON request body field — the comment for this Punch List operation | |
| 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. |