Create BIM Model
create_bim_modelCreates a new BIM model record in a Procore project. Provide project ID and BIM model details to add building information model data.
Instructions
Create a BIM Model in a Project. 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. Procore API: Preconstruction > BIM. Endpoint: POST /rest/v1.0/bim_models
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| view | No | JSON request body field — specify response schema view | |
| bim_model | Yes | JSON request body field — the bim model for this BIM operation |