Create A Copy Of The Action Plan Section In The Action Plan Of The Section.
create_a_copy_of_the_action_plan_section_in_the_action_plan_ofDuplicates an existing action plan section within the same action plan, enabling reuse of section templates.
Instructions
Create a copy of the Action Plan Section in the Action Plan of the Section. View Parameter: - normal (default): Returns standard Action Plan Section attributes - extended: Returns standard attributes plus nested plan_items array. 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, plan_section_id. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plan_sections/create_from_section
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| view | No | Query string parameter — specifies which view (which attributes) of the Action Plan Section is going to be present in the response. - `normal` (default): Returns standard Action Plan Section attributes - `extended`: Return... | |
| plan_section_id | Yes | JSON request body field — iD of the Action Plan Section to copy from. |