Procore.Api.ConstructionFinancialsBudgetMonitoringResources (procore_sdk v0.3.0)
API calls for all endpoints tagged ConstructionFinancialsBudgetMonitoringResources.
Summary
Functions
List Monitoring Resources Returns a list of Monitoring Resources on a given project
Delete Monitoring Resource Deletes a Monitoring Resource
Update Monitoring Resource Updates a Monitoring Resource's attributes
Create Monitoring Resource Creates a Monitoring Resource on a given Project's Budget Line Item
Functions
Link to this function
rest_v10_projects_project_id_monitoring_resources_get(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v10_projects_project_id_monitoring_resources_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [ Procore.Model.RestV10ProjectsProjectIdMonitoringResourcesGet200ResponseInner.t() ]} | {:error, Tesla.Env.t()}
List Monitoring Resources Returns a list of Monitoring Resources on a given project
Parameters
connection(Procore.Connection): Connection to serverprocore_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 serverprocore_company_id(integer()): Unique company identifier associated with the Procore User Account.project_id(integer()): Unique identifier for the project.id(integer()): Monitoring Resource IDopts(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 \\ [])
@spec rest_v10_projects_project_id_monitoring_resources_id_patch( Tesla.Env.client(), integer(), integer(), integer(), Procore.Model.RestV10ProjectsProjectIdMonitoringResourcesIdPatchRequest.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdMonitoringResourcesGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Update Monitoring Resource Updates a Monitoring Resource's attributes
Parameters
connection(Procore.Connection): Connection to serverprocore_company_id(integer()): Unique company identifier associated with the Procore User Account.project_id(integer()): Unique identifier for the project.id(integer()): Monitoring Resource IDrest_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 \\ [])
@spec rest_v10_projects_project_id_monitoring_resources_post( Tesla.Env.client(), integer(), integer(), Procore.Model.RestV10ProjectsProjectIdMonitoringResourcesPostRequest.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdMonitoringResourcesGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Create Monitoring Resource Creates a Monitoring Resource on a given Project's Budget Line Item
Parameters
connection(Procore.Connection): Connection to serverprocore_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