add_attachments_to_punch_item
Attach files to a punch item in Procore to document issues, provide evidence, or share supporting materials for construction project management.
Instructions
Add Attachments to Punch Item. [Project Management/Punch List] POST /rest/v1.0/punch_items/add_punch_item_attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the Punch Item | |
| project_id | Yes | ID of the project | |
| attachments | No | Punch Item Assignment 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[... |