Bulk Create Action Plan Template Approvers
bulk_create_action_plan_template_approversBulk assign approvers to a project action plan template in one request. Specify the project, template, and list of party IDs to create multiple approver records simultaneously.
Instructions
Bulk Create Action Plan Template Approvers 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_approvers/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 |