Procore.Api.ConstructionFinancialsBudgetBudgetLineItems (procore_sdk v0.3.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, body123, 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
  • body123 (Body123):
  • 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, body122, 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.
  • body122 (Body122):
  • 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, body124, 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.
  • body124 (Body124):
  • 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, body121, 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
  • body121 (Body121):
  • 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, body120, 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.
  • body120 (Body120):
  • opts (keyword): Optional parameters

Returns

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