Create A Batch Of BIM Plans
create_a_batch_of_bim_plansCreate multiple BIM plans in Procore with one API call by providing a project ID and an array of plan payloads.
Instructions
Create a batch of BIM Plans. Use this to create a new BIM records in Procore. Creates a new BIM records and returns the created object on success (HTTP 201). Required parameters: project_id, bim_plans. Procore API: Preconstruction > BIM. Endpoint: POST /rest/v1.0/bim_plans/batch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| view | No | JSON request body field — specify response schema view | |
| bim_plans | Yes | JSON request body field — an array of BIM Plan payloads |