Update BIM Level
update_bim_levelUpdate an existing BIM Level item by providing its ID, project ID, and updated BIM Level object. Returns the modified BIM record.
Instructions
Update a BIM Level 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_level. Procore API: Preconstruction > BIM. Endpoint: PATCH /rest/v1.0/bim_levels/{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_level | Yes | JSON request body field — bIM Level Item object |