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_projectCopy an Action Plan Template Section into a Procore project using project and template section IDs. Returns the created plan.
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: project_id, template_section_id. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plan_template_sections/create_from_section
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| template_section_id | Yes | JSON request body field — iD of the Action Plan Template Section to copy from. |