Create Company Action Plan Template Section
create_company_action_plan_template_sectionCreate a section under a company action plan template in Procore by providing the company ID, template ID, and title. This adds a new category to organize action plan items.
Instructions
Creates a Company Action Plan Template Section for a given Company Action Plan Template. Use this to create a new Action Plans in Procore. Creates a new Action Plans and returns the created object on success (HTTP 201). Required parameters: company_id, plan_template_id, title. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/companies/{company_id}/action_plans/plan_template_sections
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| plan_template_id | Yes | JSON request body field — iD of the Company Action Plan Template to be created under | |
| title | Yes | JSON request body field — the title for this Action Plans operation |