Create Company Checklist Template Section
create_company_checklist_template_sectionCreate a new section in a company checklist template to organize inspections. Add structured sections to templates via Procore API.
Instructions
Creates a Company Checklist Section 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, list_template_id. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/companies/{company_id}/checklist/list_templates/{list_template_id}/sections
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| list_template_id | Yes | URL path parameter — the ID of the Checklist Template | |
| name | No | JSON request body field — the name for this Inspections operation | |
| position | No | JSON request body field — the position of Section |