Create A Project Checklist Template From A Company Checklist Template
create_a_project_checklist_template_from_a_company_checklistCreate a project checklist template from a company template, with automatic syncing of sections and items for consistent inspections.
Instructions
Creates a Project Checklist Template from a Company Checklist Template. Sections and Items on the Company Template are copied to the Project Template and changes to these company level records, including the template itself, are synced down to the project level. You may not create more than 1 project template per company 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: project_id, source_template_id. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/projects/{project_id}/checklist/list_templates/create_from_company_template
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| source_template_id | Yes | JSON request body field — the ID of the Checklist Template from the Company to add to the Project |