Procore.Api.ProjectManagementDailyLogDelayLogTypes (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementDailyLogDelayLogTypes.

Summary

Functions

Link to this function

rest_v10_projects_project_id_daily_logs_delay_log_types_get(connection, procore_company_id, project_id, opts \\ [])

List Delay Log Types Returns all Delay Log Types associated with the project and their visibility.

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • opts (keyword): Optional parameters
    • :"filters[visible]" (String.t): Filter Delay Log Types based on visible. Defaults to true, to query all types pass 'false...true'
    • :page (integer()): Page
    • :per_page (integer()): Elements per page

Returns

  • {:ok, [%RestV10ProjectsProjectIdDailyLogsDelayLogTypesGet200ResponseInner{}, ...]} on success
  • {:error, Tesla.Env.t} on failure
Link to this function

rest_v10_projects_project_id_daily_logs_delay_log_types_id_patch(connection, procore_company_id, project_id, id, rest_v10_projects_project_id_daily_logs_delay_log_types_id_patch_request, opts \\ [])

Update a Delay Log Type Update the visibility of a Delay Log Type

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • id (integer()): Delay Log Type ID
  • rest_v10_projects_project_id_daily_logs_delay_log_types_id_patch_request (RestV10ProjectsProjectIdDailyLogsDelayLogTypesIdPatchRequest):
  • opts (keyword): Optional parameters

Returns

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

rest_v10_projects_project_id_daily_logs_delay_log_types_post(connection, procore_company_id, project_id, rest_v10_projects_project_id_daily_logs_delay_log_types_post_request, opts \\ [])

Create new Delay Log Type Create a new Delay Log Type for the project

Parameters

  • connection (Procore.Connection): Connection to server
  • procore_company_id (integer()): Unique company identifier associated with the Procore User Account.
  • project_id (integer()): Unique identifier for the project.
  • rest_v10_projects_project_id_daily_logs_delay_log_types_post_request (RestV10ProjectsProjectIdDailyLogsDelayLogTypesPostRequest):
  • opts (keyword): Optional parameters

Returns

  • {:ok, Procore.Model.RestV10ProjectsProjectIdDailyLogsDelayLogTypesGet200ResponseInner.t} on success
  • {:error, Tesla.Env.t} on failure