Update BIM Level
update_bim_levelUpdate an existing BIM level by sending only the fields to change. Requires the BIM level ID, project ID, and the updated BIM level object.
Instructions
Update a BIM Level item. Send only the fields you intend to change; omitted fields keep their current values. id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified BIM level on success. 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: 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 | |
| bim_level | Yes | JSON request body field — bIM Level Item object | |
| project_id | Yes | JSON request body field — unique identifier for the project. |