Create Company Checklist Template
create_company_checklist_templateCreate a new inspection checklist template for a company in Procore. Submit company ID and template details to generate a standard checklist for inspections.
Instructions
Creates a Company Checklist Template for a specified Company. 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. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/companies/{company_id}/checklist/list_templates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| list_template | Yes | JSON request body field — checklist Template object | |
| attachments | No | JSON request body field — checklist Template's Attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments[]... |