Procore.Api.FieldProductivityTimeAndMaterialsTimeAndMaterialNotification (procore_sdk v0.3.0)
API calls for all endpoints tagged FieldProductivityTimeAndMaterialsTimeAndMaterialNotification
.
Summary
Functions
Delete a Time And Material Notification Deleting a Time And Material Notification associated with the specified project
Show Time And Material Notification Return Time And Material Notification detailed information.
Update a Time And Material Notification Updating a Time And Material Notification associated with the specified project
Create a new Time And Material Notification Create a new Time And Material Notification associated with the specified project
Functions
rest_v10_projects_project_id_time_and_material_notifications_delete(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v10_projects_project_id_time_and_material_notifications_delete( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialNotificationsGet200Response.t()} | {:error, Tesla.Env.t()}
Delete a Time And Material Notification Deleting a Time And Material Notification associated with the specified project
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.opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialNotificationsGet200Response.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_projects_project_id_time_and_material_notifications_get(connection, procore_company_id, project_id, opts \\ [])
@spec rest_v10_projects_project_id_time_and_material_notifications_get( Tesla.Env.client(), integer(), integer(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialNotificationsGet200Response.t()} | {:error, Tesla.Env.t()}
Show Time And Material Notification Return Time And Material Notification detailed information.
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.opts
(keyword): Optional parameters
Returns
{:ok, Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialNotificationsGet200Response.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_projects_project_id_time_and_material_notifications_patch(connection, procore_company_id, project_id, time_and_material_notification_body, opts \\ [])
@spec rest_v10_projects_project_id_time_and_material_notifications_patch( Tesla.Env.client(), integer(), integer(), Procore.Model.TimeAndMaterialNotificationBody.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialNotificationsGet200Response.t()} | {:error, Tesla.Env.t()}
Update a Time And Material Notification Updating a Time And Material Notification associated with the specified project
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.time_and_material_notification_body
(TimeAndMaterialNotificationBody):opts
(keyword): Optional parameters:run_configurable_validations
(boolean()): If true, validations are run for the corresponding Configurable Field Set.
Returns
{:ok, Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialNotificationsGet200Response.t}
on success{:error, Tesla.Env.t}
on failure
rest_v10_projects_project_id_time_and_material_notifications_post(connection, procore_company_id, project_id, time_and_material_notification_body, opts \\ [])
@spec rest_v10_projects_project_id_time_and_material_notifications_post( Tesla.Env.client(), integer(), integer(), Procore.Model.TimeAndMaterialNotificationBody.t(), keyword() ) :: {:ok, Procore.Model.RestV10CompaniesCompanyIdWorkflowPermanentLogsGet401Response.t()} | {:ok, Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialNotificationsGet200Response.t()} | {:error, Tesla.Env.t()}
Create a new Time And Material Notification Create a new Time And Material Notification associated with the specified project
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.time_and_material_notification_body
(TimeAndMaterialNotificationBody):opts
(keyword): Optional parameters:run_configurable_validations
(boolean()): If true, validations are run for the corresponding Configurable Field Set.
Returns
{:ok, Procore.Model.RestV10ProjectsProjectIdTimeAndMaterialNotificationsGet200Response.t}
on success{:error, Tesla.Env.t}
on failure