Procore.Api.ProjectManagementProjectScheduleLookaheadTasks (procore_sdk v0.3.0)

API calls for all endpoints tagged ProjectManagementProjectScheduleLookaheadTasks.

Summary

Functions

Link to this function

rest_v10_projects_project_id_schedule_lookahead_tasks_id_delete(connection, procore_company_id, project_id, id, opts \\ [])

@spec rest_v10_projects_project_id_schedule_lookahead_tasks_id_delete(
  Tesla.Env.client(),
  integer(),
  integer(),
  integer(),
  keyword()
) ::
  {:ok, nil}
  | {:ok,
     Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()}
  | {:error, Tesla.Env.t()}

Delete Lookahead Task Delete a Lookahead Task from the project schedule

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()): Lookahead Task ID
  • opts (keyword): Optional parameters

Returns

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

rest_v10_projects_project_id_schedule_lookahead_tasks_id_patch(connection, procore_company_id, project_id, id, rest_v10_projects_project_id_schedule_lookahead_tasks_post_request, opts \\ [])

Update Lookahead Task Update a Lookahead Task for the project schedule

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()): Lookahead Task ID
  • rest_v10_projects_project_id_schedule_lookahead_tasks_post_request (RestV10ProjectsProjectIdScheduleLookaheadTasksPostRequest):
  • opts (keyword): Optional parameters

Returns

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

rest_v10_projects_project_id_schedule_lookahead_tasks_post(connection, procore_company_id, project_id, rest_v10_projects_project_id_schedule_lookahead_tasks_post_request, opts \\ [])

Create Lookahead Task Create new Lookahead Task for the project schedule

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_schedule_lookahead_tasks_post_request (RestV10ProjectsProjectIdScheduleLookaheadTasksPostRequest):
  • opts (keyword): Optional parameters

Returns

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