Create A Company Action Plan Type
create_a_company_action_plan_typeCreate a new action plan type for a company in Procore. Provide company ID and name to add the type, and optionally set it as active.
Instructions
Create a Company Action Plan Type for a Company. 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, name. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/companies/{company_id}/action_plans/plan_types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| active | No | JSON request body field — indicates if the Action Plan Type is intended for use | |
| name | Yes | JSON request body field — the name for this Action Plans operation |