create_action_plan_item_assignee
Assign a responsible party to an action plan item in Procore, specifying role, verification method, and signature status for project management.
Instructions
Create Action Plan Item Assignee. [Project Management/Action Plans] POST /rest/v1.0/projects/{project_id}/action_plans/plan_item_assignees
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| plan_item_id | Yes | Action Plan Item ID of the Action Plan Item Assignee to be set | |
| is_holding | No | Indicates whether or not the Action Item Assignee's signature is holding | |
| party_id | No | Party Person ID of the Action Plan Item Assignee to be set | |
| role | No | Role 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 |