Procore.Api.FieldProductivityWorkClassificationWorkClassificationCompanyLevel (procore_sdk v0.3.0)

API calls for all endpoints tagged FieldProductivityWorkClassificationWorkClassificationCompanyLevel.

Summary

Functions

Link to this function

rest_v10_companies_company_id_work_classifications_get(connection, procore_company_id, company_id, opts \\ [])

List all Classification Return a list of all Classification with details for a specified company.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_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
Link to this function

rest_v10_companies_company_id_work_classifications_id_delete(connection, procore_company_id, company_id, id, opts \\ [])

Delete Classification Deleting a Classification

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_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 Classification
  • opts (keyword): Optional parameters

Returns

  • {:ok, Procore.Model.RestV10ProjectsProjectIdWorkClassificationsGet200ResponseInner.t} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_companies_company_id_work_classifications_id_get(connection, procore_company_id, company_id, id, opts \\ [])

Show Classification Return Classification detailed information.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • company_id (integer()): Unique identifier for the company.
  • id (integer()): ID
  • opts (keyword): Optional parameters

Returns

  • {:ok, Procore.Model.RestV10ProjectsProjectIdWorkClassificationsGet200ResponseInner.t} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_companies_company_id_work_classifications_id_patch(connection, procore_company_id, company_id, id, work_classification_body1, opts \\ [])

Update Classification Updating a Classification

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_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 Classification
  • work_classification_body1 (WorkClassificationBody1):
  • opts (keyword): Optional parameters

Returns

  • {:ok, Procore.Model.RestV10ProjectsProjectIdWorkClassificationsGet200ResponseInner.t} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_companies_company_id_work_classifications_post(connection, procore_company_id, company_id, work_classification_body1, opts \\ [])

Create Classification Create a new Classification associated with the specified company.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_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