Create Company Action Plan Template Item
create_company_action_plan_template_itemCreate a new item in a company's action plan template section by specifying company, section, and title. Supports optional descriptions and holding type.
Instructions
Create Company Action Plan Template Item. 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_section_id, title. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/companies/{company_id}/action_plans/plan_template_items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| plan_template_section_id | Yes | JSON request body field — iD of the Company Action Plan Template Section it belongs to | |
| title | Yes | JSON request body field — the title for this Action Plans operation | |
| description | No | JSON request body field — the description for this Action Plans operation | |
| holding_type | No | JSON request body field — specifies whether the current item holds all the succeeding items in the Action Plan Section or the Action Plan |