Create Action Plan Verification Methods
create_action_plan_verification_methodsCreate a new verification method for action plans in Procore. Specify company ID and name to define the method.
Instructions
Create an Action Plan Verification Method for a specified 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/verification_methods
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| active | No | JSON request body field — specifies if the Action Plan Verification Method is intended for use | |
| name | Yes | JSON request body field — the name for this Action Plans operation |