Procore.Api.ProjectManagementModelsBIMViewpointAssociations (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementModelsBIMViewpointAssociations.

Summary

Functions

Delete Viewpoint and Procore Item association Delete the association between a BIM Viewpoint and a procore item.

Create Viewpoint and Procore Item association A BIM Viewpoint can be associated with other procore items. This API endpoint creates that association.

Functions

Link to this function

rest_v10_bim_viewpoints_bim_viewpoint_id_associations_delete(connection, procore_company_id, bim_viewpoint_id, project_id, item_id, item_type, opts \\ [])

@spec rest_v10_bim_viewpoints_bim_viewpoint_id_associations_delete(
  Tesla.Env.client(),
  integer(),
  integer(),
  integer(),
  integer(),
  String.t(),
  keyword()
) ::
  {:ok, nil}
  | {:ok,
     Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()}
  | {:error, Tesla.Env.t()}

Delete Viewpoint and Procore Item association Delete the association between a BIM Viewpoint and a procore item.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • bim_viewpoint_id (integer()): BIM Viewpoint ID
  • project_id (integer()): Unique identifier for the project.
  • item_id (integer()): Procore Item ID
  • item_type (String.t): Procore Item Type
  • opts (keyword): Optional parameters

Returns

  • {:ok, nil} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_bim_viewpoints_bim_viewpoint_id_associations_post(connection, procore_company_id, bim_viewpoint_id, body127, opts \\ [])

@spec rest_v10_bim_viewpoints_bim_viewpoint_id_associations_post(
  Tesla.Env.client(),
  integer(),
  integer(),
  Procore.Model.Body127.t(),
  keyword()
) ::
  {:ok, nil}
  | {:ok,
     Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()}
  | {:error, Tesla.Env.t()}

Create Viewpoint and Procore Item association A BIM Viewpoint can be associated with other procore items. This API endpoint creates that association.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • bim_viewpoint_id (integer()): BIM Viewpoint ID
  • body127 (Body127):
  • opts (keyword): Optional parameters

Returns

  • {:ok, nil} on success
  • {:error, Tesla.Env.t} on failure