Procore.Api.QualitySafetyInspectionsCompanyInspectionTemplateItemEvidenceConfigurations (procore_sdk v0.3.0)
API calls for all endpoints tagged QualitySafetyInspectionsCompanyInspectionTemplateItemEvidenceConfigurations.
Summary
Functions
Show a Company Inspection Template Item Evidence Configuration Show the specified Company Inspection Template Item Evidence Configuration.
Updates a Company Inspection Template Item Evidence Configuration Updates the specified Company Inspection Template Item Evidence Configuration
Functions
Link to this function
rest_v20_companies_company_id_inspection_template_items_template_item_id_evidence_configuration_get(connection, procore_company_id, company_id, template_item_id, opts \\ [])
@spec rest_v20_companies_company_id_inspection_template_items_template_item_id_evidence_configuration_get( Tesla.Env.client(), integer(), String.t(), String.t(), keyword() ) :: {:ok, Procore.Model.RestV20CompaniesCompanyIdInspectionTemplateItemsTemplateItemIdEvidenceConfigurationGet200Response.t()} | {:ok, Procore.Model.RestV20CompaniesCompanyIdWorkflowsToolsGet401Response.t()} | {:error, Tesla.Env.t()}
Show a Company Inspection Template Item Evidence Configuration Show the specified Company Inspection Template Item Evidence Configuration.
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.template_item_id(String.t): Unique identifier for the inspection template item.opts(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV20CompaniesCompanyIdInspectionTemplateItemsTemplateItemIdEvidenceConfigurationGet200Response.t}on success{:error, Tesla.Env.t}on failure
Link to this function
rest_v20_companies_company_id_inspection_template_items_template_item_id_evidence_configuration_patch(connection, procore_company_id, company_id, template_item_id, opts \\ [])
@spec rest_v20_companies_company_id_inspection_template_items_template_item_id_evidence_configuration_patch( Tesla.Env.client(), integer(), String.t(), String.t(), keyword() ) :: {:ok, Procore.Model.RestV20CompaniesCompanyIdInspectionTemplateItemsTemplateItemIdEvidenceConfigurationGet200Response.t()} | {:ok, Procore.Model.RestV20CompaniesCompanyIdWorkflowsToolsGet401Response.t()} | {:error, Tesla.Env.t()}
Updates a Company Inspection Template Item Evidence Configuration Updates the specified Company Inspection Template Item Evidence Configuration
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.template_item_id(String.t): Unique identifier for the inspection template item.opts(keyword): Optional parameters:body(RestV20CompaniesCompanyIdInspectionTemplateItemsTemplateItemIdEvidenceConfigurationPatchRequest):
Returns
{:ok, Procore.Model.RestV20CompaniesCompanyIdInspectionTemplateItemsTemplateItemIdEvidenceConfigurationGet200Response.t}on success{:error, Tesla.Env.t}on failure