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