Create BIM Model Revision
create_bim_model_revisionCreate a new revision for a BIM model in Procore. Returns the revision with its new ID, or marks it 'unpublished' if no upload UUIDs or artifact references are provided.
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. Creates the BIM model revision 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_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 |