Create BIM Model Revision
create_bim_model_revisionCreate a new BIM model revision in Procore by providing project ID and revision data. Optionally include uploaded files or geometry file IDs to publish the revision.
Instructions
Create a Revision for a BIM Model. If a set of upload UUIDs or model artifact references are not provided, the revision will be created with 'unpublished' publish status. For 3d files converted to Procore's format using BIM File Extractions API, the geometry_file_id can be retrieved via BIM File Extraction API using the following JSONPath: $.extraction_items.artifact.mobile_f... 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. Procore API: Preconstruction > BIM. Endpoint: POST /rest/v1.0/bim_model_revisions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| bim_model_revision | Yes | JSON request body field — the bim model revision for this BIM operation |