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_items_2Copy an existing Action Plan Template Item to create a new Action Plan in Procore. Returns the created object on success.
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: company_id, plan_template_item_id. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/companies/{company_id}/action_plans/plan_template_items/create_from_item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| plan_template_item_id | Yes | JSON request body field — iD of the Action Plan Template Item to copy from. |