Create Company Inspection Template Item
create_company_inspection_template_itemAdd an item to a company inspection template in Procore. Specify the company and template IDs to create a new inspection checklist item.
Instructions
Creates a Company Inspection Template Item for a specified Checklist Template. Use this to create a new Inspections in Procore. Creates a new Inspections and returns the created object on success (HTTP 201). Required parameters: company_id, inspection_template_id. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/companies/{company_id}/inspection_templates/{inspection_template_id}/items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| inspection_template_id | Yes | URL path parameter — the ID of the Company Inspection Template | |
| name | No | JSON request body field — the name for this Inspections operation | |
| position | No | JSON request body field — item position | |
| section_id | No | JSON request body field — unique identifier of the section | |
| type | No | JSON request body field — item type | |
| response_set_id | No | JSON request body field — unique identifier of the response set |