Procore.Api.ProjectManagementDailyLogDailyLogClones (procore_sdk v0.3.0)
API calls for all endpoints tagged ProjectManagementDailyLogDailyLogClones
.
Summary
Functions
Clones Daily Logs from one Date to another Date Clones Daily Logs of the given log_types from the from_date to the to_date.
Functions
Link to this function
rest_v10_projects_project_id_daily_logs_clones_post(connection, procore_company_id, project_id, rest_v10_projects_project_id_daily_logs_clones_post_request, opts \\ [])
@spec rest_v10_projects_project_id_daily_logs_clones_post( Tesla.Env.client(), integer(), integer(), Procore.Model.RestV10ProjectsProjectIdDailyLogsClonesPostRequest.t(), keyword() ) :: {:ok, nil} | {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdDailyLogsClonesPost201Response.t()} | {:error, Tesla.Env.t()}
Clones Daily Logs from one Date to another Date Clones Daily Logs of the given log_types from the from_date to the to_date.
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_daily_logs_clones_post_request
(RestV10ProjectsProjectIdDailyLogsClonesPostRequest):opts
(keyword): Optional parameters:"Idempotency-Token"
(String.t): Unique idempotent token
Returns
{:ok, nil}
on success{:error, Tesla.Env.t}
on failure