Bulk Create Plan Template References
bulk_create_plan_template_referencesCreate multiple plan template references in one bulk request. Process all records at once and get individual results to check for failures.
Instructions
Creates a new plan template reference for the specified Procore company. Prefer this over repeated single-record calls when handling many plan template references at once. company_id defaults to the value set by procore_set_config when omitted. Processes every supplied record in one request and returns the resulting collection; individual entries can fail independently, so check each one. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, plan_template_references. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/companies/{company_id}/action_plans/plan_template_references/bulk_create
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| 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_template_references | Yes | JSON request body field — plan_template_references |