Procore.Api.ConstructionFinancialsBudgetBudgetChangeAdjustmentLineItems (procore_sdk v0.3.0)
API calls for all endpoints tagged ConstructionFinancialsBudgetBudgetChangeAdjustmentLineItems
.
Summary
Functions
Get Adjustment and Adjustment Line Items of a Project Get Adjustment and Adjustment Line Items of a Project. Each page will have a maximum of 100 items.
Functions
Link to this function
rest_v20_companies_company_id_projects_project_id_budget_changes_adjustment_line_items_get(connection, procore_company_id, company_id, project_id, opts \\ [])
@spec rest_v20_companies_company_id_projects_project_id_budget_changes_adjustment_line_items_get( Tesla.Env.client(), integer(), String.t(), String.t(), keyword() ) :: {:ok, Procore.Model.RestV20CompaniesCompanyIdProjectsProjectIdBudgetChangesAdjustmentLineItemsGet200Response.t()} | {:ok, Procore.Model.RestV20CompaniesCompanyIdWorkflowsToolsGet401Response.t()} | {:error, Tesla.Env.t()}
Get Adjustment and Adjustment Line Items of a Project Get Adjustment and Adjustment Line Items of a Project. Each page will have a maximum of 100 items.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.company_id
(String.t): Unique identifier for the company.project_id
(String.t): Unique identifier for the project.opts
(keyword): Optional parameters:page
(integer()): Page:per_page
(integer()): Elements per page
Returns
{:ok, Procore.Model.RestV20CompaniesCompanyIdProjectsProjectIdBudgetChangesAdjustmentLineItemsGet200Response.t}
on success{:error, Tesla.Env.t}
on failure