Update Company Action Plan Template Item Assignee
update_company_action_plan_template_item_assigneeUpdate an assignee for a company action plan template item by specifying company ID, assignee ID, and optional fields like holding status or verification method.
Instructions
Updates a single Company Action Plan Template Item Assignee. 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_template_item_assignees/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Action Plans resource | |
| is_holding | No | JSON request body field — indicates whether or not the Assignee's signature is holding | |
| verification_method_id | No | JSON request body field — verification Method ID of the Company Action Plan Template Item Assignee to be set |