Procore.Api.ProjectManagementModelsBIMLevelBatch (procore_sdk v0.1.3)
API calls for all endpoints tagged ProjectManagementModelsBIMLevelBatch
.
Summary
Functions
Create a batch of BIM Levels Create a batch of BIM Levels
Functions
Link to this function
rest_v10_bim_levels_batch_post(connection, procore_company_id, body134, opts \\ [])
@spec rest_v10_bim_levels_batch_post( Tesla.Env.client(), integer(), Procore.Model.Body134.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.BimLevelBatchCreateResponse.t()} | {:error, Tesla.Env.t()}
Create a batch of BIM Levels Create a batch of BIM Levels
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.body134
(Body134):opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.BimLevelBatchCreateResponse.t}
on success{:error, Tesla.Env.t}
on failure