Procore.Api.ConstructionFinancialsBudgetBudgetNotes (procore_sdk v0.3.0)
API calls for all endpoints tagged ConstructionFinancialsBudgetBudgetNotes
.
Summary
Functions
It fetches a budget note It fetches a budget note
Creates or updates a budget note for a budget or a forecasting row Creates or updates a budget note for a budget or a forecasting row
Functions
Link to this function
rest_v20_companies_company_id_projects_project_id_budget_notes_wbs_code_id_get(connection, procore_company_id, company_id, project_id, wbs_code_id, opts \\ [])
@spec rest_v20_companies_company_id_projects_project_id_budget_notes_wbs_code_id_get( Tesla.Env.client(), integer(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, Procore.Model.RestV20CompaniesCompanyIdProjectsProjectIdBudgetNotesWbsCodeIdGet200Response.t()} | {:ok, Procore.Model.RestV20CompaniesCompanyIdWorkflowsToolsGet401Response.t()} | {:error, Tesla.Env.t()}
It fetches a budget note It fetches a budget note
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.company_id
(String.t): ID of the companyproject_id
(String.t): ID of the projectwbs_code_id
(String.t): ID of the WBS codeopts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV20CompaniesCompanyIdProjectsProjectIdBudgetNotesWbsCodeIdGet200Response.t}
on success{:error, Tesla.Env.t}
on failure
Link to this function
rest_v20_companies_company_id_projects_project_id_budget_notes_wbs_code_id_post(connection, procore_company_id, company_id, project_id, wbs_code_id, rest_v20_companies_company_id_projects_project_id_budget_notes_wbs_code_id_post_request, opts \\ [])
@spec rest_v20_companies_company_id_projects_project_id_budget_notes_wbs_code_id_post( Tesla.Env.client(), integer(), String.t(), String.t(), String.t(), Procore.Model.RestV20CompaniesCompanyIdProjectsProjectIdBudgetNotesWbsCodeIdPostRequest.t(), keyword() ) :: {:ok, Procore.Model.RestV20CompaniesCompanyIdProjectsProjectIdBudgetNotesWbsCodeIdGet200Response.t()} | {:ok, Procore.Model.RestV20CompaniesCompanyIdWorkflowsToolsGet401Response.t()} | {:error, Tesla.Env.t()}
Creates or updates a budget note for a budget or a forecasting row Creates or updates a budget note for a budget or a forecasting row
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.company_id
(String.t): ID of the companyproject_id
(String.t): ID of the projectwbs_code_id
(String.t): ID of the WBS coderest_v20_companies_company_id_projects_project_id_budget_notes_wbs_code_id_post_request
(RestV20CompaniesCompanyIdProjectsProjectIdBudgetNotesWbsCodeIdPostRequest):opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV20CompaniesCompanyIdProjectsProjectIdBudgetNotesWbsCodeIdGet200Response.t}
on success{:error, Tesla.Env.t}
on failure