Create A Batch Of BIM Levels
create_a_batch_of_bim_levelsCreate a batch of BIM levels in Procore for a project by submitting an array of BIM Level payloads. Returns the created batch with its new 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_levels. Procore API: Preconstruction > BIM. Endpoint: POST /rest/v1.0/bim_levels/batch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | JSON request body field — specify response schema view | |
| bim_levels | Yes | JSON request body field — an array of BIM Level payloads | |
| project_id | Yes | JSON request body field — unique identifier for the project. |