Procore.Api.CoreCompanyConstructionVolume (procore_sdk v0.3.0)

API calls for all endpoints tagged CoreCompanyConstructionVolume.

Summary

Functions

Link to this function

rest_v10_companies_company_id_construction_volume_urgent_error_post(connection, procore_company_id, company_id, opts \\ [])

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

Send Urgent Error Send an urgent error to be recieved and delt with quickly.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • company_id (integer()): Unique identifier for the company.
  • opts (keyword): Optional parameters
    • :body (RestV10CompaniesCompanyIdConstructionVolumeUrgentErrorPostRequest):

Returns

  • {:ok, map()} on success
  • {:error, Tesla.Env.t} on failure