Add Attachments To Punch Item
add_attachments_to_punch_itemAdd attachments like images to a Procore punch item by providing the punch item ID and project ID.
Instructions
Add Attachments to Punch Item #### Uploading images To upload images you must upload the entire payload as multipart/form-data content-type and specify each parameter as form-data together with attachments[] as files. 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. Procore API (v1.1): Project Management > Punch List. Endpoint: POST /rest/v1.1/punch_items/add_punch_item_attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Query string parameter — iD of the Punch Item | |
| project_id | Yes | Query string parameter — unique identifier for the Procore project | |
| attachments | No | JSON request body field — 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[... |