Bulk Create Action Plan Item Assignees
bulk_create_action_plan_item_assigneesCreate many action plan item assignees for a project in one request. Verify each item's status to handle partial failures.
Instructions
Bulk Create Action Plan Item Assignees. Use this to create many Action Plans records in a single request. Creates many Action Plans records in one request and returns the created collection (HTTP 201). Partial failures may occur — check each item's status. Required parameters: project_id, plan_item_assignees. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plan_item_assignees/bulk_create
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| completion_mode | No | Query string parameter — whether to update what can be or nothing if one can not be updated. Defaults to "all_or_nothing" | |
| plan_item_assignees | Yes | JSON request body field — the plan item assignees for this Action Plans operation |