update_action_plan_item_assignee
Change the assigned person for an action plan item in Procore projects. Update assignee details, verification method, and signature hold status to maintain accurate project task delegation.
Instructions
Update Action Plan Item Assignee. [Project Management/Action Plans] PATCH /rest/v1.0/projects/{project_id}/action_plans/plan_item_assignees/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | Action Plan Item Assignee ID | |
| is_holding | No | Indicates whether or not the Action Plan Item Assignee's signature is holding | |
| party_id | No | Party Person ID of the Action Plan Item Assignee to be set | |
| verification_method_id | No | Verification Method ID of the Action Plan Item Assignee to be set |