Create A Batch Of BIM Model Revision Plans
create_a_batch_of_bim_model_revision_plansBatch create relationships between BIM Model Revisions and BIM Plans in Procore. Send project ID and an array of revision plan payloads to create new BIM records.
Instructions
Create relationships between several BIM Model Revisions and 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_model_revision_plans. Procore API: Preconstruction > BIM. Endpoint: POST /rest/v1.0/bim_model_revision_plans/batch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| bim_model_revision_plans | Yes | JSON request body field — an array of BIM Model Revision Plan payloads |