Create A Copy Of The Action Plan Template Item In The Item'S Section.
create_a_copy_of_the_action_plan_template_item_in_the_itemsDuplicate an action plan template item to reuse in new action plans. Provide project ID and template item ID to create a copy.
Instructions
Create a copy of the Action Plan Template Item in the Item's Section. 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_template_item_id. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plan_template_items/create_from_item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| plan_template_item_id | Yes | JSON request body field — iD of the Action Plan Template Item to copy from. |