Create Checklist Section
create_checklist_sectionCreate a new inspection section in an existing checklist to organize inspection items by category or area.
Instructions
This is a deprecated endpoint. Use this to create a new Inspections in Procore. Creates a new Inspections and returns the created object on success (HTTP 201). Required parameters: list_id, project_id, section. Procore API: Project Management > Inspections. Endpoint: POST /rest/v1.0/checklist/lists/{list_id}/sections
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | URL path parameter — unique identifier of the list | |
| project_id | Yes | JSON request body field — the ID of the Project the Section belongs to | |
| section | Yes | JSON request body field — section object |