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