Create A Batch Of BIM Plans
create_a_batch_of_bim_plansCreate multiple BIM plans in a single Procore API batch request. Specify project ID and plan payloads to add them to Preconstruction, receiving the new batch ID.
Instructions
Creates a new batch in Procore. Creates the batch and returns it with its new id (HTTP 201); calling it again creates another record. 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: project_id, bim_plans. Procore API: Preconstruction > BIM. Endpoint: POST /rest/v1.0/bim_plans/batch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | JSON request body field — specify response schema view | |
| bim_plans | Yes | JSON request body field — an array of BIM Plan payloads | |
| project_id | Yes | JSON request body field — unique identifier for the project. |