Procore.Api.ProjectManagementModelsNestedBIMViewFolderBatch (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementModelsNestedBIMViewFolderBatch
.
Summary
Functions
Create a batch of BIM View Folder by path 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.
Functions
Link to this function
rest_v10_nested_bim_view_folders_batch_post(connection, procore_company_id, body61, opts \\ [])
@spec rest_v10_nested_bim_view_folders_batch_post( Tesla.Env.client(), integer(), Procore.Model.Body61.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.NestedBimViewFolderBatchCreateResponse.t()} | {:error, Tesla.Env.t()}
Create a batch of BIM View Folder by path 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.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.body61
(Body61):opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.NestedBimViewFolderBatchCreateResponse.t}
on success{:error, Tesla.Env.t}
on failure