Procore.Api.ConstructionFinancialsChangeOrdersChangeOrderChangeReasons (procore_sdk v0.3.0)
API calls for all endpoints tagged ConstructionFinancialsChangeOrdersChangeOrderChangeReasons.
Summary
Functions
List Change Order Change Reasons List Change Order Change Reasons
Functions
Link to this function
rest_v10_change_order_change_reasons_get(connection, procore_company_id, company_id, opts \\ [])
@spec rest_v10_change_order_change_reasons_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [Procore.Model.RfqChangeEventChangeOrderChangeReason.t()]} | {:error, Tesla.Env.t()}
List Change Order Change Reasons List Change Order Change Reasons
Parameters
connection(Procore.Connection): Connection to serverprocore_company_id(integer()): Unique company identifier associated with the Procore User Account.company_id(integer()): Unique identifier for the company.opts(keyword): Optional parameters:page(integer()): Page:per_page(integer()): Elements per page
Returns
{:ok, [%RfqChangeEventChangeOrderChangeReason{}, ...]}on success{:error, Tesla.Env.t}on failure