create_company_folder
Create a new folder within a company's document structure in Procore. Specify parent location, name, tracking status, and permissions to organize project files.
Instructions
Create company Folder. [Core/Documents] POST /rest/v1.0/companies/{company_id}/folders
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| parent_id | No | The ID of the parent folder to create the folder in. If not set the folder will be created under the root folder. | |
| name | Yes | The Name of the folder | |
| is_tracked | No | Status if a folder should be tracked (true/false) | |
| explicit_permissions | No | Set folder to private (true/false) | |
| custom_field_%{custom_field_definition_id} | No | Value of the custom field. The data type of the value passed in corresponds with the data_type of the Custom Field Definition. For a lov_entry data_type the value passed in should be the ID of one ... |