create_checklist
Create a new checklist in Procore for project inspections by copying from a template, specifying project details, and adding attachments.
Instructions
Create Checklist. [Project Management/Inspections] POST /rest/v1.0/checklist/lists
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_configurable_validations | No | If true, validations are run for the corresponding Configurable Field Set. | |
| project_id | Yes | The ID of the Project | |
| template_id | Yes | The ID of the Template to copy from. | |
| list | Yes | Checklist object | |
| attachments | No | Checklist'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[]` as files. |