Create Company Action Plan Templates
create_company_action_plan_templatesCreate a company Action Plan template in Procore. Provide company ID, title, and plan type ID to receive the created template.
Instructions
Create Company Action Plan Templates. 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, title, plan_type_id. Procore API (v1.1): Project Management > Action Plans. Endpoint: POST /rest/v1.1/companies/{company_id}/action_plans/plan_templates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| 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 | |
| private | No | JSON request body field — privacy flag of the Company Action Plan Template | |
| plan_type_id | Yes | JSON request body field — iD of an Action Plan Type |