Procore.Api.ConstructionFinancialsBudgetBudgetNotes (procore_sdk v0.3.0)

API calls for all endpoints tagged ConstructionFinancialsBudgetBudgetNotes.

Summary

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 server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • company_id (String.t): ID of the company
  • project_id (String.t): ID of the project
  • wbs_code_id (String.t): ID of the WBS code
  • opts (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 \\ [])

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 server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • company_id (String.t): ID of the company
  • project_id (String.t): ID of the project
  • wbs_code_id (String.t): ID of the WBS code
  • rest_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