Procore.Api.ConstructionFinancialsBudgetBudgetLineItems (procore_sdk v0.1.3)

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, body115, 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
  • body115 (Body115):
  • 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, body114, 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.
  • body114 (Body114):
  • 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, body116, 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.
  • body116 (Body116):
  • 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, body113, 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
  • body113 (Body113):
  • 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, body112, 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.
  • body112 (Body112):
  • opts (keyword): Optional parameters

Returns

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