Create Punch Item
create_punch_itemCreate a new punch list record in a Procore project. Provide the project ID and punch item details; optionally upload images and attachments as multipart/form-data.
Instructions
Create a new Punch Item in a Project. #### 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 punch_item[images][] 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: project_id, punch_item. Procore API (v1.1): Project Management > Punch List. Endpoint: POST /rest/v1.1/punch_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_configurable_validations | No | Query string parameter — if true, validations are run for the corresponding Configurable Field Set. | |
| project_id | Yes | JSON request body field — project ID to which the Punch Item belongs to | |
| 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[... | |
| punch_item | Yes | JSON request body field — the punch item for this Punch List operation |