Create BIM File
create_bim_fileCreate a new BIM File in a Procore project by providing the project ID and BIM file object. Returns the created record on success.
Instructions
Create a BIM File in a Project. 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_file. Procore API: Preconstruction > BIM. Endpoint: POST /rest/v1.0/bim_files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| bim_file | Yes | JSON request body field — bIM File Item object. Each BIM File can be uniquely identified by name and UUID. |