Update Company Action Plan Type
update_company_action_plan_typeUpdate an existing company Action Plan Type by specifying its ID and company ID. Only the provided fields are modified, and the updated object is returned.
Instructions
Update Company Action Plan Type. Use this to update an existing Action Plans (only the supplied fields are changed). Updates the specified Action Plans and returns the modified object on success. Required parameters: company_id, id. Procore API: Project Management > Action Plans. Endpoint: PATCH /rest/v1.0/companies/{company_id}/action_plans/plan_types/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — company Action Plan Type ID | |
| active | No | JSON request body field — indicates if the Action Plan Type is intended for use |