Procore.Api.ProjectManagementProjectScheduleLookaheadTasks (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementProjectScheduleLookaheadTasks
.
Summary
Functions
Delete Lookahead Task Delete a Lookahead Task from the project schedule
Update Lookahead Task Update a Lookahead Task for the project schedule
Create Lookahead Task Create new Lookahead Task for the project schedule
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 serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.id
(integer()): Lookahead Task IDopts
(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 \\ [])
@spec rest_v10_projects_project_id_schedule_lookahead_tasks_id_patch( Tesla.Env.client(), integer(), integer(), integer(), Procore.Model.RestV10ProjectsProjectIdScheduleLookaheadTasksPostRequest.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdScheduleLookaheadTasksPost201Response.t()} | {:error, Tesla.Env.t()}
Update Lookahead Task Update a Lookahead Task for the project schedule
Parameters
connection
(Procore.Connection): Connection to serverprocore_company_id
(integer()): Unique company identifier associated with the Procore User Account.project_id
(integer()): Unique identifier for the project.id
(integer()): Lookahead Task IDrest_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 \\ [])
@spec rest_v10_projects_project_id_schedule_lookahead_tasks_post( Tesla.Env.client(), integer(), integer(), Procore.Model.RestV10ProjectsProjectIdScheduleLookaheadTasksPostRequest.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdScheduleLookaheadTasksPost201Response.t()} | {:error, Tesla.Env.t()}
Create Lookahead Task Create new Lookahead Task for the project schedule
Parameters
connection
(Procore.Connection): Connection to serverprocore_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