Create A Batch Of BIM Viewpoints
create_a_batch_of_bim_viewpointsCreates multiple BIM viewpoints in a single batch request, enabling efficient bulk addition of BIM records to Procore projects.
Instructions
Create a batch of BIM Viewpoints. 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_viewpoints. Procore API: Preconstruction > BIM. Endpoint: POST /rest/v1.0/bim_viewpoints/batch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| bim_viewpoints | Yes | JSON request body field — an array of BIM Viewpoint payloads. Limited to 100 items per request |