Update Action Plan Verification Method
update_action_plan_verification_methodUpdate an existing Action Plan Verification Method in Procore by providing company and method IDs. Optionally set its active status.
Instructions
Update a company Action Plan Verification Method. 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/verification_methods/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — action Plan Verification Method ID | |
| active | No | JSON request body field — specifies if the Action Plan Verification Method is intended for use |