Create Punch Item Type
create_punch_item_typeCreates a new punch item type for a project in Procore. Provide the project ID and punch item type details to add a punch list record.
Instructions
Create a new Punch Item Type. 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_type. Procore API: Project Management > Punch List. Endpoint: POST /rest/v1.0/punch_item_types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |