Update BIM Plan
update_bim_planUpdate an existing BIM Plan record in Procore. Modify only specified fields and return the updated object.
Instructions
Update a single BIM Plan 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_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 | |
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| view | No | JSON request body field — specify response schema view | |
| bim_plan | Yes | JSON request body field — the bim plan for this BIM operation |