Create Action Plan Item Assignee
create_action_plan_item_assigneeCreate an assignee for an action plan item by specifying a party ID or role. Requires project and plan item IDs.
Instructions
Create an Action Plan Item Assignee. NOTE: Though both body party_id and role parameters are marked as required below, at least one of the two needs to be passed in (i.e., if you pass in a role then you do not need to also pass in a party_id, and vice versa, though you can pass in both parameters). 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: project_id, plan_item_id. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plan_item_assignees
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| plan_item_id | Yes | JSON request body field — action Plan Item ID of the Action Plan Item Assignee to be set | |
| is_holding | No | JSON request body field — indicates whether or not the Action 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 | |
| role | No | JSON request body field — role 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 |