Update Punch Item Type
update_punch_item_typeUpdate a punch item type in Procore by specifying its ID, project ID, and new type data. Only provided fields are modified.
Instructions
Update the specified Punch Item Type. 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_type. Procore API: Project Management > Punch List. Endpoint: PATCH /rest/v1.0/punch_item_types/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — iD of the Punch Item Type | |
| project_id | Yes | JSON request body field — the ID of the Project the Punch Item Type belongs to | |
| punch_item_type | Yes | JSON request body field — the punch item type for this Punch List operation |