Update Punch Item Assignment
update_punch_item_assignmentUpdate a specific punch item assignment in a Procore project. Modify only the supplied fields and receive the updated assignment.
Instructions
Update single Punch Item Assignment. Use this to update an existing Punch List records (only the supplied fields are changed). Updates the specified Punch List records and returns the modified object on success. Required parameters: id, project_id, punch_item_assignment. Procore API: Project Management > Punch List. Endpoint: PATCH /rest/v1.0/projects/{project_id}/punch_item_assignments/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the Punch Item Assignment | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| send_emails | No | JSON request body field — parameter to send email to assignees, distribution members and creator of the Punch Item. Parameter must be true and status or comment must have changed for an email to send. | |
| punch_item_assignment | Yes | JSON request body field — punch Item Assignment object | |
| 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[... |