Update Action Plan Item Assignee
update_action_plan_item_assigneeUpdate an action plan item assignee's assigned person, holding status, or verification method. Requires project and assignee IDs.
Instructions
Updates a single Action Plan 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: project_id, id. Procore API: Project Management > Action Plans. Endpoint: PATCH /rest/v1.0/projects/{project_id}/action_plans/plan_item_assignees/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — action Plan Item Assignee ID | |
| is_holding | No | JSON request body field — indicates whether or not the Action Plan Item Assignee's signature is holding | |
| party_id | No | JSON request body field — party Person ID of the Action Plan Item Assignee to be set | |
| verification_method_id | No | JSON request body field — verification Method ID of the Action Plan Item Assignee to be set |