Update BIM Plan
update_bim_planUpdate an existing BIM Plan in Procore by patching only the specified fields and preserving all other values.
Instructions
Update a single BIM Plan 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 plan 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_plan. Procore API: Preconstruction > BIM. Endpoint: PATCH /rest/v1.0/bim_plans/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the BIM resource | |
| view | No | JSON request body field — specify response schema view | |
| bim_plan | Yes | JSON request body field — the bim plan for this BIM operation | |
| project_id | Yes | JSON request body field — unique identifier for the project. |