Create A Copy Of The Action Plan Template Section In The Section'S Template.
create_a_copy_of_the_action_plan_template_section_in_the_companyCopies an Action Plan Template Section within a company. Creates a new Action Plan section based on an existing template section, returning the created object.
Instructions
Create a copy of the Action Plan Template Section in the Section's 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, template_section_id. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/companies/{company_id}/action_plans/plan_template_sections/create_from_section
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| template_section_id | Yes | JSON request body field — iD of the Action Plan Template Section to copy from. |