Procore.Api.ConstructionFinancialsBudgetManualForecastLineItems (procore_sdk v0.3.0)

API calls for all endpoints tagged ConstructionFinancialsBudgetManualForecastLineItems.

Summary

Functions

Link to this function

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

List Manual Forecast Line Items Returns a list of Manual Forecast Line Items 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

Returns

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

rest_v10_projects_project_id_manual_forecast_line_items_id_delete(connection, procore_company_id, project_id, id, rest_v10_projects_project_id_manual_forecast_line_items_id_delete_request, opts \\ [])

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

Delete A Manual Forecast Line Item Delete a manual forecast line item for a 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.
  • id (integer()): Unique identifier for the manual forecast line item.
  • rest_v10_projects_project_id_manual_forecast_line_items_id_delete_request (RestV10ProjectsProjectIdManualForecastLineItemsIdDeleteRequest):
  • opts (keyword): Optional parameters

Returns

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

rest_v10_projects_project_id_manual_forecast_line_items_id_patch(connection, procore_company_id, project_id, id, rest_v10_projects_project_id_manual_forecast_line_items_post_request, opts \\ [])

Update A Manual Forecast Line Item Update a manual forecast line item for a 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.
  • id (integer()): Unique identifier for the manual forecast line item.
  • rest_v10_projects_project_id_manual_forecast_line_items_post_request (RestV10ProjectsProjectIdManualForecastLineItemsPostRequest):
  • opts (keyword): Optional parameters

Returns

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

rest_v10_projects_project_id_manual_forecast_line_items_post(connection, procore_company_id, project_id, rest_v10_projects_project_id_manual_forecast_line_items_post_request, opts \\ [])

Create A Manual Forecast Line Item Create a manual forecast line item for a 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_manual_forecast_line_items_post_request (RestV10ProjectsProjectIdManualForecastLineItemsPostRequest):
  • opts (keyword): Optional parameters

Returns

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