Procore.Api.ConstructionFinancialsBudgetMonitoringResources (procore_sdk v0.3.0)

API calls for all endpoints tagged ConstructionFinancialsBudgetMonitoringResources.

Summary

Functions

Link to this function

rest_v10_projects_project_id_monitoring_resources_get(connection, procore_company_id, project_id, opts \\ [])

List Monitoring Resources Returns a list of Monitoring Resources on a given project

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • opts (keyword): Optional parameters
    • :forecast_start_date (String.t): Forecast start date, expressed in ISO 8601 date format (YYYY-MM-DD)

Returns

  • {:ok, [%RestV10ProjectsProjectIdMonitoringResourcesGet200ResponseInner{}, ...]} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_projects_project_id_monitoring_resources_id_delete(connection, procore_company_id, project_id, id, opts \\ [])

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

Delete Monitoring Resource Deletes a Monitoring Resource

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • id (integer()): Monitoring Resource ID
  • opts (keyword): Optional parameters

Returns

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

rest_v10_projects_project_id_monitoring_resources_id_patch(connection, procore_company_id, project_id, id, rest_v10_projects_project_id_monitoring_resources_id_patch_request, opts \\ [])

Update Monitoring Resource Updates a Monitoring Resource's attributes

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • id (integer()): Monitoring Resource ID
  • rest_v10_projects_project_id_monitoring_resources_id_patch_request (RestV10ProjectsProjectIdMonitoringResourcesIdPatchRequest):
  • opts (keyword): Optional parameters

Returns

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

rest_v10_projects_project_id_monitoring_resources_post(connection, procore_company_id, project_id, rest_v10_projects_project_id_monitoring_resources_post_request, opts \\ [])

Create Monitoring Resource Creates a Monitoring Resource on a given Project's Budget Line Item

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • rest_v10_projects_project_id_monitoring_resources_post_request (RestV10ProjectsProjectIdMonitoringResourcesPostRequest):
  • opts (keyword): Optional parameters

Returns

  • {:ok, Procore.Model.RestV10ProjectsProjectIdMonitoringResourcesGet200ResponseInner.t} on success
  • {:error, Tesla.Env.t} on failure