Create Or Find BIM View Folder By Path
create_or_find_bim_view_folder_by_pathCreates a new BIM view folder or returns an existing one based on a provided path, enabling creation of BIM records in Procore.
Instructions
Creates or returns the last view folder for the array of path provided. Use this to create a new BIM records in Procore. Creates a new BIM records and returns the created object on success (HTTP 201). Required parameters: project_id, bim_view_folder. Procore API: Preconstruction > BIM. Endpoint: POST /rest/v1.0/nested_bim_view_folders
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| bim_view_folder | Yes | JSON request body field — the bim view folder for this BIM operation |