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