Procore.Api.ConstructionFinancialsBudgetBudgetLineItems (procore_sdk v0.2.0)

API calls for all endpoints tagged ConstructionFinancialsBudgetBudgetLineItems.

Summary

Functions

Show Budget Line Item Return information about a Budget Line Item.

Update Budget Line Item Update a line item of a specified budget.

Create Budget Line Item Add a new line item to a budget.

Sync Budget Line Items Create or update multiple Budget Line Items

Show Budget Line Item Return information about a Budget Line Item.

Update Budget Line Item Update a line item of a specified budget.

Create Budget Line Item Add a new line item to a budget.

Functions

Link to this function

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

Show Budget Line Item Return information about a Budget Line Item.

Parameters

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

Returns

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

rest_v10_budget_line_items_id_patch(connection, procore_company_id, id, body119, opts \\ [])

Update Budget Line Item Update a line item of a specified budget.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • id (integer()): ID
  • body119 (Body119):
  • opts (keyword): Optional parameters

Returns

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

rest_v10_budget_line_items_post(connection, procore_company_id, body118, opts \\ [])

Create Budget Line Item Add a new line item to a budget.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • body118 (Body118):
  • opts (keyword): Optional parameters

Returns

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

rest_v10_budget_line_items_sync_post(connection, procore_company_id, body120, opts \\ [])

Sync Budget Line Items Create or update multiple Budget Line Items

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • body120 (Body120):
  • opts (keyword): Optional parameters

Returns

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

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

Show Budget Line Item Return information about a Budget Line Item.

Parameters

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

Returns

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

rest_v11_budget_line_items_id_patch(connection, procore_company_id, id, body117, opts \\ [])

Update Budget Line Item Update a line item of a specified budget.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • id (integer()): ID
  • body117 (Body117):
  • opts (keyword): Optional parameters

Returns

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

rest_v11_budget_line_items_post(connection, procore_company_id, body116, opts \\ [])

Create Budget Line Item Add a new line item to a budget.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • body116 (Body116):
  • opts (keyword): Optional parameters

Returns

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