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
rest_v10_budget_line_items_id_get(connection, procore_company_id, id, project_id, opts \\ [])
@spec rest_v10_budget_line_items_id_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10BudgetLineItemsPost201Response.t()} | {:error, Tesla.Env.t()}
Show Budget Line Item Return information about a Budget Line Item.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.id
(integer()): IDproject_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
rest_v10_budget_line_items_id_patch(connection, procore_company_id, id, body123, opts \\ [])
@spec rest_v10_budget_line_items_id_patch( Tesla.Env.client(), integer(), integer(), Procore.Model.Body123.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10BudgetLineItemsPost201Response.t()} | {:ok, Procore.Model.RestV10BudgetLineItemsPost422Response.t()} | {:error, Tesla.Env.t()}
Update Budget Line Item Update a line item of a specified budget.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.id
(integer()): IDbody123
(Body123):opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10BudgetLineItemsPost201Response.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_budget_line_items_post(connection, procore_company_id, body122, opts \\ [])
@spec rest_v10_budget_line_items_post( Tesla.Env.client(), integer(), Procore.Model.Body122.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10BudgetLineItemsPost201Response.t()} | {:ok, Procore.Model.RestV10BudgetLineItemsPost422Response.t()} | {:error, Tesla.Env.t()}
Create Budget Line Item Add a new line item to a budget.
Parameters
connection
(Procore.Connection): Connection to serverprocore_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
rest_v10_budget_line_items_sync_post(connection, procore_company_id, body124, opts \\ [])
@spec rest_v10_budget_line_items_sync_post( Tesla.Env.client(), integer(), Procore.Model.Body124.t(), keyword() ) :: {:ok, [Procore.Model.RestV11BudgetLineItemsPost201Response.t()]} | {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10BudgetLineItemsPost422Response.t()} | {:error, Tesla.Env.t()}
Sync Budget Line Items Create or update multiple Budget Line Items
Parameters
connection
(Procore.Connection): Connection to serverprocore_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
rest_v11_budget_line_items_id_get(connection, procore_company_id, id, project_id, opts \\ [])
@spec rest_v11_budget_line_items_id_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV11BudgetLineItemsPost201Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:error, Tesla.Env.t()}
Show Budget Line Item Return information about a Budget Line Item.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.id
(integer()): IDproject_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
rest_v11_budget_line_items_id_patch(connection, procore_company_id, id, body121, opts \\ [])
@spec rest_v11_budget_line_items_id_patch( Tesla.Env.client(), integer(), integer(), Procore.Model.Body121.t(), keyword() ) :: {:ok, Procore.Model.RestV11BudgetLineItemsPost201Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:error, Tesla.Env.t()}
Update Budget Line Item Update a line item of a specified budget.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.id
(integer()): IDbody121
(Body121):opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV11BudgetLineItemsPost201Response.t}
on success{:error, Tesla.Env.t}
on failure
rest_v11_budget_line_items_post(connection, procore_company_id, body120, opts \\ [])
@spec rest_v11_budget_line_items_post( Tesla.Env.client(), integer(), Procore.Model.Body120.t(), keyword() ) :: {:ok, Procore.Model.RestV11BudgetLineItemsPost201Response.t()} | {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:error, Tesla.Env.t()}
Create Budget Line Item Add a new line item to a budget.
Parameters
connection
(Procore.Connection): Connection to serverprocore_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