Procore.Api.FieldProductivityBudgetedProductionQuantitiesBudgetedProductionQuantities (procore_sdk v0.3.0)
API calls for all endpoints tagged FieldProductivityBudgetedProductionQuantitiesBudgetedProductionQuantities
.
Summary
Functions
List all Project Budgeted Production Quantities Return a list of all Budgeted Production Quantities with details for a specified Project.
Delete a Budgeted Production Quantity Deleting a Budgeted Production Quantity associated with the specified Project.
Show a Budgeted Production Quantity Show a Budgeted Production Quantity associated with the specified Project.
Update a Budgeted Production Quantity Updating a Budgeted Production Quantity associated with the specified Project.
List all Project Budgeted Production Quantity IDs Return a list of all Budgeted Production Quantity IDs with details for a specified Project.
Create a new Budgeted Production Quantity Create a new Budgeted Production Quantity associated with the specified Project.
Functions
rest_v10_projects_project_id_budgeted_production_quantities_get(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v10_projects_project_id_budgeted_production_quantities_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, [ Procore.Model.RestV10ProjectsProjectIdBudgetedProductionQuantitiesGet200ResponseInner.t() ]} | {:error, Tesla.Env.t()}
List all Project Budgeted Production Quantities Return a list of all Budgeted Production Quantities with details for a specified Project.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.opts
(keyword): Optional parameters:page
(integer()): Page:per_page
(integer()): Elements per page:"filters[updated_at]"
(Date.t): Return item(s) last updated within the specified ISO 8601 datetime range. Formats:YYYY-MM-DD
...YYYY-MM-DD
- DateYYYY-MM-DDTHH:MM:SSZ
...YYYY-MM-DDTHH:MM:SSZ
- DateTime with UTC OffsetYYYY-MM-DDTHH:MM:SS+XX:00
...YYYY-MM-DDTHH:MM:SS+XX:00
- Datetime with Custom Offset
Returns
{:ok, [%RestV10ProjectsProjectIdBudgetedProductionQuantitiesGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure
rest_v10_projects_project_id_budgeted_production_quantities_id_delete(connection, procore_company_id, project_id, id, budgeted_production_quantity_body, opts \\ [])
@spec rest_v10_projects_project_id_budgeted_production_quantities_id_delete( Tesla.Env.client(), integer(), integer(), integer(), Procore.Model.BudgetedProductionQuantityBody.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Delete a Budgeted Production Quantity Deleting a Budgeted Production Quantity associated with the specified Project.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.id
(integer()): Id of the Budgeted Production Quantitybudgeted_production_quantity_body
(BudgetedProductionQuantityBody):opts
(keyword): Optional parameters
Returns
{:ok, nil}
on success{:error, Tesla.Env.t}
on failure
rest_v10_projects_project_id_budgeted_production_quantities_id_get(connection, procore_company_id, project_id, id, opts \\ [])
@spec rest_v10_projects_project_id_budgeted_production_quantities_id_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdBudgetedProductionQuantitiesGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Show a Budgeted Production Quantity Show a Budgeted Production Quantity associated with the specified Project.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.id
(integer()): Id of the Budgeted Production Quantityopts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10ProjectsProjectIdBudgetedProductionQuantitiesGet200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_projects_project_id_budgeted_production_quantities_id_patch(connection, procore_company_id, project_id, id, budgeted_production_quantity_body, opts \\ [])
@spec rest_v10_projects_project_id_budgeted_production_quantities_id_patch( Tesla.Env.client(), integer(), integer(), integer(), Procore.Model.BudgetedProductionQuantityBody.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdBudgetedProductionQuantitiesGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Update a Budgeted Production Quantity Updating a Budgeted Production Quantity associated with the specified Project.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.id
(integer()): Id of the Budgeted Production Quantitybudgeted_production_quantity_body
(BudgetedProductionQuantityBody):opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10ProjectsProjectIdBudgetedProductionQuantitiesGet200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_projects_project_id_budgeted_production_quantities_ids_get(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v10_projects_project_id_budgeted_production_quantities_ids_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, [integer()]} | {:error, Tesla.Env.t()}
List all Project Budgeted Production Quantity IDs Return a list of all Budgeted Production Quantity IDs with details for a specified Project.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.opts
(keyword): Optional parameters:page
(integer()): Page:per_page
(integer()): Elements per page:"filters[updated_at]"
(Date.t): Return item(s) last updated within the specified ISO 8601 datetime range. Formats:YYYY-MM-DD
...YYYY-MM-DD
- DateYYYY-MM-DDTHH:MM:SSZ
...YYYY-MM-DDTHH:MM:SSZ
- DateTime with UTC OffsetYYYY-MM-DDTHH:MM:SS+XX:00
...YYYY-MM-DDTHH:MM:SS+XX:00
- Datetime with Custom Offset
Returns
{:ok, [%Integer{}, ...]}
on success{:error, Tesla.Env.t}
on failure
rest_v10_projects_project_id_budgeted_production_quantities_post(connection, procore_company_id, project_id, budgeted_production_quantity_body, opts \\ [])
@spec rest_v10_projects_project_id_budgeted_production_quantities_post( Tesla.Env.client(), integer(), integer(), Procore.Model.BudgetedProductionQuantityBody.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdBudgetedProductionQuantitiesGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Create a new Budgeted Production Quantity Create a new Budgeted Production Quantity associated with the specified Project.
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.budgeted_production_quantity_body
(BudgetedProductionQuantityBody):opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10ProjectsProjectIdBudgetedProductionQuantitiesGet200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure