Create A Batch Of BIM View Folder By Path
create_a_batch_of_bim_view_folder_by_pathBatch creates nested BIM view folders by path for a project. If a folder exists, returns its lowest-level folder. Helps organize BIM records in Procore.
Instructions
Creates a batch of nested BIM folders as per path provided. If the folder corresponding to a path exists, the folder at the lowest level is returned. 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_folders. Procore API: Preconstruction > BIM. Endpoint: POST /rest/v1.0/nested_bim_view_folders/batch
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| view | No | JSON request body field — specify response schema view | |
| bim_view_folders | Yes | JSON request body field — an array of nested BIM View Folder payload |