Procore.Api.ProjectManagementModelsNestedBIMViewFolders (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementModelsNestedBIMViewFolders.
Summary
Functions
Create or find BIM View Folder by path Creates or returns the last view folder for the array of path provided.
Functions
Link to this function
rest_v10_nested_bim_view_folders_post(connection, procore_company_id, body60, opts \\ [])
@spec rest_v10_nested_bim_view_folders_post( Tesla.Env.client(), integer(), Procore.Model.Body60.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10NestedBimViewFoldersPost200Response.t()} | {:error, Tesla.Env.t()}
Create or find BIM View Folder by path Creates or returns the last view folder for the array of path provided.
Parameters
connection(Procore.Connection): Connection to serverprocore_company_id(integer()): Unique company identifier associated with the Procore User Account.body60(Body60):opts(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10NestedBimViewFoldersPost200Response.t}on success{:error, Tesla.Env.t}on failure