Procore.Api.FieldProductivityWorkClassificationWorkClassificationCompanyLevel (procore_sdk v0.3.0)
API calls for all endpoints tagged FieldProductivityWorkClassificationWorkClassificationCompanyLevel
.
Summary
Functions
List all Classification Return a list of all Classification with details for a specified company.
Delete Classification Deleting a Classification
Show Classification Return Classification detailed information.
Update Classification Updating a Classification
Create Classification Create a new Classification associated with the specified company.
Functions
rest_v10_companies_company_id_work_classifications_get(connection, procore_company_id, company_id, opts \\ [])
@spec rest_v10_companies_company_id_work_classifications_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, [ Procore.Model.RestV10ProjectsProjectIdWorkClassificationsGet200ResponseInner.t() ]} | {:error, Tesla.Env.t()}
List all Classification Return a list of all Classification with details for a specified company.
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, [%RestV10ProjectsProjectIdWorkClassificationsGet200ResponseInner{}, ...]}
on success{:error, Tesla.Env.t}
on failure
rest_v10_companies_company_id_work_classifications_id_delete(connection, procore_company_id, company_id, id, opts \\ [])
@spec rest_v10_companies_company_id_work_classifications_id_delete( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdWorkClassificationsGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Delete Classification Deleting a Classification
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.id
(integer()): Id of the Classificationopts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10ProjectsProjectIdWorkClassificationsGet200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_companies_company_id_work_classifications_id_get(connection, procore_company_id, company_id, id, opts \\ [])
@spec rest_v10_companies_company_id_work_classifications_id_get( Tesla.Env.client(), integer(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdWorkClassificationsGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Show Classification Return Classification detailed information.
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.id
(integer()): IDopts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10ProjectsProjectIdWorkClassificationsGet200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_companies_company_id_work_classifications_id_patch(connection, procore_company_id, company_id, id, work_classification_body1, opts \\ [])
@spec rest_v10_companies_company_id_work_classifications_id_patch( Tesla.Env.client(), integer(), integer(), integer(), Procore.Model.WorkClassificationBody1.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdWorkClassificationsGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Update Classification Updating a Classification
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.id
(integer()): Id of the Classificationwork_classification_body1
(WorkClassificationBody1):opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10ProjectsProjectIdWorkClassificationsGet200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_companies_company_id_work_classifications_post(connection, procore_company_id, company_id, work_classification_body1, opts \\ [])
@spec rest_v10_companies_company_id_work_classifications_post( Tesla.Env.client(), integer(), integer(), Procore.Model.WorkClassificationBody1.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdWorkClassificationsGet200ResponseInner.t()} | {:error, Tesla.Env.t()}
Create Classification Create a new Classification associated with the specified company.
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.work_classification_body1
(WorkClassificationBody1):opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10ProjectsProjectIdWorkClassificationsGet200ResponseInner.t}
on success{:error, Tesla.Env.t}
on failure