Bulk Create Action Plan Template Receivers
bulk_create_action_plan_template_receiversBulk assign receivers to a project action plan template. Send project, template, and party IDs to create all records in a single request.
Instructions
Bulk Create Action Plan Template Receivers for a given Project Action Plan Template. 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_template_id, party_ids. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plan_template_receivers/bulk_create
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| plan_template_id | Yes | JSON request body field — iD of the Project Action Plan Template | |
| party_ids | Yes | JSON request body field — array of party identifiers |