Procore.Api.CoreCompanyCompanyConfigurations (procore_sdk v0.3.0)
API calls for all endpoints tagged CoreCompanyCompanyConfigurations
.
Summary
Functions
Show Company Configuration Returns company configuration.
Functions
Link to this function
rest_v10_company_configuration_get(connection, procore_company_id, company_id, opts \\ [])
@spec rest_v10_company_configuration_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10CompanyConfigurationGet200Response.t()} | {:ok, Procore.Model.RestV10CompanyConfigurationGet400Response.t()} | {:error, Tesla.Env.t()}
Show Company Configuration Returns company configuration.
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
Returns
{:ok, Procore.Model.RestV10CompanyConfigurationGet200Response.t}
on success{:error, Tesla.Env.t}
on failure