Update BIM Model
update_bim_modelUpdate an existing BIM model by providing the record ID, project ID, and the fields to change. Only supplied fields are modified.
Instructions
Update a BIM Model item. Use this to update an existing BIM records (only the supplied fields are changed). Updates the specified BIM records and returns the modified object on success. Required parameters: id, project_id, bim_model. Procore API: Preconstruction > BIM. Endpoint: PATCH /rest/v1.0/bim_models/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the BIM resource | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| bim_model | Yes | JSON request body field — the bim model for this BIM operation |